Error
SQLCODE -601
Duplicate object name
Explanation
Object with this name already exists.
Solution
Use different name, drop existing object first, or use CREATE OR REPLACE.
Example
CREATE TABLE when table exists
Duplicate object name
Object with this name already exists.
Use different name, drop existing object first, or use CREATE OR REPLACE.