This document contains information about errors frequently encountered by
new DBAs
+==+
Summary:
+=+
a) on Rollback segment when importing
Specify commit=y and a large buffer on import
will be released after each array
b) when allocating an extent on a tablespace with alot of free space
Select max(blocks) from DBA_FREE_SPACE
might not be contiguous
is trying to allocate
PCTINCREASE if it isn
of
Most platforms have a max of
issued quite some time ago
If the background processes aren
out there
first)
Run catalog
the import
Run expvew
Startup the DB first
Make sure that ORACLE_SID is set correctly For setuid issues
PRE
To determine where the corruption is:
select * from sys
between block_id and (block_id + blocks
The filenum and blocknum are the numbers in the
This query should give the segment_name and segment_type
(i
In order to salvage the uncorrupted part of the table you can add
an entry to the init
event =
This will skip the corrupted block on a table scan
drop and recreate it from import
Usually it comes with another error such as
in any of the trace files try setting the following event in init
restarting the DB
event=
for the output of this look in the trace files in the directory given by
the USER_DUMP_DEST parameter in init
Take out the INIT_SQL_FILES param out of init
by hand after the database is created
Try de
shared_pool
parameter
+==+
From:http://tw.wingwit.com/Article/program/Oracle/201311/17894.html