Error: ORA-00955: name is already used by an existing object in Oracle Function
问题 I have function which i am trying to compile and getting an error as Error: ORA-00955: name is already used by an existing object . I am really not aware of this error and try to search for this issue but did not find any solution. I dont know is this related to any grant priviledges but i dont have priviledges issue to my schema tables. create or replace FUNCTION "AK_CHECK" -- PUBLIC (ID Number) RETURN Number IS TYPE_ID Number := 0; SUCCESS Number := 0; S Number := 0; BEGIN SELECT ACTIVE(ID)