How do I log back into my HR database for Oracle SQL Developer( the password expired )? -


i'm having trouble logging hr database comes sql developer :

first log sql*plus so:

sqlplus sys/sys_password sysdba 

how connect hr database after ? tried

open hr 

but doesn't work.

you reset password:

alter user hr identified new_password; 

and use password log in.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -