FND_DOCS_LONG_TEXT_SN Materialized View has INVALID Status ORA-00932 inconsistent datatypes: expected
(Doc ID 1368704.1)
Last updated on APRIL 17, 2025
Applies to:
Oracle Advanced Supply Chain Planning - Version 12.1.3 and laterInformation in this document applies to any platform.
Symptoms
FND_DOCS_LONG_TEXT_SN Materialized view is invalid. It was created from MSCINVSN.sql. When trying to compile the materialized view, it still remains invalid. The materialized view uses the following SQL:
SELECT fdlt.MEDIA_ID, TO_LOB(fdlt.LONG_TEXT) LONG_TEXT, 0 RN
FROM APPLSYS.FND_DOCUMENTS_LONG_TEXT fdlt
WHERE fdlt.LONG_TEXT IS NOT NULL;
which returns a ORA-00932; inconsistent datatypes: expected - got LONG error
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 |