SlideShare a Scribd company logo
1 of 11
Download to read offline
Using Microsoft ODBC and Oracle Gateway
1 Installing the Driver Manager
An ODBC application makes ODBC calls to the Driver Manager. The Driver
Manager carries out a number of tasks for the application such as ensuring the
proper driver is loaded/unloaded. You can download the DriverManager from
http://www.unixodbc.org. Here I use unixODBC-2.3.0 .
1.1Copy it to the Linux server and unzip it.
1.2Change to the unixODBC-2.3.0 directory.
1.3Execute : export CPPFLAGS="-DSIZEOF_LONG_INT=8"
1.4Execute : ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc --
enable-gui=no --enable-drivers=no --enable-iconv --with-iconv-char-
enc=UTF8 --with-iconv-ucode-enc=UTF16LE
1.5Execute : make
1.6Execute : make install
2 Installing Microsoft ODBC Driver for SQL Server on Linux
You can download the Microsoft ODBC Driver 11 for SQL Server on Linux from
here: https://www.microsoft.com/en-us/download/details.aspx?id=36437
2.1unzip msodbcsql-11.0.2270.0.tar.gz
2.2change to msodbcsql-11.0.2270.0
2.3Execute the command: ./install.sh install
2.4After reviewing the license agreement, type YES to continue with the
installation.
2.5To verify that the ODBC driver on Linux was registered successfully,
execute the following command: odbcinst -q -d -n "ODBC Driver 11 for
SQL Server".
3 installing oracle gateway
Oracle Database Gateways provide the ability to transparently integrate with non-
Oracle systems from an Oracle environment. You can download it from here:
http://www.oracle.com/technetwork/database/enterprise-
edition/downloads/database12c-linux-download-2240591.html
3.1Unzip the binaries
3.2Change to gateways
3.3Execute: ./runinstaller –silent –noconfig –responseFile ./gw.rsp
3.4Execute root.sh
4 Configuring ODBC and Oracle Gateway
The configuring steps includes:
 Configure ODBC DSN
 Configure the Gateway Initialization Parameter File
 Configure the Gateway Listener
 Configure the Database TNS descriptor
 Create the Database DB Links
