Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-20 Thread Peter J. Holzer
On 2007-06-20 11:56:22 +0800, Paul Gallagher wrote: the scott/tiger account has been locked on installation as a default since some versions ago. it maybe you just need to make sure the account is unlocked before running the test. sqlplus scott/tiger if you cannot get in, do an update

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-19 Thread liuhang
On Jun 15, 8:32 am, [EMAIL PROTECTED] (Charles Jardine) wrote: On 14/06/07 11:38, John Scoles wrote: seems this is a bug in the code when dealing with Solaris. So I would just ignore it for now here is a link to it http://www.nntp.perl.org/group/perl.dbi.dev/2006/01/msg4401.html The

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-19 Thread Paul Gallagher
the scott/tiger account has been locked on installation as a default since some versions ago. it maybe you just need to make sure the account is unlocked before running the test. sqlplus scott/tiger if you cannot get in, do an update user scott account unlock regards, paul On 6/13/07, [EMAIL

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-15 Thread Charles Jardine
On 14/06/07 11:38, John Scoles wrote: seems this is a bug in the code when dealing with Solaris. So I would just ignore it for now here is a link to it http://www.nntp.perl.org/group/perl.dbi.dev/2006/01/msg4401.html The above URL points to a posting of mine in which I report a bug in the

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-14 Thread liuhang
Thanks, Philip. I was eventually aware of that while I was reading the README. I then set the ORACLE_USERID to a valid Oracle account, and a 'make realclean' before I start the whole installation over. Most of the tests went OK but I still got two (and only two) other tests failed: # make test

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-14 Thread John Scoles
PROTECTED] To: dbi-users@perl.org Sent: Wednesday, June 13, 2007 2:41 PM Subject: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked Thanks, Philip. I was eventually aware of that while I was reading the README. I then set the ORACLE_USERID to a valid Oracle account

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-14 Thread John Scoles
: [EMAIL PROTECTED] To: dbi-users@perl.org Sent: Wednesday, June 13, 2007 2:41 PM Subject: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked Thanks, Philip. I was eventually aware of that while I was reading the README. I then set the ORACLE_USERID to a valid Oracle

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-14 Thread John Scoles
'; } - Original Message - From: John Scoles [EMAIL PROTECTED] To: dbi-users@perl.org; [EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:38 AM Subject: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked seems this is a bug in the code when dealing with Solaris. So

Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-14 Thread liuhang
PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:38 AM Subject: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked seems this is a bug in the code when dealing with Solaris. So I would just ignore it for now here is a link to it http

RE: DBD::Oracle installation - make test failed - ORA-28000: accout locked

2007-06-12 Thread Garrett, Philip \(MAN-Corporate\)
The account that is locked is the Oracle account, not the Unix account. It is probably trying to use the default Oracle account scott/tiger, unless you set ORACLE_USERID environment variable differently. Read the README file for instructions on how to change the Oracle credentials for testing. -