Oracle Connector
To configure the Oracle connector, create a catalog properties file in named, for example, oracle.properties
, to mount the Oracle connector as the oracle
catalog. Create the file with the following contents, replacing the connection properties as appropriate for your setup:
You can have as many catalogs as you need, so if you have additional Oracle servers, simply add another properties file to etc/catalog
with a different name (making sure it ends in .properties
). For example, if you name the property file , Presto will create a catalog named sales
using the configured connector.
The Oracle connector provides a schema for every Oracle database. You can see the available Oracle databases by running SHOW SCHEMAS
:
If you have a Oracle database named web
, you can view the tables in this database by running SHOW TABLES
:
Finally, you can access the clicks
table in the web
database:
If you used a different name for your catalog properties file, use that catalog name instead of oracle
in the above examples.
The following SQL statements are not yet supported: