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
n13https://www.openlinksw.com/about/id/entity/urn/howto:
n17http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep4#
n8http://data.openlinksw.com/oplweb/
n26http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep6#
n4http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n18http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep1#
oplsofthttp://www.openlinksw.com/ontology/software#
n24https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
wdrshttp://www.w3.org/2007/05/powder-s#
n10http://data.openlinksw.com/oplweb/opsys_family/MacOSX#
schemahttp://schema.org/
n15http://wikis.openlinksw.com/UdaWikiWeb/
n23http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep8#
n29https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n14https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n16http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep3#
n2http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuide#
n11https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n25http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep5#
n22http://data.openlinksw.com/oplweb/product_format/st#
n27https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n9http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://data.openlinksw.com/oplweb/dbms_family/ODBC#
n6https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n21http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep7#
n20http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep2#
xsdhhttp://www.w3.org/2001/XMLSchema#
n30http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep10#
n28http://data.openlinksw.com/oplweb/uda/howto/MacOSXLiteODBCDataSourceNameConfigurationGuideStep9#
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 Single-Tier Edition JDBC Driver for ODBC Data Sources (a/k/a JDBC-to-ODBC Bridge), for macOS Installation and Configuration of the Single-Tier "docs.openlinksw.com/uda/" Edition JDBC Driver for ODBC Data Sources (a/k/a JDBC-to-ODBC Bridge), for macOS Configuration of the Lite Edition (Single-Tier) JDBC Driver for ODBC Data Sources (a/k/a JDBC-to-ODBC Bridge), for macOS
wdrs:describedby
n4:offers n6:webs n9:uda-howtos-seo.ttl n11:uda-howtos-qa.ttl n12:UDAHowAndStepByGuides.ttl n13:island n11:uda-howtos.ttl n14:websites n14:products n24:seo n27:seo n29:uda-howtos.ttl
schema:name
Configuration of the Single-Tier Edition JDBC Driver for ODBC Data Sources (a/k/a JDBC-to-ODBC Bridge), for macOS Configuration of the Lite Edition (Single-Tier) JDBC Driver for ODBC Data Sources (a/k/a JDBC-to-ODBC Bridge), for macOS Installation and Configuration of the Single-Tier "docs.openlinksw.com/uda/" Edition JDBC Driver for ODBC Data Sources (a/k/a JDBC-to-ODBC Bridge), for macOS
oplsoft:hasDatabaseFamily
n8:ODBC n19:this
oplsoft:hasOperatingSystemFamily
n10:this
schema:category
Data Source Name Configuration Guide
schema:relatedLink
n15:SingleTierLiteJDBCInstallMac
schema:genre
n22:this
schema:text
<ol> <li> JDBC client applications always require users to provide the Driver Class Name and Connection URL. <ul> <li> <strong>Driver Class Name</strong> -- <code>openlink.jdbc.Driver</code>, <code>openlink.jdbc2.Driver</code>, or <code>openlink.jdbc3.Driver</code>, depending on active JVM. See detailed documentation. </li> <li> <strong>Connection URL</strong> -- See detailed documentation to construct your local URL, which will be of the form: <br> <code>jdbc:openlink://ODBC[/DSN=dsn][/UID=uid][/PWD=pwd][/READONLY=x]</code> <br>For example: <br><code>jdbc:openlink://ODBC/DSN=MyOracleDSN/UID=scott/PWD=tiger</code> <br> <ul> <li> <strong>/DSN</strong> -- Local ODBC Data Source Name </li> <li> <strong>/UID</strong> -- Database Username </li> <li> <strong>/PWD</strong> -- Database Password </li> <li> <strong>/READONLY</strong> -- Read-write or read-only session mode. Values are "Y" or "N". Default is "N", and this is the effect if unset; i.e., a read-write connection. </li> </ul> </li> </ul> </li> <li> Sometimes the JDBC client applications also require the Driver File Name and/or the path to it. macOS uses /Library/Java/Extensions/ as its default CLASSPATH. All JDBC drivers (or aliases or symbolic links to them) should be installed here, and this is what our installer does. The Driver File Name depends on the active JVM -- <code>opljdbc.jar</code>, <code>opljdbc2.jar</code>, or <code>opljdbc3.jar</code>. See detailed documentation. </li> <li> No further system configuration should be needed. </li> </ol> <ol> <li> JDBC client applications always require users to provide the Driver Class Name and Connection URL. <ul> <li> <strong>Driver Class Name</strong> -- <code>openlink.jdbc.Driver</code>, <code>openlink.jdbc2.Driver</code>, or <code>openlink.jdbc3.Driver</code>, depending on active JVM. See detailed documentation. </li> <li> <strong>Connection URL</strong> -- See detailed documentation to construct your local URL, which will be of the form: <br> <code>jdbc:openlink://ODBC[/DSN=dsn][/UID=uid][/PWD=pwd][/READONLY=x]</code> <br>For example: <br><code>jdbc:openlink://ODBC/DSN=MyOracleDSN/UID=scott/PWD=tiger</code> <br> <ul> <li> <strong>/DSN</strong> -- Local ODBC Data Source Name </li> <li> <strong>/UID</strong> -- Database Username </li> <li> <strong>/PWD</strong> -- Database Password </li> <li> <strong>/READONLY</strong> -- Read-write or read-only session mode. Values are "Y" or "N". Default is "N", and this is the effect if unset; i.e., a read-write connection. </li> </ul> </li> </ul> </li> <li> Sometimes the JDBC client applications also require the Driver File Name and/or the path to it. Mac OS X uses /Library/Java/Extensions/ as its default CLASSPATH. All JDBC drivers (or aliases or symbolic links to them) should be installed here, and this is what our installer does. The Driver File Name depends on the active JVM -- <code>opljdbc.jar</code>, <code>opljdbc2.jar</code>, or <code>opljdbc3.jar</code>. See detailed documentation. </li> <li> No further system configuration should be needed. </li> </ol> <ol> <li> JDBC client applications always require users to provide the Driver Class Name and Connection URL. <ul> <li> <strong>Driver Class Name</strong> -- <code>openlink.jdbc.Driver</code>, <code>openlink.jdbc2.Driver</code>, or <code>openlink.jdbc3.Driver</code>, depending on active JVM. See detailed documentation. </li> <li> <strong>Connection URL</strong> -- See detailed documentation to construct your local URL, which will be of the form: <br> <code>jdbc:openlink://ODBC[/DSN=dsn][/UID=uid][/PWD=pwd][/READONLY=x]</code> <br>For example: <br><code>jdbc:openlink://ODBC/DSN=MyOracleDSN/UID=scott/PWD=tiger</code> <br> <ul> <li> <strong>/DSN</strong> -- Local ODBC Data Source Name </li> <li> <strong>/UID</strong> -- Database Username </li> <li> <strong>/PWD</strong> -- Database Password </li> <li> <strong>/READONLY</strong> -- Read-write or read-only session mode. Values are "Y" or "N". Default is "N", and this is the effect if unset; i.e., a read-write connection. </li> </ul> </li> </ul> </li> <li> Sometimes the JDBC client applications also require the Driver File Name and/or the path to it. macOS uses /Library/Java/Extensions/ as its default CLASSPATH. All JDBC drivers (or aliases or symbolic links to them) should be installed here, and this is what our installer does. The Driver File Name depends on the active JVM -- <code>opljdbc.jar</code>, <code>opljdbc2.jar</code>, or <code>opljdbc3.jar</code>. See detailed documentation. </li> <li> No further system configuration should be needed. </li> </ol>
rdf:type
schema:HowTo
schema:step
n16:this n17:this n18:this n20:this n21:this n23:this n25:this n26:this n28:this n30:this