|
SQL*Plus: Release 11.2.0.4.0 Production on Tue May 19 11:39:14 2020
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SQL> host
[oracle@prstd1 ~]$ ps -ef|grep sqlplus
oracle 835 40861 0 11:39 pts/0 00:00:00 sqlplus as sysdba
oracle 1092 937 21 11:39 pts/0 00:00:00 grep sqlplus
[oracle@prstd1 ~]$ exit
SQL> select sid, program from v$session where process=835;
SID
----------
PROGRAM
--------------------------------------------------------------------------------
10539
sqlplus@prstd1 (TNS V1-V3)
这不是很简单么。。。
|
|