Thanks Very much..
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:
<Context
crossContext="true"
path="/CVP">
<Resource
name="jdbc/oracle"
type="javax.sql.DataSource"
username="[username on oracle]"
password="[password on oracle]"
driverClassName="oracle.jdbc.driver.OracleDriver"
maxIdle="2"
maxWait="5000"
url="jdbc:oracle:thin:@[ip address of the oracle server]:1521:[instance name]"
maxActive="4"/>
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.