「Oracle」OSコマンドでデータファイルの場所とサイズを確認する方法
環境
Oracle Database 11g Release 11.2.0.1.0 – 64bit Production
構文
SQL> !ls -lh /opt/oracle/oradata/データベース名
使用例
SQL> !ls -lh /opt/oracle/oradata/TESTDB 合計 4.9G -rw-r----- 1 oracle oinstall 9.3M 9月 14 13:27 2022 control01.ctl -rw-r----- 1 oracle oinstall 9.3M 9月 14 13:27 2022 control02.ctl -rw-r----- 1 oracle oinstall 51M 9月 13 00:35 2022 redo01.log 略