Re: Max Password length
- From: Charles Schultz <sacrophyte@xxxxxxxxx>
- To: r.tieland@xxxxxxxx
- Date: Mon, 9 Mar 2009 10:52:21 -0500
They follow the same rules for "normal" database objects; for example,
cannot start with a number and limited to 30 characters.
SQL > drop user test;
User dropped.
SQL > create user test identified by abcdefghijklmnopqrstuvwxyzabcd;
User created.
SQL > drop user test;
User dropped.
SQL > create user test identified by abcdefghijklmnopqrstuvwxyzabcde;
create user test identified by abcdefghijklmnopqrstuvwxyzabcde
*
ERROR at line 1:
ORA-00972: identifier is too long
On Mon, Mar 9, 2009 at 10:39 AM, Tieland, RC (Ruben) <r.tieland@xxxxxxxx>wrote:
> Hi,
>
>
>
> What is the maximum password length in oracle 10g
>
>
>
> thanks and regards,
>
>
>
> Ruben
>
>
>
--
Charles Schultz
Sent from: Champaign Illinois United States.
Other related posts: