Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How can I create a database with Oracle8.0.5 on RS6000?
"Ron" <ronyin_at_tpts5.seed.net.tw> wrote in message
news:9876iq$eqh_at_netnews.hinet.net...
> I'm new to oracle.
> I'm using oracle8.0.5 on RS6000(Aix4.3).
> i'd like to know how to create a database by using command rather then
using
> tools.
> i didn't find many information about how to create a database manaully.
>
> Ron
>
>
You did find the create database command though?
Topics like this are typically adressed in the Oracle Server Administrators
documentation.
Generally speaking
- assign a sid, - edit the /etc/oratab to add the new sid - setup an appriopate init<sid>.ora in $ORACLE_HOME/dbs, changing at leastthe control_files parameter
@<create database script, containing the create database command only> @?/rdbms/admin/catalog @?/rdbms/admin/catproc
and that should be all there is to it.
BTW 8.0.5 has been desupported. You need to upgrade to 8.0.6 or 8.1.6.
Hth,
Sybrand Bakker, Oracle DBA
Received on Thu Mar 08 2001 - 02:59:18 CST
![]() |
![]() |