When Migrating EBS Database Using XTTS ORA-39083 ORA-04079 Occurs and Cannot Create MTL_SYSTEM_ITEMS_T2 Trigger
(Doc ID 2807755.1)
Last updated on SEPTEMBER 21, 2021
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.1.3 and laterOracle Inventory Management - Version 12.1.3 and later
Information in this document applies to any platform.
Symptoms
When importing transportable tablespace (XTTS) for EBS 12.1.3 by referring to below document, impdp ended in below error and could not create trigger : MTL_SYSTEM_ITEMS_T2
Using Transportable Tablespaces for EBS Release 12.0 or 12.1 Using Database 11gR2 (<Document:1311487.1>)
4. Import the transportable tablespace set
Error
ORA-39083: Object type TRIGGER failed to create with error:
ORA-04079: invalid trigger specification
Failing sql is:
CREATE TRIGGER MTL_SYSTEM_ITEMS_T2
AFTER UPDATE OF DESCRIPTION,SEGMENT1,SEGMENT2,SEGMENT3,SEGMENT4,SEGMENT5,
SEGMENT6,SEGMENT7,SEGMENT8,SEGMENT9,SEGMENT10,SEGMENT11,
SEGMENT12,SEGMENT13,SEGMENT14,SEGMENT15,SEGMENT16,SEGMENT17,
SEGMENT18,SEGMENT19,SEGMENT20
ON MTL_SYSTEM_ITEMS_BOR EACH ROW
DECLARE
..
Steps
1. Run impdp command
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |