Rename a user
KSGOct 12 2011 — edited Oct 17 2011Hi,
Oracle 11gR2 on linux
How to rename a user?
like there is a user exist in the database called userA, now I've to just rename it to userB.
I dont want to perform exp/imp or expdp of the schemas. I understand there is no possibility to directly rename the user in previous oracle releases.
I know there is option in SQLServer like "alter user abc with name='abc123'; this way we can rename the user. Is there any similar commands available for Oracle.
Thanks
KSG