程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> Oracle數據庫 >> Oracle數據庫基礎 >> oracle命令行登錄的實現

oracle命令行登錄的實現

編輯:Oracle數據庫基礎

Oracle命令行登錄的方法未必人人都會,下面就為您詳細介紹Oracle命令行登錄的實現過程,希望對您學習Oracle命令行登錄方面能有所幫助。

C:\Documents and Settings\Administrator>sqlplus system/manager as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 11月 30 19:24:16 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.


連接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL>

--------------------

C:\Documents and Settings\Administrator>sqlplus scott/tiger@Oracle

SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 11月 30 20:31:05 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.

連接到:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL>
 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved