twincalicos
MIS
I'm importing a dmp file from another Oracle database into Oracle 10g.
I'm using the command line with "full=y" to do it, but I get many errors about table spaces and users not existing.
I have tried turning off grants, no luck.
I tried the GUI way as well, other problems. It reads the import file fine and lets me select tables, but I can't get it all to come in.
How can I just get it all to import the tables and data regardless of old users that do not exist in this system and with not having to create table spaces? Is this possible?
I'm only importing it back into Oracle for a moment so I can then port it into SQL.
I'm using the command line with "full=y" to do it, but I get many errors about table spaces and users not existing.
I have tried turning off grants, no luck.
I tried the GUI way as well, other problems. It reads the import file fine and lets me select tables, but I can't get it all to come in.
How can I just get it all to import the tables and data regardless of old users that do not exist in this system and with not having to create table spaces? Is this possible?
I'm only importing it back into Oracle for a moment so I can then port it into SQL.