oracle scott Unlock Steps

  • 2021-12-09 10:24:09
  • OfStack

Run cmd

sqlplus/nolog Enter

SQL > conn/as sysdba Enter

SQL > alter user scott account unlock; Carriage return

SQL > disconnect Enter

SQL > conn scott/tiger @ orcl; Carriage return

Then enter the newly defined password twice to confirm the carriage return respectively;

window

SQL > $cls (clear screen)


Related articles: