Network Admin   «Prev  Next»

Lesson 7Using Net Configuration Assistant
ObjectiveDescribe the uses of the Net Configuration Assistant.

Oracle Net Configuration Assistant is a desupported product

Question: Is "Oracle Net Configuration Assistant" deprecated?
Answer: Yes, the Oracle Net Configuration Assistant (NetCA) has been deprecated for some time now. The specific deprecation timeline depends on the Oracle Database version you're using:
  • Oracle Database 12.2: NetCA was officially deprecated in this release.
  • Oracle Database 18c: NetCA remains available but is marked for removal in a future release, likely after Oracle Database 19c.
Therefore, while NetCA might still be available in certain versions, it's no longer actively supported by Oracle. They recommend using alternative methods for configuring Oracle Net Services.

Alternatives for NetCA

Here are some recommended alternatives for NetCA:
  • Oracle Database Express (XE) Configuration Assistant: This is a newer tool specifically designed for configuring Oracle Database XE.
  • Oracle SQL*Net Listener Configuration Assistant: This tool is available for configuring Oracle Net Services on individual client machines.
  • Manual configuration: You can also configure Oracle Net Services manually by editing the `listener.ora` and `tnsnames.ora` files.

While deprecating NetCA, Oracle emphasizes the importance of using alternative methods that are more secure, easier to manage, and offer greater flexibility. Remember, if you're unsure about the best approach for configuring your Oracle Net Services, it's always recommended to consult the official Oracle documentation or contact their support team for assistance.

Net Configuration Assistant | Legacy

The Net Configuration Assistant was another Net component which aided DBAs who were unfamiliar with the command syntax for the Net components. Net Configuration Assistant ran during the installation of a new Oracle8i database system. You could also run the Configuraton Assistant after installation.
You could use the Net Configuration Assistant to make the following entries:
  1. Listener configuration: This option allows the creation and start up of a TNS listener
  2. Naming Method configuration: This allows the definition of local naming methods for Net services
  3. Name configuration: This option allows for the creation and modification of local Net service names for sites that do not want global naming methods
  4. Directory Service configuration: This feature allows the definition of directory services and directory security options

Oracle Net Manager

While many of these features have been in use since Oracle8, the Net Configuration Assistant was re-written in Java and had a completely new look and feel. View the following series of images to see how you can configure a listener for a kind of Java client you might have for an Internet application.

1) We will begin by selecting the Listener configuration button
1) We will begin by selecting the Listener configuration button

2) Now we name the new listener. For this example, I have typed in LISTENERJAVA as the listener name.
2) Now we name the new listener. For this example, I have typed in LISTENERJAVA as the listener name.

3) Here, we will accept the TCP protocol, which is the default setting.
3) Here, we will accept the TCP protocol, which is the default setting.

4) For this example, we will select IIOP clients. These are the clients that use the Internet Inter-Orb_Protocol (IIOP) which allows you Java clients to reach the database.
4) For this example, we will select IIOP clients. These are the clients that use the Internet Inter-Orb_Protocol (IIOP) which allows you Java clients to reach the database.

5) Accept the default port of 2481 for this listener
5) Accept the default port of 2481 for this listener

6) Now you are done and can continue to create more listeners to complete your work.
6) Now you are done and can continue to create more listeners to complete your work.

7) The final screen of the Net Configuration Assistant displays a quick completion message
7) The final screen of the Net Configuration Assistant displays a quick completion message

8) Now you are back at the beginning and can either exit or do more work using Net Manager.
8) Now you are back at the beginning and can either exit or do more work using Net Manager.

Oracle Net Manager

In Oracle8, Oracle provided a GUI utility called the Net8 Assistant used to create the various configuration files required for Net8; this utility was renamed the Oracle Net Manager with the Oracle9i release. Like the Database Configuration Assistant, the Oracle Net Manager is written in Java, provides the same look and feel across platforms, and is typically first accessed from the installer. The Oracle Net configuration files have a very specific syntax with multiple levels of nested brackets. Using the Oracle Net Manager allows you to avoid the errors that are common to hand-coded files. This utility, which automates the configuration of various Oracle Net components, is shown in Figure 3-7 as it appears in Oracle Database 11g.

Oracle Net Manager
Figure 3-7:Oracle Net Manager

The Net Configuration Assistant and the Net Assistant both wrote backup copies of your original files before making any changes to them.
The next lesson wraps up this module.

Ad Oracle Integration Cloud Service