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 ...
❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish Kapoor
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.