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

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

Namespace Prefixes

PrefixIRI
n24https://www.openlinksw.com/about/id/entity/urn/howto:
n12http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep6#
n15http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep5#
n14http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep4#
oplsofthttp://www.openlinksw.com/ontology/software#
n23https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
wdrshttp://www.w3.org/2007/05/powder-s#
n18http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep3#
n9http://data.openlinksw.com/oplweb/opsys_family/MacOSX#
schemahttp://schema.org/
n22http://wikis.openlinksw.com/UdaWikiWeb/
n5https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n16http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep2#
n21http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep1#
n6https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n19http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n17https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n20http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverConfigurationGuide#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n7http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep10#
n11http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep9#
n10http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep8#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuide#
n13http://data.openlinksw.com/oplweb/uda/howto/MacOSXMulti-TierGenericJDBCDriverInstallationGuideStep7#

Statements

Subject Item
n2:this
schema:description
Installation of the Multi-Tier "Enterprise" Edition Generic Client JDBC Drivers, on macOS Operating Systems
wdrs:describedby
n5:uda-howtos.ttl n6:uda-howtos.ttl n17:seo n19:uda-howtos-seo.ttl n6:uda-howtos-qa.ttl n23:seo n24:island
schema:name
Installation of the Multi-Tier "Enterprise" Edition Generic Client JDBC Drivers, on macOS Operating Systems
oplsoft:hasOperatingSystemFamily
n9:this
schema:category
Installation Guide
schema:relatedLink
n20:this n22:PreInstallJDBCClientOSX
schema:text
<ol> <li> Download the OpenLink Generic JDBC Driver for Mac OS X, which comes in a .dmg file. </li> <li> Double-click the .dmg file to start the installation process. </li> <li> Confirm the warning message to proceed with the installation. </li> <li> Read and accept the License Agreement for the OpenLink Generic JDBC Driver. </li> <li> Choose the destination volume for the installation (typically your Mac OS X boot volume). </li> <li> Select the installation type: <ul> <li> <strong>Easy Install (recommended).</strong> </li> <li> <strong>Custom Install</strong> (for experienced users who want to choose specific components). <ul> <li> If you have installed OpenLink or iODBC components in the past, select "Upgrade" to continue. Otherwise, click "Install." </li> </ul> </li> </ul> </li> <li> If you chose the custom installation option, select the desired components to install. <ul> <li> Click <strong>Next</strong>. </li> <li> Enter your Mac OS X Username and Password when prompted to complete the installation. </li> </ul> </li> <li> After installation, your database driver is ready for use. </li> <li> For configuring the OpenLink Generic JDBC Driver, use the following parameters in the Connection URL: <ul> <li> <strong>Driver Name:</strong> opljdbc3.jar, megathin3.jar </li> <li> <strong>Driver Class Name:</strong> openlink.jdbc3.Driver </li> <li> <strong>Connection URL:</strong> jdbc:openlink://&lt;Hostname&gt;:[portnumber] [/UID] [/PWD] [/READONLY] [/SVT] [/APPLICATION] [/FBS|FETCHBUFFERSIZE] [/ENCRYPTED] [/CHARSET] [/UNICODE] [/DLF] [/DATABASE] [/OPTIONS] [/DRIVER] <ul> <li><strong>Description of Parameters:</strong></li> <li> <strong>Hostname:</strong> Network Alias or IP address of the machine running the OpenLink Request Broker instance. </li> <li> <strong>Port Number:</strong> TCP port on which the Request Broker listens. </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. </li> <li> <strong>/SVT:</strong> A valid domain alias from the [Domain Aliases] section of the OpenLink server component's oplrqb.ini file. Default domain aliases represent the type of database agent to which the application intends to connect. </li> <li> <strong>/APPLICATION:</strong> The Application name to enable connectivity when restrictive server-side rules screen by application name. </li> <li> <strong>/FBS (or /FETCHBUFFERSIZE):</strong> The Fetch Buffer Size representing the number of rows to return during one fetch operation. </li> <li> <strong>/ENCRYPTED:</strong> Sets the Encrypted flag for outgoing packets. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/CHARSET:</strong> Specifies the charset of remote databases. Default value is read from System.getProperty("file.encoding"). </li> <li> <strong>/UNICODE:</strong> Instantiates unicode. The unicode connection isn't used by default. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/DLF:</strong> Pushes large, binary objects to the end of the resultset. Smaller data types are retrieved first, enhancing performance. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/DATABASE:</strong> Actual database name within a particular database environment. </li> <li> <strong>/OPTIONS:</strong> Optional parameter to pass specialized database native client connection parameters. </li> <li> <strong>/DRIVER:</strong> The Driver name contained in curly brackets ({}). Used for DSN-Less connections to remote ODBC Drivers. </li> </ul> </li> </ul> </li> <li> <strong>Examples of Connection URLs:</strong> <ul> <li> jdbc:openlink://localhost:5000/SVT=Ingres II/DATABASE=iidbdb/UID=ingres/PWD=ingres </li> <li> jdbc:openlink://192.128.13.119:5000/SVT=Oracle 8.1.x/DATABASE=ORCL/UID=scott/PWD=tiger </li> <li> jdbc:openlink://saturn:5000/SVT=Progress 91D/DATABASE=isports/OPTIONS=-S isports -N tcp -H saturn </li> <li> jdbc:openlink://localhost:5000/SVT=SQLServer 2000/DATABASE=Northwind/UID=sa/OPTIONS=-S SATURN </li> </ul> </li> </ol> <ol> <li> Download the OpenLink Generic JDBC Driver for macOS, which comes in a .dmg file. </li> <li> Double-click the .dmg file to start the installation process. </li> <li> Confirm the warning message to proceed with the installation. </li> <li> Read and accept the License Agreement for the OpenLink Generic JDBC Driver. </li> <li> Choose the destination volume for the installation (typically your macOS boot volume). </li> <li> Select the installation type: <ul> <li> <strong>Easy Install (recommended).</strong> </li> <li> <strong>Custom Install</strong> (for experienced users who want to choose specific components). <ul> <li> If you have installed OpenLink or iODBC components in the past, select "Upgrade" to continue. Otherwise, click "Install." </li> </ul> </li> </ul> </li> <li> If you chose the custom installation option, select the desired components to install. <ul> <li> Click <strong>Next</strong>. </li> <li> Enter your macOS Username and Password when prompted to complete the installation. </li> </ul> </li> <li> After installation, your database driver is ready for use. </li> <li> For configuring the OpenLink Generic JDBC Driver, use the following parameters in the Connection URL: <ul> <li> <strong>Driver Name:</strong> opljdbc3.jar, megathin3.jar </li> <li> <strong>Driver Class Name:</strong> openlink.jdbc3.Driver </li> <li> <strong>Connection URL:</strong> jdbc:openlink://&lt;Hostname&gt;:[portnumber] [/UID] [/PWD] [/READONLY] [/SVT] [/APPLICATION] [/FBS|FETCHBUFFERSIZE] [/ENCRYPTED] [/CHARSET] [/UNICODE] [/DLF] [/DATABASE] [/OPTIONS] [/DRIVER] <ul> <li><strong>Description of Parameters:</strong></li> <li> <strong>Hostname:</strong> Network Alias or IP address of the machine running the OpenLink Request Broker instance. </li> <li> <strong>Port Number:</strong> TCP port on which the Request Broker listens. </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. </li> <li> <strong>/SVT:</strong> A valid domain alias from the [Domain Aliases] section of the OpenLink server component's oplrqb.ini file. Default domain aliases represent the type of database agent to which the application intends to connect. </li> <li> <strong>/APPLICATION:</strong> The Application name to enable connectivity when restrictive server-side rules screen by application name. </li> <li> <strong>/FBS (or /FETCHBUFFERSIZE):</strong> The Fetch Buffer Size representing the number of rows to return during one fetch operation. </li> <li> <strong>/ENCRYPTED:</strong> Sets the Encrypted flag for outgoing packets. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/CHARSET:</strong> Specifies the charset of remote databases. Default value is read from System.getProperty("file.encoding"). </li> <li> <strong>/UNICODE:</strong> Instantiates unicode. The unicode connection isn't used by default. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/DLF:</strong> Pushes large, binary objects to the end of the resultset. Smaller data types are retrieved first, enhancing performance. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/DATABASE:</strong> Actual database name within a particular database environment. </li> <li> <strong>/OPTIONS:</strong> Optional parameter to pass specialized database native client connection parameters. </li> <li> <strong>/DRIVER:</strong> The Driver name contained in curly brackets ({}). Used for DSN-Less connections to remote ODBC Drivers. </li> </ul> </li> </ul> </li> <li> <strong>Examples of Connection URLs:</strong> <ul> <li> jdbc:openlink://localhost:5000/SVT=Ingres II/DATABASE=iidbdb/UID=ingres/PWD=ingres </li> <li> jdbc:openlink://192.128.13.119:5000/SVT=Oracle 8.1.x/DATABASE=ORCL/UID=scott/PWD=tiger </li> <li> jdbc:openlink://saturn:5000/SVT=Progress 91D/DATABASE=isports/OPTIONS=-S isports -N tcp -H saturn </li> <li> jdbc:openlink://localhost:5000/SVT=SQLServer 2000/DATABASE=Northwind/UID=sa/OPTIONS=-S SATURN </li> </ul> </li> </ol> <ol> <li> Download the OpenLink Generic JDBC Driver for macOS, which comes in a .dmg file. </li> <li> Double-click the .dmg file to start the installation process. </li> <li> Confirm the warning message to proceed with the installation. </li> <li> Read and accept the License Agreement for the OpenLink Generic JDBC Driver. </li> <li> Choose the destination volume for the installation (typically your macOS boot volume). </li> <li> Select the installation type: <ul> <li> <strong>Easy Install (recommended).</strong> </li> <li> <strong>Custom Install</strong> (for experienced users who want to choose specific components). <ul> <li> If you have installed OpenLink or iODBC components in the past, select "Upgrade" to continue. Otherwise, click "Install." </li> </ul> </li> </ul> </li> <li> If you chose the custom installation option, select the desired components to install. <ul> <li> Click <strong>Next</strong>. </li> <li> Enter your macOS Username and Password when prompted to complete the installation. </li> </ul> </li> <li> After installation, your database driver is ready for use. </li> <li> For configuring the OpenLink Generic JDBC Driver, use the following parameters in the Connection URL: <ul> <li> <strong>Driver Name:</strong> opljdbc3.jar, megathin3.jar </li> <li> <strong>Driver Class Name:</strong> openlink.jdbc3.Driver </li> <li> <strong>Connection URL:</strong> jdbc:openlink://&lt;Hostname&gt;:[portnumber] [/UID] [/PWD] [/READONLY] [/SVT] [/APPLICATION] [/FBS|FETCHBUFFERSIZE] [/ENCRYPTED] [/CHARSET] [/UNICODE] [/DLF] [/DATABASE] [/OPTIONS] [/DRIVER] <ul> <li><strong>Description of Parameters:</strong></li> <li> <strong>Hostname:</strong> Network Alias or IP address of the machine running the OpenLink Request Broker instance. </li> <li> <strong>Port Number:</strong> TCP port on which the Request Broker listens. </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. </li> <li> <strong>/SVT:</strong> A valid domain alias from the [Domain Aliases] section of the OpenLink server component's oplrqb.ini file. Default domain aliases represent the type of database agent to which the application intends to connect. </li> <li> <strong>/APPLICATION:</strong> The Application name to enable connectivity when restrictive server-side rules screen by application name. </li> <li> <strong>/FBS (or /FETCHBUFFERSIZE):</strong> The Fetch Buffer Size representing the number of rows to return during one fetch operation. </li> <li> <strong>/ENCRYPTED:</strong> Sets the Encrypted flag for outgoing packets. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/CHARSET:</strong> Specifies the charset of remote databases. Default value is read from System.getProperty("file.encoding"). </li> <li> <strong>/UNICODE:</strong> Instantiates unicode. The unicode connection isn't used by default. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/DLF:</strong> Pushes large, binary objects to the end of the resultset. Smaller data types are retrieved first, enhancing performance. ('1', '0', 'Y', 'N', 'y', or 'n'. Disabled by default.) </li> <li> <strong>/DATABASE:</strong> Actual database name within a particular database environment. </li> <li> <strong>/OPTIONS:</strong> Optional parameter to pass specialized database native client connection parameters. </li> <li> <strong>/DRIVER:</strong> The Driver name contained in curly brackets ({}). Used for DSN-Less connections to remote ODBC Drivers. </li> </ul> </li> </ul> </li> <li> <strong>Examples of Connection URLs:</strong> <ul> <li> jdbc:openlink://localhost:5000/SVT=Ingres II/DATABASE=iidbdb/UID=ingres/PWD=ingres </li> <li> jdbc:openlink://192.128.13.119:5000/SVT=Oracle 8.1.x/DATABASE=ORCL/UID=scott/PWD=tiger </li> <li> jdbc:openlink://saturn:5000/SVT=Progress 91D/DATABASE=isports/OPTIONS=-S isports -N tcp -H saturn </li> <li> jdbc:openlink://localhost:5000/SVT=SQLServer 2000/DATABASE=Northwind/UID=sa/OPTIONS=-S SATURN </li> </ul> </li> </ol>
rdf:type
schema:HowTo
schema:step
n7:this n10:this n11:this n12:this n13:this n14:this n15:this n16:this n18:this n21:this