PLS-00306: wrong number or types of arguments in call to 'DELETE_INSTANCES'
(Doc ID 2375411.1)
Last updated on AUGUST 12, 2024
Applies to:
Oracle SOA Suite - Version 11.1.1.7.0 and laterInformation in this document applies to any platform.
Symptoms
When Purge is run with the below procedure, the error below is seen:
SQL> execute soa.delete_instances ( to_timestamp('2017-01-01','YYYY-MM-DD'),to_timestamp('2017-01-31','YYYY-MM-DD'),20000,60,to_timestamp('2018-02-07','YYYY-MM-DD'),false,true)
BEGIN soa.delete_instances ( to_timestamp('2017-01-01','YYYY-MM-DD'),to_timestamp('2017-01-31','YYYY-MM-DD'),20000,60,to_timestamp('2018-02-07','YYYY-MM-DD'),false,true); END;
ERROR
-----------------------
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'DELETE_INSTANCES'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
-----------------------
*
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'DELETE_INSTANCES'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
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 |