SQL parameters: sqlfetchrows

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

sqlfetchrows

Description

This parameter determines the number of rows the Service Manager server retrieves during one connection to the RDBMS. You can only use this parameter with an Oracle OCI RDBMS. The server converts any value greater than 500 to the maximum limit of 500 rows.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

0

Possible values

Number of rows to fetch up to 500

Example usage

Command line: sm -httpPort:13080 -sqldb:dbserver -sqlfetchrows:250

Initialization file: sqlfetchrows:250

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Database parameters