DataPump Import (IMPDP) Of Text Indexes Fails With Error PLS-103 Encountered the Symbol "30"
(Doc ID 1367052.1)
Last updated on FEBRUARY 24, 2019
Applies to:
Oracle Text - Version 10.2.0.1 and laterOracle Database - Enterprise Edition - Version 10.2.0.1 and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
DataPump import (impdp) is giving the following errors:
...
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
ORA-39083: Object type INDEX failed to create with error:
ORA-06550: line 5, column 82:
PLS-00103: Encountered the symbol "30" when expecting one of the following:
) , * & = - + < / > at in is mod remainder not rem =>
<an exponent (**)> <> or != or ~= >= <= <> and or like like2
like4 likec between || multiset member submultiset
The symbol ", was inserted before "30" to continue.
Failing sql is:
BEGIN
ctxsys.driimp.create_index('XXXXXXXX','XXXXXXXXXXX',USER,
'ITEMGROUP,COMMODITYCODE_01,CO
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
ORA-39083: Object type INDEX failed to create with error:
ORA-06550: line 5, column 82:
PLS-00103: Encountered the symbol "30" when expecting one of the following:
) , * & = - + < / > at in is mod remainder not rem =>
<an exponent (**)> <> or != or ~= >= <= <> and or like like2
like4 likec between || multiset member submultiset
The symbol ", was inserted before "30" to continue.
Failing sql is:
BEGIN
ctxsys.driimp.create_index('XXXXXXXX','XXXXXXXXXXX',USER,
'ITEMGROUP,COMMODITYCODE_01,CO
DataPump import other schemas worked fine. This schema has many Oracle Text related indexes.
Changes
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 |
Changes |
Cause |
Solution |
References |