Cute Live Support

Use Oracle as Data Source

The following guide shows the steps to implement a Cute Live Support with Oracle.

Download Cute Live Support SQL Script for Oracle

It can be downloaded at
http://CuteSoft.net/download/oracle_cutechat.zip.

Execute this SQL Script (oracle_cutechat.SQL) against your Oracle Database.

Modify the web config and set DatabaseType, ConnectionString.


  <add key="DatabaseType" value="OracleOleDb" />
  <add key="ConnectionString" value="Provider=OraOLEDB.Oracle;Data Source=orcl;User Id=sysman;Password=admin;"/>