Hi Sir Hope You Are Good,,,, Sir Recently I Start Website In Oracle Apex But There Is One Issue Like Static Content There Are Limits Same In Process ,In Static Content If I Have Much More Content And Apex Limit Me So How I Tackle This …
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can replace the static content to PL/SQL dynamic content and write the content dynamically.
You can use the CLOB column of any table also to write the bulk text on the Apex page.
If you have issues in code for the process, etc. you should call DB procedures and functions instead of writing large code in the processes.