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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: BIN$ objects (after media recovery)

Re: BIN$ objects (after media recovery)

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Mon, 18 Jul 2005 15:06:01 +0200
Message-ID: <035801c58b99$7570a1a0$1a03310a@IBME1D11967173>


With too many objects in the recyclebin the queries on dba_free_space become really, really slow... fortunately you can always disable the recyclebin option:

ALTER SYSTEM SET _recyclebin=FALSE SCOPE=BOTH;

Cheers,
Dimitre Radoulov    

  On 7/18/05, Sinardy <all_about_oracle_at_hotpop.com> wrote:     Hi,

    Do you know what happen if you continuously drop very big objects without     bother to purge your bin? Will that hang the system until you purge those     old objects or it is work like round robin.

    regards,
    Sinardy

> there are your recycle bin objects - purge recycle bin; to clear them
>
>
> or drop table xxx purge; when you drop it oringially
>
> On 7/17/05, Bob <bobmetelsky_at_comcast.net> wrote:
> > win 2000 server - oracle 10.1 - archivelog mode
> >
> > Ive seen these object names before and research (goggle) suggested they
> > were "recovered fragments"
> >
> > Ive just performed media recovery on a datafile and all objects in that
> > datafile now seem to have a corresponding BIN$Xob75zTpRE.....
> > name.
> >
> > What are these BIN$ objects and if they are useless how to get rid of
    them?
> >
> --
> http://www.freelists.org/webpage/oracle-l
>

    --
    http://www.freelists.org/webpage/oracle-l

  --



  select standard_disclaimer from company_requirements where category = 'MANDATORY';
--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jul 18 2005 - 08:07:59 CDT

Original text of this message

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