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