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.
If this was not sufficient go over to:
Oracle Official Support Knowledge Center
Or maybe those geeks at: StackOverflow Board
Or maybe those geeks at: StackOverflow Board