|
Re: rule / format for the username and password [message #116212 is a reply to message #116205] |
Mon, 18 April 2005 10:30 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
See the SQL Reference Guide - "CREATE USER":
"Specify the name of the user to be created. This name can contain only characters from your database character set and must follow the rules described in the section "Schema Object Naming Rules". Oracle recommends that the user name contain at least one single-byte character regardless of whether the database character set also contains multibyte characters."
"The following list of rules applies to both quoted and nonquoted identifiers unless otherwise indicated:
1. Names must be from 1 to 30 bytes long with these exceptions:
- Names of databases are limited to 8 bytes.
- Names of database links can be as long as 128 bytes.
2. Nonquoted identifiers cannot be Oracle Database reserved words. Quoted identifiers can be reserved words, although this is not recommended."
Also read this article by Jared Still - http://www.orafaq.com/articles/archives/000064.htm
Best regards.
Frank
|
|
|