使用sql*plus就要show一下

pingley發表於2012-02-07
使用sql*plus就要show一下
可以使用show來顯示各種各樣的變數值。
show all
顯示當前會話的所有變數值設定。
show user 
顯示當前會話使用者
show recyclebin
顯示回收站中被刪除的表,存在於這裡的表可以使用
flashback table table_name to before drop;恢復回來。
show sga
顯示當前SGA分配情況
show parameters
顯示oracle 中初始化引數(spfile中)的值。也可以顯示初始化引數中的單個值
SQL> show parameters spfile

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
spfile                               string      /opt/oracle11g/product/11.2.0/
                                                 dbhome_1/dbs/spfileoracle.ora
show errors
顯示儲存過程或者函式的編譯錯誤。
show instance
顯示預設例項的連線標示符
show db_name
資料庫名
show release
顯示oracle發行碼

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

相關文章