Oracle for Artifactory
Configure JFrog Artifactory to use Oracle Database as its external datastore, which requires a dedicated Oracle instance before Artifactory can start.
Oracle provides infrastructure features such as backup and restore.
To run Artifactory with Oracle, create a dedicated Oracle database instance and then configure Artifactory to use it as described in the following sections.
Enable Non-PostgreSQL Database
From Artifactory 7.84, Artifactory installations support only PostgreSQL by default. Artifactory will not start after installation unless you configure the
system.yamlfile to support your non-PostgreSQL database.
Create the Artifactory Oracle Database
Create and configure an Oracle tablespace, user, and BLOB storage configuration for JFrog Artifactory.
Configure Artifactory to Use Oracle
Install the JDBC driver, create the schema, and update system.yaml with Oracle connection details.
For more information on configuring the system.yaml after installation, see Configure Artifactory to use Oracle.
Upgrading the Database?
To avoid a performance regression while upgrading the Oracle database (due to changes in execution plans), preserve the optimizer's behavior from the previous version. For more details, refer to Oracle documentation on influencing the Optimizer.
Updated 24 days ago
