ORACLE的登陆NOLOG和没NOLOG有差别吗?

 

 


bill_test2$sqlplus /nolog

SQL*Plus: Release 9.2.0.7.0 - Production on Wed Nov 7 09:35:57 2007

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL> connect / as sysdba
Connected.

以上的连接方式和我以下的有什么差别???


SQL> exit
bill_test2$sqlplus  "/ as sysdba"

SQL*Plus: Release 9.2.0.7.0 - Production on Wed Nov 7 09:36:45 2007

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.


Connected to:
Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
With the Partitioning option
JServer Release 9.2.0.7.0 - Production

SQL>



[回答1]
2个一样的


[回答2]
哦,没一点差别啊


[回答3]
/nolog是不登陆数据库的情况下启动sqlplus,就是只启动sqlplus,不连接数据库!


[回答4]
ps -ef看到的东西不一样。 

你可能感兴趣的:(oracle,sql,C++,c,C#)