Answer the question
In order to leave comments, you need to log in
Can't log in using the specified credentials?
Good afternoon!
Need help!
Configured SNMP on Linux. I receive data in PRTG. Added CREDENTIALS FOR LINUX/SOLARIS/MAC OS SYSTEMS (SSH/WBEM) in the server settings. I want to add an ORACLE Tablespace sensor, but when I add it, it gives an error Can not log in using the specified credentials. I took the name of the identifier from tnsnames.ora - service _name.
I so understand it is necessary to create the user in a DB for monitoring?
Answer the question
In order to leave comments, you need to log in
Cannot log in using the specified credentials . For authorization in oracle, you need to create a user and give him the appropriate rights.
CREATE USER monitoring IDENTIFIED BY MyPassword
DEFAULT TABLESPACE users
TEMPORARY TABLESPACE temp
QUOTA UNLIMITED ON users;
GRANT CREATE SESSION, SELECT ANY DICTIONARY, SELECT ANY TABLE TO monitoring;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question