ORA-1688: unable to extend table
SYS.WRH$_ACTIVE_SESSION_HISTORY partition
WRH$_ACTIVE_3970712838_6793 by 128 in tablespace SYSAUX?
What is the solution for this issue?

Answers were Sorted based on User's Feedback



ORA-1688: unable to extend table SYS.WRH$_ACTIVE_SESSION_HISTORY partition WRH$_ACTIVE_397071283..

Answer / premalingam

1) Export the snapshots and then do a manual purge
2) Ignore this error Else let oracle do the job. Did you
know the MMON does auto maintenance of sysaux storage
management. Look below as taken from alert log.

ORA-1688: unable to extend table SYS.WRH$_LATCH_CHILDREN
partition WRH$_LATCH__2530202403_28403 by 128 in tablespace
SYSAUX
ORA-1688: unable to extend table SYS.WRH$_LATCH_CHILDREN
partition WRH$_LATCH__2530202403_28403 by 128 in tablespace
SYSAUX
MMON Flush encountered SYSAUX out of space error(1688).
MMON (emergency) purge of WR snapshots (28078) and older
Mon Feb 15 06:02:42 2010

3) Increase space of sysaux data file or add another file.
4) Oracle provides utlsyxsz.sql file to help calculate
approx the size required by sysaux. Find out the space and
add another 25% extra on top of it to be sure for a good
measure.
5) It might be possible Disable alerts due to sysaux space
warnings .

Is This Answer Correct ?    2 Yes 0 No

ORA-1688: unable to extend table SYS.WRH$_ACTIVE_SESSION_HISTORY partition WRH$_ACTIVE_397071283..

Answer / jed

This will solve the symptom, but you might be facing a bug. Here is a write up I just did on this.
http://tinky2jed.wordpress.com/2013/12/05/ora-1688-unable-to-extend-table-sys-wrh_active_session_history/

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

DRG-11815: Not Modified

1 Answers  


TNS-12665: NLS string open failed

1 Answers  


DRG-50601: fatal error

1 Answers  


ORA-33070: (XSAGDNGL34) In AGGMAP workspace object, all QDRs of dimension workspace object must map to the same dimension position.

1 Answers  


RMAN-06446: changed proxy copy unavailable

1 Answers  






ORA-23321: Pipename may not be null

1 Answers  


ORA-28559: FDS_CLASS_NAME is string, FDS_INST_NAME is string

1 Answers  


ORA-01661: tablespace 'string' is already temporary

1 Answers  


ORA-00064: object is too large to allocate on this O/S (string,string)

1 Answers  


ORA-13233: failed to create sequence number [string] for R-tree

1 Answers  


PROT-00010: Failed to open the specified source cluster registry

1 Answers  


RMAN-06184: duplicate object in backup specifier: string string

1 Answers  


Categories