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: Anyone ever seen this kind of behavior

Re: Anyone ever seen this kind of behavior

From: Jay <me_at_heyjay.com>
Date: Sat, 29 May 2004 13:39:00 -0500
Message-ID: <mR2dnYbdGplQRSXd38DK-w@speakeasy.net>


Thanks Frank

Jay
"Frank Langelage" <frank_at_lafr.de> wrote in message news:2hs17sFgd0oqU1_at_uni-berlin.de...
> Jay wrote:
> > Hi, I just installed the 10.1.0.2 upon linux, when I drop a table, it
> > doesn't get dropped instead the name gets changed to gobbledy goop
> >
>
> This is a known and behaviour. "drop table test" renames the table to an
> internal name. You may do an "undelete" with "FLASHBACK TABLE TEST TO
> BEFORE DROP;".
> I you want to delete it now and give the space free: "purge table test".
> You may still drop a table completely without undelete option with the
> command "drop table test purge;".
Received on Sat May 29 2004 - 13:39:00 CDT

Original text of this message

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