====== Oracle Database ====== ===== About ===== ''Tabulify'' supports the [[https://www.oracle.com/database/|sqlite]] [[docs:system:relational|relational database]] as a [[docs:system:system|system]] If you don't have any knowledge of ''Tabulify'', you can start with the [[howto:getting_started:getting_started|Learning Guide]], otherwise you can also browser the [[howto:database:database|relational database Howto's]] ===== Connection ===== To create a ''Oracle'' connection, you have the following possibilities Connection Vault Tabli In a [[docs:conf:vault|Connection Vault]], to define a Oracle [[docs:connection:connection|connection]] with the name ''myOracle'', you would write: \\ [myOracle] url = jdbc\:oracle\:thin\:@[host]\:[port]/[servicename] driver = oracle.jdbc.OracleDriver user = loginUser password = loginPassword The [[docs:connection:password|password]] will be [[docs:common:vault|encrypted]] the next time that you start a Tabulify product such as [[docs:tabli:tabli|Tabli]] With the [[docs:tabli:connection:add|tabli add command of the connection module]], adding a Oracle connection with the name ''oracleConnectionName'': tabli connection delete --not-strict "oracleConnectionName" * With the Windows CMD console tabli connection add "oracleConnectionName" "jdbc:oracle:thin:@[host]:[port]/[servicename]" ^ --user login ^ --password password * With Linux Bash tabli connection add "oracleConnectionName" "jdbc:oracle:thin:@[host]:[port]/[servicename]" \ --user login \ --password password ===== Version ===== The [[https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html|driver version]] used is the ''19.8.3''