ORA-00955: name is already used by an existing object [message #169635] |
Thu, 27 April 2006 18:23  |
Marc2000
Messages: 4 Registered: April 2006
|
Junior Member |
|
|
Question: When I log in sqlplus as scott to oracle9i and tried to create a sequence using the following script:
CREATE SEQUENCE emp_empno_s
START WITH 8500
INCREMENT BY 10;
I always met error, ORA-00955: name is already used by an existing object. And whatever sequence name I used, the error is always there.
PS, in my oracle, there is no object using name emp_empno_s.
|
|
|
|
|
|
|
|