I have been using this statement in windows command prompt for importing .dmp files . what does the word 'full' mean here ?
imp me_user/password_me file='C:\Users\user\Desktop\file.dmp' full=Y
I have been using this statement in windows command prompt for importing .dmp files . what does the word 'full' mean here ?
imp me_user/password_me file='C:\Users\user\Desktop\file.dmp' full=Y
In Oracle Database there many schemas for example hr, scott,system and sys etc.
g
so the above statement will import only hr user.
If I use full=y
Now all the four users(hr, scott,system and sys) will be imported automatically.