I have an Oracle EE database ( 9.2.0.6.0 on WIndows server ) that is giving on ORA-600 when an exp i
When export is run against it every night it returns this error:
Tue Mar 22 07:31:00 2016
Errors in file c:\oracle\ora92\admin\support\udump\support_ora_6248.trc:
ORA-00600: internal error code, arguments: [KSMASG1], [4032], [4032], [], [], [], [], []
I think it has to do with the shared pool? Below are the parameters from the pfile:
###########################################
# Cache and I/O
###########################################
db_block_size=8192
db_cache_size=125829120
db_file_multiblock_read_count=16
###########################################
# Miscellaneous
###########################################
compatible=9.2.0.0.0
###########################################
# Pools
###########################################
java_pool_size=0
large_pool_size=8388608
shared_pool_size=41943040
###########################################
# Processes and Sessions
###########################################
processes=150
the trace file generated had some issues with Java?
Has anybody ever seen this error and what is causing it?