F.3.13, Oracl, F.3.14 – Oracle B32100-01 User Manual

Page 245: Database, Failures, Show

Advertising
background image

Installation Problems and Solutions

Troubleshooting

F-7

Check that the listener, database, and Oracle Internet Directory associated with the
OracleAS Infrastructure are up and running. If not, start them up and click the
Retry

button to rerun the configuration assistant that failed.

Check the log files for the failed configuration assistant to determine the problem.
The log files are located in the ORACLE_HOME/cfgtoollogs directory.

Fix the problem indicated in the log file, and click Retry to rerun the failed
configuration assistant.

F.3.13 OracleAS Randomize Password Configuration Assistant Failures

Before rerunning OracleAS Randomize Password Configuration Assistant, you need to
perform these steps:

1.

Start Oracle Directory Manager.

2.

Enter the Oracle Internet Directory hostname, port, user name, and password.

3.

Expand Entry Management > cn=OracleContext > cn=Products > cn=IAS >
cn=IAS Infrastructure Databases

.

4.

Select orclreferencename=your_globaldb_name.

5.

For each schema under the your_globaldb_name tree, there is an
orclreferencename

entry. For the orclreferencename entry:

Change the value of the orclpassword attribute to the schema name. For
example, if wireless is the schema name, change the orclpassword
attribute value to wireless.

Change orclflexattribute1 to false.

Click Apply.

Perform these steps for all the schemas except ODS and OEM_REPOSITORY.

6.

Using SQL*Plus, log in to the database where the OracleAS Randomize Password
Configuration Assistant failure is occurring, and run the following script.

prompt> sqlplus "sys/password as sysdba"

SQL> @ORACLE_HOME/assistants/dbca/admin/unlock.sql

password specifies the password for the SYS user.

7.

Rerun the OracleAS Randomize Password Configuration Assistant.

F.3.14 Database Configuration Assistant (DBCA) Failures

Problem

DBCA fails with the following error:

Open wallet failedoracle.net.config.ServiceAliasException

at oracle.net.config.ServiceAlias.<init>(Compiled Code)

at oracle.net.config.Service.<init>(Compiled Code)

at oracle.net.config.DatabaseService.<init>(Compiled Code)

at oracle.sysman.assistants.util.NetworkUtils.registerDBWithDirSrvc(NetworkUtils.j

ava:1137)

at oracle.sysman.assistants.dbca.backend.DirServiceStep.executePreReqImpl(Compiled

Code)

at oracle.sysman.assistants.dbca.backend.PrerequisiteStep.executeImpl(Prerequisite

Step.java:149)

at oracle.sysman.assistants.dbca.backend.Step.execute(Compiled Code)

Advertising