Fixed a minor error in HTTP server after Oracle Upgrade

Source: Internet
Author: User

Yesterday, I upgraded my database server from 9204 to 10.2.0.1. By the way, I changed the application server Oracle HTTP Server to 10 Gb, result an error occurs when all the normal query pages run in 9i on the application server.
Modify$ ORACLE_HOME/Apache/modplsql/CONF/PLSQL. confSet inPlsqllogenable on and then run the error page to view the log file. One of them is like this:

Mod_plsql:/pls/www_app/WWV. Search HTTP-400 too using arguments passed in. Got 2165 parameters. upper limit is 2000

It seems that after the upgrade, the parameter size of the new version is limited. After querying the Internet, add the following configuration parameter to PLSQL. conf.

Plsqlmaxparameters 10000

Restart the application service. Everything is OK!

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.