ORA-00955: name is already used by an existing object
when create or replace is used look at the synonyms to see whether synonym with that name exists.
For example
CREATE OR REPLACE test_synonym ..............
check whether synonym test_synonym already exists.
when create or replace is used look at the synonyms to see whether synonym with that name exists.
For example
CREATE OR REPLACE test_synonym ..............
check whether synonym test_synonym already exists.
No comments:
Post a Comment