Skip to content

Commit b7f469a

Browse files
authored
Merge pull request #202 from yahonda/restore_hr_user
Restore `alter user hr identified by hr account unlock;`
2 parents 80704b5 + d6fac4c commit b7f469a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
create user hr identified by hr;
2+
alter user hr identified by hr account unlock;
23
grant dba to hr;
34
grant execute on dbms_lock to hr;

0 commit comments

Comments
 (0)