The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Connection Error to Custom DB (Tibero)

mingonmingon Member Posts: 1 Learner III
hi?
I want to connect rapidminer to my company's DBMS,
but when I set it up using the connection function, an error 'No suitable driver found for jdbc' occurs as shown in the picture below.
It is a product of a Korean DB company called tibero.
Is this a JDBC driver Jar file issue? Or maybe there is another problem?





Answers

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    edited May 8
    Hi Mingon,

    According to the Tibero documentation you need to set the URL prefix to:
    jdbc:tibero:thin:@
    and the Schema separator to:
    :

    Greetings,
    Jonas

Sign In or Register to comment.