Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4233862
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:16:29+00:00 2026-05-21T02:16:29+00:00

I have tables which can be sorted and filtered on the browser side, via

  • 0

I have tables which can be sorted and filtered on the browser side, via jquery plugins. There is also a download button which copies the modified content of the table to a hidden input and submits it to oracle which then prints the value of the input using htp.p with a excel header. This works fine for tables of a certain size, I am prompted to open the file in excel.

On larger tables though I get this.
mod_plsql: /pls/braganza/play.download_filtered HTTP-400 Value param too long. Length is 53169. Upper limit is 32512

Any ways of circumventing this limitation?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T02:16:30+00:00Added an answer on May 21, 2026 at 2:16 am

    Basically buffer your input field across multiple fields. Pseudo code:

    • Assign Table to Hidden Input
    • IF
      • [Hidden Input].length < 32k
      • Submit
    • ELSE
      • Hidden Input #1 = [Hidden Input].Substring(1, 32k)
      • Hidden Input #2 = [Hidden Input].Substring(32k+1, 64k)
      • Hidden Input #3 = [Hidden Input].Substring(64k+1, 96k)
      • Submit

    This is the same/similar method used for large (32k+) clob fields in APEX.

    I would also switch to the flexible parameter passing nature of mod_plsql access. It will save you tons of time/hassle for this particular problem if you are not already using it on this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a query I can do to find which tables have foreign keys
I have a table of data sorted by date, from which a user can
I have two HTML tables which would ideally be placed side by side on
I have a table holding entries which can be sorted by rank. I want
I have a database (which I can not modify) with 6 tables in Oracle
I want to dump mysql database only the tables which have data, Can u
HI, I have a large table from which i can query to get the
Can we have a SQL query which will basically help in viewing table and
How can I search for in table_a table_b table_c , which have a random
I have 2 tables which in simplified form look like this: Products( id: int,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.