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!

Am facing this error sqlcode :-6502 while running sql code in plsql block

BraamApr 9 2011 — edited Apr 9 2011
Am facing this error sqlcode :-6502 while running sql code in plsql block.

am using query :

SELECT SUBSTR('123456DE789KL|987654321|B',1,INSTR('123456DE789KL|987654321|B','|')-1) FROM DUAL;

CAN any body tell me why.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2011
Added on Apr 9 2011
8 comments
2,156 views