Create a Connection to a Snowflake Database
Connect to a Snowflake database so that you can model data.
Before you start, see Configure Your Environment for Modeling Snowflake Data.
               
               - In Model Administration Tool, enable the JDBC connection pool functionality by
                    loading Java data sources.
 - In Model Administration Tool, create a new database and set the type to Snowflake.
 - Add a Connection Pools and specify these details on the General tab:
- Call Interface: JDBC(Direct Driver).
 - Require fully qualified table names: Yes.
 - Data source name: Enter the connection string, for example: jdbc:snowflake://xxxx.snowflakecomputing.com?db=xxxx&warehouse=xxxxxx&schema=xxxxxx
 - RDC Version: Leave this field blank.
 
 - On the Miscellaneous tab, specify these details:
- JDS Server URL: Leave this field blank (remove any entry in this field).
 - Driver Class:
                            
net.snowflake.client.jdbc.SnowflakeDriver. Use SQL over HTTP: false.
 - Model your data using this connection.
 - When you have completed your model, upload or save your semantic model back to Oracle Analytics.