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: Oracle 9.2 on Solaris.

Re: Oracle 9.2 on Solaris.

From: <sybrandb_at_yahoo.com>
Date: 24 Aug 2005 01:18:07 -0700
Message-ID: <1124871487.433862.280100@z14g2000cwz.googlegroups.com>


Shared memory segments can be looked at by ipcs -m

ORA-1034 is often the result of incorrect protection of various Oracle executables and directories, which is usually the result of not reading the installation manual carefully and not running root.sh and rootpre.sh when prompted.
The protection needs to be 755, and the suid bit of the Oracle executable needs to be set.
Also, usually you need to set ORACLE_SID prior to connecting to Oracle. If you don't it will assume ORACLE_SID=ORCL, and end up with ora-1034, if you didn't set up such a sid.
Your statement about Oracle manuals being Windows centric is incorrect. Usually it is just the opposite. Are you sure you are reading the Unix manuals (starting from 9i, there are no separate Solaris manuals anymore)?

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Wed Aug 24 2005 - 03:18:07 CDT

Original text of this message

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