| Oracle8i Personal Edition Installation Guide Release 2 (8.1.6) for Windows 98 A85314-01 |
|
This chapter identifies post-installation configuration tasks. Where appropriate, this chapter refers to other guides for procedures on performing these configuration tasks.
Specific topics discussed are:
Oracle Corporation recommends running the UTLRP.SQL script after creating, upgrading, or migrating a database. This script recompiles all PL/SQL modules that may be in an INVALID state, including packages, procedures, types, and so on. This step is optional, but recommended so that the cost of recompilation is incurred during the installation rather than in the future.
C:\> SQLPLUS
SQL> CONNECT SYS/PASSWORD AS SYSDBA
where PASSWORD is CHANGE_ON_INSTALL by default, unless you changed it after installation.
SQL> STARTUP
SQL> @ORACLE_BASE\ORACLE_HOME\RDBMS\ADMIN\UTLRP.SQL
Some individual components require post-installation configuration tasks. Review the following table for configuration requirements and see the sections or documents referenced for specific configuration procedures:
| Component | Description | See Also... |
|---|---|---|
|
Net8 network software |
Net8 Configuration Assistant is a tool that assists you in configuring your Oracle network. If you installed Net8 Server and Net8 Client, Net8 Configuration Assistant automatically started at the end of installation to guide you through network configuration. You can also configure your Oracle network after installation with the Net8 Configuration Assistant and Net8 Assistant tools. |
|
|
PL/SQL External Routines |
Configuration is dependent on the network configuration files used. |
Chapter 10, "Developing Applications", of Oracle8i Personal Edition Administrator's Guide for Windows 98 |
|
SQL*Plus help file |
If you want to use online help with SQL*Plus, you must populate the SQL*Plus tables with help files. |
|
|
![]() Copyright © 2000 Oracle Corporation. All Rights Reserved. |
|