Oracle8i Installation Guide Release 2 (8.1.6) for Windows NT A73010-01 |
|
This chapter identifies post-installation configuration tasks. Where appropriate, this chapter references other guides for procedures on performing these configuration tasks.
Specific topics discussed are:
Oracle Corporation recommends that you configure Oracle8i database files, directories, and registry settings to allow only authorized database administrators (DBAs) to have full control. The following topics describe how to perform these tasks:
The Oracle8i database uses files to store database data, backup data, log information, and so on. To do this, the Oracle8i database process runs under a security account. This security account (the Windows NT LocalSystem account called SYSTEM) includes the ability to create and access these files. The security account is assigned to the service that the Oracle8i database uses (in the Control Panel). This account requires full file system permissions to create, read, write, delete, and execute files.
To ensure that only authorized users have full file system permissions:
Oracle Corporation recommends that you remove write permissions from users who are not Oracle8i DBAs or system administrators in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE of the Windows NT registry.
To remove write permissions:
The Registry Key Permissions dialog box appears.
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... |
---|---|---|
Advanced Replication support |
Configuration is dependent on how support was installed. If you installed the Oracle8i database through the Typical or Minimal installation types, or selected Advanced Replication when prompted by Oracle Database Configuration Assistant, Advanced Replication was automatically configured for you. In all other cases, Advanced replication support must be manually configured. |
|
Multithreaded server support |
Configuration is dependent on how support was installed. If you installed the Oracle8i database through the Typical or Minimal installation types, multithreaded support was not configured. If you created your Oracle8i database through Oracle Database Configuration Assistant, you were offered a choice of multithreaded or dedicated. |
|
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. |
|
Oracle Administration Assistant for Windows NT |
This tool requires the Microsoft Management Console 1.0 or 1.1 (1.1 is recommended) and HTML Help 1.2 to run. Microsoft Management Console is included with Windows 2000, but must be manually installed if you are using Windows NT 4.0. |
Microsoft documentation |
Oracle Advanced Security |
Authentication, encryption, integrity support, and enterprise user security require configuration before using. |
|
Oracle Enterprise Manager |
Two areas require configuration: Oracle Management Server/Repository Configuration Oracle Enterprise Manager Configuration Assistant is a tool that enables you to create, configure, drop, or upgrade your repository. If you installed Oracle Management Server through the Custom installation type or Oracle Management Server installation type of the Oracle Management Infrastructure top-level component, Oracle Enterprise Manager Configuration Assistant automatically started at the end of installation to guide you through repository configuration. If you installed Oracle Management Server through any other installation type, Oracle Enterprise Manager Configuration Assistant did not run automatically. Manually start this tool after installation if a repository needs to be created, configured, upgraded, or dropped. Oracle Enterprise Manager Console Configuration You must perform additional configuration tasks, such as discovering services to manage from the Oracle Enterprise Manager Console, setting up administrator preferred credentials, configuring enhanced notification, and so on. |
Oracle Enterprise Manager Configuration Guide for complete configuration instructions for both:
|
These components are automatically configured when installed during the same installation as the Oracle8i database. If you installed these components during a separate installation from the Oracle8i database or if you manually copied Oracle7 LISTENER.ORA and TNSNAMES.ORA files into your Oracle8i network directory, manual configuration tasks need to be performed. |
Chapter 5, "Post-Installation Configuration Tasks", of Oracle8i Administrator's Guide for Windows NT for procedures |
|
Oracle Parallel Server |
Post-configuration procedures must be performed to enable high availability and Oracle Enterprise Manager functionality. |
Chapter 6 of the Oracle8i Parallel Server Setup and Configuration Guide |
Oracle Services for Microsoft Transaction Server |
Configuration must be performed manually. In addition, you must install Microsoft Transaction Server. |
|
Oracle Windows NT services |
The two main Oracle services are automatically started after installation:
If you installed Oracle Enterprise Manager components, additional services automatically start: However, other services for networking or other individual components may not automatically start. |
Chapter 7, "Administering the Database", of the Oracle8i Administrator's Guide for Windows NT for instructions on starting services |
PL/SQL External Routines |
Configuration is dependent on the network configuration files used. |
Chapter 12, "Developing Applications", of Oracle8i Administrator's Guide for Windows NT |
Pro*COBOL |
Pro*COBOL supports specific compilers. |
Chapter 1 of Pro*C/C++ Precompiler Getting Started |
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. |
|