Gather Schema
To All,
I want to Gathering Schema Statistics but getting error by running following query.
SQL> exec fnd_stats.gather_schema_statistics('GL');
BEGIN fnd_stats.gather_schema_statistics('GL'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'FND_STATS.GATHER_SCHEMA_STATISTICS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Regards
Farhaj Ahmed Khan
I want to Gathering Schema Statistics but getting error by running following query.
SQL> exec fnd_stats.gather_schema_statistics('GL');
BEGIN fnd_stats.gather_schema_statistics('GL'); END;
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00201: identifier 'FND_STATS.GATHER_SCHEMA_STATISTICS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Regards
Farhaj Ahmed Khan
0