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

PROC-00001: Oracle Cluster Registry cannot be initialized.

1 Answers  


PCC-01515: FIPS warning: Undeclared host variable "string" at line number in file string

1 Answers  


SQL*Loader-00948: subpartition string not part of table string

1 Answers  


ORA-22131: hexadecimal string length is zero

1 Answers  


ORA-01323: Invalid state

1 Answers  






ORA-34210: (MXCHGDCL18) You cannot change workspace object to a dimension composite because one or more surrogates has been defined for it.

1 Answers  


ORA-29520: name string resolved to a class in schema string that could not be accessed

1 Answers  


ORA-13403: invalid rasterDataTable specification

1 Answers  


DRG-11530: token exceeds maximum length

1 Answers  


ORA-24265: Insufficient privileges for SQL profile operation

1 Answers  


AMD-00126: dimension #string: analytic workspace column level relation not specified

1 Answers  


ORA-14189: this physical attribute may not be specified for an index subpartition

1 Answers  


Categories