diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-27 12:26:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-06-27 12:26:29 +0200 |
commit | e78193d6848f9c61b8c8eabffef08c58a3bf64cb (patch) | |
tree | 2a521c47e1f0d588201be28b0eea22cc51f3818a /db/oracle | |
parent | 08d65d4442d63a6b68c4e86fc97e19feb2be1b02 (diff) |
Update database setup instructions
Diffstat (limited to 'db/oracle')
-rw-r--r-- | db/oracle/setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/oracle/setup b/db/oracle/setup index 32af879..b3d9502 100644 --- a/db/oracle/setup +++ b/db/oracle/setup @@ -1,6 +1,8 @@ $ su oracle $ sqlplus / as sysdba +EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE); + alter profile DEFAULT limit password_life_time UNLIMITED; CREATE USER odb_test |