Oracle9iAS Personalization Administrator's Guide Release 2(v9.0.2) Part Number A95243-03 |
|
This chapter presents information that will be helpful to anyone installing Oracle9iAS Personalization.
The installation of Oracle9iAS Personalization has been redesigned to integrate into the new Oracle9iAS standards.
The installation is done in two parts. The first part is done by an Oracle9i Application Server administrator; the second part is to be done by the database administrator.
The first part happens automatically as part of the installation of iAS2 Business Intelligence or Unified Messaging on your system, which copies the software onto Oracle9iAS ORACLE_HOME/dmt
directory and configures the OP Admin UI servlet in OC4J. The Admin UI will be available at https://localhost:4443/OP/Admin
once the iAS installation completes. You will be able to view the login screen, but login will fail with "Authentication Errors" until the required database schemas are configured by your DBA in the second part of the installation.
Note the following:
The second part of the installation configures the required schemas in the Oracle9i database. The schemas are configured using the Oracle Personalization Configuration Wizard -- a Java application -- that creates these schemas over the network to your Oracle9i database.
The database administrator will need to allow remote SYS access for the duration of the schema creation process.
Documentation on how to update the database init.ora
parameters can be found in the Database Administrator Authentication section of the Oracle9i Database Administrator's Guide, Release 1 (9.0.1), part number A90117-01 (http://download.oracle.com/otndoc/oracle9i/901_doc/server.901/a90117/dba.htm#10431
).
Remote SYS access can be tested using the following command on the system where you installed iAS Business Intelligence:
sqlplus "SYS/<password@GlobalDatabaseName> AS SYSDBA"
where password
is the SYS password on the remote database and GlobalDatabaseName
is the database alias in the tnsnames.ora
file.
The DBA will need to determine the following before starting the Java application to configure the required database schemas.
Note the following: When you specify the data file names for the tablespaces, the names must be the fully qualified names for the data files on the local file system where the Oracle9i database is running. You must replace the <full path> prompt with the directory name for the data file.
After collecting the required information, log in to the iAS system where you installed the Oracle9iAS Business Intelligence as the oracle account and run the following command:
(UNIX) $ORACLE_HOME/dmt/admin/opconfig.sh
(Windows) %ORACLE_HOME%/dmt/admin/opconfig.bat
Once the schemas have been successfully created, remote SYS access can be safely disabled. However, it will need to be re-established if there is a need to configure more REs.
|
Copyright © 2001, 2002 Oracle Corporation. All Rights Reserved. |
|