<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1595" name=GENERATOR>
<STYLE type=text/css>BODY {
        FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma'; font-color: '#000000'
}
LI {
        DISPLAY: list-item; MARGIN: 0in
}
P {
        DISPLAY: block; MARGIN: 0in
}
BODY {
        
}
</STYLE>
</HEAD>
<BODY>
<DIV><SPAN class=951550607-05102007><FONT face=Arial color=#0000ff>Hi 
Tung,</FONT></SPAN></DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial 
color=#0000ff></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial color=#0000ff>yes it is 
possible because the&nbsp;Query looks like a little bit strange. Maybe you 
should check out the</FONT></SPAN></DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial color=#0000ff>newest 
version of OpenSER......because i watched my Query and it looks 
okay.</FONT></SPAN></DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial color=#0000ff>Give it a try 
an tell me if it is running or not!</FONT></SPAN></DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial 
color=#0000ff></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial color=#0000ff>kind 
regards,</FONT></SPAN></DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial 
color=#0000ff></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=951550607-05102007><FONT face=Arial 
color=#0000ff>Martin</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma><B>From:</B> Tung Tran [mailto:tr.tung@gmail.com] 
<BR><B>Sent:</B> Thursday, October 04, 2007 9:29 AM<BR><B>To:</B> Gruber Martin 
(IFKL IT OS NV)<BR><B>Cc:</B> users@openser.org<BR><B>Subject:</B> RE: 
[OpenSER-Users] Error when connect to Oracle via ODBC.<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt">Mr. Martin,</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt">Sorry the errors are not disappear after I 
change the username to not null. </SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt">I think the errors should be in this 
query</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&nbsp;1(14057) 
unixodbc:SQLExecDirect, rv=-1. Query= <B>select received, contact, socket, 
cflags from location where expires &gt; now() and cflags &amp; 64 = 
64</B></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&nbsp;1(14057) 
unixodbc:SQLExecDirect=HY000:1:920:[Oracle][ODBC][Ora]ORA-00920: invalid 
relational operator</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">If I copy this query and run 
directly on Oracle then I got error too, but I change the query to</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&nbsp; &nbsp; "<B>select 
received, contact, socket, cflags from location where expires &gt; now() and 
cflags &nbsp;= 64</B>"</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">then it works, </SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">Do you think there is a bug in 
the code ? </SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">Regards,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy"><BR>Tung</SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style="FONT-SIZE: 10pt"><BR><BR></SPAN></DIV>
<DIV class=body><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; he fields with 
Datatype number - constrain them to a distinct size</SPAN><SPAN 
style="FONT-SIZE: 10pt"><BR><BR></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; hi,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; I think you should set the 
"expires" and "last_modified" field to</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; date and not timestamp. And 
also a small hint.....the fields with</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Datatype number - constrain 
them to a distinct size. username</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; should not be nullable! 
&nbsp; hope this helps, otherwise contact me! &nbsp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; regards Martin</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; From: Tung Tran [<A 
href="mailto:tr.tung@gmail.com]">mailto:tr.tung@gmail.com]</A></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Sent: Wednesday, October 
03, 2007 4:15 PM</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; To: Gruber Martin (IFKL IT 
OS NV)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Cc: 
users@openser.org</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Subject: RE: 
[OpenSER-Users] Error when connect to Oracle via ODBC.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Hi,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; This is the structure of my 
location table.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; If you need any information 
please let me know..</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Thanks for your help in 
advanced</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Regards</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt; Tung</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: navy">&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Hi,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; please send me the 
structure of your location table.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; regards</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; martin</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; From: Tung Tran [<A 
href="mailto:tr.tung@gmail.com]">mailto:tr.tung@gmail.com]</A></SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Sent: Wednesday, 
October 03, 2007 8:55 AM</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; To: Gruber Martin 
(IFKL IT OS NV)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Cc: 
users@openser.org</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Subject: RE: 
[OpenSER-Users] Error when connect to Oracle via</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; ODBC.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Dear 
Martin,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; I am using Openser 
1.2.2 and the odbc lib is libsqora.so.10.1 I</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; also follow the guide 
on web to batch the unixodbc module and it</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; runs with the error I 
just report.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; (<A 
href="http://openser.org/pipermail/users/2007-August/012532.html">http://openser.org/pipermail/users/2007-August/012532.html</A>)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Please 
help,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Regards</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt; Tung</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: maroon">&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; Hi,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; what version of 
OpenSER do you use. Seems that something in the</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; source is not 
running well. Check out the newest version first.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; If it is not the 
case let me know!</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
regards</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
Martin</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; From: 
users-bounces@openser.org [<A href="mailto:users">mailto:users</A>-</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
bounces@openser.org] On Behalf Of Tung Tran Sent: Wednesday,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; October 03, 2007 
7:18 AM To: users@openser.org</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; Subject: 
[OpenSER-Users] Error when connect to Oracle via ODBC.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; Hi 
all,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; I am trying to 
connect Openser with Oracle via odbc. So far I</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; can</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; connect 
sucessfully to Oracle DB via unixODBC module, I can</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; register and make 
call,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; However I got 
this error from Openser debug that I dont know it</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; may effect to 
Openser operation</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:1:920:[Oracle][ODBC][Ora]ORA-</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 00920: invalid 
relational operator</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:2:920:[Oracle][ODBC][Ora]ORA-</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 00920: invalid 
relational operator</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 1(9499) 
db_raw_query: Error while submitting query &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
ERROR:usrloc:get_all_db_ucontacts: raw_query failed &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect, rv=100. Query= delete from location</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
where</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
expires</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
expires!=to_date('1970-01-0107:00:00','YYYY-MM-DD HH24:MI:SS') 
&nbsp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 1(9499) 
unixodbc:SQLExecDirect, rv=-1. Query= select received,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; contact, socket, 
cflags from location where expires &gt; now() and</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; cflags &amp; 64 = 
64 &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:1:920:[Oracle][ODBC][Ora]ORA-00920:</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; invalid 
relational operator &nbsp; &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:2:920:[Oracle][ODBC][Ora]ORA-00920:</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; invalid 
relational operator &nbsp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 1(9499) 
db_raw_query: Error while submitting query &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
ERROR:usrloc:get_all_db_ucontacts: raw_query failed &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect, rv=-1. Query= select received, contact,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; socket, cflags 
from location where expires &gt; now() and cflags &amp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 64 = 64 
&nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:1:920:[Oracle][ODBC][Ora]ORA-00920:</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; invalid 
relational operator &nbsp; &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:2:920:[Oracle][ODBC][Ora]ORA-00920:</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; invalid 
relational operator &nbsp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 1(9499) 
db_raw_query: Error while submitting query &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
ERROR:usrloc:get_all_db_ucontacts: raw_query failed &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect, rv=-1. Query= select received, contact,</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; socket, cflags 
from location where expires &gt; now() and cflags &amp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 64 = 64 
&nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:1:920:[Oracle][ODBC][Ora]ORA-00920:</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; invalid 
relational operator &nbsp; &nbsp;1(9499)</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
unixodbc:SQLExecDirect=HY000:2:920:[Oracle][ODBC][Ora]ORA-00920:</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; invalid 
relational operator &nbsp; &nbsp;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; Should anyone 
sucess customize Openser to work smoothly with</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; Oracle? please 
help.</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt;</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; Thanks and 
regards</SPAN></DIV>
<DIV><SPAN style="FONT-SIZE: 10pt; COLOR: purple">&gt;&gt;&gt; 
Tung</SPAN></DIV></BODY></HTML>