(RADIATOR) PLSQL procedure parsing problem
Jan Stanik
bjstanik at in.nextra.sk
Sun Nov 14 08:20:31 CST 2004
Hi,
I have problem with high parsing when radiator calls acct stored
procedure from Oracle db. Can anyone help me to adapt the calling of
this procedure not be parsed every time?
here is a part of config file:
<AuthBy PLSQL>
Identifier SessionDB
NoDefault
NoDefault
DBSource dbi:Oracle:%{GlobalVar:OraName1}
DBUsername %{GlobalVar:OraUser1}
DBAuth %{GlobalVar:OraPass1}
FailureBackoffTime 180
AcctSQLStatement begin \
sessiondb.acct('%u', '%N',
0%{NAS-Port},\ '%{Acct-Session-Id}', '%{Framed-IP-Address}',\
'%{NAS-Port-Type}','%{Service-Type}',\
0%{Acct-Session-Time},'%{Acct-Status-Type}',\
'%{Class}', 0%{Acct-Input-Octets},\
0%{Acct-Output-Octets},0%{Acct-Input-Gigawords},\
0%{Acct-Output-Gigawords}); \
end;
</AuthBy>
--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.
More information about the radiator
mailing list