- 論壇徽章:
- 0
|
還想問一下,為什么我每次輸入sqlplus后的顯示是不一樣的?
為什么每次都要輸入用戶名和密碼呢?
比如:
sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 7 10:03:51 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@www ~]$ sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 7 10:16:01 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to an idle instance.
謝謝,我一定去看文檔,只是這個(gè)問題一直捆饒我. |
|