facebook

How do i empty the recycle bin…

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #245953 Reply

    jeffhoran
    Member

    I have many BIN$ files and want to get rid of them. When I drop tables they are sent to recycle and renamed BIN$…. There is no delete and I can’t do it with DROP BIN$… So, I have several BIN$… tables and can’t get rid of them.

    I have:
    ME 4.1 GA
    E 3.1.1
    MS XP Pro
    Oracle db (thin)

    Thx

    #245970 Reply

    snpe
    Member

    BIN$ are oracle system objects, probably.You haven’t to remove it
    how you make connection ?
    where are this tables – which schemas ?

    #245979 Reply

    jeffhoran
    Member

    I found this at OTN:

    1) Eventually, they will be removed automatically, so you don’t need to do anything to remove them.

    2) If you want to purge everything in the recycle bin,

    PURGE recyclebin
    PURGE dba_recyclebin

    3) If you want a particular object not to go into the recycle bin

    DROP TABLE <<table name>> PURGE

    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

    #246413 Reply

    bgblanch
    Member

    What database version are you using? I know with 10g anything that is dropped or deleted is saved in a trash for use with the flashback utility.

    #246414 Reply

    jeffhoran
    Member

    Thx. When I found out that they just disappear, that was enough for me. They have disappeared.
    I am using 10g. Thanks.

    #246424 Reply

    Haris Peco
    Member

    What database version are you using? I know with 10g anything that is dropped or deleted is saved in a trash for use with the flashback utility.

    just for information ; recovery area isn’t in trash – there is special area for flashback (flashback data don’t dissapear after rebooting)

    best

    #252948 Reply

    Tim Howland
    Member

    anybody got a way to keep the recyclebin objects from showing up in the DB explorer? It’s distracting when you’ve got several dozen $BIN objects in there. I’d like to keep them around in case I mess up, but I’d much prefer not to see them…

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: How do i empty the recycle bin…

You must be logged in to post in the forum log in