Thursday, January 16, 2014

Parameter File


What  is Parameter file in Openedge? 

  Parameter file or .pf is a text file which holds any number of start up parameters to run progress, If you using the same parameter always when you start the DB it will be better to use .pf file where you can put all those parameters.

   .pf file can be used to start not only the database, you can use to start webspeed or appserver where you can mention the Database to which it should connect.

How to use .pf file?

   pf file for database you can use by the time of starting it,
Syntax:
 $DLC/bin/proserve <DB-name> -pf /path/to/pf/pfname.pf

This way you can start the Database with .pf file

  

No comments:

Post a Comment