.taz
file, and a license
.lic
file. The installation shell script should be
ftp'd in ascii. The rest of the files should be ftp'd in binary,
where applicable.cd
, and running sh
install.sh
.http://machine:portnumber
admin
." This is the name that you will
need to login to OpenLink's HTTP-based iODBC Data Sources
Administrator.admin
."<OPENLINK_INSTALL>/openlink.sh
with a suitable text editor such as vi.LD_LIBRARY_PATH="<OPENLINK_INSTALL>/lib:/oracle/lib:$LD_LIBRARY_PATH"
<OPENLINK_INSTALL>/openlink.ini
with a suitable
text editor such as vi.[Environment Oracle xxx]
section that
deals with the driver specific Oracle configuration and edit to
reflect your Oracle installation:
[Environment Oracle 10.x] ORACLE_HOME = /oracle/ ;ORACLE_SID = ORCL ;ORACLE_SERVER = T ;TWO_TASK = P: ;ODBC_CATALOGS = Y ; Uncomment after loading odbccat10.sql ;MULTIPLEX_LDA = 5 ; Allow 5 OpenLink clients on a single lda ;OPL_USR_TBLS_FIRST = Y ; Sort SQLTables starting with user tables SHOW_REMARKS = N ; Retrieve SQLColumns REMARKS field CURSOR_SENSITIVITY = LOW ; Set to HIGH after loading odbccat10.sql ;OCI_PREFETCH_ROWS = 100 ; Number of rows to prefetch ;OCI_PREFETCH_MEMORY = 65535 ; Amount of memory to use for prefetching ;NLS_LANG = AMERICAN_AMERICA.UTF8 ; Unicode connection
<OPENLINK_INSTALL>/bin/odbc.ini
with a suitable
text editor such as vi.[oracle] Driver = <OPENLINK_INSTALL>/lib/ora100_mt_lt.so ServerType = Oracle 10.x Options = <TNSName> Username = <scott> Password = <**********> FetchBufferSize = 99 ReadOnly = DeferLongFetch = JetFix = No Description = Sample Oracle 10.x Lite Connection
iodbctest
tool which is packaged with the
HTTP-based OpenLink ODBC Administrator as follows:
# cd <OPENLINK_INSTALL> # . ./openLink.sh # iodbctest oracle
iODBC Demonstration program
This program shows an interactive SQL processor
Driver Manager: 03.52.0507.0105
Driver: 06.02.1217 OpenLink Generic ODBC Driver (ora100_mt_lt.so)
SQL>
Additional Information:
The bitness of the ODBC Driver for MySQL is determined by the
bitness of your ODBC client application.
That is, if your ODBC client application is 32-bit then the Generic
ODBC Driver component MUST also be 32-bit.