To resolve
Click next and go ahead.
Admin password: manager123
Post installation:
Define the Data source for the Oracle Web Services Manager (OWSM) Template
This is a workaround for bug #9268418. After installing/upgrading to the Oracle SES 11.1.2.2 , when you log in to the Web logic Server, the status of the server is shown asCritical
instead of OK
.To solve this issue, you need to define the datasource for the OWSM template.
To define the datasource for the OWSM template
1. Perform
the following steps to create the database user and password for the OWSM
connection pool.
1. Start
SQL*Plus and connect as the
SYSDBA
user.
2. Run
the following SQL statements:
3. SQL> create user owsmuser identified by welcome1;
4.
5. SQL> grant connect, resource to owsmuser;
2. Log
in to the WebLogic admin console (
http://host:port/console
).
3. Set
the domain instance to lock/edit mode.
4. In
the left navigation menu, select Services > JDBC > Data
Sources.
5. Replace
the value of mds-owsm > Connection Pool > URL
with that from EnterpriseSearchDS > Connection Pool >
URL.
6. In
the Properties section, change the user name to
owsmuser
and enter its password.
7. Click
Save.
8. Click
Activate Changes.
9. Restart
the middle tier with the following command:
10.$ORACLE_HOME/bin/searchctl restart
No comments:
Post a Comment