Oracle Recycle Bin

Source: Internet
Author: User

This ORA-38301 occurs when a stored procedure creates a table: the DDL/DML error cannot be performed on objects in the recycle bin. It turns out that this is a new 10 Gb feature, recycle bin. Drop tables are not directly deleted. It is placed in the recycle bin. Recyclebin.
However, this table is not found in the recycle bin.
Select * From recyclebin;

Very strange.
.

After the table is deleted, the table cannot be rebuilt. The error message "this object already exists" is returned.

Query the table from the recycle bin, and an error is returned.
ORA-00600: Internal error code, parameter: [ktsircinfo_num1

No. Many people on the Internet say they have internal Oracle problems. No way. Restart the database and try again. After the restart, the table does not exist in the database. The problem is solved.

Record basic recycle bin operations:

Tables that have been placed in the recycle bin cannot be deleted using the drop command (note the double quotation marks on the object name)

To clear this object, run the purge command:

SQL> purge table "bin $ v3f/oyuitrcef2cots5jaa = $0 ";

If you directly clear all objects in the recycle bin:

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.