<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Oracle integration</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2033917" />
  <subtitle>Oracle integration</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=2033917</id>
  <updated>2013-05-19T08:37:23Z</updated>
  <dc:date>2013-05-19T08:37:23Z</dc:date>
  <entry>
    <title>RE: Oracle integration</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8944494" />
    <author>
      <name>Faisal Zaidi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8944494</id>
    <updated>2012-11-30T11:47:26Z</updated>
    <published>2012-11-30T11:47:26Z</published>
    <summary type="html">also could you provide a little more detail on where the connection needs to be specified in the server.xml file please?
should it be between the tags &lt;GlobalNamingResources&gt; ..to.. &lt;/GlobalNamingResources&gt; as is the case with SQL or does it need to go after &lt;Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false"&gt;?</summary>
    <dc:creator>Faisal Zaidi</dc:creator>
    <dc:date>2012-11-30T11:47:26Z</dc:date>
  </entry>
  <entry>
    <title>RE: Oracle integration</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8943890" />
    <author>
      <name>Faisal Zaidi</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8943890</id>
    <updated>2012-11-30T10:37:07Z</updated>
    <published>2012-11-30T10:37:07Z</published>
    <summary type="html">Hi
 
I am trying to do exactly the same thing but am confused by the number of options for Oracle Jar files to use.
 
The Oracle DB version is 10.2.0.3 and we are on CVP v8.5.1 so would you know which .jar file we need to use? I believe the choice is between classes12.jar and ojdbc14.jar and think it should be ojdbc14.jar for JDK 1.4?
 
 
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html
 
Any help would be appreciated
 
Thanks
 
Faisal</summary>
    <dc:creator>Faisal Zaidi</dc:creator>
    <dc:date>2012-11-30T10:37:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: Oracle integration</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2131392" />
    <author>
      <name>Vinay Kariyappa</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2131392</id>
    <updated>2010-04-23T12:34:48Z</updated>
    <published>2010-04-23T12:34:48Z</published>
    <summary type="html">Thanks Very much..
 
[quote]Hi,
 
You first need to edit the "C:\Cisco\CVP\VXMLServer\Tomcat\conf\server.xml" file. 
Below is an example for the part to be edited:
 
        &lt;Context
  crossContext="true"
    path="/CVP"&gt;

     &lt;Resource
      name="jdbc/oracle"
      type="javax.sql.DataSource"
      username="[i][username on oracle][/i]"
      password="[i][password on oracle][/i]"
      driverClassName="oracle.jdbc.driver.OracleDriver"
      maxIdle="2"
      maxWait="5000"
      url="jdbc:oracle:thin:@[i][ip address of the oracle server][/i]:1521:[i][instance name][/i]"
      maxActive="4"/&gt;
 
You also need to place to appropriate JDBC driver in the location: C:\Cisco\CVP\VXMLServer\Tomcat\common\lib
 
Once the driver can establish the connection, you can use the DB element in Call Studio and execute queries. Or you can make custom using java.
 
Hope this helps,
Justine.[/quote]</summary>
    <dc:creator>Vinay Kariyappa</dc:creator>
    <dc:date>2010-04-23T12:34:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Oracle integration</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2124455" />
    <author>
      <name>Justine Joubran</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2124455</id>
    <updated>2010-04-20T19:11:45Z</updated>
    <published>2010-04-20T19:11:45Z</published>
    <summary type="html">Hi,
 
You first need to edit the "C:\Cisco\CVP\VXMLServer\Tomcat\conf\server.xml" file. 
Below is an example for the part to be edited:
 
        &lt;Context
  crossContext="true"
    path="/CVP"&gt;

     &lt;Resource
      name="jdbc/oracle"
      type="javax.sql.DataSource"
      username="[i][username on oracle][/i]"
      password="[i][password on oracle][/i]"
      driverClassName="oracle.jdbc.driver.OracleDriver"
      maxIdle="2"
      maxWait="5000"
      url="jdbc:oracle:thin:@[i][ip address of the oracle server][/i]:1521:[i][instance name][/i]"
      maxActive="4"/&gt;
 
You also need to place to appropriate JDBC driver in the location: C:\Cisco\CVP\VXMLServer\Tomcat\common\lib
 
Once the driver can establish the connection, you can use the DB element in Call Studio and execute queries. Or you can make custom using java.
 
Hope this helps,
Justine.</summary>
    <dc:creator>Justine Joubran</dc:creator>
    <dc:date>2010-04-20T19:11:45Z</dc:date>
  </entry>
  <entry>
    <title>Oracle integration</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2033916" />
    <author>
      <name>Vinay Kariyappa</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2033916</id>
    <updated>2010-03-12T02:20:02Z</updated>
    <published>2010-03-12T02:20:02Z</published>
    <summary type="html">Hi all.
 
Just started working with Call studio 7.0 , need help in how to configure call studio to talk to oracle and write queries
i am basically from peripro background..finding it harder to handle database related queries
 
Looking forward for some help to getting into call studio ;)
 
Thanks</summary>
    <dc:creator>Vinay Kariyappa</dc:creator>
    <dc:date>2010-03-12T02:20:02Z</dc:date>
  </entry>
</feed>

