Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> White Space in Commands.

White Space in Commands.

From: MacGregor, Ian A. <ian_at_SLAC.Stanford.EDU>
Date: Fri, 07 Sep 2001 08:53:37 -0700
Message-ID: <F001.00386B12.20010907080118@fatcity.com>

Note the space between the "." and the first letter of the synonym's name.

SQL> drop synonym xlink. ps_sl_projectsu_vw;

Synonym dropped.

SQL> c/. p/.p
  1* drop synonym xlink.ps_sl_projectsu_vw SQL> /
drop synonym xlink.ps_sl_projectsu_vw

                   *

ERROR at line 1:
ORA-01434: private synonym to be dropped does not exist

One learns something new every day.

Ian MacGregor
Stanford Linear Accelerator Center
ian_at_slac.stanford.edu
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: MacGregor, Ian A.
  INET: ian_at_SLAC.Stanford.EDU

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Fri Sep 07 2001 - 10:53:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US