Oracle is a powerful enterprise-grade relational database management system.
Parameter | Required | Description |
---|---|---|
Name | Yes | A unique identifier for your Oracle source |
Host | Yes | The hostname or IP address of your Oracle database server |
Port | Yes | The port number on which Oracle is running (default: 1521) |
Service Name | Yes | The Oracle service name for your database |
Schema Name | No | Optional schema name to restrict access to specific schema |
User | Yes | Username with appropriate permissions to access the database |
Password | Yes | Password for the specified user |
SELECT
- For reading data from tables and viewsSELECT ANY TABLE
- For reading from tables in other schemasSELECT_CATALOG_ROLE
- For accessing data dictionary viewsCREATE SESSION
- For connecting to the database