I create a username in oracle that has spelling mistake, I want to modify it now but I am not successful. would you please help me how I can modify my username in all_users table? I use oracle 9.
migrated from stackoverflow.com Mar 11 '11 at 2:04
This question came from our site for professional and enthusiast programmers.
|
In Oracle, as of version 11.2, you can't rename a schema (=user). See this discussion on AskTom for a workaround: you would export the user, reimport with the good name (using | |||||||
feedback
|