- Log in to lk-node01 as LKDOMAIN\lkadmin.
- Using the Windows OS service manager, stop the OracleOraDB19Home1TNSListenerORCL and change Startup type to Manual. After you change it, the following screen should appear.

- Launch Oracle Net Manager.
- Select Listeners > ORCL in the left pane and select Address1 in the right pane.

- Set the following values:
| Net Manager Listeners / ORCL | |
| Protocol | TCP/IP |
|---|---|
| Host | 10.0.1.100 |
| Port | 1521 |

- Open the list box at the top right, select Database Services and click Add Database at the bottom.

- Enter the following values:
| Net Manager Listeners / ORCL | |
| Global Database Name | Null |
|---|---|
| Oracle Home Directory | F:\app\oracle\product\WINDOWS.X64_193000_db_home |
| SID | ORCL |

- On the left pane, select Service Naming > orcl and enter the values as shown in the following table.
| Net Manager Service Naming / orcl | |
| Service Identification | |
|---|---|
Service Name |
orcl |
Connection Type |
Dedicated Server |
| Address1 | |
Protocol |
TCP/IP |
Host Name |
10.0.1.100 |
Port Number |
1521 |

- Save the configuration.
- Now the configuration of the Oracle listener is completed. Run cmd.exe as Administrator, execute the command
lsnrctl start orcl.





Post your comment on this topic.