Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Section-24 Upgrade from R12.1.3 to R12.2.5

edited Aug 20, 2021 10:20AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 3 commentsAnswered

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center