Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Database creation under Solarsi

Re: Database creation under Solarsi

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/07/10
Message-ID: <963253205.21243.2.pluto.d4ee154e@news.demon.nl>#1/1

"James" <your_at_attcanada.net> wrote in message news:ddoa5.146923$7o1.3662461_at_news2.rdc1.on.home.com...
>
> Hi
>
> Would you guys be kind enough to please tell me everything on creating an
> oracle database including instance step by step under Unix Solaris, I
 have
> created
> databases under NT butnever in Unix Solaris
>
> And also if theres way I can get Oracle 8 for Intel Solaris
>
> If you know some urls where I can find detailed info on the above -
 could'nt
> find it on oracle.com
>
> Thanks so much for your time
>
>
>
>
>

If you prefer the manual method, no more than

- determine the oracle_sid
- edit /var/opt/oracle/oratab to add that sid
- export ORACLE_SID=<yournewsid>
- edit a create database script (syntax to be found in the manual)
- startup svrmgrl
- connect internal
- startup nomount
- spool <anylogfilename>
- *Say your prayers*
- run the script
- spool catalog.log

All docs are available at http://technet.oracle.com This kind of info ought to be in the installation and users guide.

Hth,

Sybrand Bakker, Oracle DBA Received on Mon Jul 10 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US