4.1 configure /etc/odbc.ini,the /etc/odbc.iniislookslikebelow,where DEMOisthe DSN:
[DEMO]
Description=Microsoft ODBC Driver 11 for SQL Server
Driver=/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2270.0
Server = 10.96.114.141
Port =
Language = English
Database = HUB
Logging = 0
LogFile =
QuotedId = Yes
AnsiNPW = Yes
Mars_Connection = No
4.2 verifythe connectivityof the DSN bysqlcmd
sqlcmd –D –S DEMO –U username
4.3 Change to $GATEWAY_HOME/hs/admin,create the initial parametersfile,example:
$vi initDEMO.ora
#
# HS init parameters
#
HS_FDS_CONNECT_INFO = DEMO
HS_FDS_TRACE_LEVEL = debug
HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so
#HS_NLS_NCHAR = AMERICAN_AMERICA.US7ASCII
#HS_LANGUAGE = AMERICAN_AMERICA.US7ASCII
#
# ODBC specific environment variables
#
set ODBCINI=/etc/odbc.ini
4.4 Editthe listener.orafileandadd new LISTENER forthe Gateway:
LISTENER_GW =
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxxxxxx)(PORT=1525))
)
SID_LIST_LISTENER_GW=
(SID_LIST=
(SID_DESC=
(SID_NAME=DEMO)
(ORACLE_HOME=/u01/app/oracle/product/11.2.0.1/gateways)
(PROGRAM=dg4odbc)
)
)
4.5 Reload/restartthe LISTENERforthe Gateway
4.6 Editthe tnsnames.orafiletoadda connectdescriptorforthe gateway
DEMO =
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxxx)(PORT=1525))
(CONNECT_DATA=(SID=DEMO))
(HS=OK)
)
4.7 Create DB Linkby usingthe TNS stringyoujustcreated
SQL> create public database link dbl_demo connect to “demo” identified by
“demo” using ‘demo’
Appendix: Example of Response file
RESPONSEFILE_VERSION=2.2.1.0.0
UNIX_GROUP_NAME="oinstall"
FROM_LOCATION="/home/oracle/gateways/stage/products.xml"
FROM_LOCATION_CD_LABEL=<Value Unspecified>
ORACLE_HOME="/home/oracle/product/11.2.0.1/gateways"
ORACLE_BASE=<Value Unspecified>
ORACLE_HOME_NAME="OraGtw11g_home1"
SHOW_WELCOME_PAGE=true
SHOW_CUSTOM_TREE_PAGE=true
SHOW_COMPONENT_LOCATIONS_PAGE=true
SHOW_SUMMARY_PAGE=true
SHOW_INSTALL_PROGRESS_PAGE=true
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
SHOW_CONFIG_TOOL_PAGE=true
SHOW_RELEASE_NOTES=true
SHOW_ROOTSH_CONFIRMATION=true
SHOW_END_SESSION_PAGE=true
SHOW_EXIT_CONFIRMATION=true
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=true
NEXT_SESSION_RESPONSE=<Value Unspecified>
DEINSTALL_LIST={"oracle.tg","11.2.0.1.0"}
SHOW_DEINSTALL_CONFIRMATION=true
SHOW_DEINSTALL_PROGRESS=true
CLUSTER_NODES={}
ACCEPT_LICENSE_AGREEMENT=false
METALINK_LOCATION=<Value Unspecified>
METALINK_USERNAME=<Value Unspecified>
METALINK_PASSWORD=<Value Unspecified>
PROXY_HOST=""
PROXY_PORT=""
PROXY_REALM=<Value Unspecified>
PROXY_USER=""
PROXY_PWD=<Value Unspecified>
DONT_PROXY_FOR=<Value Unspecified>
TOPLEVEL_COMPONENT={"oracle.tg","11.2.0.1.0"}
SHOW_SPLASH_SCREEN=true
oracle_install_db_SID=<Value Unspecified>
oracle_install_RACInstall=false
oracle_install_OSDBA=""
oracle_install_OSOPER=""
oracle_install_OSASM=""
oracle_install_client_ic_FlattenOracleHome=true
oracle_install_architecture=""
oracle_install_comp_clrintg_ode_net_Selected=true
oracle_install_comp_clrintg_ode_net_2_Selected=true
oracle_install_comp_rdbms_dv_Selected=false
oracle_install_comp_rdbms_partitioning_Selected=true
oracle_install_comp_rdbms_dm_Selected=true
oracle_install_comp_rdbms_lbac_Selected=false
oracle_install_comp_rdbms_rat_Selected=true
oracle_install_comp_oraolap_Selected=true
oracle_install_db_LaunchDBCA=<Value Unspecified>
oracle_install_db_LaunchODMA=<Value Unspecified>
b_launchLocalConfig=<Value Unspecified>
oracle_install_db_dbcaCmd=<Value Unspecified>
oracle_install_db_dbuaCmd=<Value Unspecified>
oracle_install_LaunchNetCA=true
oracle_install_netcaCmd="bin/netca"
oracle_install_netcaDeinstCmd=<Value Unspecified>
oracle_install_crs_emcaCmd=<Value Unspecified>
oracle_install_crs_upgrade_LaunchEMCA=false
oracle_install_db_isHAOrCRSConfigured=false
oracle_install_crs_LaunchASMCA=<Value Unspecified>
oracle_install_crs_LaunchOifcfg=<Value Unspecified>
oracle_install_crs_LaunchCluvfy=<Value Unspecified>
oracle_install_crs_LaunchRootBat=false
oracle_install_crs_crsInstCmd=<Value Unspecified>
oracle_install_crs_oifcfgCmd=<Value Unspecified>
oracle_install_crs_crsDeinstCmd=<Value Unspecified>
oracle_install_crs_crsUpgrdCmd=<Value Unspecified>
oracle_install_crs_cluvfyCmd=<Value Unspecified>
oracle_install_crs_asmcaCmd=<Value Unspecified>
oracle_install_crs_rootBatCmd=<Value Unspecified>
oracle_install_crs_configuredCRSHome=<Value Unspecified>
oracle_install_crs_installingHomeShared=<Value Unspecified>
oracle_install_crs_updnodelistCfsArgInstallingHome=<Value Unspecified>
oracle_install_crs_updnodelistCfsArgConfiguredHome=<Value Unspecified>
oracle_install_NoMigration=true
oracle_install_RDBMSInstalling=false
oracle_install_db_SetOracleBase=<Value Unspecified>
oracle_install_db_UseDBControl=<Value Unspecified>
n_configurationOption=<Value Unspecified>
oracle_install_crs_InstallOption=<Value Unspecified>
oracle_install_db_InstallEdition="EE"
oracle_install_db_ConfigurationType=""
s_dlgASMCfgDiskGroupName=<Value Unspecified>
oracle_install_db_EMEmailAddress=<Value Unspecified>
oracle_install_db_EMSMTPServer=<Value Unspecified>
oracle_install_crs_OCRPartitionLocation=<Value Unspecified>
oracle_install_db_InstallType=""
sl_upgradableRACDBInstances={}
oracle.install.crs.storageOption=0
oracle.install.asm.OSASM=<Value Unspecified>
oracle.install.asm.diskGroup.name=""
oracle.install.asm.diskGroup.diskDiscoveryString=""
oracle.install.asm.diskGroup.disks={}
oracle.install.asm.diskGroup.redundancy=""
oracle_install_crs_StorageOption=0
oracle_install_asm_DiskGroupName=""
oracle_install_asm_DiskDiscoveryString=""
oracle_install_asm_Disks={}
oracle_install_asm_DiskGroupRedundancy=""
CLUSTER_CONFIGURATION_FILE=<Value Unspecified>
oracle_install_crs_OCRRedundancy=<Value Unspecified>
oracle_install_crs_VotingDiskRedundancy=<Value Unspecified>
ret_PrivIntrList={}
oracle_install_crs_ClusterName=""
oracle_install_crs_CommaSeparatedNodes=""
oracle_install_crs_OCRMirrorLocation=<Value Unspecified>
oracle_install_crs_OCRMirrorLocation2=<Value Unspecified>
oracle_install_crs_DiskDriveMapping={}
oracle_install_crs_OCRDeviceList=""
oracle_install_crs_VotingDiskList=""
oracle_install_crs_VDSKMirror1Location1=<Value Unspecified>
oracle_install_crs_VDSKMirror1Location2=<Value Unspecified>
oracle_install_crs_VDSKLocation=<Value Unspecified>
oracle_install_crs_SWOnly=<Value Unspecified>
oracle_install_LanguageID=""
oracle_install_crs_Upgrade=false
oracle_install_crs_ConfigureGNS=false
oracle_install_crs_GNSSubDomain=""
oracle_install_crs_GNSVIPAddress=""
oracle_install_crs_SCANName=""
oracle_install_crs_SCANPortNumber=0
oracle_install_crs_FinalInterfaceList={}
oracle_install_crs_NodeVips=""
s_windowsSystemDirectory=<Value Unspecified>
oracle_install_crs_UseIPMI=false
oracle_install_crs_PublicNodeListWithoutDomain={}
oracle_install_asm_MigrateASM=false
s_recodHTTPPort="2030"
oracle_install_9iRACPresent=false
oracle_install_UnixMakePath="/usr/bin/make"
oracle_install_installerCmd=""
SELECTED_LANGUAGES={"en"}
COMPONENT_LANGUAGES={"en"}
INSTALL_TYPE="Custom"
DEPENDENCY_LIST={"oracle.rdbms.hsodbc:11.2.0.1.0"}
net_var=<Value Unspecified>
varRemote=<Value Unspecified>
varMQM=<Value Unspecified>
MQ_MANAGER=<Value Unspecified>
oracle.rdbms.tg4adbs:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4ifmx:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4ims:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4msql:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4sybs:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4tera:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4vsam:sl_returnVal=<Value Unspecified>
oracle.rdbms.tg4db2:sl_returnVal=<Value Unspecified>

