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

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

Namespace Prefixes

PrefixIRI
n17http://data.openlinksw.com/oplweb/
n25https://www.openlinksw.com/about/id/entity/urn/howto:
n28http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep4#
n11http://data.openlinksw.com/oplweb/opsys_family/
n18http://data.openlinksw.com/oplweb/dbms_family/PostgreSQL#
n2http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuide#
n4http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep7#
n14http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
oplsofthttp://www.openlinksw.com/ontology/software#
n19https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
wdrshttp://www.w3.org/2007/05/powder-s#
n27http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep3#
schemahttp://schema.org/
n15https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n16http://wikis.openlinksw.com/UdaWikiWeb/
n13https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n9http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep6#
n22http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep9#
n8https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n21http://data.openlinksw.com/oplweb/product_format/st#
n26https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n12http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n23http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep10#
n30http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep2#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n6http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep5#
n24https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n5http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep8#
xsdhhttp://www.w3.org/2001/XMLSchema#
n29http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLitePostgreSQLDataSourceNameConfigurationGuideStep1#
n20https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
OpenLink ODBC Driver for PostgreSQL (Lite Edition) Configuration OpenLink ODBC Driver for PostgreSQL (Lite Edition) Installation and Configuration
wdrs:describedby
n8:uda-howtos.ttl n12:uda-howtos-seo.ttl n13:uda-howtos.ttl n14:offers n15:websites n19:seo n20:UDAHowAndStepByGuides.ttl n24:webs n25:island n26:seo n15:products n8:uda-howtos-qa.ttl
schema:name
OpenLink ODBC Driver for PostgreSQL (Lite Edition) Installation and Configuration OpenLink ODBC Driver for PostgreSQL (Lite Edition) Configuration
oplsoft:hasDatabaseFamily
n17:PostgreSQL n18:this
oplsoft:hasOperatingSystemFamily
n11:GenericLinux
schema:category
Data Source Name Configuration Guide
schema:relatedLink
n16:InstallPostgreSQLLiteUnix
schema:genre
n21: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 PostgreSQL ODBC data source (DSN) created during the installation process and edit as follows: <pre> [postgres] Driver = &lt;OPENLINK_INSTALL&gt;/lib/pgr7_mt_lt.so ServerType = PostgreSQL Options = -H postgres.hostname Database = database Username = postgres Password = FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample PostgreSQL Lite Connection </pre> </li> <li> To test your data source, 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 postgres </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 (pgr7_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 Notes:<br> The bitness of the ODBC Driver for PostgreSQL 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 PostgreSQL ODBC data source (DSN) created during the installation process and edit as follows: <pre> [postgres] Driver = &lt;OPENLINK_INSTALL&gt;/lib/pgr7_mt_lt.so ServerType = PostgreSQL Options = -H postgres.hostname Database = database Username = postgres Password = FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample PostgreSQL Lite Connection </pre> </li> <li> To test your data source, 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 postgres </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 (pgr7_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 Notes:<br> The bitness of the ODBC Driver for PostgreSQL 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
n4:this n5:this n6:this n9:this n22:this n23:this n27:this n28:this n29:this n30:this