HI Henning,<br><br>How was the restaurant last night? They have there great beer!  ;-)<br><br>I tried also :<br>modparam(&quot;sqlops&quot;,&quot;sqlcon&quot;,&quot;ca=&gt;oracle://user/pass@IP:1521:cid&quot;)<br>but it gave me all the following errors<br>
<br><br>ERROR:db_oracle:db_oracle_new_connection: invalid parameter value <br>ERROR:core:db_do_init: could not add connection to the pool<br>ERROR:sqlops:sql_connect: failed to connect to the database [ca] <br>ERROR:core:init_mod_child: failed to initializing module sqlops, rank 2 <br>
ERROR:core:main_loop: init_child failed for UDP listener <br>ERROR:db_oracle:db_oracle_new_connection: invalid parameter value <br>ERROR:core:db_do_init: could not add connection to the pool<br>ERROR:sqlops:sql_connect: failed to connect to the database [ca] <br>
ERROR:core:init_mod_child: failed to initializing module sqlops, rank 3 <br>ERROR:core:main_loop: init_child failed for UDP listener <br>INFO:mi_datagram:datagram_process: a new child 0/4893 <br> <br>From the script kamailio_orasel it runs only if I give the folowing format:<br>
<br>./kamailio_orasel user/pass@&quot;(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<a href="http://iota.alex.gr">iota.alex.gr</a>)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=<a href="http://cid_name.alex.gr">cid_name.alex.gr</a>)))&quot; -e &quot;select prefix from ported_numbers where number = &#39;6937630910&#39;;&quot;<br>
<br>When I try to add the above format in sqlops connection then I get many many errors..<br><br>have you any idea on how is the right way to write the sqlops URL ?<br><br>Cheers<br>Alex<br><br><br><br><div class="gmail_quote">
On Thu, Dec 31, 2009 at 12:05 AM, Henning Westerholt <span dir="ltr">&lt;<a href="mailto:henning.westerholt@1und1.de">henning.westerholt@1und1.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, December 30, 2009 8:43 pm, alex pappas wrote:<br>
&gt; Dear friends I&#39;m trying to setup a sqlops connection to an Oracle db. I<br>
&gt; loaded the db_oracle module with (loadmodule &quot;db_oracle.so&quot;) without<br>
&gt; parameters. The connection string that I gave in sqlops module is :<br>
&gt; modparam(&quot;sqlops&quot;,&quot;sqlcon&quot;,&quot;ca2=&gt;user/pass@ip_addres:1521:db_name&quot;)<br>
&gt;<br>
&gt; When i try to start kamailio I get the following errors and kamailio does<br>
&gt; NOT start:<br>
&gt;<br>
&gt; ERROR:core:db_check_api: module db_user/pass@ip does not export<br>
&gt; db_use_table<br>
&gt; function<br>
&gt; ERROR:core:init_mod_child: failed to initializing module sqlops, rank 2<br>
&gt; ERROR:core:main_loop: init_child failed for UDP listener<br>
<br>
</div>Hello Alex,<br>
<br>
you need to replace &quot;db_name&quot; with the name of a actual DB module. So for<br>
example &quot;mysql&quot;, or &quot;oracle&quot; in your case. Here a complete example for<br>
mysql:<br>
<br>
modparam(&quot;sqlops&quot;,&quot;sqlcon&quot;,&quot;ca=&gt;mysql://openser:abc@localhost/openser&quot;)<br>
<br>
Regards,<br>
<font color="#888888"><br>
Henning<br>
<br>
<br>
</font></blockquote></div><br>