Hi all
I'm installing Oracle RDBMS 12.1.0.2 EE on Solaris 11.3 and I get the following error:
| OVERVIEW | DETAIL |
|
|
|
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