Friday, July 10, 2015

adpatch tables fnd_install_processes & ad_deferred_jobs

Adpatch will create  workers  to run some task .It creates 2 tables before to maitain record  of job .

1)fnd_install_processes
2)ad_deferred_jobs

1)fnd_install_processes - This table is used to store the information about the job given to the worker. It will insert a row for each worker when it assigned a job.

2)ad_deferred_jobs - this table is used to store the information about the deferred jobs (jobs failed to run).


After the job is finished the tables are dropped automatically.

Reffer ML note for more details :
Oracle E-Business Suite Patching FAQ for Release 12 (Doc ID 459156.1)

No comments:

Post a Comment