2

すべてのテーブルはWindowsのOracleに保存されていますか?

つまり、Windowsのどのフォルダにあるかということです。

4

1 に答える 1

5
select * from dba_data_files; -- The database files (this is where the tables live)
select * from v$logfile; -- The online redo logs
select * from v$controlfiles; -- The controlfiles
于 2012-08-08T11:11:55.900 に答える