Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Why didn't datafile autoextend?
duh. I feel so stupid! It seems that I used OEM to set the MAXSIZE for the
datafile and set it to 1900 K Bytes instead of the intended 1900 M Btyes.
Thanks!!!
-----Original Message-----
Sent: Monday, June 30, 2003 11:16 AM
To: Multiple recipients of list ORACLE-L
Looks like the size of your datafile is already higher than your MAXBYTES. In additional to setting AUTOEXTEND ON, you should also give it a sufficient MAXSIZE for the datafile. Oracle will autoextend the datafile only up to the max size specified for the datafile. In your case, the max size for your datafile is a little less than 2 megs, which means that once your datafile is at 2 megs, Oracle will never AUTOextend it beyond the 2 meg size, although it can be extended beyond 2 meg by hand, as you have done.
...Rudy
-----Original Message-----
Sent: Monday, June 30, 2003 12:50 PM
To: Multiple recipients of list ORACLE-L
This morning I started getting "ORA-1654: unable to extend index CIMXDBIN.CIMX_SESSION_STATE_PK by 128 in tablespace CAPP_IDX " in my alert log (8.1.7 on Windows 2000). I checked my tablespace is has one datafile with autoextend enabled.
FILE_NAME FILE_ID TABLESPACE_NAME BYTES BLOCKS STATUS RELATIVE_FNOAUT MAXBYTES MAXBLOCKS INCREMENT_BY USER_BYTES USER_BLOCKS
-------------------------------------------------- ---------- ------------------------------ ---------- ---------- --------- ------------ --- ---------- ---------- ------------ ---------- ----------- E:\ORACLE\ORADATA\CIMX\CAPP_IDX.ORA 4 CAPP_IDX 314572800 38400 AVAILABLE 4 YES 1949696 238 3200 314564608 38399
To resolve the error I manually resized the datafile to 300M. Any ideas on why the autoextend didn't work?
Thanks,
Jeff
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Eberhard, Jeff
INET: [EMAIL PROTECTED]
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Jun 30 2003 - 12:04:08 CDT