On 6 December 2013 11:25, Vadim Zeitlin <vz-s...@zeitlins.org> wrote:
>  Hello,
>
>  Connection to the Oracle database on brzuchol.loskot.net doesn't seem to
> work any more, the test returns
>
>         ORA-28001: the password has expired
>
> see https://travis-ci.org/SOCI/soci/jobs/15032790
>
>  Mateusz, could you please look at changing the password or resetting its
> expiration time if possible (I have no idea about Oracle password
> management, so I don't know if it is) when you have a moment?

Hi Vadim,

Thanks for reporting this. Done, the account should be unlocked.
Apparently, we've reached default password lifetime limit of 180 days :)
I've done this, as sysdba user

SQL> alter profile default limit PASSWORD_LIFE_TIME UNLIMITED;
Profile altered.
SQL> alter user soci_tester identified by soci_secret account unlock;
User altered.
SQL> alter user soci_tester1 identified by soci_secret1 account unlock;
User altered.
SQL> alter user soci_tester2 identified by soci_secret2 account unlock;
User altered.
SQL> alter user soci_tester3 identified by soci_secret3 account unlock;
User altered.
SQL> alter user soci_tester4 identified by soci_secret4 account unlock;

Hopefully it helps.

Best regards,
-- 
Mateusz  Łoskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
soci-devel mailing list
soci-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-devel

Reply via email to