how to create a user for a database
hi all,
in the default ORCL database (oracle 10g) how can i create a new user. i did the below steps.
1. connecting as sysdba and creating a user
2. create user kumar identified by kumar;
3. create connect,resource to kumar.
but after this when i tried to connect the ORCl database with user 'kumar' it is giving me the ora-01017 error.
please help me how to create a user to a db using sqlplus.
Thanks,
Kumar.