Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

create public synonym STATS$SNAPSHOT_ID for STATS$SNAPSHOT_ID ORA-00955

529937Jul 9 2008 — edited Jul 9 2008
I try to create the statspack schema and I fail at the exact same spot. "ORA-00955: name is already used by an existing object." I drop the tablespace and user perfstat, along with the synonym, but I always end up with the same failure because it's created during the statspack installation.

I'm on 9i Sun Solaris




SQL> select OWNER, OBJECT_NAME from dba_objects where OBJECT_NAME ='STATS$SNAPSHOT_ID';

no rows selected


@${ORACLE_HOME}/rdbms/admin/spcreate.sql

create public synonym STATS$SNAPSHOT_ID for STATS$SNAPSHOT_ID
*
ERROR at line 1:
ORA-00955: name is already used by an existing object


SQL> select OWNER, OBJECT_NAME from dba_objects where OBJECT_NAME ='STATS$SNAPSHOT_ID';

OWNER
------------------------------
OBJECT_NAME
--------------------------------------------------------------------------------
PUBLIC
STATS$SNAPSHOT_ID

PERFSTAT
STATS$SNAPSHOT_ID



Any help would be appreciated.
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 6 2008
Added on Jul 9 2008
1 comment
1,605 views