Cutover and cleanup

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Cutover and cleanup

satish
Hi erman,

Need ur expertise.

What exactly does below ddl do in patchin


Begin ad_zd_seed.cleanup('Fnd_profile_option_values'); end


Begin ad_zd_table.cutover('tablename'); end

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: Cutover and cleanup

ErmanArslansOracleBlog
Administrator
ad_zd_seed.cleanup performs the cleanup action for the seed tables, in this case for fnd_profile_option_values. As you know, patches may update the seed data as well..
As you may guess, ad_zd_table.cutover take the necessary cutover action(s) for a table.