Is the XR21B1424 max data count rate 12Mbps?
Ordinary tablespace datafile: 4M*block_sizebigfileTablespace datafile: 4G*block_size30G's statementI haven't actually experimented with letting a file grow 30G at a time, but the following statement is executable:SQL> createtablespacetestdatafile'/oracle/test01.dbf'size10Mautoextendonnext31G;TablespacecreatedSQL> droptablespacetestincludingcontentsanddatafiles;TablespacedroppedSQL> So, there should be no limit to single growth, as long as the total file size doesn't exceed the 4M*block_size or 4G*block_size limit p>