April 2004
Intermediate to advanced
320 pages
3h 2m
English
Creating an Oracle database without the DBCA may seem daunting at first glance, but it's actually a very simple process. At a very high level, the process consists of the following steps:
1. | Create an initialization parameter file (init.ora). |
2. | Set up the environment.
|
3. | Connect to the instance as sysdba. |
4. | Issue the create database command. |
5. | Create additional tablespaces, if any. |
6. | Run data dictionary scripts. |
7. | Run optional, additional dictionary scripts. |
In Oracle 10g, a minimal init.ora is very brief. One of the major goals in this new version ...
Read now
Unlock full access