Friday, 1 October 2021
How to reset password with knowing user password in Oracle Database
SQL> select username,account_status from dba_users where username='SAMIK';
SQL> select 'alter user "'||d.username||'" identified by values '''||u.password||''';' c from dba_users d, sys.user$ u where d.username = upper('&&username') and u.user# = d.user_id;
User altered.
Subscribe to:
Post Comments (Atom)
IAM in OCI
This diagram shows how Identity and Access Management (IAM) works in Oracle Cloud Infrastructure . Let’s break it down in a clear way so...
-
Installation on Oracle Linux Part-1 OS 1. PREPARING OPERATING SYSTEMS ON BOTH SERVERS It is assumed that you have two servers running on ...
-
How to check Clock synchronization between cluster nodes in RAC RHEL - 7 : Applicable We can use below to check the clock/time synchroniz...
-
PDB Lockdown Profiles: - Oracle 12c new feature The PDB lockdown profile is a set of named sets that control operations. Controlling the P...
No comments:
Post a Comment