ORACLE11GR2 with exp export times EXP-00011 Error resolution

Source: Internet
Author: User

C:\>exp Businessdata/businessdata file=dropcol.dmp Tables=acstrule,arrearscfg,arrears_report_acct,create_ Invoice_action,financial_account,financial_account_his,invoice,invoice_history,list_fee_amount_per_dunning, Rulcocap,stevreac

Export:release 11.2.0.1.0-production on Mon Dec 5 19:59:39 2011

Copyright (c) 1982, the Oracle and/or its affiliates. All rights reserved.


Connected to:oracle Database 11g Enterprise Edition Release 11.2.0.1.0-produc
tion
With the partitioning, OLAP, Data Mining and Real application testing options
Export done in we8mswin1252 character set and Al16utf16 NCHAR character set
Server uses Al32utf8 character set (possible charset conversion)

About to export specified tables via conventional Path ...
. . Exporting table Acstrule 1 rows exported
. . Exporting table Arrearscfg 2 rows exported
Exp-00011:businessdata. ARREARS_REPORT_ACCT does not exist
. . Exporting table Create_invoice_action 2 rows exported
. . Exporting table Financial_account 14639 rows Exported
. . Exporting table Financial_account_his 14718 rows Exported
. . Exporting table INVOICE 11526 rows Exported
. . Exporting table Invoice_history 5 rows exported
Exp-00011:businessdata. List_fee_amount_per_dunning does not exist
. . Exporting table Rulcocap 1 rows exported
Exp-00011:businessdata. STEVREAC does not exist
Export terminated successfully with warnings.

Strange, the search for a half-day table name also did not write wrong.

Why did you make a EXP-00011 mistake?

Looked up on the internet, the original is:

Sql> Show Parameter Deferred_segment_creation

NAME TYPE VALUE

------------------------------------ -------------------- --------------------

Deferred_segment_creation Boolean TRUE

The problem with the parameter.

Because there are no records in the table, there is no record of the space, so you can manually assign a space to these tables:

Sql> ALTER TABLE BusinessData. Stevreac allocate extent (size 64k);

Table altered.

Sql> ALTER TABLE BusinessData. Arrears_report_acct allocate extent (size 64k);

Table altered.

Sql> ALTER TABLE BusinessData. List_fee_amount_per_dunning Allocate extent (size
64k);

Table altered.

You can do the export again.

About to export specified tables via conventional Path ...
. . Exporting table Acstrule 1 rows exported
. . Exporting table Arrearscfg 2 rows exported
. . Exporting table Arrears_report_acct 0 rows exported
. . Exporting table Create_invoice_action 2 rows exported
. . Exporting table Financial_account 14639 rows Exported
. . Exporting table Financial_account_his 14718 rows Exported
. . Exporting table INVOICE 11526 rows Exported
. . Exporting table Invoice_history 5 rows exported
. . Exporting table list_fee_amount_per_dunning 0 rows exported
. . Exporting table Rulcocap 1 rows exported
. . Exporting table STEVREAC 0 rows exported
Export terminated successfully without warnings.

ORACLE11GR2 with exp export times EXP-00011 Error resolution

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.