Oracle Solution for Error ora-00057

ORA-00057: maximum number of temporary table locks exceeded

What triggered the Error:

The number of temporary tables equals or exceeds the number of temporary table locks. Temporary tables are often created by large sorts.

What should we do to fix it:

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