Oracle Dynamic Services User's and Administrator's Guide Release 9.0.1 Part Number A88783-01 |
|
This chapter describes the basic installation and configuration of Oracle Dynamic Services, which is the Java deployment view described in Section 1.3.1.
The installation requires that the person installing this software have sysadmin privileges, is a database administrator, and has application development skills.
After you have completed the installation steps described in this chapter, you will have an understanding of the system requirements needed to install Dynamic Services and will have installed the DSSYS schema. You must continue to Chapter 3 to configure the DSAdmin utility, and use this utility to register and execute a service to ensure that Dynamic Services is properly installed and running.
To configure and use other deployment views of Dynamic Services, such as HTTP/HTTPS, PL/SQL, or HTTP/Java Messaging Services (JMS), or to set up LDAP as a central master registry, see the appropriate sections described in Chapter 4. Chapter 4 also describes other advanced features such as enabling persistent auditing, manually fine-tuning Dynamic Services properties, and installing the management console.
Note: The version requirements for Oracle9i Standard Edition or Enterprise Edition refer to Release 1 (9.0.1). |
The following are the system requirements:
Ensure you have a full installation of Oracle9i Release 1 (9.0.1) (a full installation in this case includes a typical Oracle9i Release 1 (9.0.1) installation. Follow Oracle9i installation instructions to complete a full installation.
Important: In Section 2.2, directory paths often show only the UNIX path "/" specification. If you are installing on a Windows NT system, the path specification is "\" and you must make this change, as needed, for the installation to be successful. |
For release 9.0.1, Oracle Dynamic Services is installed using the Oracle Universal Installer into the ds directory within your <ORACLE_HOME> directory. The distribution contains the subdirectories shown in Table 2-1.
The DSSYS schema SQL scripts do the following:
To install the DSSYS schema, perform the following tasks:
On UNIX systems:
cd <ORACLE_HOME>/ds/sql
On Windows NT systems:
cd <ORACLE_HOME>\ds\sql
sqlplus sys/
<sys-password>
The DSSYS schema installation script assumes the connected SYS user has the required privileges to create users.
SQL> @dsinstall.sql
The install script creates a log file of its execution so that it can be checked for errors. The log file is created within the same directory and is named dsinstall.log. To check if the installation had errors, run the following file at the UNIX prompt:<ORACLE_HOME>bin/showerrors
(showerrors.bat
on Windows NT) as follows:
On UNIX systems:
<ORACLE_HOME>/ds/bin/showerrors
On Windows NT systems:
<ORACLE_HOME>\ds\bin\showerrors.bat
The showerrors
command only reports failure errors or installation errors. If there are none shown, then there are no errors to report.
sqlplus dssys/
<dssys-password>
After the installation is complete, you must first configure and run the DSAdmin utility before you can register and execute services, which is the test that your Dynamic Services installation and DSAdmin utility configuration is working properly. To configure the DSAdmin utility and register and execute a service, you must continue to Chapter 3.
Important: You cannot run any Dynamic Services service registration scripts until you first configure and run the DSAdmin utility described in Section 3.1.2 and Section 3.1.3. Then, to test the DSAdmin configuration, follow the steps described in Section 3.2, Section 3.3, and Section 3.4. |
|
Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|