Skip to contents

Connect to an Oracle database. Provide the username and password through secret means.

Usage

oracle_con(user, pass, dbname)

Arguments

user

Oracle username.

pass

Oracle password.

dbname

Database name.

Value

An ROracle database connection (OraConnection).

Details

Installing the ROracle package can be complicated. It requires the OCI library. Instructions can be found on the Oracle website and require an Oracle account. The version on CRAN is outdated, see Oracle for the most recent release.