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!

How to Add Cipher Suites When Running ORDS in Standalone Mode

Edwin MwangiMay 30 2022

Guys,
Is it possible to modify settings for the Jetty Web Server that's used when running ORDS in Standalone Mode so that you can add Cipher Suites that have not been added by default?
ORDS Version 19.1
Oracle Apex Version 21.1
Oracle Database Express Edition 18c
Thanks
Edwin

Comments

Solomon Yakobson
Answer

Merge updates/deletes matching rows and/or inserts non-matching rows. When matched means we took source row (source is defined by USING clause) and found a matching row in target (defined by INTO clause). In such case we can update/delete target row but not insert like in your example. When not matched means we took source row (source is defined by USING clause) but didn't find a matching row in target (defined by INTO clause). So what's here to delete from target?
SY.

Marked as Answer by User_8GUKB · May 28 2022
User_8GUKB

thank you for your clarity

1 - 2

Post Details

Added on May 30 2022
0 comments
209 views