Can we connect to oracle by passing encrypted password of user?
Hi,
Is there any way that we can connect to oracle by encrypted password values of user?
e.g.
select password from dba_users where username='SCOTT';
FE2E935743C1D160
Now if i don't know the password of scott user but I want to connect by SCOTT user by passing FE2E935743C1D160 to connect.
Thanks,
Amit.
0