Oracle9i Personal Edition Installation Guide
Release 1 (9.0.1.1.0) for Windows 98

Part Number A95905-01


Contents

Index

Go to previous page Go to next page

A
Individual Components Available for Installation

This appendix identifies higher-level components available with each installation type.

Specific topics discussed are:

Oracle9i Personal Edition Components

Table A-1 alphabetically lists the components available with Oracle9i Personal Edition.

Table A-1 Oracle9i Personal Edition Database Components  
  Oracle9i Personal Edition  
Component  Typical   Minimal   Custom 

Generic Connectivity 

Yes 

Yes 

Yes 

Object Type Translator, includes: 

Yes 

Yes 

Yes 

Oracle INTYPE File Assistant 

Yes 

Yes 

Yes 

Oracle Advanced Security, includes:  

Yes 

No 

Yes 

Authentication Support, includes:  

Yes 

No 

Yes 

Secure Socket Layer (with X.509 version 3 and SSO support) 

Yes 

Yes 

Yes 

Encryption and Integrity Support, includes: 

Yes 

No 

Yes 

DES40 Encryption 

Yes 

No 

Yes 

DES56 Encryption  

Yes 

No 

Yes 

3DES_112 Encryption (2-key option) 

Yes 

No 

Yes 

3DES_168 Integrity (3-key option) 

Yes 

No 

Yes 

MD5 Integrity 

Yes 

No 

Yes 

RC4_40 Encryption 

Yes 

No 

Yes 

RC4_56 Encryption 

Yes 

No 

Yes 

RC4_128 Encryption 

Yes 

No 

Yes 

RC4_256 Encryption  

Yes 

No 

Yes 

SHA-1 Integrity 

Yes 

No 

Yes 

Thin JDBC Java-based Encryption Support, includes: 

Yes 

No 

Yes 

DES40 Encryption 

Yes 

No 

Yes 

DES56 Encryption 

Yes 

No 

Yes 

MD5 Integrity 

Yes 

No 

Yes 

RC4_40 Encryption 

Yes 

No 

Yes 

RC4_56 Encryption 

Yes 

No 

Yes 

RC4_128 Encryption 

Yes 

No 

Yes 

RC4_256 Encryption  

Yes 

No 

Yes 

SHA-1 Integrity 

Yes 

No 

Yes 

Oracle Call Interface 

Yes 

Yes 

Yes 

Oracle COM Automation Feature 

Yes 

No 

Yes 

Oracle Data Migration Assistant 

Yes 

Yes 

Yes 

Oracle Database Configuration Assistant 

Yes 

Yes 

Yes 

Oracle Net Manager 

Yes 

Yes 

Yes 

Oracle JDBC Drivers, includes: 

Yes 

Yes 

Yes 

Oracle JDBC Thin Driver for JDK 1.1 

Yes 

Yes 

Yes 

Oracle JDBC Thin Driver for JDK 1.2 

Yes 

Yes 

Yes 

Oracle JDBC/OCI Driver for JDK 1.1 

Yes 

Yes 

Yes 

Oracle JDBC/OCI Driver for JDK 1.2 

Yes 

Yes 

Yes 

Oracle Objects for OLE 

Yes 

No 

Yes 

Oracle ODBC Driver 

Yes 

No 

Yes 

Oracle Net Services, includes:  

Yes 

Yes 

Yes 

Oracle Net Configuration Assistant  

Yes 

Yes 

Yes 

Oracle Net Manager 

Yes 

Yes 

Yes 

Oracle Net Listener 

Yes 

Yes 

Yes 

Oracle Net Protocol SupportFoot 1  

Yes 

Yes 

Yes 

Oracle Provider for OLE DB  

Yes 

No 

Yes 

Oracle SQLJ, includes: 

Yes 

Yes 

Yes 

SQLJ Runtime 

Yes 

No 

Yes 

SQLJ Translator 

Yes 

No 

Yes 

Oracle Trace 

Yes 

Yes 

Yes 

Oracle Universal Installer, includes: 

Yes 

Yes 

Yes 

Oracle's version of Java Runtime Environment  

Yes 

Yes 

Yes 

Oracle Home Selector 

Yes 

Yes 

