ORA-00600 Argument [psdmsc.c: Spawned Type Invalid] Raised Compiling Pipelined Function
(Doc ID 1185303.1)
Last updated on JANUARY 30, 2022
Applies to:
PL/SQL - Version 10.2.0.4 to 11.2.0.1 [Release 10.2 to 11.2]Information in this document applies to any platform.
Symptoms
The error
ORA-00600: internal error code, arguments: [psdmsc.c: spawned type invalid], [], [], [], [], [], [], []
is raised when compiling a pipelined function returning a PL/SQL table of table%ROWTYPE, in the following scenario:
- the table referenced in table%ROWTYPE is owned by a different schema than the function,
- there is another function in another schema having the same name as the failing function,
- this 'other function' refers to the same table as the failing function,
- this 'other function' is either in the same schema as the table or in a different one.
An example of test case is
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |