Oracle database
Telosys database configuration
Since Telosys 4.3
- id: oracle
name: Oracle database
type: ORACLE
# JDBC connection
# url for SID: jdbc:oracle:thin:@[HOST][:PORT]:SID (older format)
# url for SERVICE: jdbc:oracle:thin:@[HOST][:PORT]/SERVICE (newer format)
url: jdbc:oracle:thin:@localhost:1521/MYDBSERVICE
user: SCOTT
password: TIGER
# Metadata parameters
schema: MYSCHEMABefore Telosys 4.3
- id: oracle
name: Oracle database
type: ORACLE
# JDBC driver
driver: oracle.jdbc.OracleDriver
# JDBC connection
# url for SID: jdbc:oracle:thin:@[HOST][:PORT]:SID (older format)
# url for SERVICE: jdbc:oracle:thin:@[HOST][:PORT]/SERVICE (newer format)
url: jdbc:oracle:thin:@localhost:1521/MYDBSERVICE
user: SCOTT
password: TIGER
# Metadata parameters
catalog: '!'
schema: MYSCHEMA
tableNamePattern: '%'
tableNameInclude:
tableNameExclude:
tableTypes: TABLEJDBC driver
Technical information about Oracle
Structure

Boolean type
Last updated