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!

v() function unrecognised

nusa-JavaNet28 hours ago — edited 28 hours ago

Hello,

When runing this SQL ( APEX 23.2 ) :

SELECT v('APP_USER') FROM dual;

an errror is thrown :

Error : 6552, Position : 7, SQL = SELECT v('APP_USER') FROM dual, Original SQL = SELECT v('APP_USER') FROM dual, Error Message = ORA-06552: PL/SQL: Statement ignored
ORA-06553: PLS-222: no function with name 'V' exists in this scope

Any help at all ?

Comments
Post Details
Added 28 hours ago
5 comments
66 views