PLS-00399: different types of columns in UNION, INTERSECT,
or MINUS expression



PLS-00399: different types of columns in UNION, INTERSECT, or MINUS expression..

Answer / guest

Cause: The select lists to the left and right of a UNION,
INTERSECT, or MINUS expression select at least one column
that is mismatched in datatype. For example, the following
statement is faulty because the constant 3 has datatype
NUMBER, whereas SYSDATE has datatype DATE: CURSOR my_cur IS
SELECT 3 FROM emp INTERSECT SELECT SYSDATE FROM emp;

Action: Change the select lists so that they match in
datatype. You might want to use datatype conversion
functions in the select list of one or more queries.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-09943: Allocation of memory for password list component failed.

1 Answers  


CLSR-00509: Unable to initialize NLS

1 Answers  


ORA-13775: inconsistent datatype in input cursor

1 Answers  


ORA-09916: Required password was not specified.

1 Answers  


EXP-00084: Unexpected DbmsJava error number at step number

1 Answers  






ORA-00444: background process "string" failed while starting

1 Answers  


IMG-02001: 2FF01 - incorrect image format

1 Answers  


TNS-00007: INTCTL: unknown host

1 Answers  


ORA-29512: incorrectly formed name resolver specification

1 Answers  


ORA-36610: (XSLMS00) Unable to locate a message file for product 'value' and facility 'value'.

1 Answers  


ORA-29862: cannot specify FORCE option for dropping non-domain index

1 Answers  


IMG-00853: internal image structure free failed

1 Answers  


Categories