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: how could i delete the table like BIN$f6GBGK31SZyUKsciPQ56mg==$0

Re: how could i delete the table like BIN$f6GBGK31SZyUKsciPQ56mg==$0

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 18 May 2005 05:34:06 +0000 (UTC)
Message-ID: <d6ek4e$hr7$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com>

purge recyclebin;

-- 
Regards

Jonathan Lewis

http://www.jlcomp.demon.co.uk/faq/ind_faq.html
The Co-operative Oracle Users' FAQ

http://www.jlcomp.demon.co.uk/seminar.html
Public Appearances - schedule updated April 5th 2005






"tri dhungana via DBMonster.com" <forum_at_nospam.DBMonster.com> wrote in 
message news:25f247b55678488da21cb16aae560ead_at_DBMonster.com...

>i have delete some table using
>
> drop table tablename
>
> but when i use select statement it shows like following
>
>
> SQL> select * from tab;
>
> TNAME TABTYPE CLUSTERID
> ------------------------------ ------- ----------
> BIN$iQDS/10CRYiOscUfsisYIA==$0 TABLE
> LOGIN TABLE
> MENUITEM TABLE
> VCODE TABLE
> BIN$vSCjbu/jSy2POsU1Kx1SyA==$0 TABLE
> BCODE TABLE
> HEADERFILE TABLE
> DCODE TABLE
> ACHEAD TABLE
> BIN$4RvnXD6PS+yyNIjZgcg8DQ==$0 TABLE
> BIN$sp88nFafSIulttcKAtH93A==$0 TABLE
>
> now how could i permanently delete this table like BIN
> $sp88nFafSIulttcKAtH93A==$0
>
> --
> Message posted via DBMonster.com
> http://www.dbmonster.com/Uwe/Forums.aspx/oracle/200505/1
Received on Wed May 18 2005 - 00:34:06 CDT

Original text of this message

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