|
Understanding Network Configuration
|
Oracle Net is a software component that resides on the client and the Oracle database server Or Oracle DBA Machine
Click on the above link to read more and to become a Oracle DBA.
|
Oracle Net Listener Configuration
|
On the database server side, the Oracle Net listener, commonly known as the listener, is a process that listens for client connection requests. Click on the above link to read more and to become a Oracle DBA.
|
| |
|
|
Client Configuration
|
When a client configured with the same protocol address broadcasts a request for a connection, the listener on the server machine or Oracle DBA machine brokers the request and forwards it to the Oracle database. Click on the above link to read more and to become a Oracle DBA.
|
Connection Requests
|
Users initiate a connection request by providing a connect string. A connect string includes a username and password, along with a connect identifier. Click on the above link to read more and to become a Oracle DBA.
|
| |
|
|
Naming Methods
|
Oracle Net provides support for the following mapping methods:
Local Naming ,
Directory Naming ,
Easy Connect Naming ,
External Naming .
Click on the above link to read more and to become a Oracle DBA.
|
Tools for Network Configuration
|
The Oracle Universal Installer launches Oracle Net Configuration Assistant after the database is installed.
Click on the above link to read more and to become a Oracle DBA.
|
Viewing Listener Configuration
|
The listener runs on your database server machine and brokers incoming client requests. With Enterprise Manager, Oracle DBA can view the status of the listener, which is set up for automatic startup whenever your server machine is restarted.
Click on the above link to read more and to become a Oracle DBA.
|
Starting and Shutting down the Listener
|
The Oracle listener is set up to start automatically whenever your server machine is restarted. However, when your system encounters unforeseen circumstances, or when Oracle DBA have manually stopped the listener. Click on the above link to read more and to become a Oracle DBA.
|
Configuring Oracle Networking on Client Machine
|
Client machines need to be configured before they can connect to an Oracle database.
To configure the client machine, Oracle DBA must first install Oracle client software, which includes Oracle Net software.
Click on the above link to read more and to become a Oracle DBA.
|