Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBCA error while creating a 2nd database on RAC cluster
Hello Ravi
Did you try the debug mode to get more details. I have pasted the relevant portion from the 10g manual.
To enable additional debugging information, edit the command file (such as dbca in this example) and add the following parameters to the $JRE_DIR/bin/jre command line:
-DTRACING.ENABLED=true -DTRACING.LEVEL=2
For example, the file $ORACLE_HOME/bin/dbca contains the line:
$JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64 -classpath $CLASSPATH oracle.sysman.dbca.Dbca $ARGUMENTS
Change this line to:
$JRE_DIR/bin/jre -DORACLE_HOME=$OH -DTRACING.ENABLED=true -DTRACING.LEVEL=2 -DJDBC_PROTOCOL=thin -mx64 -classpath $CLASSPATH oracle.sysman.dbca.Dbca $ARGUMENTS
When you run the DBCA, trace information will record in the DBCA log file.
On 7/23/07, Ravi Gaur <ravigaur1_at_gmail.com> wrote:
>
> Hi all,
>
> We've a 2-node RAC cluster with a database up and running using ASM and
> we're trying to add another database to the cluster via DBCA. It shows up a
> popup with the following message at the "storage options" screen in dbca --
>
> DBCA could not start ASM instance configured on this node. To proceed with
> database creation using ASM you need the ASM instance to be up and running.
> Do you want to recreate the ASM instance on this node?
>
> The OS is Linux4 and the database is 10.2.0.3. ASM is seen OK from sqlplus
> and EM finds it healthy. I've an SR open with Oracle but I suspect it will
> take longer to diagnose the issue and thought if anyone had any tips etc to
> check. We're not getting any hits on Google and/or metalink.
>
> TIA,
>
> - Ravi Gaur
> Lead Systems DBA
> Univ of IL.
>
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Jul 23 2007 - 11:49:47 CDT
![]() |
![]() |