Database Administration (MOSC)

MOSC Banner

Scheduler log table too large

edited Dec 2, 2010 3:52AM in Database Administration (MOSC) 3 commentsAnswered
Hello,
in my db the tables SYS.SCHEDULER$_EVENT_LOG, SYS.SCHEDULER$_JOB_RUN_DETAILS became too large due to the big log of a chain job in loop.

I removed the big log and now I'd like to release the exceeding space of the two table.
May I use these commands
alter table SYS.SCHEDULER$_EVENT_LOG enable row movement;
alter table SYS.SCHEDULER$_EVENT_LOG shrink space;
even if the tables are used by scheduler?

Thank in advance,
Alessio Rossi
 

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