Database Administration (MOSC)

MOSC Banner

ERROR in statistic devdta

edited Jul 28, 2015 10:01AM in Database Administration (MOSC) 2 commentsAnswered

Hi,

please I need help with statistic, ..I want submit this statement but I don't know the error resolution...

owner: devdta

--STATS OWNER

exec dbms_stats.GATHER_SCHEMA_STATS(ownname =>'DEVDTA',  estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, cascade => true,

method_opt => 'FOR ALL COLUMNS SIZE AUTO');

 


error:

Error starting at line 2 in command:

exec dbms_stats.GATHER_SCHEMA_STATS(ownname =>'DEVDTA',  estimate_percent => DBMS_STATS.AUTO_SAMPLE_SIZE, cascade => true,

Error report:

ORA-06550: line 1, column 124:

PLS-00103: Encountered the symbol ";" when expecting one of the following:

   ( - + case mod new not null <an identifier>

   <a double-quoted delimited-identifier> <a bind variable>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center