Hi Trina

I am really curious to know what your profession really is and what are you trying to do with oracle.

You need to create a profile and assign that profile to that user and then do

Code:
CREATE PROFILE TRINA_PROFILE;

ALTER PROFILE TRINA_PROFILE
LIMIT
password_verify_function trina_verify_function;

ALTER USER TRINA
PROFILE TRINA_PROFILE;

alter user trina identified by trina_7777777777;


alter user trina identified by trina_B77777777;
Pavb
you guessed it right i did a have anxious moments :-D