|
|
|
Re: Renaming of Schema [message #424450 is a reply to message #421822] |
Fri, 02 October 2009 07:56 |
mohd_dba
Messages: 19 Registered: October 2009
|
Junior Member |
|
|
There are some steps which need to be followed:
1.Export the old schema.
2.Create the new schema with default tablespace.
3.Assign all the privileges related to new schema.
4.Import the schema.The command is like.
For ex:
$ imp system/manager file=abc.dmp log=abc.log fromuser=scott touser=scott1 ignore=y feedback=10000 buffers=100000 commit=y;
This is for Same server.If it different server.Use FTP and transfer the .dmp and log files.And import it.
Thanks,
Afroze.
[Updated on: Fri, 02 October 2009 07:57] Report message to a moderator
|
|
|