.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
ORA-01652: unable to extend temp segment

ORA-01652: unable to extend temp segment

2006-01-24       - By Joseph Amalraj
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Thanks Tanel,
 
 Is there any reason why Oracle does full table scans for online rebuilds and
not for offline.
 
 Regards
 
 Joseph Amalraj

Tanel P?der <tanel.poder.003@(protected)> wrote:
         Online rebuilds don't use existing index for creating new. They do
full table scan on the table.
 
 However, in both cases, old index segment is kept until new one is ready to
use and switch to it is done. Also the journal IOTs used for online rebuilds
are stored in the target tablespace, so if you've got lots of transactions
going on while you are rebuilding the index online, you need additional space
in target tablespace.
 
 Tanel.
 
 
<DIV>Thanks Tanel, </DIV>  <DIV>&nbsp;</DIV>  <DIV>Is there any reason why
Oracle does full table scans for online rebuilds and not for offline.</DIV>  
<DIV>&nbsp;</DIV>  <DIV>Regards</DIV>  <DIV>&nbsp;</DIV>  <DIV>Joseph Amalraj<BR
><BR><B><I>Tanel P?der &lt;tanel.poder.003@(protected)&gt;</I></B> wrote:</DIV>  
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT
: #1010ff 2px solid">  <META content="MSHTML 6.00.2900.2802" name=GENERATOR>  
<STYLE></STYLE>    <DIV><FONT face=Arial size=2>Online rebuilds don't use
existing index for creating new. They do full table scan on the table.</FONT><
/DIV>  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>  <DIV><FONT face=Arial
size=2>However, in both cases, old index segment&nbsp;is kept until new one is
ready to use and switch to it is done. Also the journal IOTs used for online
rebuilds&nbsp;are stored in the target tablespace, so if you've got lots of
transactions going on while you are rebuilding the index onl
ine, you
need additional space in target tablespace.</FONT></DIV>  <DIV><FONT face
=Arial size=2></FONT>&nbsp;</DIV>  <DIV><FONT face=Arial size=2>Tanel.</FONT><
/DIV>  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>  <BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT:
#000000 2px solid; MARGIN-RIGHT: 0px">&nbsp;</BLOCKQUOTE></BLOCKQUOTE>