This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes Data Pump Import Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Data Pump Import Question" Watch "Data Pump Import Question" New topic
Author

Data Pump Import Question

Mike London
Ranch Hand

Joined: Jul 12, 2002
Posts: 952
I was sent a DMP file today, but without the database user name and password.

So when I tried the following command, it didn't work:

prompt>impdp SYSTEM\SYSTEM DBFILE.DMP

Is there some other variation on the impdp command I should try to see if I can import the DMP file to create a local Oracle XE database?

Currently, the command above just comes back and asks for a password.

Thanks in advance.

-- Mike
Sona Patel
Ranch Hand

Joined: Mar 30, 2009
Posts: 75
Hi Mike,

I usually use 'imp' command. It is interactive command and asks for many details but we can use the default values suggested by it.
It asks for user id and password where we can provide any user with DBA rights.

If you open .dmp file with any advanced text editor then you will be able to see user name and other sql statements.

Hope this helps..

Regards,
Mike London
Ranch Hand

Joined: Jul 12, 2002
Posts: 952
Thanks for your note.

I opened the DMP with a hex editor, but the password I saw there didn't work.

In any case, it sounds like I really need to get the login creds to use this DMP file....I just wanted to make sure I wasn't missing something obvious.

Thanks again!!!

- Mike
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Data Pump Import Question
 
Similar Threads
Import and Export
How can i imp to remote oracle database
Missing IN or OUT parameter at index:: 1
Oracle imp commands
question on Oracle 10g