Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
BIN$ objects (after media recovery)

BIN$ objects (after media recovery)

2005-07-18       - By Radoulov, Dimitre

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

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@(protected)> 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


   -- -- Original Message -- --
   From: "David Sharples" <davidsharples@(protected) >
   To: <bobmetelsky@(protected)>
   Cc: "oracle-l" <oracle-l@(protected)>
   Sent: Sunday, July 17, 2005 9:52 PM
   Subject: Re: BIN$ objects (after media recovery)


   > 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@(protected)> 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';

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>With too many objects in the recyclebin&nbsp;the
queries on dba_free_space become really, really slow... fortunately you can
always disable the recyclebin option:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>ALTER SYSTEM SET _recyclebin=FALSE
SCOPE=BOTH;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Cheers,</FONT><BR>Dimitre Radoulov</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#000000 2px solid; MARGIN-RIGHT: 0px">
 <DIV style="FONT: 10pt arial"><FONT face="Times New Roman"
 size=3></FONT><BR><BR>&nbsp;</DIV>
 <DIV><SPAN class=gmail_quote>On 7/18/05, <B class=gmail_sendername>Sinardy</B
>
 &lt;<A
 href="mailto:all_about_oracle@(protected)">all_about_oracle@(protected)</A>&gt;
 wrote:</SPAN>
 <BLOCKQUOTE class=gmail_quote
 style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px
solid">Hi,<BR><BR>Do
   you know what happen if you continuously drop very big objects
   without<BR>bother to purge your bin? Will that hang the system until you
   purge those <BR>old objects or it is work like round
   robin.<BR><BR><BR>regards,<BR>Sinardy<BR><BR><BR>-- -- Original Message
   -- --<BR>From: "David Sharples" &lt;<A
   href="mailto:davidsharples@(protected)">davidsharples@(protected)
   </A>&gt;<BR>To: &lt;<A
   href="mailto:bobmetelsky@(protected)">bobmetelsky@(protected)</A>&gt;<BR>Cc
:
   "oracle-l" &lt;<A
   href="mailto:oracle-l@(protected)">oracle-l@(protected)</A>&gt;<BR>Sent
:
   Sunday, July 17, 2005 9:52 PM <BR>Subject: Re: BIN$ objects (after media
   recovery)<BR><BR><BR>&gt; there are your recycle bin objects - purge
recycle
   bin; to clear them<BR>&gt;<BR>&gt;<BR>&gt; or drop table xxx purge; when
you
   drop it oringially<BR>&gt; <BR>&gt; On 7/17/05, Bob &lt;<A
   href="mailto:bobmetelsky@(protected)">bobmetelsky@(protected)</A>&gt;
   wrote:<BR>&gt; &gt; win 2000 server - oracle 10.1 - archivelog mode<BR>&gt;
   &gt;<BR>&gt; &gt; Ive seen these object names before and&nbsp;&nbsp
;research
   (goggle) suggested they <BR>&gt; &gt; were "recovered fragments"<BR>&gt;
   &gt;<BR>&gt; &gt; Ive just performed media recovery on a datafile
   and&nbsp;&nbsp;all objects in that<BR>&gt; &gt; datafile now seem to have a
   corresponding BIN$Xob75zTpRE..... <BR>&gt; &gt; name.<BR>&gt; &gt;<BR>&gt;
   &gt; What are these BIN$ objects and&nbsp;&nbsp;if they are useless how to
   get rid of<BR>them?<BR>&gt; &gt;<BR>&gt; --<BR>&gt; <A
   href="http://www.freelists.org/webpage/oracle-l">http://www.freelists.org
/webpage/oracle-l
   </A><BR>&gt;<BR><BR><BR><BR>--<BR><A
   href="http://www.freelists.org/webpage/oracle-l">http://www.freelists.org
/webpage/oracle-l</A><BR></BLOCKQUOTE></DIV><BR><BR><BR>--
 <BR>-- ---- ---- ---- ---- ---- --<BR>select standard_disclaimer from
 company_requirements where category = 'MANDATORY';
<BR></BLOCKQUOTE></BODY></HTML>