2013 Sep 23 12:15 PM
Hello,
Let me know how to fetch data from this table
V$DATAFILE in ABAP. As i'm getting dump when i fetch data from this table.
Please do let me know.
Regards,
Gururaj.
2013 Sep 24 5:58 AM
Hello,
try table GVD_DATAFILE...
Also please share the dump/query/detialed requirement.
-AK
2013 Sep 24 7:56 AM
Hello Gururaj,
Why you want it from ABAP end? You can ask your DBA to access these details from Oracle end.
Or if you want to use ABAP then select from DBA_DATA_FILES based on your FILE_ID.
SELECT * FROM DBA_DATA_FILES WHERE FILE_ID=255.
Also refer below documents.
Regards,
Sujeet