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

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

Namespace Prefixes

PrefixIRI
n25http://data.openlinksw.com/oplweb/opsys_family/
n28https://www.openlinksw.com/about/id/entity/urn/howto:
n12http://data.openlinksw.com/oplweb/
n18http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep8#
n2http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuide#
n19http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep5#
n15http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep2#
n20http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n7https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
oplsofthttp://www.openlinksw.com/ontology/software#
wdrshttp://www.w3.org/2007/05/powder-s#
n17http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep7#
schemahttp://schema.org/
n14http://wikis.openlinksw.com/UdaWikiWeb/
n23https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n6https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n10http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep4#
n13http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep1#
n4https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n22https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n26http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep10#
n27http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n16http://data.openlinksw.com/oplweb/product_format/st#
n24http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep9#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n21http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep6#
n29https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n9http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteJDBCDataSourceNameConfigurationGuideStep3#
xsdhhttp://www.w3.org/2001/XMLSchema#
n5https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
Lite Edition (Single-Tier) ODBC Driver for JDBC Data Source Name (DSN) Configuration for Unix/Linux ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Unix/Linux Lite Edition (Single-Tier) ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Unix/Linux
wdrs:describedby
n4:uda-howtos.ttl n5:UDAHowAndStepByGuides.ttl n6:websites n7:seo n20:offers n22:seo n23:uda-howtos.ttl n27:uda-howtos-seo.ttl n28:island n6:products n29:webs n4:uda-howtos-qa.ttl
schema:name
ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Unix/Linux Lite Edition (Single-Tier) ODBC Driver for PostgreSQL Data Source Name (DSN) Configuration for Unix/Linux Lite Edition (Single-Tier) ODBC Driver for JDBC Data Source Name (DSN) Configuration for Unix/Linux
oplsoft:hasDatabaseFamily
n12:JDBC oplsoft:JDBCBridge
oplsoft:hasOperatingSystemFamily
n25:GenericLinux
schema:category
Data Source Name Configuration Guide
schema:relatedLink
n14:InstallODBCJDBCLiteUnix
schema:genre
n16: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> </ul> </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 ODBC To JDBC Bridge data source (DSN) created during the installation process and edit as follows: <pre> [jdbc] Driver = &lt;OPENLINK_INSTALL&gt;/lib/jdbc90_mt_lt.so UserName = &lt;Username&gt; JdbcDriver = &lt;JDBC Driver Class&gt; URLString = jdbc:openlink://&lt;Connection URL&gt; </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 jdbc </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 (oplodbc.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> </ul> </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 ODBC To JDBC Bridge data source (DSN) created during the installation process and edit as follows: <pre> [jdbc] Driver = &lt;OPENLINK_INSTALL&gt;/lib/jdbc90_mt_lt.so UserName = &lt;Username&gt; JdbcDriver = &lt;JDBC Driver Class&gt; URLString = jdbc:openlink://&lt;Connection URL&gt; </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 jdbc </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 (oplodbc.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 n13:this n15:this n17:this n18:this n19:this n21:this n24:this n26:this