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!

Ajax-Aufruf hat Serverfehler ORA-01403: Keine Daten gefunden für zurückgegeben.

Armen1Sep 8 2017 — edited Sep 11 2017

Hallo,

es ist mein erster Post, daher bitte um Nachsicht.

Ich habe ein Interaktives Grid (IG) basierend auf folgendem Statement:

select a.empno, a.ename, a.job, a.sal, a.comm, b.dname, b.loc

from emp a, dept b

where a.deptno=b.deptno

and a.comm > 1000;

Alle Spalten außer COMM sind nicht editierbar. Wenn ich in der Spalte COMM einen Wert >1000 eintrage und speichere, dann bekomme ich die Fehlermeldung „Ajax-Aufruf hat Serverfehler ORA-01403: Keine Daten gefunden für zurückgegeben.“. Speichere ich die Werte < 1000 ab, dann klappt es.

Ist es ein Fehler, oder mache ich was falsch?

Ich nutze APEX 5.1.2.00.09 mit ORDS und Tomcate in Verbindung mit Oracle 12c. Das Verhalten habe ich in meinem Workspace auf apex.oracle.com nachgestellt.

=============================================================================================================================================================

Sorry vor my bad English :-).

 

Hello,

it is my first post, so please excuse me.

I have an Interactive Grid (IG) based on the following statement:
select  a.empno, a.ename, a.job, a.sal, a.comm, b.dname, b.loc
from emp a, dept b
where a.deptno = b.deptno
and a.comm> 1000;

All columns except COMM are not editable. If I enter a value> 1000 in the COMM column and save it, then I get the error message "Ajax call has returned server error ORA-01403: No data found for.". If I save the values <1000, then it folds.

Is it a bug, or am I doing something wrong?

I use APEX 5.1.2.00.09 with ORDS and Tomcate in conjunction with Oracle 12c. The behavior I have imitated in my workspace on apex.oracle.com.

This post has been answered by [Deleted User] on Sep 8 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 9 2017
Added on Sep 8 2017
2 comments
998 views