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

Home -> Community -> Usenet -> c.d.o.server -> Re: help needed: dropping tables with unusual names

Re: help needed: dropping tables with unusual names

From: Naren Chintala <naren_at_att.com>
Date: Wed, 20 May 1998 14:58:49 -0400
Message-ID: <356327E9.257C@att.com>


Double quote the table name.

ex. drop table "Table_for_important_Information_concerning_Whatever";

HTH Manuel Schueren wrote:
>
> Hi!
> I have a problem. Some users exported tables fom MS Access to ORACLE7.
> They used tablenames they've given to the tables in Access, "Table for
> important Information concerning Whatever" for example.
> Now when they select the table_names from the user_catalog, they see
> the table like this:
> "Table_for_important_Information_concerning_Whatever".
> But trying to use any kind of statement on the table, ORACLE answers
> with "table or view does not exist".
> It is also impossible to drop this crap! Is there a wy to handle this
> problem?
> Thanks in advance,
>
> Manuel Schueren
>
> Max-Planck-Institut fuer Gesellschaftsforschung
> Cologne, Germany
>
> ms_at_mpi-fg-koeln.mpg.de
Received on Wed May 20 1998 - 13:58:49 CDT

Original text of this message

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