ORA-01114 [message #302265] |
Mon, 25 February 2008 01:44 |
stevefox777
Messages: 26 Registered: September 2006
|
Junior Member |
|
|
I am running Oracle Analyze with the command below against 20 tables which has about 30000000 to 45000000 rows for each table.
dbms_stats.gather_table_stats (ownname=>'USER_1',tabname=>'TABLE_1',CASCADE=>FALSE,estimate_percent=>100);
However, I am getting the error below for some tables (some are succeeding) even though there is enough disk space and low CPU/Memory usage :
ORA-01114: IO error writing block to file %s (block # %s)
Unable to dump event group - SGA not mapped (Extract from trace file)
Could someone tell me how I can fix this problem?
I guess that the error is occurring due to the lack of free space in the SGA but is there a way to check the SGA usage dynamically?
The below is the system I am using :
Oracle 10.2.0.3.0
OS : HP-UX 11.11
CPU : 875MHz x 12
Memory : 24GB
Any help will be greatly appreciated.
Steve
|
|
|
|
|
|
|