Skip to content

Commit d6fac4c

Browse files
committed
Restore alter user hr identified by hr account unlock;
This statement was removed at rsim#201 for GitHub Actions, which is necessary for Travis CI as follows. https://app.travis-ci.com/github/rsim/ruby-plsql/jobs/531997440 ``` OCIError: ORA-28000: the account is locked ```
1 parent 80704b5 commit d6fac4c

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)