Глоссарий терминов Oracle
private SQL area
Перевод
приватная область SQL
Описание
Oracle represents each SQL statement it runs with a shared SQL area and a private SQL area. Oracle recognizes when two users are executing the same SQL statement and reuses the shared SQL area for those users. However, each user must have a separate copy of the statement?s private SQL area.