當(dāng)前位置:首頁(yè) > IT技術(shù) > 數(shù)據(jù)庫(kù) > 正文

Oracle 查看數(shù)據(jù)庫(kù)文件 SQL語(yǔ)句
2021-09-13 10:31:18

Oracle 數(shù)據(jù)庫(kù)文件主要分為:

  • 表空間數(shù)據(jù)文件(包括臨時(shí)表空間和UNDO表空間)
  • 控制文件
  • 日志文件(包括重做日志和standby日志)

可以通過(guò) SQL 來(lái)查詢:

set line222
col pagesize1000
select name from v$datafile 
union all
select name from v$tempfile 
union all
select member from v$logfile 
union all
select name from v$controlfile;

本次分享到此結(jié)束啦~

如果覺(jué)得文章對(duì)你有幫助,點(diǎn)贊、收藏、關(guān)注、評(píng)論,一鍵四連支持,你的支持就是我創(chuàng)作最大的動(dòng)力。

?? 技術(shù)交流可以 關(guān)注公眾號(hào):Lucifer三思而后行 ??

本文摘自 :https://blog.51cto.com/l

開(kāi)通會(huì)員,享受整站包年服務(wù)立即開(kāi)通 >