linux查看oracle表結(jié)構(gòu) oracle查版本號,oracle怎樣查版本?
oracle查版本號,oracle怎樣查版本?--查找實例版本sqlplus/assysdbaSQLselectversionfromv$instance;--打開系統(tǒng)實例版本sqlplus/assy
oracle查版本號,oracle怎樣查版本?
--查找實例版本
sqlplus/assysdba
SQLselectversionfromv$instance;
--打開系統(tǒng)實例版本
sqlplus/assysdba
SQLselectversionfromv$instance;
--查看直接安裝建立版本(linux)
grepinventory_loc/etc/oraInst.loc#換取inventory路徑,比如說quantity_loc//product
cd//product/ContentsXML
ls-l#象除了以上文件
comps.xml#建立版本
inventory.xml#安裝oracle產(chǎn)品(數(shù)據(jù)庫)版本
libs.xml#安裝lib庫版本
怎么連接linux下的oracle?
1su-oracle
2sqlplus/nolog
3conn/suchsysdba
怎么在linux下查看oracle錯誤信息?
這里提供給兩種方法。
1)不使用oerr命令
在oracle的服務(wù)器上然后敲命令oerr出現(xiàn)錯誤類型出現(xiàn)錯誤編號,oracle會跟你說錯在什么地方,怎莫能解決這個錯誤。例如你碰上出錯編號為ora-03206的錯誤,那你ora(-前面的)是錯誤類型,03206是出現(xiàn)了錯誤編號。那就我在oracle服務(wù)器上負責(zé)執(zhí)行oerrora03206,又出現(xiàn)了出現(xiàn)了錯誤幫助。
[~]$oerrora03206
03206,00000,maximumfilesizefor(%s)blocksoutsideAUTOEXTENDclauseareout ofrange
//*Cause:Themaximumfilesizeanyanautoextendablefilehas
//allocatedthemaximumnumberofblocksallowed.
//*Action:Reducethesizebothretry.
[~]$
2)打開系統(tǒng)oracle的文檔
到oracle的網(wǎng)站上去下載她的技術(shù)文檔,后再打開,進入到主頁,在左上角有errormessage。點擊進入,然后把里查你要查看的error信息。