Oracle cannot import the empty table solution. oracle Solution

Source: Internet
Author: User

Oracle cannot import the empty table solution. oracle Solution

Oracle cannot import empty tables


C: \ Users \ Administrator> sqlplus/as sysdba

SQL * Plus: Release 11.2.0.1.0 Production on Sunday August 17 19:24:29 2014

Copyright (c) 1982,201 0, Oracle. All rights reserved.


Connect:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0-64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL>

 

SQL> show parameter deferred_segment_creation

NAME TYPE VALUE
---------------------------------------------------------------------------
Deferred_segment_creation boolean TRUE
SQL>

 

SQL> alter system set deferred_segment_creation = false;

The system has been changed.

SQL>

 


 


Oracle exp cannot export empty tables. How can I export the structure of empty tables? How does imp import an empty table structure?

You can use the ROWS = N parameter during export and import.

What should I do if I want to export an empty table after exporting an ORACLE empty table and then creating a new table?

Alter system set deferred_segment_creation = false
This solution

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.