Oracle Temporary table Usage Supplement

Source: Internet
Author: User
Tags exit
oracle| temporary table 1, when the specified temporary table is on commit preserve rows (sessions), in the current session as if you want to drop the table, Oracle prompts:
DROP TABLE Student

*

ERROR at line 1:

Ora-14452:attempt to create, alter or drop a index on temporary table already

If you want to delete such a table, there are two methods: one is to exit this session, and then login again, and then execute the drop TABLE command, the second is in the current session of the first truncate, that is, the simulation exit session Oracle to operate (truncated data), Then execute the drop table.

2, all temporary data will be stored in the current user's temporary table space (each user can create a table space).
3. When creating a temporary table, you can also specify a temporary table space.

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.