Skip to Main Content

DevOps, CI/CD and Automation

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 builder

User_R4VJDJun 7 2021 — edited Jun 7 2021

Can we write DML function inside After parameter form trigger
update statement
if yes, How to write?
Kindly attach syntax for above
database - 11g

Comments

BPeaslandDBA

Which network? For RAC, there are two networks, the public network (which your apps use to connect to the database) and the private network (used for node-to-node cluster communications). If you disable the public network, Oracle will work just fine and you don't need to do anything. If you disable the private network, nodes will get evicted from the cluster. It would be better to stop clusterware on all nodes in this case.

Cheers,
Brian

1 - 1

Post Details

Added on Jun 7 2021
1 comment
58 views