Exporting schema of complete database for all the users [message #224795] |
Thu, 15 March 2007 09:14 |
prashas_d
Messages: 66 Registered: February 2007
|
Member |
|
|
Hello All,
There is a database in which there are so many users and each have it's own schema.
Generally in order to export the schema of one particular user into a dump file, we will use the statement:
exp scott/tiger@sid1 file=expdat.dmp full=yes
But for exporting the complete database of all the users, then how can we do it?
Please let me know if it can be done?
Thanks in advance.
prashas_d.
|
|
|
|
Re: Exporting schema of complete database for all the users [message #224813 is a reply to message #224798] |
Thu, 15 March 2007 10:28 |
prashas_d
Messages: 66 Registered: February 2007
|
Member |
|
|
Taj,
Can u please provide me more details:
imp <username/password@sid> file=<filename> full=y
In the above command, I need to give the username and password. What I need is, to export the complete database for all the users. But what the above command does is, it will just export the schema for only one user.
Is there any such command which completely exports the schema of whole database instance(for all users) into a dump file?
prashas_d.
|
|
|
|