Say I want to connect to an Oracle database.
On rebol sdk (see http://rebol.com/docs/database.html ) it says there is an Oracle scheme for R2 (but this is not yet available and it is not in R3/REN-C
Say I want to connect to the database that is named DBTEST and is on address i1.i2.i3.i4 using port 9999
The user (or schema for oracle) is RESU and password is SECRET.
Now how to create the scheme for Oracle in REN-C and how can can we create and use the connection to this DB?