Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
Top
Top

Column

The database for Zephyr

Enterprise

will be referenced as part of the installation of Zephyr

Enterprise

It will need to be installed separately and prior to the installation of Zephyr

Enterprise

. These instructions will help you connect your Zephyr

Enterprise

installation to an Oracle database.

Supported Databases

...

Oracle

...

  • Check whether your version of Oracle is supported above
  • Download the JDBC and have this available on the application node where Zephyr Enterprise is being installed
  • If you are upgrading from Zephyr Enterprise 4.8, a MySQL Database will already be present. For migrating from MySQL to Microsoft SQL Server, please review the database migration process.
  • Have the Zephyr Enterprise installer ready
  • Have a fresh installation of Oracle ready
  • Some of the instructions below will use Oracle SQL Developer to illustrate the steps, however it is not required

...

The following steps will need to be followed:

Anchor
step1
step1

Step 1: After installation, Set Collation and DB Parameters:

...

Code Block
languagesql
themeEmacs
SELECT * FROM DBA_DATA_FILES;
ALTER DATABASE DATAFILE '<example>/u01/app/oracle/oradata/XE/system.dbf<example>' AUTOEXTEND ON MAXSIZE UNLIMITED;

  

  

Back to Top ^