Oracle Application Server InterConnect Installation Guide 10g (9.0.4) Part Number B10693-01 |
|
This chapter describes how to manage OracleAS InterConnect after installation.
Topics discussed are:
Start OracleAS InterConnect using the following steps:
On both Windows and UNIX, you must run the
Note:
start
command from the repository
directory, as indicated in the following instructions.
On UNIX:
Use the start
command:
cd ORACLE_HOME/oai/9.0.4/repository
./start
On Windows:
Use the start.bat
command or the Service panel for the repository:
cd ORACLE_HOME\oai\9.0.4\repository
.\start.bat
Start > Programs > ORACLE_HOME_NAME
> Application Development
Table 2-1 for a list of adapter-specific documentation.
See Also:
You might need to change the passwords of the oaihub904
and owf_mgr
schemas on a regular basis, depending on your company's security policy. The oaihub904
is the schema for OracleAS InterConnect, and owf_mgr
is the schema for Oracle Workflow.
Change the passwords of the oaihub904
and owf_mgr
schemas in the Oracle database using the following steps:
encrypt
utility in the ORACLE_HOME
/oai/9.0.4/bin
directory. This is the OracleAS InterConnect Oracle home (as opposed to the database Oracle home).
When you run encrypt
, you are prompted to enter the password to encrypt.
.ini
files with the encrypted password. This is the OracleAS InterConnect Oracle home (as opposed to the database Oracle home).
Table 4-1 contains information about updating files with encrypted passwords.
The first schema was created in the repository database during the hub installation. If you need a second schema in the repository database, you can create it using the following steps:
When the installer prompts you for database information, enter hub information (database host, port, and SID) that is identical to the hub information in the first install.
oaihub904
with the name of the new schema in the original files.
For example, if you want the new schema to be called oaihub
, replace oaihub904
with oaihub
.
hubschema
script to create the new hub user (oaihub
in this example) in the hub database.
The copyAdapter
script is copied to the following bin
directory only during hub installation:
If you need to use this script to create multiple adapters on a spoke machine, copy the script to the bin
directory on the spoke machine, and edit the script to reflect the new Oracle home.
The Windows Service Names of the OracleAS InterConnect Components are:
Oracle<
OracleHomeName
>InterConnect-<
adapterName
>
, for example, myAQApp
OracleHomeName
>InterConnectRepository
Oracle<
OracleHomeName
>InterConnect
|
![]() Copyright © 2003 Oracle Corporation. All Rights Reserved. |
|