ORA-01013 Oracle errors are found in an Oracle agent log within a one hour timeframe.
FMS server yourserver reports: Warning: agentname@yourserver: <Collection Name> Failed with the exception:Failed to execute query on instance [yourserver-agentname], user account [youraccount]. Reason : [ORA-01013: user requested cancel of current operation- Profile:OracleProfile{host='yourserver', instance='instancename', username='youraccount', asSysDBA=false, ports='49125', Socket read timeout=900000, QueryTimeout=600}
"ORA-01013 is known as an "information" error. It is letting you know that the operation has been cancelled by either:
Resolution #1
Confirm that the "Script Execution Timeout" parameter in the sqlnet.ora on the monitored host is set to a value larger (in minutes) then the duration for the SQL collection takes to run
sqlnet.expire_time = <integer_minutes>
Resolution #2
This occurs when a SQL collection query does complete within the query timeout period, typically this is caused due to temporary heavy load on the instance.
Resolution #3
Increase the collection timeout in the agent administration
Resolution #4
Make sure the database statistics are up-to-date. Connect to the database via SQL*Plus using the same user the DB agent is using to collect metrics. Run a simple "Select count(*) from <problematic table>;". The table name should be displayed in the Foglight error message you get.
If the query takes long to finish, it could be related to the old database statistics.
Please contact your DBA to update the statistics.
© ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center