Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
CREATE DATABASE CONNECTION con1b AS oracle TO test
CREATE DATABASE CONNECTION con1c AS postgresql TO test

Note for oracle: the last token ("test" in this example) is the SID. Furthermore, there was a bug (the Oracle driver said: "Locale not found") that was fixed in Version 1.0.0.14252. However,notice that this bug cannot be fixed by simply updating the Odysseus Studio application. So, you may have to install a fresh and new version of Odysseus Studio to fix the "Locale-Bug".

You may also define the host and/or the port you want to connect to:

...