Functions of a table similar to BIN $ MrkCYT9eTTK + 0sStMwn7 + Q = $0 in oracle

Source: Internet
Author: User


In oracle, tables like BIN $ MrkCYT9eTTK + 0sStMwn7 + Q = $0 are not deleted from oracle10g, but stored in recyclebin, in this process, files deleted in windows will be temporarily stored in the recycle bin. The system will automatically rename the deleted table at www.2cto.com, which is the name starting with "BIN $" you see. You can run the show recyclebin command to view the detailed information of the deleted table, alternatively, you can query select * from recyclebin; command for detaching a table: flashback table original table name to before drop; command for clearing the oracle recycle bin: purge recyclebin; if you do not want to delete a table from the recycle bin drop table name purge, or disable the database recycle war function in version 10.1, modify the hidden parameter _ recyclebinalter system set "_ recyclebin" = false; in Version 10.2, alter system set recyclebin = off;

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.