Yes 

Oracle Utilities, includes: 

Yes 

Yes 

Yes 

Character Set Migration Utility 

Yes 

Yes 

Yes 

Database Verify Utility 

Yes 

Yes 

Yes 

Export 

Yes 

Yes 

Yes 

Import 

Yes 

Yes 

Yes 

Migration Utility 

Yes 

Yes 

Yes 

Recovery Manager 

Yes 

Yes 

Yes 

SQL*Loader 

Yes 

Yes 

Yes 

Oracle XML Developer's Kit 

Yes 

No 

Yes 

Oracle XML SQL Utility 

Yes 

Yes 

Yes 

Oracle9i JVM, includes: 

Yes 

Yes 

Yes 

Java Virtual Machine 

Yes 

Yes 

Yes 

Oracle9i Server (the Oracle9i Database), includes: 

Yes 

Yes 

Yes 

Oracle Database Demos  

Yes 

Yes 

Yes 

PL/SQL  

Yes 

Yes 

Yes 

PL/SQL Embedded Gateway 

Yes 

Yes 

Yes 

Oracle9i Windows Documentation (release documentation, such as installation guide and release notes) 

Yes 

Yes 

Yes 

SQL*Plus 

Yes 

Yes 

Yes 

1 When Oracle Net Services is installed through the Oracle9i Database installation type, Oracle Protocol Support is automatically installed for the networking protocols detected.

See Also:

"Component Descriptions" for descriptions and release numbers of these components 

Component Descriptions

Table A-2 provides descriptions and release numbers of individual components available for installation with the three top-level components. References are made to documentation that more fully describes these components. Some components described below are automatically installed with other components.


Note:

Components that require a separate license are identified in their descriptions in this appendix. 


Table A-2 Component Descriptions  
Component  Release  Description  See Also... 

Assistant Common Files

(installed with Oracle assistants, such as Oracle Database Configuration Assistant and Oracle Net Configuration Assistant) 

9.0.1 

A collection of automatically installed files required by Oracle assistants. These files include: BaliShare 1.1.9 (compressed)DBUI 2.1.2EWT 3.3.18 (compressed)EWTCompat 3.3.15ICE Browser 5.06.3 (compressed)Java Swing Components 1.1.1 (compressed)JEWT 4.1.7JLE 1.0.6Kodiak 1.2.1Oracle Help for Java 3.2.9 - JEWT (compressed) 

Not applicable 

Generic Connectivity 

9.0.1 

Also known as Heterogeneous Services, this feature implements an extensibility framework for accessing non-Oracle systems. This feature integrates the core of Oracle's gateway technology directly into the database server by extending the Oracle SQL engine to optimize and rewrite SQL for non-Oracle data stores. 

Oracle9i Heterogeneous Connectivity Administrator's Guide  

Java Runtime Environment

