Friday, April 30, 2021

To retrieve the lost applications tier context file ( if it is lost or deleted accidentally) ,

 execute the following command on the applications tier :


perl <COMMON_TOP>/clone/bin/adclonectx.pl retrieve



No comments:

Post a Comment

fnd concurrent request queues and logs update

  create table apps.fnd_concurrent_queues_oci as select * from apps.fnd_concurrent_queues; create table fnd_concurrent_requests_oci as selec...