RE: Valid Oracle Passwords

2003-11-13 Thread JayMiller
But if you don't use double quotes the only symbols I've gotten to work are
#, $ and _

-Original Message-
Sent: Tuesday, November 11, 2003 5:59 AM
To: Multiple recipients of list ORACLE-L


In article [EMAIL PROTECTED], Stephane Faroult
[EMAIL PROTECTED] writes
Ron,

  Passwords follow the same rules as identifiers, they are internally 
managed exactly as identifiers. Maximum length is 30 and anthing goes 
between double quotes.
  ^^

Hi

apart from the fact that the letters a-z are not case sensitive. See my
recent test case in the thread passwords case sensitive in this list.

kind regards

Pete
-- 
Pete Finnigan
email:[EMAIL PROTECTED]
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for
details.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Pete Finnigan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the
message BODY, include a line containing: UNSUB ORACLE-L (or the name of
mailing list you want to be removed from).  You may also send the HELP
command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: 
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-13 Thread Pete Finnigan
Hi Jay

Exactly, you can use the same symbols as other database objects but if
you use double quotes any character can be used even control characters.
The point i was making was that even between the double quotes letters
a-z are not case sensitive. I proved this with an example for Jared
recently on this list in a thread called passwords case sensitive.

kind regards

Pete

In article [EMAIL PROTECTED],
[EMAIL PROTECTED] writes
But if you don't use double quotes the only symbols I've gotten to work are
#, $ and _

-- 
Pete Finnigan
email:[EMAIL PROTECTED]
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Pete Finnigan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-11 Thread Pete Finnigan
In article [EMAIL PROTECTED], Stephane Faroult
[EMAIL PROTECTED] writes
Ron,

  Passwords follow the same rules as identifiers, they are internally
managed exactly as identifiers.
Maximum length is 30 and anthing goes between double quotes.
  ^^

Hi

apart from the fact that the letters a-z are not case sensitive. See my
recent test case in the thread passwords case sensitive in this list.

kind regards

Pete
-- 
Pete Finnigan
email:[EMAIL PROTECTED]
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Pete Finnigan
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-10 Thread Rachel Carmichael
it's in the Schema Naming Rules (I think that's the section) of the SQL
Reference manual.

A little creative thinking got me to create user in the SQL manual
and from there to the hyperlink to the Naming Rules.

On top of that, you can write your own password verification routine
and put it in the users profile and that will supercede the Oracle
rules.


--- Smith, Ron L. [EMAIL PROTECTED] wrote:
 Can anyone tell me the requirements and characters for a valid Oracle
 password.  I have looked through the Oracle 8i documentation CD and I
 can't seem to find anything.
 
 Thanks!
 
 Ron Smith
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: Smith, Ron L.
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-10 Thread Walt Weaver
Look in the manual at table naming rules. As I recall Oracle passwords
follow the same general rules as table names.

--Walt Weaver
  Bozeman, Montana

On Mon, 2003-11-10 at 12:19, Smith, Ron L. wrote:
 Can anyone tell me the requirements and characters for a valid Oracle
 password.  I have looked through the Oracle 8i documentation CD and I
 can't seem to find anything.
 
 Thanks!
 
 Ron Smith
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Walt Weaver
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-10 Thread Ron Rogers
Ron,
 additional info
Oracle Press Oracle 8i DBA Handbook pg 396 - 402
Ron

 [EMAIL PROTECTED] 11/10/2003 2:19:26 PM 
Can anyone tell me the requirements and characters for a valid Oracle
password.  I have looked through the Oracle 8i documentation CD and I
can't seem to find anything.

Thanks!

Ron Smith
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net 
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED] 

Fat City Network Services-- 858-538-5051 http://www.fatcity.com 
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ron Rogers
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-10 Thread Ron Rogers
Ron
 Version 8i.
 The Oracle password complexity routine is activated if you run the 
rdbms/admin/utlpwdmg.sql
It basicaly checks for passwords from a common name list, checks if the
password contains at least one char, one digit, and one punctuation. It
also checks if the new is different by  3 letters than the last.

Ron

 [EMAIL PROTECTED] 11/10/2003 2:19:26 PM 
Can anyone tell me the requirements and characters for a valid Oracle
password.  I have looked through the Oracle 8i documentation CD and I
can't seem to find anything.

Thanks!

Ron Smith
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net 
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED] 

Fat City Network Services-- 858-538-5051 http://www.fatcity.com 
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ron Rogers
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


Re: Valid Oracle Passwords

2003-11-10 Thread Stephane Faroult
Smith, Ron L. wrote:
 
 Can anyone tell me the requirements and characters for a valid Oracle
 password.  I have looked through the Oracle 8i documentation CD and I
 can't seem to find anything.
 
 Thanks!
 
 Ron Smith

Ron,

  Passwords follow the same rules as identifiers, they are internally
managed exactly as identifiers.
Maximum length is 30 and anthing goes between double quotes.

-- 
Regards,

Stephane Faroult
Oriole Software
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


RE: Valid Oracle Passwords

2003-11-10 Thread Odland, Brad
why?  Smith

Neo

-Original Message-
Sent: Monday, November 10, 2003 1:19 PM
To: Multiple recipients of list ORACLE-L


Can anyone tell me the requirements and characters for a valid Oracle
password.  I have looked through the Oracle 8i documentation CD and I
can't seem to find anything.

Thanks!

Ron Smith
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Smith, Ron L.
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Odland, Brad
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).