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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 10g ASM instance startup issue

RE: 10g ASM instance startup issue

From: Mark W. Farnham <mwf_at_rsiz.com>
Date: Sat, 14 Aug 2004 23:30:24 -0400
Message-ID: <KNEIIDHFLNJDHOOCFCDKAEFEFDAA.mwf@rsiz.com>


I believe you need either the stand alone or grid aware version of CRS installed, period. I've never tried to make 10g work without it, however, so I suppose it is possible, but I can't figure out why you would try that.

mwf

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of tamizhsam_at_optonline.net
Sent: Saturday, August 14, 2004 3:20 PM
To: oracle-l_at_freelists.org
Subject: 10g ASM instance startup issue

Hi All,

I did install CRS then removed. Now I am trying to create standalone DB using ASM but getting
"ORA-29701: unable to connect to Cluster Manager" error

[oracle_at_linux1 dbs]$ mv spfile+ASM.ora spfile+ASM.ora_orig
[oracle_at_linux1 dbs]$ export ORACLE_SID=+ASM
[oracle_at_linux1 dbs]$ cat init+ASM.ora

*.background_dump_dest='/u01/app/oracle/admin/+ASM/bdump'
*.core_dump_dest='/u01/app/oracle/admin/+ASM/cdump'
*.instance_type='asm'
*.large_pool_size=12M
*.remote_login_passwordfile='SHARED'
*.user_dump_dest='/u01/app/oracle/admin/+ASM/udump'
[oracle_at_linux1 dbs]$ sqlplus /nolog

SQL*Plus: Release 10.1.0.2.0 - Production on Sat Aug 14 14:51:26 2004

Copyright (c) 1982, 2004, Oracle. All rights reserved.

SQL> connect / as sysdba
Connected to an idle instance.
SQL> startup nomount pfile=init+ASM.ora
ORA-29701: unable to connect to Cluster Manager SQL> exit
Disconnected



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Sat Aug 14 2004 - 22:26:29 CDT

Original text of this message

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