Description Usage Arguments Value Examples
Runs a SQL query in Oracle and returns a resultset.
1 | OraRun(query, env = "dev")
|
query |
SQL Query to execute. |
env |
Environment name as string. The function will parse the environment name to its equivalent connection string stored under ora_connstr_[env]. This connection must be defined in advance that must contain five variables host_name, port, sid, user_name, pwd. Defaults to environment dev. E.g., ora_connstr_dev <- list(host_name = "localhost", port = "1521", sid = "xe", user_name = "sc", pwd = "tiger") |
SQL resultset as a tibble
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.