Oracle9i Application Server Using the PL/SQL Gateway
Release 1.0.2

Part Number A86263-02

Library

Service

Contents

Index

Go to previous page Go to next page

2

Installing the PL/SQL Gateway

2.1 System Requirements

The following are the recommended and minimum requirements for installing and running the PL/SQL Gateway:

Operating Systems

Oracle Database

Web Listener

Web Browsers

2.2 Before you begin

Before you install the PL/SQL Gateway using the Oracle9i Application Server v1.0 Oracle Universal Installer, you must satisfy the following prerequisite requirements:

2.3 Installation

To begin the Oracle Universal Installer, execute the runInstaller application located on your product CD or stage area. Follow the instructions in each step of the installation application, including choosing a directory where you want to install Oracle9i Application Server v1.0.2. This install directory will be referred to as <ORACLE_HOME> after you choose.

2.4 Installing required packages

After installation, you must manually install additional required packages using the owaload.sql script.

  1. Navigate to the directory where the owaload.sql file is located. This directory should be <ORACLE_HOME>/Apache/modplsql/owa.

  2. Using SQL*Plus, log into the Oracle database as the SYS user.

  3. At a SQL prompt, run the following command:

    @owaload.sql log_file  

    where

    log_file is the installation log file.

    owaload.sql installs the PL/SQL Web Toolkit packages into the SYS schema. It also creates public synonyms and makes the packages public so that all users in the database have access to them. Therefore, only one installation per database is needed.

2.4.0.1 PL/SQL Web Toolkit Packages

2.4.0.1.1 Non-OAS Installations
2.4.0.1.2 OAS Installations

Go to previous page Go to next page
Oracle
Copyright © 2000 Oracle Corporation.

All Rights Reserved.

Library

Service

Contents

Index