Cracking of incompatibility with the DB2 database code page

Source: Internet
Author: User
Tags db2 connect db2 connect command db2 connect to

This article mainly introduces the problem of incompatibility with the DB2 database code page. We all know that the DB2 database requires that the source code page and target code page be compatible with each other, in the preceding example, the database connection fails because the source code page is 819 incompatible with the target code page 1386.

For example:

When the command: db2 connect to db_name is issued, the system returns

 
 
  1. SQL0332N There is no available conversion for the source code page "819" to the target code page "1386". Reason Code "1". SQLSTATE=57017 

DB2 requires that the source code page and the target code page be compatible with each other. In the preceding example, the database connection fails because the source code page is 819 incompatible with the target code page 1386.

The solution is as follows:

On the machine that fails to issue the db2 connect command, execute the following command in the DB2 command window and re-connect:

 
 
  1. -> 
  2. db2set db2codepage=1386 –I instance_name  
  3. db2 terminate  

The above content is an alternative solution to the problem of incompatibility with the DB2 database code page. I hope you will find some gains.

The above content is an alternative solution to the problem of incompatibility with the DB2 database code page. I hope it will help you in this regard.

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.