How-to: Create a new Oracle User Wednesday, January 12 2011 on Database
Every now and then I need to create a new Oracle user to test the CodeSmith Generator OracleSchemaProvider. I wanted to outline the steps that I use to create a new user as well as change the password of an existing user. The first step one needs to take is to create a new user but you may not remember your login information if it has been a while. At this point I always open up SQL Plus from the start menu and enter in the following user name when prompted. / as sysdba This allows you to connect as the sysdba user without remembering any credentials. Please note that the passwords and/or steps...

