ORA-06553: PLS-306: wrong number or types of arguments in call to 'OBJECT_ID'
(Doc ID 1376483.1)
Last updated on FEBRUARY 13, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL fails with errors:SQL> BEGIN
2 DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (
3 acl => 'ACL_TEST.xml',
4 host => 'www.oracle.com',
5 lower_port => null,
6 upper_port => null);
7 COMMIT;
8 END;
9 /
BEGIN
*
ERROR at line 1:
ORA-06553: PLS-306: wrong number or types of arguments in call to 'OBJECT_ID'
ORA-06512: at line 6
Oracle XML Database (XDB) installation has been confirmed to be GOOD, STABLE, and VALID.
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 |
Cause |
Solution |