More Related Content

What's hot

CMake - Introduction and best practices
CMake - Introduction and best practicesCMake - Introduction and best practices
CMake - Introduction and best practicesDaniel Pfeifer
 
Sql injection with sqlmap
Sql injection with sqlmapSql injection with sqlmap
Sql injection with sqlmapHerman Duarte
 
Pluggable database 3
Pluggable database 3Pluggable database 3
Pluggable database 3Osama Mustafa
 
Usage Note of Qt ODBC Database Access on Linux
Usage Note of Qt ODBC Database Access on LinuxUsage Note of Qt ODBC Database Access on Linux
Usage Note of Qt ODBC Database Access on LinuxWilliam Lee
 
Usage Notes of The Bro 2.2 / 2.3
Usage Notes of The Bro 2.2 / 2.3Usage Notes of The Bro 2.2 / 2.3
Usage Notes of The Bro 2.2 / 2.3William Lee
 
Usage Note of SWIG for PHP
Usage Note of SWIG for PHPUsage Note of SWIG for PHP
Usage Note of SWIG for PHPWilliam Lee
 
Apache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual HostingApache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual Hostingwebhostingguy
 
Upgrade GCC & Install Qt 5.4 on CentOS 6.5
Upgrade GCC & Install Qt 5.4 on CentOS 6.5 Upgrade GCC & Install Qt 5.4 on CentOS 6.5
Upgrade GCC & Install Qt 5.4 on CentOS 6.5 William Lee
 
Koha installation BALID
Koha installation BALIDKoha installation BALID
Koha installation BALIDNur Ahammad
 
Usage Note of Apache Thrift for C++ Java PHP Languages
Usage Note of Apache Thrift for C++ Java PHP LanguagesUsage Note of Apache Thrift for C++ Java PHP Languages
Usage Note of Apache Thrift for C++ Java PHP LanguagesWilliam Lee
 
Php File Upload
Php File UploadPhp File Upload
Php File Uploadsaeel005
 
Apache2 BootCamp : Getting Started With Apache
Apache2 BootCamp : Getting Started With ApacheApache2 BootCamp : Getting Started With Apache
Apache2 BootCamp : Getting Started With ApacheWildan Maulana
 
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"Ciklum Ukraine
 

What's hot (18)

C make tutorial
C make tutorialC make tutorial
C make tutorial
 
CMake - Introduction and best practices
CMake - Introduction and best practicesCMake - Introduction and best practices
CMake - Introduction and best practices
 
Sql injection with sqlmap
Sql injection with sqlmapSql injection with sqlmap
Sql injection with sqlmap
 
Pluggable database 3
Pluggable database 3Pluggable database 3
Pluggable database 3
 
Usage Note of Qt ODBC Database Access on Linux
Usage Note of Qt ODBC Database Access on LinuxUsage Note of Qt ODBC Database Access on Linux
Usage Note of Qt ODBC Database Access on Linux
 
Ilf2012
Ilf2012Ilf2012
Ilf2012
 
Usage Notes of The Bro 2.2 / 2.3
Usage Notes of The Bro 2.2 / 2.3Usage Notes of The Bro 2.2 / 2.3
Usage Notes of The Bro 2.2 / 2.3
 
Usage Note of SWIG for PHP
Usage Note of SWIG for PHPUsage Note of SWIG for PHP
Usage Note of SWIG for PHP
 
Apache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual HostingApache web server installation/configuration, Virtual Hosting
Apache web server installation/configuration, Virtual Hosting
 
