How to fix the Oracle error PLS-00335: a package name conflicts with an existing object?

In this post, you’ll learn more about the Oracle ErrorPLS-00335: a package name conflicts with an existing object with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PLS-00335: a package name conflicts with an existing object

Reason for the Error PLS-00335: a package name conflicts with an existing object

In a CREATE PACKAGE statement, a package (which is a database object that groups logically related PL/SQL types, objects, and subprograms) was given the same name as an existing database object.

How to fix the Error PLS-00335: a package name conflicts with an existing object ?

You can fix this error in Oracle by following the below steps

Give the package a unique name.

Tags :

Leave Your Comment