We have oracle 11g R2 ( 11.2.0.4.0)
There is a default database directory created DATA_PUMP_DIR ( /oradata/datapump) .
There are some files ( .DMP and .LOG) in the above directory.
1) How to list the file names in the database directory using oracle SQL command ?
2) If there is a .LOG file in the above directory, is there a way to read contents of the .LOG file using Oracle SQL command ?