Upgrade GCC & Install Qt 5.4 on CentOS 6.5
Upgrade GCC & Install Qt 5.4 on CentOS 6.5 Upgrade GCC & Install Qt 5.4 on CentOS 6.5
Upgrade GCC & Install Qt 5.4 on CentOS 6.5
 
Koha installation BALID
Koha installation BALIDKoha installation BALID
Koha installation BALID
 
Asiabsdcon15
Asiabsdcon15Asiabsdcon15
Asiabsdcon15
 
Usage Note of Apache Thrift for C++ Java PHP Languages
Usage Note of Apache Thrift for C++ Java PHP LanguagesUsage Note of Apache Thrift for C++ Java PHP Languages
Usage Note of Apache Thrift for C++ Java PHP Languages
 
Instalar PENTAHO 5 en CentOS 6
Instalar PENTAHO 5 en CentOS 6Instalar PENTAHO 5 en CentOS 6
Instalar PENTAHO 5 en CentOS 6
 
Sqlmap
SqlmapSqlmap
Sqlmap
 
Php File Upload
Php File UploadPhp File Upload
Php File Upload
 
Apache2 BootCamp : Getting Started With Apache
Apache2 BootCamp : Getting Started With ApacheApache2 BootCamp : Getting Started With Apache
Apache2 BootCamp : Getting Started With Apache
 
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
CiklumCPPSat: Alexey Podoba "Automatic assembly. Cmake"
 

Viewers also liked

Integration with Oracle Database Gateway
Integration with Oracle Database GatewayIntegration with Oracle Database Gateway
Integration with Oracle Database GatewayInam Bukhary
 
Asm disk group migration from
Asm disk group migration from Asm disk group migration from
Asm disk group migration from Anar Godjaev
 
A política de assistência social no contexto neoliberal desafios e contradi...
A política de assistência social no  contexto neoliberal desafios e  contradi...A política de assistência social no  contexto neoliberal desafios e  contradi...
A política de assistência social no contexto neoliberal desafios e contradi...GILZEANE
 
Tugas2 aplikasiniaga 6703154090
Tugas2 aplikasiniaga 6703154090Tugas2 aplikasiniaga 6703154090
Tugas2 aplikasiniaga 6703154090anastashawp
 
PRESS_RELEASE_AUTUMN11_RSF
PRESS_RELEASE_AUTUMN11_RSFPRESS_RELEASE_AUTUMN11_RSF
PRESS_RELEASE_AUTUMN11_RSFRoberto Vestri
 
Edp 279 assignment 4.1
Edp 279 assignment 4.1Edp 279 assignment 4.1
Edp 279 assignment 4.1rowaneca
 
Oracle 10g Database Server Kurulum
Oracle 10g Database Server KurulumOracle 10g Database Server Kurulum
Oracle 10g Database Server KurulumAnar Godjaev
 
Oracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOsama Mustafa
 
MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA
MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA    MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA
MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA tommy1996
 
Neuromuscular disorder
Neuromuscular disorderNeuromuscular disorder
Neuromuscular disorderNanda Perdana
 
Quimica Fundamentos
Quimica FundamentosQuimica Fundamentos
Quimica Fundamentosmichel527
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Amit Sharma
 

Viewers also liked (18)

Integration with Oracle Database Gateway
Integration with Oracle Database GatewayIntegration with Oracle Database Gateway
Integration with Oracle Database Gateway
 
Asm disk group migration from
Asm disk group migration from Asm disk group migration from
Asm disk group migration from
 
A política de assistência social no contexto neoliberal desafios e contradi...
A política de assistência social no  contexto neoliberal desafios e  contradi...A política de assistência social no  contexto neoliberal desafios e  contradi...
A política de assistência social no contexto neoliberal desafios e contradi...
 
Embolia poplítea ycelulas madre
Embolia poplítea ycelulas madreEmbolia poplítea ycelulas madre
Embolia poplítea ycelulas madre
 
Lina Camila Gonzalez Gutierrez ASA2DM
Lina Camila Gonzalez Gutierrez ASA2DMLina Camila Gonzalez Gutierrez ASA2DM
Lina Camila Gonzalez Gutierrez ASA2DM
 
Tugas2 aplikasiniaga 6703154090
Tugas2 aplikasiniaga 6703154090Tugas2 aplikasiniaga 6703154090
Tugas2 aplikasiniaga 6703154090
 
PRESS_RELEASE_AUTUMN11_RSF
PRESS_RELEASE_AUTUMN11_RSFPRESS_RELEASE_AUTUMN11_RSF
PRESS_RELEASE_AUTUMN11_RSF
 
Edp 279 assignment 4.1
Edp 279 assignment 4.1Edp 279 assignment 4.1
Edp 279 assignment 4.1
 
Oracle 10g Database Server Kurulum
Oracle 10g Database Server KurulumOracle 10g Database Server Kurulum
Oracle 10g Database Server Kurulum
 
A pair of tickets by amy tan
A pair of tickets by amy tanA pair of tickets by amy tan
A pair of tickets by amy tan
 
Oracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLinkOracle to MySQL DatabaseLink
Oracle to MySQL DatabaseLink
 
Amor filial
Amor filialAmor filial
Amor filial
 
MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA
MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA    MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA
MONOGRAFIA SOBRE LA ALFARERIA O CERAMICA
 
