Some problems encountered when importing data from oracle11g to oracle9i

Source: Internet
Author: User

Some problems with importing data from oracle11g to oracle9i when exporting the dmp file from oracle11 and then importing data to oracle9i, there are many errors. To sum up: Problem 1: solution: log in AS sys in the 11g database and modify the exu9defpswitches script, that is, create or replace view exu9defpswitches (compflgs, nlslensem) as select. value, B. value FROM sys. v $ parameter a, sys. v $ parameter B WHERE. name = 'plsql _ code_type 'AND B. name = 'nls _ length_semantics '; then, you can use the exp of the 9.2.0.8 client to export data from the 11g. problem 2: EXP-00008: Oracle error # encounteredORA-01455: converting column overflows integer datatype solution: exp command plus parameter: INDEXES = n STATISTICS = none
 

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.