Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Object names changed to BIN$pgkQ... etc
Helma wrote:
> On Nov 6, 4:53 pm, DA Morgan <damor..._at_psoug.org> wrote:
>> Helma wrote: >>> Hello all, >>> I just connected with TOAD 8.6 to a Oracle 10.2.0.1 where i installed >>> a database with tables a few days ago. Now when i connect with TOAD, >>> most of the tables in the table listing are gone. When i check the >>> objects in the tablespaces, toad shows object names like "BIN >>> $PgkQhpIOSbrgQAB/AQAKGA==$0". Checking with user_tables gives the >>> correct names. >>> Any idea how this is happening? >>> Regards, >>> H. >> These are recyclebin objects and they've been in Oracle now for >> years. You might want to look around and see if you can find a >> class on Oracle basics for 10g as this is just one of a very large >> number of questions you are going to need to ask if you don't find >> someone to be your teacher. >> >> Go to Morgan's Library atwww.psoug.organd look up: >> Purge Recyclebin >> Recyclebin >> Flashback Drop >> -- >> Daniel A. Morgan >> University of Washington >> damor..._at_x.washington.edu (replace x with u to respond) >> Puget Sound Oracle Users Groupwww.psoug.org
There is only one thing that moves tables to the recyclebin:
DROP TABLE <table_name>;
Takes the indexes and constraints supported by indexes there too.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Tue Nov 06 2007 - 10:48:07 CST
![]() |
![]() |