D.1 Improving OFS FTP Engine Performance
For improving the OFS FTP Engine performance, follow the steps given below:
- Add CursorSharingMode entry in respective ofstpol.ini file as shown below to take
advantage of setting cursor sharing parameter at
session-level.
[debug] FileName=ofstpol CALC_LOG=3 ACCESS_LOG=3 ERROR_LOG=3 ComponentName=RUN EXECUTABLE CursorSharingMOde=EXCT
- Engine reads value against Key CursorSharingMode and sets CURSOR_SHARE at DB Session level accordingly.
- The engine executes the below statement if the value is set against CursorSharingMode Key. ALTER SESSION SET CURSOR_SHARING = <Input Value> in upper case <Input Values>: EXACT, FORCE, SIMILAR
- If NO value is supplied, the Engine does not set any altered statement.
- ofsptol.ini file is present in $FIC_DB_HOME/conf folder.
- To comment on this cursor sharing parameter setting, comment as shown below in the
ofstpol.ini
file:
[debug] FileName=ofstpol CALC_LOG=3 ACCESS_LOG=3 ERROR_LOG=3 ComponentName=RUN EXECUTABLE ;CursorSharingMode=EXACT