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
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
What are the different sql commands?
How can you select unique records from a table?
what are set operators in sql? : Sql dba
how to include comments in sql statements? : Sql dba
Is id a reserved word in sql?
Can instead of triggers be used to fire once for each statement on a view?
What is pls integer?
How do you use a while loop in pl sql?
How do you update sql?
How can you get sql*loader to commit only at the end of the load file? : aql loader
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What is sql indexing?
how to install mysql? : Sql dba
What is restrict in sql?