My Oracle Support Banner

R12 Gather Schema Stats For MSC Failing With APP-FND-01564 Error (Doc ID 559633.1)

Last updated on APRIL 18, 2025

Applies to:

Oracle Advanced Supply Chain Planning - Version 12 to 12.1.3 [Release 12 to 12.1]
Oracle E-Business Suite Performance - Version 12.1.3 to 12.1.3 [Release 12.1]
Information in this document applies to any platform.

Symptoms

When attempting to Launch Gather Schema Statistics for the MSC schema, the following error occurs, if it's launched for ALL it is working fine

APP-FND-01564: ORACLE error 1406 in FDFGVD

Cause: FDFGVD failed due to ORA-01406: fetched column value was truncated.

The SQL statement being executed at the time of the error was:

SELECT
A.ORACLE_USERNAME,A.ORACLE_USERNAME VALUE, A.DESCRIPTION DESCRIPTION, NVL('N', 'N'), NVL(TO_NUMBER(NULL), -1), NULL, NVL('Y', 'Y'), NVL(TO_CHAR(TO_DATE(NULL), 'J'), 0), NVL(TO_CHAR(TO_DATE(NULL), 'J'), 0) FROM (SELECT 'ALL' ORACLE_USERNAME,'All Schemas' DESCRIPTION,1 SEQ FROM DUAL UNION SELECT ORACLE_USERNAME,DESCRIPTION,2 SEQ FROM FND_ORACLE_USERID ) A WHERE 1=1
AND A.ORACLE_USERNAME = :X and was executed from the file &ERRFILE.

The issue can be reproduced at will with the following steps:

1. Navigate to Sysadmin to Launch GSS
2. Select the schema as MSC
3. See the above error message

Changes

Upgrade to R12 RUP 4

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

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.