Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Using a '.' in a username
But the point is you can't expect people to escape quotes,
puhhhllllleeeeeaaaaassssseeee, try that in m$ windoze, does it work?,
i dont have a machine to test that dumb OS anymore. :)
joe
Vladimir Begun wrote:
> Mladen Gogala wrote:
>
>> To use "." in the username is a cruel and unusual practice
>> which exposes funny sqlplus behavior:
>> $ sqlplus "test.yogi"
>
>
> Mladen, please have a look
>
> 1. It's not sqlplus but $SHELL behavior, try this
> $ sqlplus \"test.yogi\"
>
> 2. Oracle9i SQL Reference Release 2 (9.2)
> CREATE USER
>
> 3. Oracle9i SQL Reference Release 2 (9.2)
> Schema Object Naming Rules
>
> Schema Object Naming Examples
>
> The following examples are valid schema object names:
>
> last_name
> horse
> hr.hire_date
> "EVEN THIS & THAT!"
> a_very_long_and_valid_name
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Joe Testa INET: oracle-l_at_oracle-dba.com 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: ListGuru_at_fatcity.com (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).Received on Mon Dec 15 2003 - 11:14:26 CST