A USER HAVING CREATE SESSION PREVILAGE CAN ALTER
PASSWORD/CHANGE PASSWORD?
Answers were Sorted based on User's Feedback
Answer / harshada
No. The user can not reset or change the password. The user
is having only create session privileges. only SYS
DBA/manager can reset the password not a user.
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / jimmy
no.the user can not change password . the user can create
and alter their own session privileges.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the common oracle dba tasks?
What is the difference between substr and instr?
why can't we assign not null constraint as table level constraint
How to export data with a field delimiter?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
What different of iner joint & outer joint with example
Is it possible to enter only time value into a column of a table in sql?
how to select second mauximum value in a given table under salary column
How can we manage the gap in a primary key column created by a sequence? Ex:a company has empno as primary key generated by a sequence and some employees leaves in between.What is the best way to manage this gap?
How to use regular expression in pattern match conditions in oracle?
13. Display the second to fifth characters in each client name.
How do I recompile a procedure in oracle?