Skip to Main Content

Oracle Forms

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!

FRM-40350: Query caused no records to be retrieved.

elyon39Jun 23 2017 — edited Jun 28 2017

Hi All,

I have an issue with execute_query for a data block.  It states Query caused no records to be retrieved.

Steps made for checking.

1. execute get_block_property('bk_repdata',last_query) after the execute_query procedure.

   it shows the last query fired by the form. when i manually try to execute the query in sql developer it returns 21k records.

2. Check default where clause - No where clause where setup.

3. Initialized default where clause to ''/Null. Still no values where returned.

4. Tried to use the query source database name of the block to a different block. it works perfectly fine and return the expected values.

5. Compared the 2 datablocks used in step 4 both are the same and different only in names and default canvas for the items in the blocks.

6

Thank you in advance.

This post has been answered by Michael Ferrante-Oracle on Jun 23 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 26 2017
Added on Jun 23 2017
9 comments
6,074 views