Latest solution for deleting Oracle10g junk table

Source: Internet
Author: User

If you frequently use Oracle10g, you can find that many junk tables are frequently displayed in some databases in the tables that you deleted previously, these junk tables cause a lot of inconvenience in actual operations. Below are some examples of junk tables.

 
 
  1. BINjR8PK5HhrrgMK8KmgQ9nw== 

This type of table cannot be deleted and cannot be deleted using "delete". In this case,

It generally does not affect normal use, but must be deleted in the following situations.

1. These tables occupy space

2, if the use of Middlegen-Hibernate-r5 friends will find some problems, not you as before using Oracle9 so smoothly generated hibernate configuration file, the reason is to delete it here there is no problem.

3. Other cases

 
 
  1. BINjR8PK5HhrrgMK8KmgQ9nw== 

This type of table is a new feature of Oracle10g.

After Drop Table, the Table is not deleted, but in the "garbage station. You can see below.

 
 
  1. SQL> SHOW RECYCLEBIN 

To completely delete a file, you can use:

 
 
  1. SQL> PURGE TABLE "BINjR8PK5HhrrgMK8KmgQ9nw=="; 

Delete this or delete all.

 
 
  1. SQL> PURGE RECYCLEBIN; 

The above is an introduction to the latest methods for deleting Oracle10g junk tables. I hope you will find some gains.

Article by: http://www.programbbs.com/doc/class10-1.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.