Previous Topic: Considerations for Moving an Oracle CSE to a New Database InstanceNext Topic: For Oracle Only... Edit the /etc/oratab file


UNIX with Oracle Database

Before creating an Oracle database, verify:

The create database process for UNIX is similar to the process for Windows. The cse/cse oracle directory includes example parameter files and database creation scripts. There is no equivalent to oradim on UNIX platforms. An Oracle DBA can run the script to create the Oracle database instance with the following commands:

export ORACLE_SID=DBCSE

or

setenv ORACLE_SID DBCSE
sqlplus /nolog
sql> connect sys/<password> as sysdba
sql> start crdbcse.sql