eseabrook2008
Technical User
My company uses a system with an Oracle 9i backend. Each night, a full database export is run. The question I have is, how can I use the IMP statement to re-import that data back into the existing database (for whatever reason)? When I ran...
imp <user>/<password>@<tns> file=your.dmp full=y log=your.log ignore=y
...it just added the data to the existing tables. I'm not fluent with Oracle but from what I've been able to find, by searching on line, is that I need to drop/truncate the DB first and then run the imp statement? If this is correct, I have not had much success with it. We're running 9i on a Windows 2000 Server. Oh, and I'm doing this in an exact test enviro...so no worry of data loss! Thanks!
imp <user>/<password>@<tns> file=your.dmp full=y log=your.log ignore=y
...it just added the data to the existing tables. I'm not fluent with Oracle but from what I've been able to find, by searching on line, is that I need to drop/truncate the DB first and then run the imp statement? If this is correct, I have not had much success with it. We're running 9i on a Windows 2000 Server. Oh, and I'm doing this in an exact test enviro...so no worry of data loss! Thanks!