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!

INS-20802: DBCA failed

m4rcoOct 4 2016 — edited Oct 25 2016

Hi all

I'm installing Oracle RDBMS 12.1.0.2 EE on Solaris 11.3 and I get the following error:

| OVERVIEW | DETAIL |
| error_A.png | error_B.png |

Following a little extraction from the log "/u01/app/oraInventory/logs/installActions2016-09-28_10-19-19PM.log":

---

INFO: Completed 'Oracle Net Configuration Assistant'

INFO: Started Plugin named: Oracle Database Configuration Assistant

INFO: Found associated job

INFO: Starting 'Oracle Database Configuration Assistant'

INFO: Starting 'Oracle Database Configuration Assistant'

INFO: Executing DBCA

INFO: Command /u01/app/oracle/product/12.1.0.2/dbhome_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -createAsContainerDatabase true -pdbName pdborcl -numberOfPDBs 1 -sid labdb01 -gdbName labdb01 -emConfiguration DBEXPRESS -storageType FS -datafileDestination /u01/app/oracle/oradata -datafileJarLocation /u01/app/oracle/product/12.1.0.2/dbhome_1/assistants/dbca/templates -responseFile NO_VALUE -characterset AL32UTF8 -obfuscatedPasswords false -sampleSchema true -recoveryAreaDestination /u01/app/oracle/recovery_area -automaticMemoryManagement true -totalMemory 2048 -maskPasswords false -oui_internal

INFO: ... GenericInternalPlugIn.handleProcess() entered.

INFO: ... GenericInternalPlugIn: getting configAssistantParmas.

INFO: ... GenericInternalPlugIn: checking secretArguments.

INFO: ... GenericInternalPlugIn: starting read loop.

INFO: Read: SYS_PASSWORD_PROMPT

INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysPassword

INFO: Read: SYSTEM_PASSWORD_PROMPT

INFO: Processing: SYSTEM_PASSWORD_PROMPT for argument tag -systemPassword

INFO: Read: PDB_ADMIN_PASSWORD_PROMPT

INFO: Processing: PDB_ADMIN_PASSWORD_PROMPT for argument tag -pdbAdminPassword

INFO: Completed Plugin named: Oracle Database Configuration Assistant

INFO: Oracle Database Configuration Assistant failed.

INFO: Oracle Database Configuration Assistant failed.

INFO: ConfigClient.executeToolsInAggregate action performed

INFO: Exiting ConfigClient.executeToolsInAggregate method

INFO: Calling event ConfigToolsExecuted

INFO:

The Runconfig command constructed is /u01/app/oracle/product/12.1.0.2/dbhome_1/oui/bin/runConfig.sh ORACLE_HOME=/u01/app/oracle/product/12.1.0.2/dbhome_1 MODE=perform ACTION=configure RERUN=false $*

INFO: Created a new file /u01/app/oracle/product/12.1.0.2/dbhome_1/cfgtoollogs/configToolFailedCommands

INFO: Since the option is to overwrite the existing /u01/app/oracle/product/12.1.0.2/dbhome_1/cfgtoollogs/configToolFailedCommands file, backing it up

INFO: The backed up file name is /u01/app/oracle/product/12.1.0.2/dbhome_1/cfgtoollogs/configToolFailedCommands.bak

INFO: Adding ExitStatus SUCCESS_MINUS_RECTOOL to the exit status set

INFO: ConfigClient.saveSession method called

INFO: Calling event ConfigSessionEnding

INFO: ConfigClient.endSession method called

INFO: Completed Configuration

INFO: Shutting down OUISetupDriver.JobExecutorThread

INFO: Cleaning up, please wait...

INFO: Setup completed with overall status as Failed

INFO: All forked task are completed at state setup

INFO: Completed background operations

INFO: Moved to state <setup>

---

I'm not able to recognize any point in the log, which could be helpful.

In Addition, all pre-requirements-checks from the install-wizard were fine.

Do you have any idea/hint to solve this?

Thank you.

m4rco

This post has been answered by top.gun on Oct 5 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2016
Added on Oct 4 2016
2 comments
2,541 views