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
Answers
Scott
docker run \
-e DBTYPE=oracle
-e DBHOST=<ip.address.of.host>
-e DBSCHEMA=<db-name>
-e DBUSER=<user-name>
-e DBPASS=<password>
-v </PATH/TO/RAPIDMINER/HOME>: persistent-rapidminer-home \
-p 8080:8080 \
rapidminer/rapidminer-server:9.1.0
when i use DBTYPE as oracle it is giving 'Invalid DBTYPE' error i have also tried using 'oracle','orcl','Oracle'
but when i start a postgresql server and pass DBTYPE as 'pgsql' it is working fine,
what is expected in DBTYPE for oracle database ?
You are beyond my knowledgebase (and the server folks are on vacation) but perhaps this will help. Server is really a headless Studio under the hood, so I created a bogus Oracle connection in Studio and pulled the metadata JSON:
Is there something here that may help?
Scott