![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Howto capture data from rs232port andpull data into oracle database-9i automatically | boss | UNIX for Dummies Questions & Answers | 1 | 09-23-2007 03:35 AM |
| How can I make a program start up automatically after the computer restart/startup? | munna_dude | Shell Programming and Scripting | 1 | 02-07-2007 09:13 AM |
| Start more than one database - trouble with for loop | dave-mentor | Shell Programming and Scripting | 5 | 05-30-2006 03:58 PM |
| How to start Oracle database automatically | greg0320 | SUN Solaris | 3 | 03-30-2005 06:46 PM |
| getting postfix tyo start automatically | kmgrady01 | UNIX for Dummies Questions & Answers | 2 | 05-21-2002 03:18 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Database can't start automatically on solaris
Hi,
I have installed oracle 9i on solaris 10 sucessfully. I have configured listener & tnsname.ora file sucessfuly. Even i can start database manully by starting listener first and from sqlplus promt data base sucessfully. Now i want to start the database automatically after system reboots. I alrady have set environment in profile, also created the dbora file in /etc/init.d and linked it with rc0.d and rc2.d. Also i have set the oracle sid & home in /etc/var/opt/oracle/oratab file. After restarting the server i have get log in log file as below SQL> Connected to an idle instance. SQL> ORA-27100: shared memory realm already exists SVR4 Error: 17: File exists SQL> Disconnected So please guide me how would overcome this problem. thanks Sv. |
|
||||
|
Autostart Oracle DB
The Shared memory realm error usually means the database is already mounted and/or open.
File already exists? That is really odd, sounds like you're trying to create a database file or control file on startup. Please let me see what your startup script looks like. I usually make my own, but know my way around the one oracle ships. |
|
||||
|
I'm not oracle DBA but normally problems starting up database is due to semaphore settings under /etc/system file.
Since you say you are able to manually startup database I assume your settings are correct. The other area maybe you like to look at will be the /var/opt/oracle/oratab file <some instance>:/oracle/prod/8.1.7:N <-------------- dbora script will check oratab at boot time. N means no startup |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|