DB version :11.2.0.2
OS Platform : Linux (RHEL 5.4 , 64 bit)
I was trying to resize a datafile to which is currently 30gb in size.
ALTER DATABASE DATAFILE '+DG_DATA/panrdb/datafile/hw_sit_data01.dbf' RESIZE 34G
*
ERROR at line 1:
ORA-01144: File size (4456448 blocks) exceeds maximum of 4194303 blocks
I was told that there is a 32gb file size limitation. Our db_block_size is 8k
1. Is this limitaion only in Linux or is this applicable to Solaris and AIX as well ?
2. My datafile was stored in an ASM diskgroup. Although ASM instance runs in the OS , the datafiles are stored in the ASM's own filesystem. So, this shows that the 32gb limit is applicable to ASM as well. Right?