This HTML5 document contains 38 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n23http://data.openlinksw.com/oplweb/opsys_family/
n29http://data.openlinksw.com/oplweb/
n5https://www.openlinksw.com/about/id/entity/urn/howto:
n15http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep5#
n2http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuide#
n14http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n10http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep10#
n16http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep6#
oplsofthttp://www.openlinksw.com/ontology/software#
n28https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
wdrshttp://www.w3.org/2007/05/powder-s#
schemahttp://schema.org/
n25https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n26https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n18http://wikis.openlinksw.com/UdaWikiWeb/
n21http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep1#
n11http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep7#
n19https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n7http://data.openlinksw.com/oplweb/dbms_family/Oracle#
n22http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep2#
n27http://data.openlinksw.com/oplweb/product_format/st#
n30https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n8http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n13http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep8#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n17http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep3#
n24https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n9http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep9#
xsdhhttp://www.w3.org/2001/XMLSchema#
n20http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteOracleDataSourceNameConfigurationGuideStep4#
n12https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
Configuration of the Lite Edition (Single-Tier) ODBC Driver for Oracle 10g+ Data Sources, for Windows Installation and Configuration of the Lite Edition (Single-Tier) ODBC Driver for Oracle 10g+ Data Sources, for Windows Configuration of the Lite Edition (Single-Tier) ODBC Driver for Oracle 10g+ Data Sources, for Linux
wdrs:describedby
n5:island n8:uda-howtos-seo.ttl n12:UDAHowAndStepByGuides.ttl n14:offers n19:uda-howtos.ttl n24:webs n25:websites n26:uda-howtos.ttl n19:uda-howtos-qa.ttl n28:seo n25:products n30:seo
schema:name
Configuration of the Lite Edition (Single-Tier) ODBC Driver for Oracle 10g+ Data Sources, for Windows Installation and Configuration of the Lite Edition (Single-Tier) ODBC Driver for Oracle 10g+ Data Sources, for Windows Configuration of the Lite Edition (Single-Tier) ODBC Driver for Oracle 10g+ Data Sources, for Linux
oplsoft:hasDatabaseFamily
n7:this n29:Oracle
oplsoft:hasOperatingSystemFamily
n23:GenericLinux
schema:category
Data Source Name Configuration Guide
schema:relatedLink
n18:InstallOracleLiteUnix n18:InstallOracleLiteWin32
schema:genre
n27:this
schema:text
<ol> <li> Prerequisites: <ul> <li>You <strong>MUST</strong> be proficient in using a Unix shell.</li> <li>You <strong>MUST</strong> be proficient in using a Unix editor such as vi.</li> <li>You <strong>MUST</strong> be in possession of relevant database connectivity details such as Database name, Username, password, etc.</li> <li>You <strong>MUST</strong> have installed and available either a full installation of Oracle, Oracle Client, or Oracle Instant Client (release 6.x only).</li> </ul> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/openlink.sh</code> with a suitable text editor such as vi. </li> <li> Locate the section that deals with the location of shared libraries pertaining to your system (LD_LIBRARY_PATH, LIBPATH, or SHLIB_PATH) and add to it the location of your Informix lib and lib/esql directories: <pre> LD_LIBRARY_PATH="&lt;OPENLINK_INSTALL&gt;/lib:/oracle/lib:$LD_LIBRARY_PATH" </pre> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/openlink.ini</code> with a suitable text editor such as vi. </li> <li> Locate the <code>[Environment Oracle xxx]</code> section that deals with the driver specific Oracle configuration and edit to reflect your Oracle installation: <pre> [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 </pre> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/bin/odbc.ini</code> with a suitable text editor such as vi. </li> <li> Locate and edit the sample OpenLink Oracle ODBC data source (DSN) created during the installation process and edit as follows: <pre> [oracle] Driver = &lt;OPENLINK_INSTALL&gt;/lib/ora100_mt_lt.so ServerType = Oracle 10.x Options = &lt;TNSName&gt; Username = &lt;scott&gt; Password = &lt;**********&gt; FetchBufferSize = 99 ReadOnly = DeferLongFetch = JetFix = No Description = Sample Oracle 10.x Lite Connection </pre> </li> <li> Use the <code>iodbctest</code> tool which is packaged with the HTTP-based OpenLink ODBC Administrator as follows: <pre> # cd &lt;OPENLINK_INSTALL&gt; # . ./openLink.sh # iodbctest oracle </pre> <blockquote> iODBC Demonstration program<br> This program shows an interactive SQL processor<br> Driver Manager: 03.52.0507.0105<br> Driver: 06.02.1217 OpenLink Generic ODBC Driver (ora100_mt_lt.so)<br> <br> SQL&gt; </blockquote> </li> <li> You should now be able to issue SQL statements directly against the target database. </li> </ol> <p> Additional Information:<br> The bitness of the ODBC Driver for MySQL is determined by the bitness of your ODBC client application.<br> That is, if your ODBC client application is 32-bit then the Generic ODBC Driver component <strong>MUST</strong> also be 32-bit. </p> <ol> <li> Prerequisites: <ul> <li>You <strong>MUST</strong> be proficient in using a Unix shell.</li> <li>You <strong>MUST</strong> be proficient in using a Unix editor such as vi.</li> <li>You <strong>MUST</strong> be in possession of relevant database connectivity details such as Database name, Username, password, etc.</li> <li>You <strong>MUST</strong> have installed and available either a full installation of Oracle, Oracle Client, or Oracle Instant Client (release 6.x only).</li> </ul> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/openlink.sh</code> with a suitable text editor such as vi. </li> <li> Locate the section that deals with the location of shared libraries pertaining to your system (LD_LIBRARY_PATH, LIBPATH, or SHLIB_PATH) and add to it the location of your Informix lib and lib/esql directories: <pre> LD_LIBRARY_PATH="&lt;OPENLINK_INSTALL&gt;/lib:/oracle/lib:$LD_LIBRARY_PATH" </pre> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/openlink.ini</code> with a suitable text editor such as vi. </li> <li> Locate the <code>[Environment Oracle xxx]</code> section that deals with the driver specific Oracle configuration and edit to reflect your Oracle installation: <pre> [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 </pre> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/bin/odbc.ini</code> with a suitable text editor such as vi. </li> <li> Locate and edit the sample OpenLink Oracle ODBC data source (DSN) created during the installation process and edit as follows: <pre> [oracle] Driver = &lt;OPENLINK_INSTALL&gt;/lib/ora100_mt_lt.so ServerType = Oracle 10.x Options = &lt;TNSName&gt; Username = &lt;scott&gt; Password = &lt;**********&gt; FetchBufferSize = 99 ReadOnly = DeferLongFetch = JetFix = No Description = Sample Oracle 10.x Lite Connection </pre> </li> <li> Use the <code>iodbctest</code> tool which is packaged with the HTTP-based OpenLink ODBC Administrator as follows: <pre> # cd &lt;OPENLINK_INSTALL&gt; # . ./openLink.sh # iodbctest oracle </pre> <blockquote> iODBC Demonstration program<br> This program shows an interactive SQL processor<br> Driver Manager: 03.52.0507.0105<br> Driver: 06.02.1217 OpenLink Generic ODBC Driver (ora100_mt_lt.so)<br> <br> SQL&gt; </blockquote> </li> <li> You should now be able to issue SQL statements directly against the target database. </li> </ol> <p> Additional Information:<br> The bitness of the ODBC Driver for MySQL is determined by the bitness of your ODBC client application.<br> That is, if your ODBC client application is 32-bit then the Generic ODBC Driver component <strong>MUST</strong> also be 32-bit. </p>
rdf:type
schema:HowTo
schema:step
n9:this n10:this n11:this n13:this n15:this n16:this n17:this n20:this n21:this n22:this