diff --git a/spec/support/unlock_and_setup_hr_user.sql b/spec/support/unlock_and_setup_hr_user.sql index 2f68352..1cd9115 100644 --- a/spec/support/unlock_and_setup_hr_user.sql +++ b/spec/support/unlock_and_setup_hr_user.sql @@ -1,3 +1,4 @@ create user hr identified by hr; +alter user hr identified by hr account unlock; grant dba to hr; grant execute on dbms_lock to hr;