Hi Tim,
On my production db which is 11g(11.1.0.6) getting below error in alert log file.
ORA-12012: error on auto execute of job 11689
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "DBSNMP.BSLN_INTERNAL", line 2073
ORA-06512: at line 1
As per the forum, I did below steps but got the error.
1) @D:\app\Administrator\product\11.1.0\db_1\RDBMS\ADMIN\catnsnmp.sql; ---- drop user
SQL> @D:\app\Administrator\product\11.1.0\db_1\RDBMS\ADMIN\catnsnmp.sql;
drop user DBSNMP cascade
*
ERROR at line 1:
ORA-01940: cannot drop a user that is currently connected
drop role SNMPAGENT
*ERROR at line 1:
ORA-01919: role 'SNMPAGENT' does not exist
Role dropped.
Role dropped.
2) @D:\app\Administrator\product\11.1.0\db_1\RDBMS\ADMIN\catsnmp.sql; ----- create user
ERROR at line 1:
ORA-00955: name is already used by an existing object
CREATE TABLE dbsnmp.mgmt_latest_sql(
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
CREATE TABLE dbsnmp.mgmt_history(
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
CREATE TABLE dbsnmp.mgmt_history_sql(
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
CREATE GLOBAL TEMPORARY TABLE dbsnmp.mgmt_tempt_sql(
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
CREATE sequence dbsnmp.mgmt_response_capture_id
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
CREATE sequence dbsnmp.mgmt_response_snapshot_id
*
ERROR at line 1:
ORA-00955: name is already used by an existing object
pls suggest..