Hi ks,
The error was occured during a procedure "call", let me explain you the same :
i have a procedure collect_stats for collecting stats,
call PROC.COLLECT_STATS('dbname', 'table', 100);
after this statement i am getting the error like this " *** Failure 3523 COLLECT_STATS:An
owner referenced by user does not have STATISTICS access to dbname.table. "
what are the possible reasons for the above failure.........
thanks in advance..............!
↧