EXPERT RESPONSE
To import the contents of this dump file, you will have to use Oracle's import utility. There is no SQL statement that will do what you ask.
You did not explain your difficulties in importing the contents of this dump file. But the basic import call will look similar to the
following:
imp userid=system/manager file=db999992003.dmp full=y log=imp.log
I always log the output to a file so that I can go back and ensure that I did not have any problems.
|