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: recyclebin problem.

Re: recyclebin problem.

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Mon, 05 Nov 2007 16:10:03 -0600
Message-ID: <472f88e1$0$26496$88260bb3@free.teranews.com>


Chuck wrote:
> oracle 10.2.0.3, recycelbin parameter is on. I drop a table in an
> non-system LMT but nothing is in the recyclebin. What am I missing here?
>
> SQL> show parameter recyclebin
>
> NAME TYPE VALUE
> ----------- ----------- ------------------
> recyclebin string on
>
> SQL> create table mytable as select * from dba_users;
>
> Table created.
>
> SQL> select tablespace_name from user_tables where table_name = 'MYTABLE';
>
> TABLESPACE_NAME
> ------------------------------
> USERS
>
> SQL> select count(*) from mytable;
>
> COUNT(*)
> ----------
> 13
>
> SQL> drop table mytable;
>
> Table dropped.
>
> SQL> show recyclebin
> SQL> select * from recyclebin;
>
> no rows selected

What happens if you do "show parameter compatible"?

Cheers,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown

-- 
Posted via a free Usenet account from http://www.teranews.com
Received on Mon Nov 05 2007 - 16:10:03 CST

Original text of this message

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