SQL parameters: sqlfetchrows

Startup parameters change the behavior of the HPE 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 HPE 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