This blog contains experience gained over the years of implementing (and de-implementing) large scale IT applications/software.

Oracle ReCreate DBSNMP User

Here’s how to drop and recreate the DBSNMP Oracle user:

> sqlplus / as sysdba


SQL> @?/rdbms/admin/catnsnmp.sql -- drop user

SQL> @?/rdbms/admin/catsnmp.sql -- create user


Add Your Comment

* Indicates Required Field

Your email address will not be published.

*