You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all let me thank you for this great solution. I'm quite new to APEX and it took me a while to find your plugin to overcome the 32k restriction.
I'm trying to use this plugin now to insert, modify and display text data between 1B and 2GB in my oracle database (11.2.0.4). While insert works very well, the plugin displays the following message when used in RENDER mode
This is shown as output from the page load dyn action as if it was the result read from the database. There's no other error message, according to the tomcat logs and the debug info the application runs without problems.
The access to the database works and the message above gets displayed even if I just use "select 'hello' from dual;" as sql statement.
I've installed the TestUnitApp and it works well.
Since there's nothing more I can check I'm turning to you and kindly ask for any hint you might know.
Thank you in advance
Andreas
The text was updated successfully, but these errors were encountered:
I finally found out why the plugin didn't work in my application. It seems to work only with 'friendly URL' not set. This is very sad for me because all the other stuff has already been setup based on this feature. So I simply cannot use this cool solution. What a pity.
First of all let me thank you for this great solution. I'm quite new to APEX and it took me a while to find your plugin to overcome the 32k restriction.
I'm trying to use this plugin now to insert, modify and display text data between 1B and 2GB in my oracle database (11.2.0.4). While insert works very well, the plugin displays the following message when used in RENDER mode
This is shown as output from the page load dyn action as if it was the result read from the database. There's no other error message, according to the tomcat logs and the debug info the application runs without problems.
The access to the database works and the message above gets displayed even if I just use "select 'hello' from dual;" as sql statement.
I've installed the TestUnitApp and it works well.
Since there's nothing more I can check I'm turning to you and kindly ask for any hint you might know.
Thank you in advance
Andreas
The text was updated successfully, but these errors were encountered: