Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked
- From: hjp@xxxxxxxxx (Peter J. Holzer)
- Date: Wed, 20 Jun 2007 10:03:16 +0200
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 user scott account unlock"
If you do so, you probably should also change the password.
Or you can use a completely different account, possibly on a remote
machine.
In any case, if the account you want to use is not scott/tiger, you must
set the environment variable
ORACLE_USERID=user/password@instance
before make test.
hp
--
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp@xxxxxxxxx | I don't, and I'm not.
__/ | http://www.hjp.at/ | -- Jesse Erlbaum on dbi-users
Attachment:
pgpVVMPGlGhcO.pgp
Description: PGP signature
- References:
- DBD::Oracle installation - make test failed - ORA-28000: accout locked
- From: liuhang
- Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked
- From: Paul Gallagher
- DBD::Oracle installation - make test failed - ORA-28000: accout locked
- Prev by Date: Re: ANNOUNCE: DBI 1.57
- Next by Date: Re: _install_method with DBI_PUREPERL=2
- Previous by thread: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked
- Next by thread: Re: DBD::Oracle installation - make test failed - ORA-28000: accout locked
- Index(es):
Relevant Pages
|