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



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



Relevant Pages