How can I find the directory in which oracle stores it's table space files?
When I do: select * from dba_data_files;
or select * from v$datafile;
then I get some paths like that:
+DATA01/fu/datafile/bar_ts01_data.260.264360912
But what means +DATA01
? And where is that exactly in the file system?