The Oracle 11g empty table cannot be exported.

Source: Internet
Author: User

The Oracle 11g empty table cannot be exported.

The deferred_segment_creation parameter is added to the Oracle 11g. The default value is true when the database is created. This parameter means delayed loading. When no data exists in the table, no space is created for the table, when you export data, you will find that many tables do not exist.

Run the show parameter deferred deferred_segment_creation command to view the value of deferred_segment_creation.

Method 1: insert values in the image library table

Method 2: 1. Run the SQL statement to modify the value of deferred_segment_creation: alter system set deferred_segment_creation = false;

2. Run the SQL statement: select 'alter table' | table_name | 'allocate extent; 'from user_tables where num_rows = 0;

Use pl/SQL to right-click the result and copy it to Excel... copy the result to the SQL window and run it. Then you can export the result.

Oracle 11g tablespace dbf File migration

Solutions for moving Oracle tablespace data files

Deleting temporary tablespace ORA-25152 Error

Oracle tablespace growth exception solution: Another example

Three parameters of Oracle tablespace Offline

Use of encrypted tablespace under Oracle 11 GB

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.