[20130814]12c sqlplus.txt

lfree發表於2013-08-16
[20130814]12c sqlplus.txt

D:\tools\rlwrap>sqlplus scott/tiger@test01p
SQL*Plus: Release 12.1.0.1.0 Production on Wed Aug 14 20:04:21 2013
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Last Successful login time: Sun Aug 11 2013 22:19:19 +08:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

--12C 的sqlplus每次登入記錄上次成功登入的時間。

如果不想顯示執行如下:
D:\tools\rlwrap>sqlplus  -NOLOGINTIME scott/tiger@test01p
SQL*Plus: Release 12.1.0.1.0 Production on Wed Aug 14 20:07:10 2013
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-768633/,如需轉載,請註明出處,否則將追究法律責任。

相關文章