Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table: V$DATAFILE

Former Member
0 Likes
403

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.

2 REPLIES 2
Read only

Former Member
0 Likes
364

Hello,

try table GVD_DATAFILE...
Also please share the dump/query/detialed requirement.

-AK

Read only

SujeetMishra
Active Contributor
0 Likes
364

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.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e1921b-32e2-2910-d38a-bce867339...

Regards,

Sujeet