Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 28407 invoked from network); 10 Jun 2008 12:53:13 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by air964.startdedicated.com with SMTP; 10 Jun 2008 12:53:13 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 2502685DB16;
 Tue, 10 Jun 2008 13:53:08 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 13745-04; Tue, 10 Jun 2008 13:53:08 -0400 (EDT)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 85BFA85DA8A;
 Tue, 10 Jun 2008 13:53:07 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Tue, 10 Jun 2008 13:14:14 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0FCF585D571
 for <oracle-l@freelists.org>; Tue, 10 Jun 2008 13:14:14 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 08732-10 for <oracle-l@freelists.org>;
 Tue, 10 Jun 2008 13:14:13 -0400 (EDT)
Received: from groupwise.gcrta.org (groupwise.gcrta.org [70.238.103.170])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8EE2385D0CB
 for <oracle-l@freelists.org>; Tue, 10 Jun 2008 13:14:12 -0400 (EDT)
Received: from Main1-MTA by groupwise.gcrta.org
 with Novell_GroupWise; Tue, 10 Jun 2008 13:14:11 -0400
Message-Id: <484E7E1E.3406.000B.0@gcrta.org>
Date: Tue, 10 Jun 2008 13:14:06 -0400
From: "Jeffrey Beckstrom" <JBECKSTROM@gcrta.org>
To: "Bradd Piontek" <piontekdd@gmail.com>
Cc: "oracle-l-freelists" <oracle-l@freelists.org>,
 "oracle-db-l" <oracle-db-l@groups.ittoolbox.com>,
 <Mark.Bobak@proquest.com>
Subject: Re: recycle bin not getting populated
References: <484E6CE4.3406.000B.0@gcrta.org>
 <667C10D184B2674A82068E06A78382B51F7F1B67@AAPQMAILBX01V.proque.st>
 <484E7596.3406.000B.0@gcrta.org>
 <e9569ef30806100949q12390857n91a467ed27dfe128@mail.gmail.com>
In-Reply-To: <e9569ef30806100949q12390857n91a467ed27dfe128@mail.gmail.com>
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="=__Part96BF9D4E.0__="
X-archive-position: 8751
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: JBECKSTROM@gcrta.org
Precedence: normal
Reply-to: JBECKSTROM@gcrta.org
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain
--=__Part96BF9D4E.0__=
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

You nailed it - its dictionary managed

>>> "Bradd Piontek" <piontekdd@gmail.com> 6/10/08 12:49 PM >>>
One more thing to check. Check the extent management of the tablespace
the table is in.

recyclebin only works on locally managed tablespaces:

select extent_management from dba_tablespaces where tablespace_name =
'WHATEVERYOUUSED";

On Tue, Jun 10, 2008 at 11:37 AM, Jeffrey Beckstrom
<JBECKSTROM@gcrta.org> wrote:


NAME                                 TYPE        VALUE
------------------------------------ -----------
------------------------------
compatible                           string      10.2.0

>>> "Bobak, Mark" <Mark.Bobak@proquest.com> 6/10/08 12:19 PM >>>


Show parameter compatible
 
 

