PLS-00570: different number of columns in the multiset and
cast expressions
Answer / guest
Cause: Number of columns in the collection returned by
MULTISET and the number of columns for the CAST type don't
match. For example: create type tab_obj as object (n
number); create type tab1 as table of tab_obj; create table
tab2 (col1 number, col2 number); select CAST(MULTISET(select
col1, col2 from tab2) as tab1) from tab2;
Action: none
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-22903: MULTISET expression not allowed
ORA-02061: lock table specified list of distributed tables
RMAN-08510: archive log thread=string sequence=string
ORA-22312: must specify either CASCADE or INVALIDATE option
PCB-00242: A host variable or exact numeric constant is required here
TNS-00302: Connection Manager: Unknown Request
ORA-25116: invalid block number specified in the DUMP DATAFILE/TEMPFILE command
ORA-23437: template authorization already exists for user
PLS-00540: object not supported in this context.
ORA-22888: duplicate SCOPE clauses for a REF column
ORA-12010: cannot create materialized view log on table owned by SYS
ORA-14062: one or more of table's partitions reside in a read-only tablespace