how to find out table names from the given datafile? [message #64444] |
Sun, 30 January 2005 07:43 |
som
Messages: 18 Registered: April 2002
|
Junior Member |
|
|
how to find out table names from the given datafile???
I have one datafile and I want to know what are the tables in that datafile.
Here are the details:
I have one tablespace:
TABLESPACE1
I have three datafiles included in that tablespace:
DATAFILE1
DATAFILE2
DATAFILE3
I deleted one datafile since It is giving some media recovery error.
Now I want to recover all the data ( all the objects that were ther into the datafile).
I have the clean backup and Im planning to spool all the table into flat file from the backup and load them into the new database.
But I am not getting how to get the name of the tables from that datafile.
Please help.
thanks
|
|
|
|
Re: how to find out table names from the given datafile? [message #64459 is a reply to message #64450] |
Mon, 31 January 2005 03:05 |
som
Messages: 18 Registered: April 2002
|
Junior Member |
|
|
hi shreedhar,
My problem is not database recovery.
I am having a cold backup.
and What I planned to do is that I wil export the tables into text files which are there in the missing datafile.
so I want to know which tables are there in the datafiles so that i can take there flat files and load them
|
|
|
|
|
|