DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Users dbsnmp and aurora

  1. #1
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763

    Question

    Hi all,

    I have some questions about users:

    1. Until I know the users dbsnmp is in relation with Oracle Agent, but what does Oracle with this users? How could I change his password (I think there will not like alter user identified ...) ?

    2. Anybody Know Aurora$... (2 users). What does it do? Same as above, how could I change the password?

    Thanks in advance

    Angel Arroyo

  2. #2
    Join Date
    Mar 2001
    Posts
    314
    To change the DBSNMP users' pwd you have to do the following:

    1. Stop intelligent agent.
    2. Change the db password with ALTER USER DBSNMP.........
    3. Add the following to the snmp_rw.ora file:

    SNMP.CONNECT..NAME=DBSNMP
    SNMP.CONNECT..PASSWORD=

    Replace the "connect str" with the value from the snmp_ro.ora (usually equals the net service name)

    4. Restart the intelligent agent.

    Be careful with your existing jobs though - they might need re-submitting.

    Regarding the AURORA* users:

    These are (there are 3 of them I think!) used by the JVM/OSE/JServer. The passwords for these accounts are randomly generated and need NOT be changed.

    -amar

  3. #3
    Join Date
    Oct 2001
    Location
    Madrid, Spain
    Posts
    763
    Thank you very much amar.

    Angel

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width