ORA-06572: Function string has out arguments



ORA-06572: Function string has out arguments..

Answer / guest

Cause: A SQL statement references either a packaged, or a
stand-alone, PL/SQL function that contains an OUT parameter
in its argument list. PL/SQL functions referenced by SQL
statements must not contain the OUT parameter.

Action: Recreate the PL/SQL function without the OUT
parameter in the argument list.

Please add more information about this Error

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

TNS-01111: Log status can either be ON or OFF

1 Answers  


RMAN-06735: Do you really want to drop the database (enter YES or NO)?

1 Answers  


ORA-01095: DML statement processed zero rows

1 Answers  


ORA-29815: object being associated is not present

1 Answers  


DGM-16917: Unable to shut down instance "string".

1 Answers  


ORA-07477: scgcmn: lock manager not initialized.

1 Answers  


PLS-00587: a static method cannot be invoked on an instance value

1 Answers  


ORA-01989: role 'string' not authorized by operating system

1 Answers  


SQL-02142: Collection is NULL

1 Answers  


ORA-12493: invalid MLS binary label

1 Answers  


ORA-29293: A stream error occurred during compression or uncompression.

1 Answers  


ORA-19831: incompatible string.string.string DBMS_BACKUP_RESTORE package: string.string.string required

1 Answers  


Categories