• Welcome to KonaKart Community Forum. Please login or sign up.
 

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - TheLittlePolarBear

1
Configuration of KonaKart / KonaKart and Oracle
May 05, 2007, 03:10:58 am
Hi Everyone,

      Is there any tutorial or links related to how to make KonaKart work with Oracle?
      I have searched this forum and Google the web, and unfortunately there is no result.
      Here what I did so far:

1) Download the KonaKart package and install it under /usr/local/konakart/

  • Tomcat is Running

  • Oracle DB is Running

  • Oracle Listener is Running

  • Firewall is Disabled



2) The connection used to connect to Oracle is as follow:

    torque.database.default                                        = MyDatabase
    torque.database.oscommerce.adapter                      = oracle
    torque.dsfactory.oscommerce.connection.driver         = com.oracle.jdbc.Driver
    torque.dsfactory.oscommerce.connection.url             = jdbc:oracle:thin:@192.168.0.10:1521/SID
    torque.dsfactory.oscommerce.connection.user           = MyUser
    torque.dsfactory.oscommerce.connection.password    = MyPassword

3) Then when I go to http://192.168.0.10:8780/konakart/ I see the main page but I got this error message "Unfortunately we have encountered a malfunction. Please contact the system administrator"

4)I noticed that there is only two files under /usr/local/konakart/database/ which are for MySQL and PosgresSQL - and nothing for Oracle.
    Question now is: do we need to pay $$ to make konakart talk to Oracle Database?

Please help - Thanks.

Lars