Martin
27th February 2004, 10:01
@all

refering to the Oracle Database Driver technical reference Manual the sysntax is described as followed :

The file specification is based on the BSE directory and is within double quotes.

So my understanding is the following syntax :

USR_DBS_RES="/lib/defaults/filename"

Searching the board i had seen this syntax (posted by Victor Cleo) :

USR_DBS_RES=/lib/defaults/filename

(without double qoutes).

So, whats is the correct Syntax to set this variable?

thanx
Martin

bherkend
27th February 2004, 11:44
Correct is:

USR_DBS_RES="lib/default/resourcefile" for the serversice.

Don't forget to set USR_DBC_RES accordingly (client side).

Remember that the variables use the value as relative path based on $BSE.

victor_cleto
27th February 2004, 17:44
See here for more details on bshell options: http://www.baanboard.com/baanboard/showthread.php?s=&threadid=95&highlight=bshell

You can use both ways but if you have a UNIX or Windows path/filename where spaces exist, then you must enclose the path/filename within quotes.