how to create user in sql and how to set password for that?
Answer Posted / ayan banerjee
create user user_name identified by password
then
grant resource to user_name
grant create session to user_name
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
how to use like conditions? : Sql dba
What is the difference between sql and t sql?
Is sql difficult?
What is the difference between the conventional and direct path loads? : aql loader
What are all the different types of indexes?
What is sql server and ase?
What is output spooling in sql*plus?
how many ways we can we find the current date using mysql? : Sql dba
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
State few characteristics of pl/sql?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is a trigger in sql?
What is mutating table error?
How do you update sql?
Can we use delete in merge statement?