(Original) solution for viewing the package or table structure report ora-01460 in PL/SQL developer

Source: Internet
Author: User
How to view the package or table structure reports ora-01460 in PL/SQL developer today someone reported that a database cannot view the package or table structure in PL/SQL developer.
 

The character set of the server and client is inconsistent.
Check that the character set of the database is zhs32gb18030.
Select * from V $ nls_parameters t where T. Parameter like '% characterset % ';
Parameter Value
Nls_characterset zhs132gb18030
Nls_nchar_characterset al16utf16
Set the client's nls_lang = simplified chinese_china.zhs132gb18030
In this way, the error persists.

In my memory, zhs32gb18030 should contain 4 bytes each.
Check the help --> support info of PL/SQL developer and drag it to the final character sets section. The character size is 3 byte (s)
Start PL/SQL developer on the command line and force PL/SQL Dev to use 4 Bytes/character: plsqldev.exe BPC = 4 Note: BPC (bytes per character ).
Finally, the problem is solved.

Conclusion:
When the database's font set is zhs32gb18030, using PL/SQL developer to view the package or table structure reports a ora-01460

This should be a bug in PL/SQL developer. Solution: add the parameter BPC = 4 when starting PL/SQL developer. For example, plsqldev.exe BPC = 4

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.