Вы находитесь на странице: 1из 3

How To Manage Orabpel Password

Doc ID: Note:359194.1


Last Revision Date: 06-MAR-2006

Type: HOWTO
Status: MODERATED

In this Document
Goal
Solution

Applies to:
Oracle(R) BPEL Process Manager - Version: 10.1.2.0.2
Information in this document applies to any platform.

Goal
How to change "orabpel" password after BPEL process manager is installed in
Application Server
middle tier (10.1.2) with Metadata Repository and OID?

Solution
There are two main steps to change ORABPEL password:
Step 1. Change ORABPEL schema password
You must change the password in two places:
1.1 Use SQL*Plus to change the password directly in the database.
a.Run Sql plus
sqlplus /nolog
b. Connect to Oracle DB or Metadate Repository
CONNECT / AS SYSDBA
c. Change the orabpel password
ALTER USER orabpel IDENTIFIED BY <new_password>;
1.2 Manually change the password in Oracle Internet Directory.
a. Start Oracle Directory Manager:

On UNIX, use the following command:


ORACLE_HOME/bin/oidadmin

On Windows, navigate to Oracle Directory Manager (Start > Programs > Oracle
Application Server Oracle_Home > Integrated Management Tools > Oracle
Directory Manager.)

b. Log in to Oracle Directory Manager as the orcladmin user.


c. In the System Objects frame, expand Entry Management, expand
cn=OracleContext, expand cn=Products, expand cn=IAS, expand cn=IAS Infrastructure
Databases, and expand orclReferenceName=dbname for the Metadata Repository.
d. Select the OrclResourceName=schema_name entry for the schema whose
password you want to change.
e. In the Properties tab, update the password in the orclpasswordattribute field.
f. Click Apply.

Step 2. Change the OC4J Settings in Application Server middle tier


BPEL server is running on top of OC4J which need to connect to dehydration store using
the ORABPEL schema, therefore after you change the password for orabpel user in
metadata repository or database, you have to change the password settings in OC4J
accordingly.
2.1 Open data-source.xml file, located at
<Oracle_Midtier_Home>/j2ee/OC4J_BPEL/config, which
defines how to connect to the dehydration store using ORABPEL username and
password.
2.2 Find the BPELServerDataSource datasource defination, then go to the password
attribute. For security reasons, OC4J use indirect password by default, in this case the
password attribute has the value like "->pwForOraBPEL". To set the orabpel password
here, you have two options:
.
i). replace this one with the clear text password, which you have just changed for
ORABPEL account. This
approach is straightforward.
ii) change the password of the indirect password, in this case is "pwForOraBPEL", using
Application Server Console. The steps to change indirect password are:
1) Login to Application Server Console
2) Click OC4J_BPEL -> Administration -> Security
3) Find the user called "jazn.com/pwForBPEL" in the user's section, click on the link to
change

its password to be the one you have changed in the database.


4) click Apply, after that the orabpel password will be asscociated with pwForBPEL, and
the
changed information will be stored in a file called jazn-data.xml by default.
For more information regarding indirect password, Please refer to Application Server
Admin Guide
or Application server online help.

Вам также может понравиться