while importing (full) error was returned that couldn't create daatfile <> and i found that the directory under which import tried creating the datafile was missing.
now rest of the import has gone through but for these e datafiles.
how to get these daatfiles and the the contents?
Please clarify once again. I could not understand Your question. Import cannot create a datafile.
It will try to insert back all those records in the relevant objects (which in turn resides in different tablespaces - where each tablespace may have one or more datafiles)
You have mentioned -- data file missing -- how come your database running right now without any error message.
Thanx
Ramesh.
______________________________
There is nothing Impossible.
Even Impossible says
I M POSSIBLE
before importing i dropped all users and tablespaces including contents.
importing from a full backup will create all datafiles and tablespaces as existed during export(full)
unfortunately this time one directory under which 2 datafiles were to be created were non-existent so the datafile creation by import failed.
and redoing the entire import again is too time consuming .
Just check the log file created during the import (if you included that parameter)
Clarify what is the reason for not creating the datafiles under that directory. Try to fix that error.
I am not that much sure whether in this condition, it is possible to import the leftover data alone.
By chance if the leftover data pertains to a particular user(s), you can try importing only those user data after manually recreating the datafile.
Thanx
Ramesh.
______________________________
There is nothing Impossible.
Even Impossible says
I M POSSIBLE
If that index tablespace realy contained only indexes, then simply runing the "indexfile" created with "IMP INDEXFILE=..." will not be very helpfull.
All those indexes that should be created by the indexfile are probably allready created in the database! During the first import imp executed all those CREATE INDEX commands. As it couldn't find the index tablespace, it created those indexes in the user's default tablespace. Only if there were space or quota problems in user's default tablespace those indexes weren't created. In this case check the imp log file for any errors regarding CREATE INDEX commands.
If those indexes are allready created, you can simply move them to the index tablespace by using ALTER INDEX REBUILD commands.
Jurij Modic ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?
Bookmarks