Diapositiva lissette Sanchez
Diapositiva lissette SanchezDiapositiva lissette Sanchez
Diapositiva lissette Sanchez
 
Neuromuscular disorder
Neuromuscular disorderNeuromuscular disorder
Neuromuscular disorder
 
Quimica Fundamentos
Quimica FundamentosQuimica Fundamentos
Quimica Fundamentos
 
Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9Getting started-with-oracle-so a-9
Getting started-with-oracle-so a-9
 
Resume
ResumeResume
Resume
 

Similar to Install ODBC Driver, Oracle Gateway & Configure Connectivity

Connect sql-using-perl-from-linux
Connect sql-using-perl-from-linuxConnect sql-using-perl-from-linux
Connect sql-using-perl-from-linuxVenkat Raman
 
Ibi Open Visualizations
Ibi Open VisualizationsIbi Open Visualizations
Ibi Open VisualizationsClif Kranish
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linuxOsama Mustafa
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 
Asian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On UblAsian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On Ublnewrforce
 
Deployment Tactics
Deployment TacticsDeployment Tactics
Deployment TacticsIan Barber
 
Final Database Connectivity in JAVA.ppt
Final Database Connectivity in JAVA.pptFinal Database Connectivity in JAVA.ppt
Final Database Connectivity in JAVA.pptTabassumMaktum
 
Getting Started with CloudScript
Getting Started with CloudScriptGetting Started with CloudScript
Getting Started with CloudScriptNephoScale
 
Docker for Web Developers: A Sneak Peek
Docker for Web Developers: A Sneak PeekDocker for Web Developers: A Sneak Peek
Docker for Web Developers: A Sneak Peekmsyukor
 
Scaling Docker Containers using Kubernetes and Azure Container Service
Scaling Docker Containers using Kubernetes and Azure Container ServiceScaling Docker Containers using Kubernetes and Azure Container Service
Scaling Docker Containers using Kubernetes and Azure Container ServiceBen Hall
 
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...Massimo Cenci
 
PHP on Heroku: Deploying and Scaling Apps in the Cloud
PHP on Heroku: Deploying and Scaling Apps in the CloudPHP on Heroku: Deploying and Scaling Apps in the Cloud
PHP on Heroku: Deploying and Scaling Apps in the CloudSalesforce Developers
 
OFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation DemonstrationOFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation DemonstrationSreenivasa Setty
 
Optimize the obvious
Optimize the obviousOptimize the obvious
Optimize the obviousdrhenner
 
[Codelab 2017] Docker 기초 및 활용 방안
[Codelab 2017] Docker 기초 및 활용 방안[Codelab 2017] Docker 기초 및 활용 방안
[Codelab 2017] Docker 기초 및 활용 방안양재동 코드랩
 
Opendj - A LDAP Server for dummies
Opendj - A LDAP Server for dummiesOpendj - A LDAP Server for dummies
Opendj - A LDAP Server for dummiesClaudio Borges
 
Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
 Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2   Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2 Adil Khan
 

Similar to Install ODBC Driver, Oracle Gateway & Configure Connectivity (20)

Connect sql-using-perl-from-linux
Connect sql-using-perl-from-linuxConnect sql-using-perl-from-linux
Connect sql-using-perl-from-linux
 
Ibi Open Visualizations
Ibi Open VisualizationsIbi Open Visualizations
Ibi Open Visualizations
 
Steps to Create odbc connection linux
Steps to Create odbc connection linuxSteps to Create odbc connection linux
Steps to Create odbc connection linux
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 
Asian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On UblAsian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On Ubl
 
Deployment Tactics
Deployment TacticsDeployment Tactics
Deployment Tactics
 
Final Database Connectivity in JAVA.ppt
Final Database Connectivity in JAVA.pptFinal Database Connectivity in JAVA.ppt
Final Database Connectivity in JAVA.ppt
 
Getting Started with CloudScript
Getting Started with CloudScriptGetting Started with CloudScript
Getting Started with CloudScript
 
Docker for Web Developers: A Sneak Peek
Docker for Web Developers: A Sneak PeekDocker for Web Developers: A Sneak Peek
Docker for Web Developers: A Sneak Peek
 
Scaling Docker Containers using Kubernetes and Azure Container Service
Scaling Docker Containers using Kubernetes and Azure Container ServiceScaling Docker Containers using Kubernetes and Azure Container Service
Scaling Docker Containers using Kubernetes and Azure Container Service
 
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
Recipe 14 of Data Warehouse and Business Intelligence - Build a Staging Area ...
 
PHP on Heroku: Deploying and Scaling Apps in the Cloud
PHP on Heroku: Deploying and Scaling Apps in the CloudPHP on Heroku: Deploying and Scaling Apps in the Cloud
PHP on Heroku: Deploying and Scaling Apps in the Cloud
 
OFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation DemonstrationOFM SOA Suite 11gR1 – Installation Demonstration
OFM SOA Suite 11gR1 – Installation Demonstration
 
Optimize the obvious
Optimize the obviousOptimize the obvious
Optimize the obvious
 
[Codelab 2017] Docker 기초 및 활용 방안
[Codelab 2017] Docker 기초 및 활용 방안[Codelab 2017] Docker 기초 및 활용 방안
[Codelab 2017] Docker 기초 및 활용 방안
 
