1, Enter the command under Oracle User:NETCA, enter the installation interface, select "Listener configuration", click " Next"button
2.Select "Add" and click"Next" button
3, the default listener name, click on the "Next" button
4, by default, select "TCP", click "Next" button
5.Select "use the standard port number of1521", click "Next "button
6.Select "No" and click"Next" button
7.click on "Next" button
8.Select "Local Net Service Name configuration" and click "Next" button
9.Select "Add" and click"Next" button
Enter the instance name after"Service name":ODS, click on the "Next" button
Select "TCP" and click "Next" button
Enter host IPafter"hostname":192.168.2.155, click "Next "button
Select "yes,perform a test" and click "Next" button
click on "changeLogin"
After"Username", enter:system, enter thepassword after "password": [Email protected]
verify through the interface display, click "Next" button
"Net Service Name" after:ODS, click "Next" button
Select "No" and click"Next" button
configuration Complete, click on the "Next" button
Click "Finish" button to close the installation screen
Inspection Whether the ODS instance was successfully installed:
Input: Sqlplus/as SYSDBA
Select name from V$database;
Show The ODS instance name, which is the successful installation of the ODS instance
1. when initializing the instance, make sure that the monitoring and Oracle services are started!
View listening Status:lsnrctl status; To start a listening command: lsnrctl Start
Stop listening Command:lsnrctl stop; Start Oracle Service: Startup
Linux Oracle Monitoring Configuration