Search found 4 matches
- Thu May 09, 2013 5:47 pm
- Forum: Nagios XI
- Topic: what is the escape special character in Nagios
- Replies: 4
- Views: 3108
Re: what is the escape special character in Nagios
how would you write a simple query when you go to configure tab > Monitor wizard > Oracle Query > enter the database credential > enter the default query? select count(*) from v\$session where status = "active" I know it must be something simple I am just having a hard time figuring it out...
- Thu May 09, 2013 5:22 pm
- Forum: Nagios XI
- Topic: what is the escape special character in Nagios
- Replies: 4
- Views: 3108
Re: what is the escape special character in Nagios
But this is in the GUI not in the command line.
- Thu May 09, 2013 4:57 pm
- Forum: Nagios XI
- Topic: help - using the Oracle_Query
- Replies: 27
- Views: 22831
Re: help - using the Oracle_Query
single ' around the the star '*' ?
- Thu May 09, 2013 4:40 pm
- Forum: Nagios XI
- Topic: what is the escape special character in Nagios
- Replies: 4
- Views: 3108
what is the escape special character in Nagios
Hello All, I wanted to know what are the escape special character when doing a query in Nagios Oracle_Query? for example select * from table_name i get an error saying OUTPUT: UNKNOWN - got no valid response for select \* from table_name - ORA-00911: invalid character (DBD ERROR: error possibly near...