My SQL 101
My SQL 101My SQL 101
My SQL 101
 
Opendj - A LDAP Server for dummies
Opendj - A LDAP Server for dummiesOpendj - A LDAP Server for dummies
Opendj - A LDAP Server for dummies
 
Intro to docker
Intro to dockerIntro to docker
Intro to docker
 
Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
 Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2   Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
Recipe to build open splice dds 6.3.xxx Hello World example over Qt 5.2
 
Tutorial j boss
Tutorial j bossTutorial j boss
Tutorial j boss
 

Recently uploaded

Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Seán Kennedy
 
Bank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis ProjectBank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis ProjectBoston Institute of Analytics
 
Principles and Practices of Data Visualization
Principles and Practices of Data VisualizationPrinciples and Practices of Data Visualization
Principles and Practices of Data VisualizationKianJazayeri1
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Thomas Poetter
 
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdfEnglish-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdfblazblazml
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our WorldEduminds Learning
 
IBEF report on the Insurance market in India
IBEF report on the Insurance market in IndiaIBEF report on the Insurance market in India
IBEF report on the Insurance market in IndiaManalVerma4
 
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdfWorld Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdfsimulationsindia
 
Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataTecnoIncentive
 
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...Dr Arash Najmaei ( Phd., MBA, BSc)
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Boston Institute of Analytics
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxSimranPal17
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024Susanna-Assunta Sansone
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Boston Institute of Analytics
 
Digital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksDigital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksdeepakthakur548787
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Cathrine Wilhelmsen
 
Decoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectDecoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectBoston Institute of Analytics
 
Rithik Kumar Singh codealpha pythohn.pdf
Rithik Kumar Singh codealpha pythohn.pdfRithik Kumar Singh codealpha pythohn.pdf
Rithik Kumar Singh codealpha pythohn.pdfrahulyadav957181
 

Recently uploaded (20)

Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...Student profile product demonstration on grades, ability, well-being and mind...
Student profile product demonstration on grades, ability, well-being and mind...
 
Bank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis ProjectBank Loan Approval Analysis: A Comprehensive Data Analysis Project
Bank Loan Approval Analysis: A Comprehensive Data Analysis Project
 
Principles and Practices of Data Visualization
Principles and Practices of Data VisualizationPrinciples and Practices of Data Visualization
Principles and Practices of Data Visualization
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
 
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdfEnglish-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our World
 
IBEF report on the Insurance market in India
IBEF report on the Insurance market in IndiaIBEF report on the Insurance market in India
IBEF report on the Insurance market in India
 
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdfWorld Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
 
Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded data
 
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
Decoding the Heart: Student Presentation on Heart Attack Prediction with Data...
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptx
 
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
FAIR, FAIRsharing, FAIR Cookbook and ELIXIR - Sansone SA - Boston 2024
 
Data Analysis Project: Stroke Prediction
Data Analysis Project: Stroke PredictionData Analysis Project: Stroke Prediction
Data Analysis Project: Stroke Prediction
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
 
Digital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing worksDigital Marketing Plan, how digital marketing works
Digital Marketing Plan, how digital marketing works
 
Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)Data Factory in Microsoft Fabric (MsBIP #82)
Data Factory in Microsoft Fabric (MsBIP #82)
 
Decoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis ProjectDecoding Patterns: Customer Churn Prediction Data Analysis Project
Decoding Patterns: Customer Churn Prediction Data Analysis Project
 
Rithik Kumar Singh codealpha pythohn.pdf
Rithik Kumar Singh codealpha pythohn.pdfRithik Kumar Singh codealpha pythohn.pdf
Rithik Kumar Singh codealpha pythohn.pdf
 

Install ODBC Driver, Oracle Gateway & Configure Connectivity

  • 1. Using Microsoft ODBC and Oracle Gateway 1 Installing the Driver Manager An ODBC application makes ODBC calls to the Driver Manager. The Driver Manager carries out a number of tasks for the application such as ensuring the proper driver is loaded/unloaded. You can download the DriverManager from http://www.unixodbc.org. Here I use unixODBC-2.3.0 . 1.1Copy it to the Linux server and unzip it. 1.2Change to the unixODBC-2.3.0 directory. 1.3Execute : export CPPFLAGS="-DSIZEOF_LONG_INT=8" 1.4Execute : ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc -- enable-gui=no --enable-drivers=no --enable-iconv --with-iconv-char- enc=UTF8 --with-iconv-ucode-enc=UTF16LE
  • 3. 2 Installing Microsoft ODBC Driver for SQL Server on Linux You can download the Microsoft ODBC Driver 11 for SQL Server on Linux from here: https://www.microsoft.com/en-us/download/details.aspx?id=36437 2.1unzip msodbcsql-11.0.2270.0.tar.gz 2.2change to msodbcsql-11.0.2270.0
  • 4. 2.3Execute the command: ./install.sh install 2.4After reviewing the license agreement, type YES to continue with the installation. 2.5To verify that the ODBC driver on Linux was registered successfully, execute the following command: odbcinst -q -d -n "ODBC Driver 11 for SQL Server".
  • 5. 3 installing oracle gateway Oracle Database Gateways provide the ability to transparently integrate with non- Oracle systems from an Oracle environment. You can download it from here: http://www.oracle.com/technetwork/database/enterprise- edition/downloads/database12c-linux-download-2240591.html 3.1Unzip the binaries 3.2Change to gateways 3.3Execute: ./runinstaller –silent –noconfig –responseFile ./gw.rsp 3.4Execute root.sh
  • 6. 4 Configuring ODBC and Oracle Gateway The configuring steps includes:  Configure ODBC DSN  Configure the Gateway Initialization Parameter File  Configure the Gateway Listener  Configure the Database TNS descriptor  Create the Database DB Links 4.1 configure /etc/odbc.ini,the /etc/odbc.iniislookslikebelow,where DEMOisthe DSN: [DEMO] Description=Microsoft ODBC Driver 11 for SQL Server Driver=/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2270.0 Server = 10.96.114.141 Port = Language = English Database = HUB Logging = 0 LogFile = QuotedId = Yes AnsiNPW = Yes Mars_Connection = No 4.2 verifythe connectivityof the DSN bysqlcmd sqlcmd –D –S DEMO –U username 4.3 Change to $GATEWAY_HOME/hs/admin,create the initial parametersfile,example: $vi initDEMO.ora # # HS init parameters
  • 7. # HS_FDS_CONNECT_INFO = DEMO HS_FDS_TRACE_LEVEL = debug HS_FDS_SHAREABLE_NAME = /usr/lib64/libodbc.so #HS_NLS_NCHAR = AMERICAN_AMERICA.US7ASCII #HS_LANGUAGE = AMERICAN_AMERICA.US7ASCII # # ODBC specific environment variables # set ODBCINI=/etc/odbc.ini 4.4 Editthe listener.orafileandadd new LISTENER forthe Gateway: LISTENER_GW = (ADDRESS_LIST= (ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxxxxxx)(PORT=1525)) ) SID_LIST_LISTENER_GW= (SID_LIST= (SID_DESC= (SID_NAME=DEMO) (ORACLE_HOME=/u01/app/oracle/product/11.2.0.1/gateways) (PROGRAM=dg4odbc) ) )
  • 8. 4.5 Reload/restartthe LISTENERforthe Gateway 4.6 Editthe tnsnames.orafiletoadda connectdescriptorforthe gateway DEMO = (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=xxxxxxxx)(PORT=1525)) (CONNECT_DATA=(SID=DEMO)) (HS=OK) ) 4.7 Create DB Linkby usingthe TNS stringyoujustcreated SQL> create public database link dbl_demo connect to “demo” identified by “demo” using ‘demo’
  • 9. Appendix: Example of Response file RESPONSEFILE_VERSION=2.2.1.0.0 UNIX_GROUP_NAME="oinstall" FROM_LOCATION="/home/oracle/gateways/stage/products.xml" FROM_LOCATION_CD_LABEL=<Value Unspecified> ORACLE_HOME="/home/oracle/product/11.2.0.1/gateways" ORACLE_BASE=<Value Unspecified> ORACLE_HOME_NAME="OraGtw11g_home1" SHOW_WELCOME_PAGE=true SHOW_CUSTOM_TREE_PAGE=true SHOW_COMPONENT_LOCATIONS_PAGE=true SHOW_SUMMARY_PAGE=true SHOW_INSTALL_PROGRESS_PAGE=true SHOW_REQUIRED_CONFIG_TOOL_PAGE=true SHOW_CONFIG_TOOL_PAGE=true SHOW_RELEASE_NOTES=true SHOW_ROOTSH_CONFIRMATION=true SHOW_END_SESSION_PAGE=true SHOW_EXIT_CONFIRMATION=true NEXT_SESSION=false NEXT_SESSION_ON_FAIL=true NEXT_SESSION_RESPONSE=<Value Unspecified> DEINSTALL_LIST={"oracle.tg","11.2.0.1.0"} SHOW_DEINSTALL_CONFIRMATION=true SHOW_DEINSTALL_PROGRESS=true CLUSTER_NODES={} ACCEPT_LICENSE_AGREEMENT=false METALINK_LOCATION=<Value Unspecified> METALINK_USERNAME=<Value Unspecified> METALINK_PASSWORD=<Value Unspecified> PROXY_HOST="" PROXY_PORT="" PROXY_REALM=<Value Unspecified> PROXY_USER="" PROXY_PWD=<Value Unspecified> DONT_PROXY_FOR=<Value Unspecified> TOPLEVEL_COMPONENT={"oracle.tg","11.2.0.1.0"} SHOW_SPLASH_SCREEN=true oracle_install_db_SID=<Value Unspecified> oracle_install_RACInstall=false oracle_install_OSDBA="" oracle_install_OSOPER="" oracle_install_OSASM="" oracle_install_client_ic_FlattenOracleHome=true oracle_install_architecture="" oracle_install_comp_clrintg_ode_net_Selected=true oracle_install_comp_clrintg_ode_net_2_Selected=true oracle_install_comp_rdbms_dv_Selected=false oracle_install_comp_rdbms_partitioning_Selected=true oracle_install_comp_rdbms_dm_Selected=true oracle_install_comp_rdbms_lbac_Selected=false oracle_install_comp_rdbms_rat_Selected=true oracle_install_comp_oraolap_Selected=true oracle_install_db_LaunchDBCA=<Value Unspecified> oracle_install_db_LaunchODMA=<Value Unspecified> b_launchLocalConfig=<Value Unspecified> oracle_install_db_dbcaCmd=<Value Unspecified> oracle_install_db_dbuaCmd=<Value Unspecified> oracle_install_LaunchNetCA=true oracle_install_netcaCmd="bin/netca"
  • 10. oracle_install_netcaDeinstCmd=<Value Unspecified> oracle_install_crs_emcaCmd=<Value Unspecified> oracle_install_crs_upgrade_LaunchEMCA=false oracle_install_db_isHAOrCRSConfigured=false oracle_install_crs_LaunchASMCA=<Value Unspecified> oracle_install_crs_LaunchOifcfg=<Value Unspecified> oracle_install_crs_LaunchCluvfy=<Value Unspecified> oracle_install_crs_LaunchRootBat=false oracle_install_crs_crsInstCmd=<Value Unspecified> oracle_install_crs_oifcfgCmd=<Value Unspecified> oracle_install_crs_crsDeinstCmd=<Value Unspecified> oracle_install_crs_crsUpgrdCmd=<Value Unspecified> oracle_install_crs_cluvfyCmd=<Value Unspecified> oracle_install_crs_asmcaCmd=<Value Unspecified> oracle_install_crs_rootBatCmd=<Value Unspecified> oracle_install_crs_configuredCRSHome=<Value Unspecified> oracle_install_crs_installingHomeShared=<Value Unspecified> oracle_install_crs_updnodelistCfsArgInstallingHome=<Value Unspecified> oracle_install_crs_updnodelistCfsArgConfiguredHome=<Value Unspecified> oracle_install_NoMigration=true oracle_install_RDBMSInstalling=false oracle_install_db_SetOracleBase=<Value Unspecified> oracle_install_db_UseDBControl=<Value Unspecified> n_configurationOption=<Value Unspecified> oracle_install_crs_InstallOption=<Value Unspecified> oracle_install_db_InstallEdition="EE" oracle_install_db_ConfigurationType="" s_dlgASMCfgDiskGroupName=<Value Unspecified> oracle_install_db_EMEmailAddress=<Value Unspecified> oracle_install_db_EMSMTPServer=<Value Unspecified> oracle_install_crs_OCRPartitionLocation=<Value Unspecified> oracle_install_db_InstallType="" sl_upgradableRACDBInstances={} oracle.install.crs.storageOption=0 oracle.install.asm.OSASM=<Value Unspecified> oracle.install.asm.diskGroup.name="" oracle.install.asm.diskGroup.diskDiscoveryString="" oracle.install.asm.diskGroup.disks={} oracle.install.asm.diskGroup.redundancy="" oracle_install_crs_StorageOption=0 oracle_install_asm_DiskGroupName="" oracle_install_asm_DiskDiscoveryString="" oracle_install_asm_Disks={} oracle_install_asm_DiskGroupRedundancy="" CLUSTER_CONFIGURATION_FILE=<Value Unspecified> oracle_install_crs_OCRRedundancy=<Value Unspecified> oracle_install_crs_VotingDiskRedundancy=<Value Unspecified> ret_PrivIntrList={} oracle_install_crs_ClusterName="" oracle_install_crs_CommaSeparatedNodes="" oracle_install_crs_OCRMirrorLocation=<Value Unspecified> oracle_install_crs_OCRMirrorLocation2=<Value Unspecified> oracle_install_crs_DiskDriveMapping={} oracle_install_crs_OCRDeviceList="" oracle_install_crs_VotingDiskList="" oracle_install_crs_VDSKMirror1Location1=<Value Unspecified> oracle_install_crs_VDSKMirror1Location2=<Value Unspecified> oracle_install_crs_VDSKLocation=<Value Unspecified> oracle_install_crs_SWOnly=<Value Unspecified> oracle_install_LanguageID="" oracle_install_crs_Upgrade=false oracle_install_crs_ConfigureGNS=false oracle_install_crs_GNSSubDomain=""
  • 11. oracle_install_crs_GNSVIPAddress="" oracle_install_crs_SCANName="" oracle_install_crs_SCANPortNumber=0 oracle_install_crs_FinalInterfaceList={} oracle_install_crs_NodeVips="" s_windowsSystemDirectory=<Value Unspecified> oracle_install_crs_UseIPMI=false oracle_install_crs_PublicNodeListWithoutDomain={} oracle_install_asm_MigrateASM=false s_recodHTTPPort="2030" oracle_install_9iRACPresent=false oracle_install_UnixMakePath="/usr/bin/make" oracle_install_installerCmd="" SELECTED_LANGUAGES={"en"} COMPONENT_LANGUAGES={"en"} INSTALL_TYPE="Custom" DEPENDENCY_LIST={"oracle.rdbms.hsodbc:11.2.0.1.0"} net_var=<Value Unspecified> varRemote=<Value Unspecified> varMQM=<Value Unspecified> MQ_MANAGER=<Value Unspecified> oracle.rdbms.tg4adbs:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4ifmx:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4ims:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4msql:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4sybs:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4tera:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4vsam:sl_returnVal=<Value Unspecified> oracle.rdbms.tg4db2:sl_returnVal=<Value Unspecified>