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!

ORA-01403: No data Found Automated Row Fetch

Tom BrownApr 28 2018 — edited Apr 29 2018

i created a basic simple form based on a table, i have created manually an Automatic Row Fetch Process on it, to retrieve an existing data.

1.png

ORA-01403: no data found

Technical Info (only visible for developers)

  • is_internal_error: false
  • ora_sqlcode: 100
  • ora_sqlerrm: ORA-01403: no data found
  • component.type: APEX_APPLICATION_PAGE_PROCESS
  • component.id: 22609023275144779
  • component.name: Fetch Row from DEPT

error_backtrace:

ORA-06512: at line 1 ORA-06512: at "SYS.DBMS_SQL", line 1575 ORA-06512: at "APEX_050100.WWV_FLOW_DYNAMIC_EXEC",

line 1879 ORA-06512: at "APEX_050100.WWV_FLOW_DYNAMIC_EXEC", line 1894 ORA-06512: at "APEX_050100.WWV_FLOW_DYNAMIC_EXEC",

line 935 ORA-06512: at "APEX_050100.WWV_FLOW_PROCESS_NATIVE", line 71 ORA-06512: at "APEX_050100.WWV_FLOW_PROCESS_NATIVE",

line 1132 ORA-06512: at "APEX_050100.WWV_FLOW_PLUGIN", line 2397 ORA-06512: at "APEX_050100.WWV_FLOW_PROCESS", line 191

error_statement:

  • begin SELECT DEPTNO , DNAME , LOC INTO :P10_DEPTNO , :P10_DNAME , :P10_LOC FROM DEPT WHERE DEPTNO = :P10_DEPTNO ; end;

If i use this i got no error but no data displays

2.png

Please help me.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2018
Added on Apr 28 2018
6 comments
450 views