Oracle EBS R12.2.3, Online patching standards
Hello All,
We are currently working in R12.2.3, where we follow the online patching standards, when we make any DDL changes to a table. The below scenario fails to work.
1. Dropped an existing column in a table
2. exec ad_zd_table.patch('schema_name','Table_name');
3. Generated xdf
4. Deployed the xdf in the target database
5. The dropped column still exists.
Kindly advice on the same!