Where are all the tables stored in oracle in windows?
I mean in which folder in windows.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With