查看oracle中当前已创建的目录和表空间信息

查看oracle中当前已创建的目录:
select * from dba_directories;

查看oracle中当前已创建的表空间:
select file_id,tablespace_name from dba_data_files;