Sponsored Content
Special Forums UNIX and Linux Applications Where to find a good Oracle forum? Post 303001726 by vbe on Thursday 10th of August 2017 02:58:10 AM
Old 08-10-2017
What is wrong with the oracle community?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Good SQL Forum

Hey all, I'm trying to locate a good sql forum - similar in nature to this, where I can can get some quick responses to questions I have. I've tried a few but they are either no longer running - or have one visitor every month.... just wanting to see if anyone uses a forum that is of the... (6 Replies)
Discussion started by: peter.herlihy
6 Replies

2. UNIX for Advanced & Expert Users

Question - Does anyone know a good forum for selling Unix H/ware?

Hi ... apologies for posting in this section ... I figured this would be the best place to pose this question - does anyone know a good forum for selling Unix related hardware - I have a handful of HP C3750's that I would like to sell. I am located in Toronto. Thx. (2 Replies)
Discussion started by: krs1
2 Replies

3. AIX

AIX routing and TCPIP. Anyone find any good Tutorials?

HI All, Does anyone out there know of any good online tutorials for the basics of routing, gateways, networking with AIX, preferably the more recent versions like 5.2/5.3? Using commands such as netstat, smit mkroute, etc. to connect to boxes on a network, and load software with networked... (1 Reply)
Discussion started by: jeffpas
1 Replies

4. AIX

Which Forum for IBM Storage production are good?

Which Forum for IBM Storage production are good? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

5. Solaris

good news for Oracle x86_x64 users

Hi all, This is a good news for Oracle on Solaris users Oracle Database 11g Release 2 now available for both SPARC and x86_64 users here (3 Replies)
Discussion started by: h@foorsa.biz
3 Replies

6. Red Hat

where can find the good image file of red hat

I have failed many times on install red hat in virtual machine, can anybody provide the good image file of red hat? (3 Replies)
Discussion started by: wulaishiwo
3 Replies

7. What is on Your Mind?

This forum is so good it's beyond belief!

This forum has been so instrumental in my learning scripting and unix commands that I seriously can't believe it and have been advertising it to everyone I know. I started from almost zero knowledge and within a few months I already feel much less ignorant. The amount of information and... (7 Replies)
Discussion started by: newbie2010
7 Replies

8. What is on Your Mind?

Similar Threads: More UNIX and Linux Forum Topics You Might Find Helpful Update

Today I change the DB and the PHP code and rebuilt the database for similar threads at the end of each post, increasing from a max of 5 to a max of 10 similar threads per post: More UNIX and Linux Forum Topics You Might Find Helpful It was quite easy to do: 1. Increased the max size of... (17 Replies)
Discussion started by: Neo
17 Replies
SNMP2_GETNEXT(3)							 1							  SNMP2_GETNEXT(3)

snmp2_getnext - Fetch theSNMPobject which follows the given object id

SYNOPSIS
string snmp2_getnext (string $host, string $community, string $object_id, [string $timeout = 1000000], [string $retries = 5]) DESCRIPTION
The snmp2_get_next(3) function is used to read the value of the SNMP object that follows the specified $object_id. PARAMETERS
o $host - The hostname of the SNMP agent (server). o $community - The read community. o $object_id - The SNMP object id which precedes the wanted one. o $timeout - The number of microseconds until the first timeout. o $retries - The number of times to retry if timeouts occur. RETURN VALUES
Returns SNMP object value on success or FALSE on error. In case of an error, an E_WARNING message is shown. EXAMPLES
Example #1 Using snmp2_get_next(3) <?php $nameOfSecondInterface = snmp2_get_next('localhost', 'public', 'IF-MIB::ifName.1'; ?> SEE ALSO
snmp2_get(3), snmp2_walk(3). PHP Documentation Group SNMP2_GETNEXT(3)
All times are GMT -4. The time now is 02:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy