Sunday, 13 March 2016

Oracle 9i : Some of limitation on Oracle 9i

Physical Database Limits

ITEMTYPE OF LIMITLIMIT VALUE
Database Block SizeMinimum2048 bytes; must be a multiple of operating system physical block size
MaximumOperating system dependent; never more than 32 KB
Database BlocksMinimum in initial extent of a segment.2 blocks
Maximum per datafilePlatform dependent; typically 222-1 blocks
ControlfilesNumber of control files1 minimum; 2 or more (on separate devices) strongly recommended
Size of a control fileDependent on operating system and database creation options; maximum of 20,000 x (database block size)
Database filesMaximum per tablespaceOperating system dependent; usually 1022
Maximum per database65533May be less on some operating systems
Limited also by size of database blocks and by the DB_FILES initialization parameter for a particular instance
Database extentsMaximum4 GB, regardless of the maximum file size allowed by the operating system
Database file sizeMaximumOperating system dependent. Limited by maximum operating system file size; typically 222 or 4M blocks
MAXEXTENTSDefault valueDerived from tablespace default storage or DB_BLOCK_SIZE initialization parameter
MaximumUnlimited
Redo Log FilesMaximum number of logfilesLimited by value of MAXLOGFILES parameter in the CREATE DATABASE statementControl file can be resized to allow more entries; ultimately an operating system limit
Maximum number of logfiles per groupUnlimited
Redo Log File SizeMinimum size50 KB
Maximum sizeOperating system limit; typically 2 GB
TablespacesMaximum number per database64 KNumber of tablespaces cannot exceed the number of database files, as each tablespace must include at least one file

No comments:

Post a Comment