(Oracle's version) 

1.1.8 

Required for running Java applications, such as Oracle Universal Installer. 

Not applicable 

Java Virtual Machine

(part of Oracle9i JVM) 

9.0.1 

A complete JDK 1.2-compliant Java execution environment. The Java VM runs in the same process space and address space as the database server, sharing its memory heaps and directly accessing its relational data. This design optimizes memory use, increases throughput, and delivers an open, highly available, secure, and manageable Java server.  

Oracle9i Java Developer's Guide 

Object Type Translator (OTT) 

9.0.1 

OTT is used to create C-struct representations of Abstract Data Types that have been created and stored in an Oracle database. To take advantage of objects, run OTT against the database, and a header file is generated that includes the C-structs. 

Oracle Call Interface Programmer's Guide 

Oracle Call Interface (OCI) 

9.0.1 

An API for accessing an Oracle database from a C or C++ program. You make calls directly to the OCI functions from within your C or C++ program to direct the execution of your SQL statements. 

Oracle Call Interface Programmer's GuideOracle Call Interface Getting Started for Windows 

Oracle COM Automation Feature 

9.0.1 

A feature that enables PL/SQL developers to programmatically manipulate COM objects through the OLE Automation interface (IDispatch). 

Oracle COM Automation Feature Developer's Guide 

Oracle Data Migration Assistant  

9.0.1 

A tool that migrates existing Oracle databases (release 7.3.4.0.0 or later) to Oracle9i Release 2.1.1. 

Oracle9i Database Migration 

Oracle Database Configuration Assistant 

9.0.1 

A tool that automates the process of creating, modifying, and deleting an Oracle9i database. You can create an Oracle9i database that is customized to the needs of your environment. 

Oracle9i Database Administrator's Guide "Postinstallation Database Creation" of Oracle9i Personal Edition Database Administrator's Guide for Windows 98  

Oracle Database Demos 

9.0.1 

A collection of demonstrations that illustrate important Oracle9i database features. 

Not applicable 

Oracle Home Selector

(installed with Oracle Universal Installer) 

1.7.0 

A tool that enables you to edit your environment path to make an appropriate Oracle home directory your primary home. 

"Multiple Oracle Homes and Optimal Flexible Architecture" of Oracle9i Database Getting Starting for Windows  

Oracle INTYPE File Assistant

(installed with the Object Type Translator) 

9.0.1 

An assistant that helps you to create an INTYPE file, which provides a list of types for the Object Type Translator to translate. This component is automatically installed with the Object Type Translator. 

Oracle Call Interface Getting Started for Windows 

Oracle Java Database Connectivity (JDBC) Drivers  

9.0.1 

A standard set of Java classes, specified by JavaSoft, that provide vendor-independent access to relational data from Java. 

Oracle9i JDBC Developer's Guide and Reference 

Oracle Java Tools 

9.0.1 

Provides Java tools to build and deploy Java stored procedures, CORBA objects, and Enterprise JavaBeans with Oracle9i JVM. 

Oracle9i SQLJ Developer's Guide and Reference 

Oracle Net Configuration Assistant

(previously called Net8 Configuration Assistant) 

9.0.1 

A postinstallation tool that enables you to configure network components. Oracle Net Configuration Assistant runs automatically after installation, as described in this guide. Use it on either the client or server. It may also be run in standalone mode to configure naming methods usage, the listener, net service names in the tnsnames.ora file, and directory server usage.  

Oracle9i Net Services Administrator's Guide 

Oracle Net Listener 

9.0.1 

A process that resides on the server whose responsibility is to listen for incoming client connection requests and manage traffic to the server. 

Oracle9i Net Services Administrator's Guide 

Oracle Net Manager

(previously called Net8 Assistant)

 

9.0.1  

A tool that combines configuration abilities with component control to provide an integrated environment for configuring and managing Oracle Net Services. It can be used on either the client or server.  

Oracle9i Net Services Administrator's Guide 

Oracle Net Protocol Support  

9.0.1 

Support that enables client/server conversation over a network using the Pipes or TCP/IP protocol. This combination of Oracle components enables an Oracle application on a client to communicate with remote Oracle databases through Pipes or TCP/IP (if the Oracle database is running on a host system that supports network communication using Pipes or TCP/IP).  

Oracle9i Net Services Administrator's Guide 

Oracle Net Services 

9.0.1 

A suite of networking components that provide enterprise-wide connectivity solutions in distributed, heterogeneous computing environments. Oracle Net Services is comprised of Oracle Net, listener, Oracle Connection Manager, Oracle Net Configuration Assistant, and Oracle Net Manager. 

Oracle9i Net Services Administrator's Guide 

Oracle Objects for Object Linking and Embedding (OO4O)  

9.0.1 

A custom control (OCX or ActiveX) combined with an OLE in-process server that lets you plug native Oracle9i Database functionality into your Windows applications. 

Online help available from the Start Menu. 

Oracle Open Database Connectivity (ODBC) Driver  

9.0.1 

A component that provides support for ODBC connections from Windows 98 systems to Oracle9i databases. The Oracle ODBC Driver complies with
Version 3.51 of the Microsoft ODBC specification.

The SQLBulkOperations ODBC function is not supported. 

Online help available from the Start Menu.

 

Oracle Provider for OLE DB  

9.0.1 

Interfaces that offer high performance and efficient access to Oracle data by applications, compilers, and other database components. 

Oracle Provider for OLE DB Developer's Guide 

Oracle SQLJ  

9.0.1 

A preprocessor for Java programs with embedded SQL statements. It generates Java programs with JDBC calls. 

Oracle9i SQLJ Developer's Guide and Reference 

Oracle Trace 

9.0.1 

A component that collects performance and resource utilization data, such as SQL Parse, Execute, Fetch statistics, and Wait statistics.  

Oracle9i Database Performance Guide and Reference 

Oracle Universal Installer  

2.0.1 

A graphical user interface (GUI) application that lets you quickly install, update, and remove Oracle components.  

Universal Installer Concepts Guide 

Oracle Utilities 

9.0.1 

A suite of components used for database administration. Oracle Utilities include the Character Set Migration utility, Export utility, Import utility, SQL*Loader, Database Verify utility, Migration utility, and Recovery Manager. 

Oracle9i Database Utilities

Note: Windows NT-only utilities like the ORADIM utility are described in Oracle9i Personal Edition Database Administrator's Guide for Windows 98 

Oracle XML Developer's Kit  

9.0.1 

This kit consists of a set of APIs for parsing and generating XML data. These interfaces have been written for Java, C, C++, and PL/SQL. This kit consists of the following components: XML Parser for Java XML Parser for C XML Parser for C++ XML Parser for PL/SQL XML Class Generator for Java XML Class Generator for C++ XML Transviewer Beans XSQL Servlet  

Oracle9i Application Developer's Guide - XML Oracle9i XML Reference 

Oracle9i JVM  

9.0.1 

A component that provides a JDK 1.2-compliant Java Virtual Machine, a CORBA 2.0 Object Request Broker, embedded JDBC drivers, a SQLJ translator, and an Enterprise JavaBeans transaction server. 

Oracle9i Java Developer's Guide 

Oracle9i Server  

9.0.1 

The database component of Oracle9i Personal Edition software. 

Oracle9i Database New FeaturesOracle9i Database Concepts 

Oracle9i Windows Documentation (Release documentation, such as Installation Guide and Release Notes)  

9.0.1 

The installation guide (this guide) describes how to install Oracle components. The Oracle9i Personal Edition Release Notes for Windows 98 contain important last minute information not included in the documentation library of your Oracle9i Online Windows Documentation CD-ROM. 

This installation guide

Oracle9i Personal Edition Release Notes for Windows 98 

PL/SQL 

9.0.1 

PL/SQL, Oracle's procedural extension of SQL, is an advanced fourth-generation programming language (4GL). It offers modern features such as data encapsulation, overloading, collection types, exception handling, and information hiding. PL/SQL also offers seamless SQL access, tight integration with the Oracle server and tools, portability, and security.  

PL/SQL User's Guide and Reference 

SQL*Plus  

9.0.1 

A tool that lets you use the SQL and PL/SQL database languages in Windows environments. SQL*Plus has both command line and graphical user interface (GUI) versions. 

SQL*Plus User's Guide and Reference 

SQLJ Runtime

(installed with Oracle SQLJ) 

9.0.1 

A thin layer of pure Java code that runs above the JDBC driver. When Oracle SQLJ translates your SQLJ source code, embedded SQL commands in your Java application are replaced by calls to the SQLJ runtime. 

Oracle9i SQLJ Developer's Guide and Reference 

SQLJ Translator

(installed with Oracle SQLJ) 

9.0.1 

A preprocessor for Java programs that contains embedded SQL statements. SQLJ Translator converts the SQL statements to JDBC calls. 

Oracle9i SQLJ Developer's Guide and Reference 

WINSOCK2 on Windows support  

9.0.1 

Oracle Net supports both the WINSOCK 1.1 and WINSOCK2 socket interface. Oracle Net automatically detects WINSOCK2 on Windows and uses it if it is available. WINSOCK2 is a standard feature of the Windows operating system. Oracle uses these WINSOCK2 features in Oracle Net Services:Overlapped I/O with eventsShared sockets (can be enabled as an optional feature) 

"Oracle Net Services Configuration" of Oracle9i Network, Directory, and Security Guide for Windows  

XML Development Kit 

9.0.1 

Required for integrating and running XML applications with the database. 

Oracle9i Application Developer's Guide - XML 


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

All Rights Reserved.


Contents

Index