Description Usage Arguments Value Examples
Runs a SQL query in Oracle and returns a resultset.
1 | OraRun_(query, host_name, port = "1521", sid = "xe", user_name, pwd)
|
query |
SQL Query to execute. |
host_name |
Host name. |
port |
Port name. Defaults to port 1521. |
sid |
Service Id. Defaults to xe. |
user_name |
User name for the connection in plain text. |
pwd |
Password for the connection in plain text. |
SQL resultset in a tibble
1 | OraRun_("SELECT * FROM ALL_TABLES", "localhost", 1521, xe, "sc", "tiger")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.