In Oracle10g, how does one delete a junk table?

Source: Internet
Author: User

In the actual use of Oracle10g, you encounter this situation, that is, some of the previously deleted tables appear many junk tables in the Oracle database, such: for tables that cannot be deleted at all, such as BINjR8PK5HhrrgMK8KmgQ9nw =, delete cannot be used. This generally does not affect normal use, but we must delete it in the following cases.

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 generate hibernate configuration file, the reason is to delete it here, so there is no problem.

3. In other cases, BINjR8PK5HhrrgMK8KmgQ9nw = is a new 10g table.

After Drop Table, the Table is not deleted, but in the "garbage station. You can see it through SQL> SHOW RECYCLEBIN. If you want to delete it permanently,

Usage:

 
 
  1. SQL> PURGE TABLE "BINjR8PK5HhrrgMK8KmgQ9nw = ";

Delete this or SQL> PURGE RECYCLEBIN; Delete All.


The above content is an introduction to how to delete the junk table in Oracle10g. I hope you will have some gains.

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.