How to select constraint in oracle DB ?
You can by use .. select * from all_constraints where constraint_name = ‘text’
by: Amr Abdeen
You can by use .. select * from all_constraints where constraint_name = ‘text’
You can alter user by.. sqlplus /nolog connect / as sysdba Once connected, you can change the SYS password to something you know: ALTER USER ADMIN IDENTIFIED BY new_password