![Oracle ORACLE9I B10508-01 Installation Manual Download Page 90](http://html1.mh-extra.com/html/oracle/oracle9i-b10508-01/oracle9i-b10508-01_installation-manual_1646118090.webp)
Post-Installation for Oracle Products
5-14
Oracle9
i
Installation Guide Release 2 (9.2.0.2) for HP Alpha OpenVMS
Post-Installation for Oracle Products
Perform the product-specific steps as necessary for your installation
.
Not all
products require post-installation setup.
It is not necessary to read product documentation before completing the
configuration tasks in this manual, but more sophisticated tuning requires
information that is located in the product documentation.
The following products have post-installation steps:
■
Oracle Net
■
Oracle Options
■
Oracle Precompilers
(Pro*COBOL, Pro*C/C++, Pro*FORTRAN)
■
Oracle Supported Protocols
Oracle Net
Configuring a complete Oracle network is beyond the scope of this manual and is
covered in detail in the
Oracle9i Net Services Administrator’s Guide
and the
Oracle9i
Net Services Reference Guide
.
Verify and complete your initial configuration with the following steps:
1.
Following installation, check the status of the listener by using the command:
$ lsnrctl status <
listener_name
>
The
listener_name
field is required if the listener has a name other than the
default, which is
listener
.
If the listener is not running, then start it with the following command:
$ lsnrctl start <
listener_name>
2.
Install and configure Oracle client software on a remote system, if necessary,
then start SQL*Plus to test the connection to the server.
$ sqlplus
username
/
password
@
net_service_name
Note:
1521 is the default port.