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

2007-06-20 Thread liuhang
e > usually figure it out quite quickly. > > Cheers > > > > - Original Message - > From: "Paul Gallagher" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, June 19, 2007 11:56 PM &g

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

2007-06-20 Thread John Scoles
;Paul Gallagher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 19, 2007 11:56 PM Subject: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked the scott/tiger account has been locked on installation as a default since some versions a

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

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-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.h

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 th

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

2007-06-14 Thread liuhang
and > (scalar(ORA_OCI) ge 10); > > # basic check that we can fork subprocesses and wait for the status > # after having connected to Oracle > > is system("exit 1;"), 1<<8, 'system exit 1 should return 256'; > is system("exit 0;"),0, '

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

2007-06-14 Thread John Scoles
exit 1;"), 1<<8, 'system exit 1 should return 256'; is system("exit 0;"),0, 'system exit 0 should return 0'; } - Original Message ----- From: "John Scoles" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Thursday, Ju

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

2007-06-14 Thread John Scoles
e - From: <[EMAIL PROTECTED]> To: 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 ac

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

2007-06-14 Thread John Scoles
AIL PROTECTED]> To: 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, and a 'mak

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

2007-06-14 Thread liuhang
s like you failed 2 tests of 33. I then check the Oracle error code ORA-00900 in this output, it means the Procedural option was not installed for Oracle (http:// ora-00900.ora-code.com/). I'm not sure about it. Thanks again for the reply! Alan On Jun 12, 10:59 pm, [EMAIL PROTECTED] (Philip Garret

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

2007-06-12 Thread Garrett, Philip \(MAN-Corporate\)
or testing. - Philip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 5:40 PM To: dbi-users@perl.org Subject: DBD::Oracle installation - make test failed - ORA-28000: accout locked Hi, gurus, I'm trying to install the DBD::Oracle modu

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

2007-06-12 Thread liuhang
Hi, gurus, I'm trying to install the DBD::Oracle module for the Perl 5.8.8 I just installed on Solaris9/Sparc. The 'perl Makefile.PL' and the 'make' part looks fine, because I saw this following message: Checking if your kit is complete... Looks good LD_RUN_PATH=/u01/oracle/product/10.2.0/lib32:/