need to know where my Table Datafile

Hello

I was wondering if there is a way to know where my Table Datafile. I have exported a table and getting ready to delete because I am partitioning it. Like the size of my table so 4.5 GB, it could develop multiple data files. Please answer


Best regards
select B.FILE_NAME from dba_segments a, dba_data_files b
where a.header_file=b.file_ID and segment_name='TABLE_NAME'

Tags: Database

Similar Questions

Maybe you are looking for