ora.connect.string: Oracle connection string

Description Usage Value Examples

Description

Generate the connection string environment variable for Oracle environments only. The host, port and sid should be set using Sys.setenv(db_host, db_port, db_sid) respectively.

Usage

1

Value

Nothing. Sets the environment variables.

Examples

1
2
3
4
Sys.setenv(db_host = 'myhost', db_port = 123, db_sid = 'mysid')

# Sets the "connect.string" environment variable
ora.connect.string()

ndesmo/rquery documentation built on May 7, 2019, 9:43 p.m.