Oracle
Connection Parameters
Section titled “Connection Parameters”When adding an Oracle connection in Tracelake, you’ll need to provide the following information:
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Host | String | Yes | Oracle server hostname or IP address (can include port, e.g., ‘host:1521’) | oracle.example.com or oracle.example.com:1521 |
| Username | String | Yes | Database username for authentication | system |
| Password | Password | Yes | Database password for authentication | ******** |
| Database | String | No | Service name or SID (optional) | ORCLPDB1 or ORCL |
Additional Notes
Section titled “Additional Notes”- Uses the oracledb driver for connectivity
- The host parameter can include the port (e.g.,
hostname:1521)