Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot perform prerequisite checks with DBCA for 19cR3

LauryJan 20 2020 — edited Jan 29 2020

Hi,

I am trying to perform the checks for creating of a single Oracle RDBMS 19cR3 on ASM using DBCA in silent mode, on OEL7.

The documentation have this syntax:

(On: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/admin/creating-and-configuring-an-oracle-database.html#GUID-8AEA9DDE-8649-40DE-A5BC-2460763E249D)

dbca -executePrereqs

   -databaseConfigType {SINGLE | RAC | RACONENODE}

        [-RACOneNodeServiceName RAC_node_service_name]

   [-nodelist database_nodes_list]

So, for me:  

./dbca -silent -executePrereqs -databaseConfigType SINGLE

or:

./dbca -silent -executePrereqs -databaseConfigType SINGLE -nodelist oel764-odb19c-asm-s1

where oel764-odb19c-asm-s1 is name of the local host (where the installation has to be done) to be found in /etc/hosts.

I get the following error message:

oel764-odb19c-asm--s1:/u01/oracle/product/rdbms/193/bin$ ./dbca -silent -executePrereqs -databaseConfigType SINGLE -nodelist oel764-odb19c-asm-s1

[FATAL] [DBT-09101] Target environment does not meet some mandatory requirements.

   CAUSE: Some of the mandatory prerequisites are not met. See logs for details. /u01/oracle/base/cfgtoollogs/dbca/trace.log_2020-01-20_10-10-35AM

   ACTION: Find the appropriate configuration from the log file or from the installation guide to meet the prerequisites and fix this manually.

oel764-odb19c-asm-s1:/u01/oracle/product/rdbms/193/bin$

The only "error" I find in the log is: ERROR: CRS home undefined.

Does someone has experience in performing prerequisite checks with DBCA in silent mode?

Thanks and Regards

This post has been answered by Laury on Jan 29 2020
Jump to Answer
Comments
Post Details
Added on Jan 20 2020
1 comment
1,491 views