Although you can do a full database export, I find that exporting and importing by schema (Oracle user) is a nice way to do it. To see (on-screen) all available imp/exp parameters, at your o/s prompt, enter "exp help=y" or "imp help=y".
Although there are dozens of imp/exp-parameter combinations that would work for you, here are examples of the command-lines that I typically use (all on one line):
Hmmm...I tried this button...something keeps stopping me...
SP2-0734: unknown command beginning "exp buffer..." - rest of line ignored.
SP2-0042: unknown command "compress=n" - rest of line ignored.
SP2-0042: unknown command "grants=y" - rest of line ignored.
SP2-0734: unknown command beginning "feedback=1..." - rest of line ignored.
I am not able to use the HELP...I assume it may not be installed any ideas?
As I alluded in my first post ("...at your o/s prompt...", "exp" and "imp" are NOT SQL*Plus commands, they are Oracle utilities that run from your operating system (o/s) prompt. The errors you are seeing come from trying to execute the "exp" command from a SQL*Plus prompt. Try it from your operating system command prompt and then let us know the results.
Dave
Sandy, Utah, USA @20:54 GMT, 13:54 Mountain Time.
When I import this it will be into a another oracle with the same version, but on a separate machine...can you provide me a link of where I can find the process to imp the full dump so I will be able to use it as in the database it has been dumped from...
The IMP command I posted above actually matches your scenario: the EXP occurred on one Oracle instance/db ("service" and the IMP occurred on another Oracle instance/db ("dhunt".
And, as I mentioned, I break up exports and imports BY SCHEMA (Oracle user) instead of a "full database export/import". I do this for multiple benfits: 1) file-size managability and 2) non-serial exporting and importing: I can export multiple schemas simultaneously and them import the schemas simultaneously, versus the limitation of serial file processing if I have done a "full database export/import".
But, if you insist on doing export and import for the full database, then the easiest method is to use "conversational mode" versus "command-line mode". At your o/s prompt, invoke the utility:
1) either "exp" or "imp" [enter]
2) Enter an Oracle username that has been granted the privilege, "IMP_FULL_DATABASE" or "EXP_FULL_DATABASE".
3) Enter the appropriate password for that user
4) Enter responses of your choice to the next two prompts
5) For the next question, enter "E" for "Entire Database"
6) Respond to the remaining prompts as you choose/need.
Dave
Sandy, Utah, USA @ 21:01 GMT, 14:01 Mountain Time
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.