Skip to content

Instantly share code, notes, and snippets.

@sergiosouzalima
Created May 18, 2020 15:17
Show Gist options
  • Save sergiosouzalima/483a328c9326288cfc1c15d03ad59c74 to your computer and use it in GitHub Desktop.
Save sergiosouzalima/483a328c9326288cfc1c15d03ad59c74 to your computer and use it in GitHub Desktop.
Oracle install issues
[oracle@ol7-dba oracle]$ ps -ef | grep smon
oracle 3457 2214 0 12:10 pts/0 00:00:00 grep --color=auto smon
[oracle@ol7-dba oracle]$ lsnrctl status
LSNRCTL for Linux: Version 19.0.0.0.0 - Production on 18-MAY-2020 12:10:38
Copyright (c) 1991, 2019, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 19.0.0.0.0 - Production
Start Date 18-MAY-2020 11:59:29
Uptime 0 days 0 hr. 11 min. 10 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/19.0.0/dbhome_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/ol7-dba/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
The listener supports no services
The command completed successfully
[oracle@ol7-dba oracle]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment