If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have an export file (expdat.dmp) from an AIX 5.2 server. Is it possible to IMPort it to a Solaris 9 server? Both servers running Oracle9i. My DBA tells me it can't be done without the exact datafiles in place...from what I remember (Oracle 6/7) the export file contains all the create tablespace commands in it...all I need is the paths to the datafiles.
Originally posted by The_Duck
If only import 'touser' then it will use the default tablespace if it cannot find the actual.
Otherwise, if doing full=Y, I suggest creating the tablespaces ahead of time which should not be difficult.
Heck try it out without anything and see what happens
A quick look at the expdat.dmp file (at least the first 100 lines or so) showed a bunch of "create tablespace" commands, with paths to datafiles. So, I created the same directory structure on the AIX server, and am keeping my fingers crossed.
Originally posted by aruneeshsalhotr
exp / file=abc.exp tables=tablespace1.tablename1 buffer=16000000
I use the above command to perform the export of tablename1 from tablespace tablespace1.
Can u please verify the requirement in your case.
The EXPort was takes with full=Y as the SYS user. We ran a benchmark on a IBM p650 in the spring, and now need the exact database on a SunFire 6800 for the same test suite. I think I feel comfortable that this will work fine...just gotta convince the DBA now...heheh.