LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 05-FEB-202509:54:25
Copyright (c) 1991, 2013, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 11.2.0.4.0 - Production Start Date 05-FEB-202509:54:07 Uptime 0 days 0 hr. 0min. 17 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /u01/app/oracle/product/11.2.0/db/network/admin/listener.ora Listener LogFile /u01/app/oracle/diag/tnslsnr/lucifer/listener/alert/log.xml Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lucifer)(PORT=1521))) Services Summary... Service "lucifer"has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... Service "luciferXDB"has 1 instance(s). Instance "lucifer", status READY, has 1 handler(s) for this service... The command completed successfully
SQL*Plus: Release11.2.0.4.0 Production on Wed Feb 510:18:532025
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release11.2.0.4.0-64bit Production With the Partitioning, OLAP, Data Mining andReal Application Testing options
SQL> set lines222 pages1000 col username for a25 col account_status for a20 col default_tablespace for a20 col temporary_tablespace for a20 col profile for a20 SELECT username, account_status, default_tablespace, temporary_tablespace, created, profile FROM dba_users WHERE account_status = 'OPEN' ORDERBY created;
SQL*Plus: Release11.2.0.4.0 Production on Wed Feb 510:23:172025
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release11.2.0.4.0-64bit Production With the Partitioning, OLAP, Data Mining andReal Application Testing options