Section-24 Upgrade from R12.1.3 to R12.2.5
Hi Experts,
Below are the standard objects listed in section 24 for ADZDDBCC.sql script.We didnt apply online enablement patch yet.Will below needs any manual action from our end?
DOC> **********************************************************************
DOC> SECTION-24 [full]
DOC> **********************************************************************
DOC> "Column Type must not be LONG or LONG RAW."
DOC>
DOC> - P2: These columns cannot be patched using Online Patching.
DOC> - Fix: Alter the column datatype to CLOB or BLOB.
DOC> SQL> alter table owner.table_name modify column_name CLOB;
DOC> - Note: The LONG-to-CLOB datatype change should be implemented before
DOC> Online Patching Enablement.
DOC> - Note: If you alter the column type via 'ALTER TABLE' DDL (instead of using