--
Mark J. Bobak
Senior Database Administrator, System & Product Technologies
ProQuest
789 E. Eisenhower, Parkway, P.O. Box 1346
Ann Arbor MI 48106-1346
+1.734.997.4059  or +1.800.521.0600 x 4059
mark.bobak@proquest.com ( mailto:mark.bobak@il.proquest.com )
www.proquest.com ( http://www.proquest.com/ )
www.csa.com ( http://www.csa.com/ )

ProQuest...Start here.

 

From:oracle-l-bounce@freelists.org
[mailto:oracle-l-bounce@freelists.org] On Behalf Of Jeffrey
Beckstrom
Sent: Tuesday, June 10, 2008 12:01 PM
To: oracle-l-freelists; oracle-db-l
Subject: recycle bin not getting populated

 

Upgraded a database to 10.2.0.4 ( http://10.2.0.4/ ) from 9.2.0.8 (
http://9.2.0.8/ ). Trying out some 10g features and notice recyclebin
is not working.

SQL>
SQL> create table jb (f1 number);

Table created.

SQL> drop table jb;

Table dropped.

SQL> select * from DBA_recyclebin;

no rows selected

SQL>

 

 

Jeffrey Beckstrom
Database Administrator
Greater Cleveland Regional Transit Authority
1240 W. 6th Street
Cleveland, Ohio 44113




---------------------------------------------------------------------


Scanning of this message and addition of this footer is performed
by SurfControl E-mail Filter software in conjunction with 
virus detection software.





-- 
Bradd Piontek
Twitter: http://www.twitter.com/piontekdd 
Oracle Blog: http://piontekdd.blogspot.com (
http://piontekdd.blogspot.com/ )
Linked In: http://www.linkedin.com/in/piontekdd 
Last.fm: http://www.last.fm/user/piontekdd/ 



---------------------------------------------------------------------


Scanning of this message and addition of this footer is performed
by SurfControl E-mail Filter software in conjunction with 
virus detection software.


--=__Part96BF9D4E.0__=
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: 7bit

<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2900.3314" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">You nailed it - its dictionary managed<BR><BR>&gt;&gt;&gt; "Bradd Piontek" &lt;piontekdd@gmail.com&gt; 6/10/08 12:49 PM &gt;&gt;&gt;<BR>One more thing to check. Check the extent management of the tablespace the table is in.<BR><BR>recyclebin only works on locally managed tablespaces:<BR><BR>select&nbsp;extent_management from dba_tablespaces where tablespace_name = 'WHATEVERYOUUSED";<BR><BR>
<DIV class=gmail_quote>On Tue, Jun 10, 2008 at 11:37 AM, Jeffrey Beckstrom &lt;<A href="mailto:JBECKSTROM@gcrta.org">JBECKSTROM@gcrta.org</A>&gt; wrote:<BR>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<DIV style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma; font-size-adjust: none; font-stretch: normal">NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VALUE<BR>------------------------------------ ----------- ------------------------------<BR>compatible&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10.2.0<BR><BR>&gt;&gt;&gt; "Bobak, Mark" &lt;<A href="mailto:Mark.Bobak@proquest.com" target=_blank>Mark.Bobak@proquest.com</A>&gt; 6/10/08 12:19 PM &gt;&gt;&gt;
<DIV>
<DIV></DIV>
<DIV class=Wj3C7c><BR>
<DIV>
<P><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)">Show parameter compatible</SPAN></P>
<P><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"></SPAN>&nbsp;</P>
<P><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"></SPAN>&nbsp;</P>
<DIV>
<P style="MARGIN: 0in 0in 0pt"><B><SPAN style="FONT-SIZE: 7.5pt; COLOR: rgb(31,73,125)">--<BR>Mark J. Bobak</SPAN></B><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"><BR></SPAN><B><SPAN style="FONT-SIZE: 7.5pt; COLOR: rgb(31,73,125)">Senior Database Administrator, System &amp; Product Technologies</SPAN></B><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"><BR></SPAN><SPAN style="FONT-SIZE: 7.5pt; COLOR: rgb(31,73,125)">ProQuest</SPAN><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"><BR></SPAN><SPAN style="FONT-SIZE: 7.5pt; COLOR: rgb(31,73,125)">789 E. Eisenhower, Parkway, P.O. Box 1346</SPAN><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"><BR></SPAN><SPAN style="FONT-SIZE: 7.5pt; COLOR: rgb(31,73,125)">Ann Arbor MI 48106-1346</SPAN><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"><BR></SPAN><SPAN style="FONT-SIZE: 7.5pt; COLOR: rgb(31,73,125)">+1.734.997.4059&nbsp; or +1.800.521.0600 x 4059</SPAN><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"><BR>
 <A href="mailto:mark.bobak@il.proquest.com" target=_blank><SPAN style="FONT-SIZE: 7.5pt; COLOR: blue">mark.bobak@proquest.com</SPAN></A><BR><A href="http://www.proquest.com/" target=_blank><SPAN style="FONT-SIZE: 7.5pt; COLOR: blue">www.proquest.com</SPAN></A><BR><A href="http://www.csa.com/" target=_blank><SPAN style="FONT-SIZE: 7.5pt; COLOR: blue">www.csa.com</SPAN></A><BR><BR></SPAN><B><SPAN style="FONT-SIZE: 10pt; COLOR: rgb(31,73,125)">ProQuest...</SPAN></B><SPAN style="FONT-SIZE: 10pt; COLOR: rgb(31,73,125)">Start here.</SPAN><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"> </SPAN><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"></SPAN></P></DIV>
<P><SPAN style="FONT-SIZE: 11pt; COLOR: rgb(31,73,125)"></SPAN>&nbsp;</P>
<DIV>
<DIV style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0in; BORDER-TOP: rgb(181,196,223) 1pt solid; PADDING-LEFT: 0in; PADDING-BOTTOM: 0in; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
<P style="MARGIN: 0in 0in 0pt"><B><SPAN style="FONT-SIZE: 10pt">From:</SPAN></B><SPAN style="FONT-SIZE: 10pt"> <A href="mailto:oracle-l-bounce@freelists.org" target=_blank>oracle-l-bounce@freelists.org</A> [mailto:<A href="mailto:oracle-l-bounce@freelists.org" target=_blank>oracle-l-bounce@freelists.org</A>] <B>On Behalf Of </B>Jeffrey Beckstrom<BR><B>Sent:</B> Tuesday, June 10, 2008 12:01 PM<BR><B>To:</B> oracle-l-freelists; oracle-db-l<BR><B>Subject:</B> recycle bin not getting populated</SPAN></P></DIV></DIV>
<P>&nbsp;</P>
<DIV>
<P style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt">Upgraded a database to <A href="http://10.2.0.4/" target=_blank>10.2.0.4</A> from <A href="http://9.2.0.8/" target=_blank>9.2.0.8</A>. Trying out some 10g features and notice recyclebin is not working.<BR><BR>SQL&gt;<BR>SQL&gt; create table jb (f1 number);<BR><BR>Table created.<BR><BR>SQL&gt; drop table jb;<BR><BR>Table dropped.<BR><BR>SQL&gt; select * from DBA_recyclebin;<BR><BR>no rows selected<BR><BR>SQL&gt;</SPAN></P></DIV>
<DIV>
<P style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt"></SPAN>&nbsp;</P></DIV>
<DIV>
<P style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt"></SPAN>&nbsp;</P></DIV>
<P style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt">Jeffrey Beckstrom<BR>Database Administrator<BR>Greater Cleveland Regional Transit Authority<BR>1240 W. 6th Street<BR>Cleveland, Ohio 44113</SPAN></P></DIV><BR><BR></DIV></DIV>
<DIV class=Ih2E3d>
<TABLE style="COLOR: black" bgColor=white>
<TBODY>
<TR>
<TD><BR>---------------------------------------------------------------------<BR><BR><BR>Scanning&nbsp;of&nbsp;this&nbsp;message&nbsp;and&nbsp;addition&nbsp;of&nbsp;this&nbsp;footer&nbsp;is&nbsp;performed<BR>by&nbsp;SurfControl&nbsp;E-mail&nbsp;Filter&nbsp;software&nbsp;in&nbsp;conjunction&nbsp;with&nbsp;<BR>virus&nbsp;detection&nbsp;software.<BR><BR></TD></TR></TBODY></TABLE></DIV></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Bradd Piontek<BR>Twitter: <A href="http://www.twitter.com/piontekdd">http://www.twitter.com/piontekdd</A><BR>Oracle Blog: <A href="http://piontekdd.blogspot.com/">http://piontekdd.blogspot.com</A><BR>Linked In: <A href="http://www.linkedin.com/in/piontekdd">http://www.linkedin.com/in/piontekdd</A><BR>Last.fm: <A href="http://www.last.fm/user/piontekdd/">http://www.last.fm/user/piontekdd/</A> <BR><BR>
<TABLE style="COLOR: black" bgColor=white>
<TBODY>
<TR>
<TD><BR>---------------------------------------------------------------------<BR><BR><BR>Scanning&nbsp;of&nbsp;this&nbsp;message&nbsp;and&nbsp;addition&nbsp;of&nbsp;this&nbsp;footer&nbsp;is&nbsp;performed<BR>by&nbsp;SurfControl&nbsp;E-mail&nbsp;Filter&nbsp;software&nbsp;in&nbsp;conjunction&nbsp;with&nbsp;<BR>virus&nbsp;detection&nbsp;software.<BR><BR></TD></TR></TBODY></TABLE></BODY></HTML>
--=__Part96BF9D4E.0__=--
--
http://www.freelists.org/webpage/oracle-l


