Kbase P95900: What is the -c parameter?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/10/2004 |
|
Status: Unverified
GOAL:
What is the -c parameter?
FIX:
The Index Cursors (-c) parameter is a client session parameter used to specify the number of index place holders, or cursors, for a Progress session. Each active FOR EACH and FIND NEXT loop uses one index cursor for each index Progress is using. A cursor takes 64 bytes.
The syntax for the parameter is:
-c n
There are no suggested values for the parameter. If more index cursors are required, Progress displays the following message:
SYSTEM ERROR: Too few index cursors. Increase -c parameter.
Note that the -c parameter has a different meaning when you connect to an ORACLE database via the dataserver. For more information see the Progress DataServer for ORACLE Guide.