Oracle7 Server Messages
Recognizing Variable Text in Messages
To help you find and fix errors, Oracle embeds object names, numbers, and character strings in some messages. These embedded variables are represented by name, num, str and so on. For example, the message
ORA-00020: maximum number of processes (num) exceeded
might actually appear as follows:
ORA-00020: maximum number of processes (50) exceeded