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!

report issue :Invalid set of rows requested, the source data of the report

683967Jan 5 2010 — edited Jan 27 2010
Dears;

I use the following code to make a search after displaying my report :
SELECT s.PROC_NAME FROM SOFT_PROC s,PROC_SERVERS p,ALIAS a WHERE a.ALIAS_SERVERNAME=:P46_SERVER and a.ALIAS_NAME=p.ALIAS_NAME and p.PROC_ID=s.PROC_ID and  upper(s.proc_name ) like DECODE (:p46_search, NULL,'%', UPPER ('%' || :p46_search || '%'))
The first display is ok, and the search works sometimes well sometimes not.
I get this error :

Invalid set of rows requested, the source data of the report has been modified.
reset pagination

thx in advance for ur help
This post has been answered by Denes Kubicek on Jan 5 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2010
Added on Jan 5 2010
8 comments
8,152 views