Re: RadiusNt with Oracle

Flemming Eriksen ( (no email) )
Mon, 2 Feb 1998 14:15:34 +0100

OK

I run radius from command prompt. (radius -R16 -x15).
Oracle fails when recieving "GetDate()"

SQL Statement: INSERT INTO Calls (Calldate,NASIdentifier,-----)
VALUES (GetDate(), '255.255.255.255',-------)

ODBC: SQLExecDirect Error 919:
[Oracle][ODBC Oracle Driver][Oracle OCI]ORA-0919: invalid function.

MS-SQL accepting "GetDate()" with no arguments, But Oracle Demand something
inside "()".

What to do ?

Flemming