Oracle 10g Limits - Logical Database Limits
Reference:
[@more@]Logical Database Limits
Item |
Type |
Limit |
CREATE MATERIALIZED VIEW definition |
Maximum size |
64K Bytes |
GROUP BY clause |
Maximum length |
The GROUP BY expression and all of the nondistinct aggregate functions (for example, SUM, AVG) must fit within a single database block. |
Indexes |
Maximum per table |
Unlimited |
total size of indexed column |
75% of the database block size minus some overhead |
|
Columns |
Per table |
1000 columns maximum |
Per index (or clustered index) |
32 columns maximum |
|
Per bitmapped index |
30 columns maximum |
|
Constraints |
Maximum per column |
Unlimited |
Subqueries |
Maximum levels of subqueries in a SQL statement |
Unlimited in the FROM clause of the top-level query 255 subqueries in the WHERE clause |
Partitions |
Maximum length of linear partitioning key |
4 KB - overhead |
Maximum number of columns in partition key |
16 columns |
|
Maximum number of partitions allowed per table or index |
1024K - 1 |
|
Rows |
Maximum number per table |
Unlimited |
Stored Packages |
Maximum size |
PL/SQL and Developer/2000 may have limits on the size of stored procedures they can call. The limits typically range from 2000 to 3000 lines of code. See Also: Your PL/SQL or Developer/2000 documentation for details |
Trigger Cascade Limit |
Maximum value |
Operating system-dependent, typically 32 |
Users and Roles |
Maximum |
2,147,483,638 |
Tables |
Maximum per clustered table |
32 tables |
Maximum per database |
Unlimited |
Note:
The limit on how long a SQL statement can be depends on many factors, including database configuration, disk space, and memory
Note:
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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/82387/viewspace-1030942/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle Physical Database LimitsOracleDatabaseMIT
- Physical Database LimitsDatabaseMIT
- limits.hMIT
- teradata limitsMIT
- 2Gb - File limits in Oracle(轉)MITOracle
- Oracle:/etc/security/limits.confOracleMIT
- nginx 修改 max open files limitsNginxMIT
- How To Change UNIX Process Resource LimitsMIT
- /etc/security/limits.conf 設定----ORACLE安裝MITOracle
- std::numeric_limits::max() std::numeric_limits::min()編譯錯誤MIT編譯
- linux安裝oracle 修改/etc/security/limits.confLinuxOracleMIT
- ASM - Scalability and Limits [ID 370921.1]ASMMIT
- Oracle DG建立Logical Standby DatabaseOracleDatabase
- AIX 修改系統檔案 /etc/security/limitsAIMIT
- linux動態修改 max user processes limitsLinuxMIT
- linux limits.conf配置說明LinuxMIT
- Set Tolerance Limits for Price Variance(ZZ Kanterwang)MIT
- Create Logical Standby For Oracle 10GOracle 10g
- mysql報錯Changed limits: max_open_files: 5000MySqlMIT
- SharePoint Server 2010 & WorkFlow related LimitsServerMIT
- 關於linux 資源限制 limits.confLinuxMIT
- oracle 10g logical standby db creationOracle 10g
- oracle 10g flashback databaseOracle 10gDatabase
- 使用prometheus來避免Kubernetes CPU Limits造成的事故PrometheusMIT
- [轉帖]/etc/security/limits.conf 詳解與配置MIT
- 建立 Logical Standby DatabaseDatabase
- manage logical standby databaseDatabase
- 配置 Oracle 10g RAC primary + RAC logical standbyOracle 10g
- C++/C++11中std numeric limits的使用C++MIT
- monitor PX limits from Resource Manager for active sessions (文件 ID 240877.1)MITSession
- linux /etc/security/limits.conf的相關說明LinuxMIT
- Scheduler in Oracle Database 10g(轉)OracleDatabase
- Rename Tablespace in Oracle database 10gOracleDatabase
- 1.1 Logical Structure of Database ClusterStructDatabase
- 監控Logical standby databaseDatabase
- Shell Limits設定問題導致使用者不能登入MIT
- A discussion of Dead Connection Detection, Resource Limits, V$SESSION, V$PROCESS and OS processesMITSession
- Linux系統/etc/security/limits.conf檔案的作用LinuxMIT