Use the following syntax to look up messages with oerr:
oerr facility errno
where:
| facility | specifies a facility of the Oracle product to which the messages correspond. |
| errno | specifies the message number. |
| dba | SQL*DBA |
| exp | Export |
| iac | SQL*Forms Convert |
| iad | SQL*Forms Designer |
| iag | SQL*Forms Generate |
| iap | SQL*Forms Runform |
| ifp | SQL*Forms and PL/SQL integration (supported for SQL*Forms version 3 only) |
| imp | Import |
| lcd | Library Command Driver SQL*Forms: |
| ora | Oracle Server |
| typ | Type Conversions |
$ oerr ora 7201
the following information is displayed on your screen:
07201, 00000, "slhom: oracle_home variable not set in environment."
// *cause: $(ORACLE_HOME) environment variable not set.
// *action: Set ORACLE_HOME.