PLS-00120: inappropriate argument in OPEN statement
Answer / guest
Cause: The asterisk (*) option was used in the argument list
of a SQL group function other than COUNT. For example, the
code might look like SELECT SUM(*) INTO emp_count FROM emp;
-- should be COUNT(*) Only COUNT permits the use of the
asterisk option, which returns the number of rows in a table.
Action: Remove the asterisk option from the argument list
and replace it with an expression that refers to one or more
database columns.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
IMG-00603: unable to access source image data
PCC-00090: Precision/scale specification must be given for DECIMAL datatype
DRG-10837: section string does not exist
ORA-01293: mounted database required for specified LogMiner options
LPX-00244: invalid use of less-than ('<') character (use <)
DRG-12511: use ctx_ddl.create_stoplist to create stoplists
TNS-00022: INTCTL: missing CMANAGER_NAME in INTCHG.ORA
UDI-00050: unable to setup parameter processing.
ORA-10915: TABLESPACE GROUP cannot be specified for this type of tablespace
ORA-34489: (MXMAINT06) You cannot maintain workspace object because it is a SURROGATE.
ORA-37004: (AWLISTALL02) number reader
PCC-00028: Option "string" not legal as EXEC ORACLE OPTION