Oracle 基本命令1 sqlplus

2021-04-13 11:35:37 字數 597 閱讀 4745

c:/>sqlplus

sql*plus: release 9.2.0.1.0 - production on 星期六 9月 29 14:32:14 2007

請輸入使用者名稱:  sys as sysdba

請輸入口令:

連線到:

oracle9i enterprise edition release 9.2.0.1.0 - production

with the partitioning, olap and oracle data mining options

jserver release 9.2.0.1.0 - production

sql> help index

enter help [topic] for help.

sql> quit

從oracle9i enterprise edition release 9.2.0.1.0 - production

with the partitioning, olap and oracle data mining options

jserver release 9.2.0.1.0 - production中斷開

c:/>

oracle基本命令

1 describe查詢表結構 describe xuesheng 名稱 空值 型別 id number 38 xing ming varchar2 25 yu wen number shu xue number 2 select 列名稱 from 表名稱 select from xuesheng ...

oracle基本命令

sqlplus 鏈結oracle資料庫 sqlplus as sysdba 1 檢視當前的資料庫檔案一般都是放在 select name from v datafile 2 建立表空間 create tablespace 表空間名 datafile 對應的檔名 size 大小 3 建立使用者 cre...

oracle基本命令

1 命令列登入 sqlplus scott tiger sqlplus scott tiger 192.168.146.128 1521 orcl 2 開始錄屏spool d 基本查詢.txt 執行該語句後oracle會在d盤建立乙個 基本查詢.txt 檔案 結束關閉錄屏spool off 如果不執...