Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-01008: not all variables bound with Data Load Definition

DwayneCarrollFeb 22 2022

I am working in Apex 21.2 On Apex.Oracle.com.
I need to import data from Excel, add some Page Item values to the imported data and save the results into an existing table.
One method that I thought might work is to add SQL Expression columns to my Data Load Data Profile page where fields are mapped.
I added a column named GROUP_QUOTE_ID to the profile and set it as type SQL Expression. The SQL code is SELECT :P33_GROUP_QUOTE_ID FROM DUAL. I was hoping this would pull the Pate Item value from Page 32 which is open when the import runs.
I'm getting an error after clicking Load Data on my data load page (configured as Model Dialog to float overtop of Page 32. The error ORA-01008: not all variables bound.
GROUP_QUOTE_ID is column name in the Target Table.
Any help is appreciated!

Comments
Post Details
Added on Feb 22 2022
3 comments
2,117 views