Skip to Main Content

Java Development Tools

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!

Partial Trigger a Region From Region

Okan SutcuogluSep 24 2018 — edited Sep 24 2018

I everybody. I use JDeveloper 12.2.1.3. I have two jsff files. One of them includes a master table and the other one includes detail table. In one jsp page i dragged them as a region. My problem is if i select i master data. It does no change in the detail table. I set the detail region's partial trigger to master region. But it does not worked. Also when i try to create a new record in the detail table. It gives me "Parent key not found" error.

Comments

Glen Conway

Here is the Quick Reference for SQLcl 17.2:

https://docs.oracle.com/database/sql-developer-17.2/SQCQR/toc.htm#SQCQR-GUID-0A65BC18-6AD2-4A6C-81CD-782D71BDBCB9

and although SQLcl may not support all SQL*Plus commands, or all options of those commands it does support, you can glean useful details from the SQL*Plus documentation:

https://docs.oracle.com/en/database/oracle/oracle-database/18/sqpug/index.html

Edit:  Or better yet, for 18.4 -

         https://docs.oracle.com/en/database/oracle/sql-developer/18.4/sqcqr/index.html

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 22 2018
Added on Sep 24 2018
6 comments
291 views