Learn R Programming

⚠️There's a newer version (1.5-1) of this package.Take me there.

ROracle (version 0.5-3)

Oracle database interface for R

Description

Oracle database interface (DBI) driver for R. This is a DBI-compliant Oracle driver based on the ProC/C++ embedded SQL. It implements the DBI version 0.1-4 plus one extension.

Copy Link

Version

Install

install.packages('ROracle')

Monthly Downloads

1,695

Version

0.5-3

License

LGPL version 2 or newer

Maintainer

David James

Last Published

October 27th, 2025

Functions in ROracle (0.5-3)

OraDriver-class

Class OraDriver
fetch-methods

Fetch records from a previously executed query
dbCallProc-methods

Call an SQL stored procedure
make.db.names-methods

Make R/S-Plus identifiers into legal SQL identifiers
dbConnect-methods

Create a connection object to an Oracle DBMS
Oracle

Instantiate an Oracle client from the current R/S-Plus session
dbDriver-methods

Oracle implementation of the Database Interface (DBI) classes and drivers
safe.write

Write a data.frame avoiding exceeding memory limits
OraConnection-class

Class OraConnection
oraSupport

Support Functions
dbSetDataMappings-methods

Set data mappings between Oracle and R/S-Plus
oraParseConParams

Parse an Oracle connection string
dbDataType-methods

Determine the SQL Data Type of an S object
dbGetInfo-methods

Database interface meta-data
dbListTables-methods

List items from an Oracle DBMS and from objects
dbPrepareStatement

Create a prepared SQL statement for repeated execution
dbSendQuery-methods

Execute a statement on a given database connection
OraResult-class

Class OraResult
dbObjectId-class

Class dbObjectId
dbCommit-methods

DBMS Transaction Management
S4R

R compatibility with S version 4/S-Plus 5+ support functions
isIdCurrent

Check whether an dbObjectId handle object is valid or not
OraObject-class

Class OraObject
DBIPreparedStatement-class

Class DBIPreparedStatement
summary-methods

Summarize an Oracle object
dbPrepareStatement-methods

Create a prepared SQL statement for repeated execution
OraPreparedStatement-class

Oracle Prepared Statement
dbReadTable-methods

Convenience functions for Importing/Exporting DBMS tables