Skip to content

Oracle

When adding an Oracle connection in Tracelake, you’ll need to provide the following information:

ParameterTypeRequiredDescriptionExample
HostStringYesOracle server hostname or IP address (can include port, e.g., ‘host:1521’)oracle.example.com or oracle.example.com:1521
UsernameStringYesDatabase username for authenticationsystem
PasswordPasswordYesDatabase password for authentication********
DatabaseStringNoService name or SID (optional)ORCLPDB1 or ORCL
  • Uses the oracledb driver for connectivity
  • The host parameter can include the port (e.g., hostname:1521)