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.

Oracle apex creating hidden page item ORA-06553: PLS-306: wrong number or types of arguments in call

Roman_OCPOct 28 2016 — edited Oct 28 2016

Dear,

why I am getting below error while running this query?

select   APEX_ITEM.HIDDEN(rownum,ename),ename
from (SELECT COLUMN_VALUE ename FROM xmltable(('"'||REPLACE(trim('a1,a2,a3,a3,a4,a4,a5,a6'),',','","')||'"')))

----------------

ORA-06553: PLS-306: wrong number or types of arguments in call to 'HIDDEN'

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 25 2016
Added on Oct 28 2016
2 comments
411 views