Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US

Index > ORACLE Server Parameters > temporary_table_locks

temporary_table_locks


Oracle 11.1.0:

No such parmeter in Oracle 11.1.0.

Oracle 10.2.0:

No such parmeter in Oracle 10.2.0.

Oracle 10.1.0:

No such parmeter in Oracle 10.1.0.

Oracle 9.2.0:

No such parmeter in Oracle 9.2.0.

Oracle 8.1.7:

No such parmeter in Oracle 8.1.7.

Oracle 8.0.6:

Parameter Name:temporary_table_locks
Description:temporary table locks
Type:NUMBER Obsoleted:FALSE
Can ALTER SESSION:FALSE Can ALTER SYSTEM:FALSE

Oracle 7.3.4:

Parameter Name:temporary_table_locks
Description:temporary table locks
Type:NUMBER Obsoleted:FALSE
Can ALTER SESSION:FALSE Can ALTER SYSTEM:FALSE

Related Error Messages:

ORA-00057: maximum number of temporary table locks exceeded
    Cause: The number of temporary tables equals or exceeds the number of temporary table locks. Temporary tables are often created by large sorts.

    Action: Increase the value of the TEMPORARY_TABLE_LOCKS initialization parameter and warm start.


This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ temporary_table_locks ] on the Oracle FAQ.

HOME | ASK QUESTION | ADD FAQ | SEARCH | E-MAIL US