Versions Compared

Key

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

Anchor
Top
Top

Column

The

Database

database for Zephyr Enterprise

Data Center

will be referenced as part of the installation of Zephyr Enterprise

Data Center

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

Data Center

. These instructions will help you connect your Zephyr Enterprise installation to an Oracle database.

Supported Databases

...

Oracle

...

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 ^