Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Maxbytes - 7.3.3
> -----Original Message-----
> From: O'Neill, Sean [mailto:Sean.ONeill_at_organon.ie]
>
> Can anyone tell me please what view(s) on Oracle 7.3.3 I can
> use to identify
> the equivalent MAXBYTES (datafile size set to umlimited) as per
> DBA_DATA_FILES on 8i?
Join sys.file$ to sys.filext$
Look at columns sys.filext$.inc (0 or null means autoextend = 'NO') and sys.filext$.maxextend
Received on Mon Sep 24 2001 - 22:14:06 CDT