dbTalk Databases Forums  

Help with Import ORACLE

comp.databases.oracle comp.databases.oracle


Discuss Help with Import ORACLE in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
M Bouloussa
 
Posts: n/a

Default Help with Import ORACLE - 09-06-2004 , 11:45 AM






Hello,

I have a little problem with an oracle import.
My problem is :

1) I have a dump (file.dmp) contains a table T1 (just for this
example)
2) I have an oracle schema (user=U1, pass=pass1) contains a table T2
with the same structure as T1
but having different tablespace (data,index) and with different
pctFree and pctUsed.
3) I would like to import the file file.dmp in this schema

___

the command
imp U1/pass1 file=file.dmp doesn't work because the table is already
exist
the command
imp U1/pass1 file=file.dmp ignore=Y doesn't work


Thank you for help

MB

Reply With Quote
  #2  
Old   
Ana C. Dent
 
Posts: n/a

Default Re: Help with Import ORACLE - 09-06-2004 , 12:05 PM






mb (AT) asterop (DOT) com (M Bouloussa) wrote in
news:ab03d38.0409060845.3976d638 (AT) posting (DOT) google.com:

Quote:
Hello,

I have a little problem with an oracle import.
My problem is :

1) I have a dump (file.dmp) contains a table T1 (just for this
example)
2) I have an oracle schema (user=U1, pass=pass1) contains a table T2
with the same structure as T1
but having different tablespace (data,index) and with different
pctFree and pctUsed.
3) I would like to import the file file.dmp in this schema

___

the command
imp U1/pass1 file=file.dmp doesn't work because the table is already
exist
the command
imp U1/pass1 file=file.dmp ignore=Y doesn't work


Thank you for help

MB

You post leave out many details.
OS
OS version
Oracle version
"doesn't work" is like telling the doctor you don't feel well.
Do you realize how many different ways it "doesn't work" might happen?
Why can't/don't/won't you post EXACTLY what you got via cut & paste?
Have you tried
imp help=yes
Is/was table T1 owned by U1?
Do you have "DBA privs"?
What should happen to the existing data?
If PK/UK is on this table what is to be done with duplicates?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.