Imp imp-00003:oracle error 959 encountered ORA-00959 problem resolution

Source: Internet
Author: User

EXP Export Environment:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0-64bit Production

Sql> SELECT * from nls_database_parameters where parameter= ' nls_characterset ';

PARAMETER VALUE
------------------ ----------
Nls_characterset ZHS16GBK

IMP Import Environment:

Oracle Database 11g Enterprise Edition Release 11.2.0.4.0-64bit Production

Sql> SELECT * from nls_database_parameters where parameter= ' nls_characterset ';

PARAMETER VALUE
------------------ ----------
Nls_characterset ZHS16GBK

Error code:

Imp imp-00003:oracle error 959 encountered

Problem Analysis:

The table in the EXP export file contains the Clob field

Problem solving:

1. Before importing, create a new table with the Clob field in IMP import environment and specify table space

2, Import command add ignore=y option or data_only=y (support after 11g)

Imp sport/sport buffer=64000 file=/home/oracle/fliename.dmp full=y ignore=y;

End

Imp imp-00003:oracle error 959 encountered ORA-00959 problem resolution

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.