It is no way you can change the User name (schema name). you can rename fields, table and other objects but not schema directly.
The same result can be achieve by using export and imortp.
1. take schema level export
2. create the required user.
3. import the exported dump
4. delete the old users.
I have created a user and inserted some tables with data using oracle9i. Can I know to which database these tables and user belong to? Do we have any command for knowing that?
I have created a user and inserted some tables with data using oracle9i. Can I know to which database these tables and user belong to? Do we have any command for knowing that?
that really sounds funny, how can you login without knowing the name of the database .Where you have created the user from which login ?
I have created a user with a password by logging in as sysdba. I dint specify the database name over there. Then I logged in by that username and password and created tables.
Comment