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-00923: FROM keyword not found where expected

Scripta14May 19 2020 — edited Jun 5 2020

I'm trying to draw a chart using sql query editor using a dynamic sql. I've built a part of the query in page 4 and I would like to use it into page 5.

In page 4 I built the query passing the parameters to a store procedure into a package in the database, receiving the part of the query. I need to use this way

This is the part of the structure query:

:P4_STRINGA_VIEW = from VIEW_OEE_MAC_MENSILE where V_COD_MACCHINA= 'REP03' and V_ANNO = '2020';

pastedImage_10.png

I've tryied to build the query witout the keyword "From" and this has been the result

pastedImage_17.png

Can anyone help to set in the right way?

Thanks in advanced for the help

Comments
Post Details
Added on May 19 2020
13 comments
870 views