Database Administration (MOSC)

MOSC Banner

JOB_LOG

edited Sep 3, 2021 11:06AM in Database Administration (MOSC) 4 commentsAnswered ✓

Hi,

On 11.2.0.4 on AIX ,

I created a job in Sql developer.

PL/SQL Block is:

BEGIN

EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS(ownname => 'xxx');

EXECUTE DBMS_STATS.GATHER_SCHEMA_STATS(ownname => 'yyy');

END;

/

But it fails with:

ORA-06550: Line 1,

PLS-00103: Symbole "DBMS_STATS" encountered instead of : := . ( @ % ; immediate......

Thanks for help.

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