Oracle (beta)
Follow these steps to connect your Oracle instance to Select Star.
1. Create a Service Account
-- Create the user
CREATE USER <username> IDENTIFIED BY <password>;
-- Create the role;
CREATE ROLE <role>;
-- Grant the role to the user;
GRANT <role> TO <username>;
-- Grant privileges to the role
GRANT CREATE SESSION TO <role>;
GRANT SELECT_CATALOG_ROLE TO <role>;2. Grant additional permissions for preview access. (optional)
3. Create a new data source in Select Star

4. Enable query logging
5. Choose databases and schemas
Getting Started: Data WarehouseLast updated
Was this helpful?
