Between Oracle 7 to 8 "column" item upgraded.
Column Limits in Oracle 7
columns LONG columns | index (or cluster index) table expression list view definition | 16 columns maximum 254 columns maximum 254 columns maximum 254 columns maximum |
table | 1 LONG column per table |
Oracle 9ir1 --- Logical Database Limit
In this release the below new items are introduced Or improved.
subqueries | Maximum levels of subqueries in a SQL statement | 255 subqueries in the WHERE clause |
Oracle 10gr2 --- Logical Database Limit
In this release the below new items are introduced Or improved.
CREATE MATERIALIZED VIEW definition | Maximum size | 64K Bytes |
Note:
The limit on how long a SQL statement can be depends on many factors, including database configuration, disk space, and memoryNote:
When an object instance exists in memory, there is no fixed limit on the number of attributes in the object. But the maximum total amount of memory consumed by an object instance is 4 GB.When an object instance is inserted into a table, the attributes are exploded into separate columns in the table, and the Oracle 1000-column limit applies.Oracle 11gr1 --- Logical Database Limit
NO changes between 10gr2 to 11gr1
Oracle 11gr2 --- Logical Database Limit
NO changes between 11gr1 to 11gr2
NOTE: Please refer oracle official documentation for more information : http://tahiti.oracle.com
No comments:
Post a Comment