Skip to Main Content

SQL & PL/SQL

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!

Pro * C statement failing on Oracle 11g

Sanjay NApr 4 2025 — edited Apr 4 2025

My simple call below fails/hangs.

I am using Pro * C using CICS/Unikix by NTT data.

Here is the call.

EXEC CICS SELECT USER INTO :uname from DUAL;

What is going wrong here ?

Comments
Post Details
Added on Apr 4 2025
4 comments
189 views