Home » RDBMS Server » Server Administration » Import/Export
Import/Export [message #62858] Thu, 19 August 2004 23:21 Go to next message
Avra
Messages: 65
Registered: July 2004
Member
Hi.. I've got a .dmp file...Now i want to import entire .dmp file in oracle by import utility...I've tried to do it with imp utility and with parametr FULL=Y... But from the logfile, I came to know that some uers and table from that .dmp file has not been imported.pls guide me how to import entire .dmp file??

thanks,
avra
Re: Import/Export [message #62872 is a reply to message #62858] Fri, 20 August 2004 20:48 Go to previous messageGo to next message
Balaji
Messages: 102
Registered: October 2000
Senior Member
if you can see from the log file that some users objects have not been imported then they may not have any objects at all.

still if you are sure that some tables have not been imported then use the table imp

with best regards
balaji
Re: Import/Export [message #62873 is a reply to message #62872] Fri, 20 August 2004 21:43 Go to previous messageGo to next message
Avra
Messages: 65
Registered: July 2004
Member
Hi Balaji.. Thnx for ur reply... In my logfile, it is showing me some user called Opr1, Opr2 n so on.. but those users are not getting imported...Can you tell me the reason...I've done FULL import....

Is there any third party software for Import/Export??..I've got Easy Dump for Oracle...But it's evaluation version.. So all features are not there...
Re: Import/Export [message #62885 is a reply to message #62858] Sun, 22 August 2004 10:57 Go to previous messageGo to next message
Thomas
Messages: 67
Registered: September 1999
Member
You have to have the tablespaces from the export file already created, because the imp will run the CREATE TABLE... ddl first. If the required tablespaces don't exist them you will get a error, or if the tables already exists you have to use - IGNORE=Y in the imp parameter file.

Hope that helps,

clio_usa - OCP DBA 8/8i/9i

Oracle DBA Resources
Oracle DBA Forums
USENET Oracle newsgroups
Re: Import/Export [message #62923 is a reply to message #62873] Tue, 24 August 2004 11:44 Go to previous message
Girdhari Chudhary
Messages: 1
Registered: August 2004
Junior Member
for easy import/export you can configure the OMS(oracle managment server) and than using OEM you can import you file in full GUI mode. it gives very easy operation rather than command prompt. even on command prompt if you write imp -help, it gives all options for import with detail
Previous Topic: Database running OR not
Next Topic: Oracle installation
Goto Forum:
  


Current Time: Thu Jan 09 14:48:21 CST 2025