Using ODBC without running odbc_install.exe (no installation)

Hi,
Is it possible to have a VB.NET aplication using Oracle ODBC driver without running/installing odbc_install.exe?
I want to deploy my application without having to run anything on the client so I guessed that instant client would help but I can't make it work.
Thanks in advance.

In order to use the Oracle ODBC driver or the Microsoft ODBC driver for Oracle, the Oracle client needs to be installed. You can invoke the Oracle Universal Installer from InstallShield (optionally with a response file), but I'm not aware of a more 'integrated' solution.
If the Oracle client is too large a fottprint, there are third parties (i.e. DataDirect) that would be more than happy to sell you a wire-protocol ODBC driver that can run without the Oracle client.
Justin
Distributed Database Consulting, Inc.
www.ddbcinc.com

Similar Messages

  • Using ODBC without the 8i or 9i Client

    Connecting Access.mdb on a windows station to Oracle 8i or 9i using ODBC
    Can an oracle ODBC driver be installed programatically on a station without installing the complete 8i or 9i client?
    The Microsoft ODBC driver for Oracle produces a message stating that the client needs to be installed.
    Perhaps there is an automated way of installing the client by running a script or something.
    Ideally there would be a method of using one setup program on any station that would install all required elements for this application including the Oracle ODBC driver.
    Would InstallShield contain an Oracle ODBC driver that would work on 8i and 9i?

    In order to use the Oracle ODBC driver or the Microsoft ODBC driver for Oracle, the Oracle client needs to be installed. You can invoke the Oracle Universal Installer from InstallShield (optionally with a response file), but I'm not aware of a more 'integrated' solution.
    If the Oracle client is too large a fottprint, there are third parties (i.e. DataDirect) that would be more than happy to sell you a wire-protocol ODBC driver that can run without the Oracle client.
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com

  • How to use ODBC SQLDriverConnect() without using tnsnames.ora file

    I have an ODBC application that connects to an Oracle 10g database. Currently, my SQLDriverConnect() function call uses the following connection string:
    DRIVER={Oracle in OraClient10g_home1}; DBQ=MyDB.world; DBA=W; UID=foo; PWD=bar
    This requires an entry in the tnsnames.ora file that looks like this:
    MyDB.world =
    (DESCRIPTION = (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)(Host = server1.intel.com)(Port = 1521)
    (ADDRESS =
    (PROTOCOL = TCP)(Host = server2.intel.com)(Port = 1521)
    (ADDRESS =
    (PROTOCOL = TCP)(Host = server3.intel.com)(Port = 1521)
    (ADDRESS =
    (PROTOCOL = TCP)(Host = server4.intel.com)(Port = 1521)
    (LOAD_BALANCE = yes)
    (CONNECT_DATA = (SERVER = DEDICATED)
    (SERVICE_NAME = MY_SRVC))
    However, I would really like to be able to connect using ODBC without having to create that entry in the tnsnames.ora file. I have tried to substitute the DBQ=MyDB.world with the entire (DESCRIPTION=..... string from the original tnsnames.ora file, but it returns the error:
    ORA-12154: TNS: Could not resolve the connect identifier specified.
    I have heard others are able to use sqlplus with no tnsnames.ora file and the do specify the entire (DESCRIPTION=.... string on the sqlplus connection string, but is this possible to do using the ODBC SQLDriverConnect() function? If so, do I need to use a different keyword/value pair other than DBQ=?
    Any help on this would be greatly appreciated.
    Thank you.

    How would that work in a load balanced configuration? Take a closer look at the tnsnames.ora example I included in my original post. I have 4 ADDRESS= sections to denote 4 servers that are part of the load balanced environment.
    Also, I'm not familiar with that syntax, I need to use the syntax supported by the SQLDriverConnect() API function, which looks like this:
    DRIVER={Oracle in OraClient10g_home1}; DBQ=MyDB.world; DBA=W; UID=foo; PWD=bar
    I don't know as SQLDriverConnect() would accept an alternative syntax. But the more important issue here is the ability to specify those 4 servers in the load balanced configuration as indicated by that tnsnames.ora entry.

  • Running rwrun.exe (10g) but nothing happened

    Hi all,
    I try to run the report 10g from win xp from my pc together with the report builder installed on the same machine. when i run the rwrun.exe with the below parameter from the cmd prompt ;-
    rwrun.exe userid=orion/orion@orcl report=c:\test.rep desformat=spreadsheet
    once I enter the command imediately it prompted out without running the exe file. How can it be ?? does anything wrong with the installation or what ??
    Rgds
    Lim

    Hello,
    First the parameters DESTYPE and DESNAME are missing. The command should be :
    rwrun.exe userid=orion/orion@orcl report=c:\test.rep desformat=spreadsheet destype=file desname=c:\temp\output.xls
    Check the file reports.log created in the working directory
    regards

  • How can I run ni488216.exe without any prompts during installation?

    How can I run ni488216.exe without any prompts during installation (Silent mode)?

    Typically you can do a silent install of the NI-488.2 software by running:
    setup.exe /S LV_INSTALL path=
    Regards,
    Greg Caesar
    National Instruments
    Applications Engineer

  • Oracle Installer Crash running ODTwithODAC10202.exe

    Can someone please help asap with the following problem? It sounds like it might be related to the psapi.dll problems others are having.
    I installed the Oracle Dev Tools about a month ago on my Win2K workstation and have been using ODP.NET with no problems since.
    I now need to reinstall ODT from scratch, so have run ODTwithODAC10202.exe, which successfully unzips files into /install and /stage. I'm then launching /install/setup.exe. This is when the problem occurs.
    A command prompt appears stating all installer requirements are met, then the Oracle Universal Installer window appears for about 2 seconds, before disappearing without a trace. Digging into C:\temp I found a file called hs_err_pid2052.log which was created at the time the installer crashed (see content below).
    What is happening here? C Shay - I would like to follow your advice re reinstalling the JVM, but there doesn't seem to be any obvious way to do so. Bear in mind I have admin privileges on my box, but Add/Remove Programs is not available to me.
    **** C:\temp\hs_err_pid2052.log ****
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77FCCA14
    Function=RtlFreeHeap+0x3D0
    Library=C:\WINNT\system32\ntdll.dll
    Current Java thread:
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.GetAllOracleHomes(Native Method)
         at oracle.sysman.oii.oiip.oiipg.OiipgOracleHomes.getOsdOracleHomeInfo(OiipgOracleHomes.java:291)
         at oracle.sysman.oii.oiif.oiifp.OiifpContentsTabPanel.add33Comps(OiifpContentsTabPanel.java:1020)
         at oracle.sysman.oii.oiif.oiifp.OiifpContentsTabPanel.fillInventoryTree(OiifpContentsTabPanel.java:702)
         at oracle.sysman.oii.oiif.oiifp.OiifpContentsTabPanel.refreshTree(OiifpContentsTabPanel.java:1508)
         at oracle.sysman.oii.oiif.oiifp.OiifpContentsTabPanel.prepareInvTree(OiifpContentsTabPanel.java:2253)
         at oracle.sysman.oii.oiif.oiifd.OiifdInventoryDialog.doModal(OiifdInventoryDialog.java:457)
         at oracle.sysman.oii.oiif.oiifw.OiifwWizDialog.onViewPrivate(OiifwWizDialog.java:863)
         at oracle.sysman.oii.oiif.oiifw.OiifwWizDialog.access$000(OiifwWizDialog.java:330)
         at oracle.sysman.oii.oiif.oiifw.OiifwWizDialog$PrepareInventoryTree.run(OiifwWizDialog.java:1778)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x0040B000      C:\TEMP\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\javaw.exe
    0x77F80000 - 0x77FFD000      C:\WINNT\system32\ntdll.dll
    0x7C2D0000 - 0x7C332000      C:\WINNT\system32\ADVAPI32.dll
    0x7C570000 - 0x7C624000      C:\WINNT\system32\KERNEL32.DLL
    0x77D30000 - 0x77D9F000      C:\WINNT\system32\RPCRT4.DLL
    0x77E10000 - 0x77E6F000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x75E60000 - 0x75E7A000      C:\WINNT\system32\IMM32.DLL
    0x6CA60000 - 0x6CA68000      C:\WINNT\system32\LPK.DLL
    0x66650000 - 0x666A4000      C:\WINNT\system32\USP10.dll
    0x08000000 - 0x08138000      C:\TEMP\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\client\jvm.dll
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\TEMP\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\hpi.dll
    0x007F0000 - 0x007FE000      C:\TEMP\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\verify.dll
    0x00800000 - 0x00819000      C:\TEMP\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\java.dll
    0x00820000 - 0x0082E000      C:\TEMP\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\zip.dll
    0x1A890000 - 0x1A9A2000      C:\temp\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\awt.dll
    0x77800000 - 0x7781E000      C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76630000      C:\WINNT\system32\MPR.DLL
    0x7CE20000 - 0x7CF0F000      C:\WINNT\system32\ole32.dll
    0x1A9B0000 - 0x1AA01000      C:\temp\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\fontmanager.dll
    0x51000000 - 0x5104D000      C:\WINNT\system32\ddraw.dll
    0x728A0000 - 0x728A6000      C:\WINNT\system32\DCIMAN32.dll
    0x5C000000 - 0x5C0C8000      C:\WINNT\system32\D3DIM700.DLL
    0x6E420000 - 0x6E426000      C:\WINNT\system32\INDICDLL.dll
    0x00840000 - 0x00869000      C:\temp\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\JavaAccessBridge.dll
    0x02B80000 - 0x02B85000      C:\temp\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\jawt.dll
    0x02B90000 - 0x02B98000      C:\temp\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\JAWTAccessBridge.dll
    0x02E50000 - 0x02E69000      C:\temp\OraInstall2006-12-21_03-23-28PM\oui\lib\win32\oraInstaller.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759B0000 - 0x759B6000      C:\WINNT\system32\LZ32.DLL
    0x7C340000 - 0x7C396000      C:\temp\OraInstall2006-12-21_03-23-28PM\oui\lib\win32\msvcr71.dll
    0x02F90000 - 0x02FAE000      C:\temp\OraInstall2006-12-21_03-23-28PM\jre\1.4.2\bin\jpeg.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 832K, used 493K [0x10010000, 0x100f0000, 0x10770000)
    eden space 768K, 57% used [0x10010000, 0x1007d9a0, 0x100d0000)
    from space 64K, 86% used [0x100e0000, 0x100ede28, 0x100f0000)
    to space 64K, 0% used [0x100d0000, 0x100d0000, 0x100e0000)
    tenured generation total 10276K, used 7437K [0x10770000, 0x11179000, 0x16010000)
    the space 10276K, 72% used [0x10770000, 0x10eb37e0, 0x10eb3800, 0x11179000)
    compacting perm gen total 12800K, used 12733K [0x16010000, 0x16c90000, 0x1a010000)
    the space 12800K, 99% used [0x16010000, 0x16c7f5d0, 0x16c7f600, 0x16c90000)
    Local Time = Thu Dec 21 15:23:43 2006
    Elapsed Time = 4
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    #

    There are multiple folders (one for each botched installation) called:
    C:\temp\OraInstall<timestamp>
    These folders contain /diagnostics /jre and /oui folders, but the files you mentioned aren't there. Anywhere else I should look?
    OS details:
    Windows 2000 Professional 5.00.2195
    Service Pack 4
    Dump of HKLM/Software/Oracle:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE]
    "NLS_DATE_FORMAT"="DD-MON-RR"
    "TNS_ADMIN"="C:\\Program Files\\ORANT\\NETWORK\\ADMIN"
    "API"="C:\\Program Files\\Oracle\\ora81\\dbs"
    "COMPANY_NAME"=hex(2):42,00,61,00,72,00,63,00,6c,00,61,00,79,00,73,00,20,00,43,\
    00,61,00,70,00,69,00,74,00,61,00,6c,00,00,00
    "NLS_LANG"="ENGLISH_UNITED KINGDOM.WE8ISO8859P1"
    "NLSRTL32"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,4e,00,4c,00,53,00,52,00,54,00,4c,00,33,00,32,00,00,00
    "ODBC_SYS"="system32"
    "OI_NLS32"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,6f,00,72,00,61,00,69,00,6e,00,73,00,74,00,5c,00,4e,00,4c,00,42,00,00,00
    "ORA_NLS32"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,4e,00,4c,00,53,00,52,00,54,00,4c,00,33,00,32,00,5c,00,44,00,41,00,54,00,\
    41,00,00,00
    "ORACLE_GROUP_NAME"="Oracle - OraHome81"
    "ORACLE_HOME"="C:\\Program Files\\Oracle\\ora81"
    "OTRACE73"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,4f,00,54,00,52,00,41,00,43,00,45,00,37,00,33,00,00,00
    "PLSQL23"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,50,00,4c,00,53,00,51,00,4c,00,32,00,33,00,00,00
    "PRO18"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
    00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,00,\
    50,00,52,00,4f,00,31,00,38,00,00,00
    "RDBMS73"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,52,00,44,00,42,00,4d,00,53,00,37,00,33,00,00,00
    "SHARED_ORACLE_HOME"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,\
    00,6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,\
    54,00,00,00
    "inst_loc"="C:\\Program Files\\Oracle\\Inventory"
    "ORACLE_HOME_NAME"="OraHome81"
    "OLEDB"="C:\\PROGRA~1\\Oracle\\ora81\\oledb\\mesg"
    "OO4O"="C:\\PROGRA~1\\Oracle\\Ora81\\oo4o\\mesg"
    "EXECUTE_SQL"=hex(2):50,00,4c,00,55,00,53,00,33,00,33,00,00,00
    "PLUS_DFLT"=hex(2):50,00,4c,00,55,00,53,00,33,00,33,00,00,00
    "PLUS33"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,\
    00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,00,\
    50,00,4c,00,55,00,53,00,33,00,33,00,00,00
    "SQLPATH"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,\
    20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,\
    00,44,00,42,00,53,00,00,00
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES]
    "DEFAULT_HOME"="ORAHOME81"
    "HOME_COUNTER"="2"
    "LAST_HOME"="1"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES\ID0]
    "NAME"="DEFAULT_HOME"
    "NLS_LANG"="NA"
    "PATH"="C:\\Program Files\\ORANT"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ALL_HOMES\ID1]
    "NAME"="ORAHOME81"
    "NLS_LANG"="NA"
    "PATH"="C:\\PROGRA~1\\Oracle\\Ora81"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\ntinstall]
    "MOH Icons"="exec"
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\ntinstall\OCSM Groups]
    "Full Download"="ntcompat,exec,deinstl"
    "Run From Server"="res:US,prodmsg:US,script:US,dll:US"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32netclt23]
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32netclt23\Map Vars]
    "oracle_group_name"="Oracle for Windows NT"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32netclt23\OCSM Groups]
    "EXEs DLLs Download"="deinstl:US,tns,cfg23,sample,msb:US"
    "Full Download"="deinstl:US,tns,cfg23,sample,msb:US"
    "Run From Server"="deinstl:US,tns,cfg23,sample,msb:US"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32nmp23]
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32nmp23\OCSM Groups]
    "EXEs DLLs Download"="deinstl:US,dll"
    "Full Download"="deinstl:US,dll"
    "Run From Server"="deinstl:US,dll"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32plus33]
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32plus33\Map Vars]
    "oracle_group_name"="Oracle for Windows NT"
    "PLUS33"="C:\\Program Files\\ORANT\\PLUS33"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32plus33\OCSM Groups]
    "EXEs DLLs Download"="deinstl:US,msg:US,sql,prefs,exe"
    "Full Download"="deinstl:US,msg:US,sql,prefs,exe"
    "Run From Server"="deinstl:US,msg:US,sql,prefs,exe"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32plus33\Registry Backup]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32plus33\Registry Backup\Outside locations]
    "1"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,SQLPATH,1,1"
    "2"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,PLUS33,1,1"
    "3"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,EXECUTE_SQL,1,1"
    "4"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,PLUS_DFLT,1,1"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32rsf73]
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32rsf73\Map Vars]
    "NLSRTL32"="C:\\Program Files\\ORANT\\NLSRTL32"
    "OTRACE73"="C:\\Program Files\\ORANT\\OTRACE73"
    "PLSQL23"="C:\\Program Files\\ORANT\\PLSQL23"
    "PRO18"="C:\\Program Files\\ORANT\\PRO18"
    "RDBMS73"="C:\\Program Files\\ORANT\\RDBMS73"
    "SYSDIR"="System32"
    "WINSYS"="C:\\WINNT\\System32"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32rsf73\OCSM Groups]
    "EXEs DLLs Download"="deinstl:US,commdll,dll,msg:US,sql,nlsdata,user"
    "Full Download"="deinstl:US,commdll,dll,msg:US,sql,nlsdata,user"
    "Run From Server"="deinstl:US,commdll,dll,msg:US,sql,nlsdata,user"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32rsf73\Registry Backup]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32rsf73\Registry Backup\Outside locations]
    "1"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,RDBMS73,1,1"
    "2"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,OTRACE73,1,1"
    "3"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,PLSQL23,1,1"
    "4"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,PRO18,1,1"
    "5"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,NLSRTL32,1,1"
    "6"="HKEY_LOCAL_MACHINE,SOFTWARE\\ORACLE,ORA_NLS32,1,1"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32sodbc250]
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32sodbc250\Map Vars]
    "ODBC_SYS"="system32"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32sodbc250\OCSM Groups]
    "Run From Server"="deinst,ora,mfc,ctl3d:nt,iconnt"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32sodbc250\Registry Backup]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32sodbc250\Registry Backup\Outside locations]
    "1"="HKEY_LOCAL_MACHINE,SOFTWARE\\ODBC\\ODBCINST.INI\\Oracle73 Ver 2.5,,0,1"
    "2"="HKEY_LOCAL_MACHINE,SOFTWARE\\ODBC\\ODBCINST.INI\\ODBC Drivers,Oracle73 Ver 2.5,1,1"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32tcp23]
    "Shareable"="TRUE"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Backup\w32tcp23\OCSM Groups]
    "EXEs DLLs Download"="deinstl:US,dll"
    "Full Download"="deinstl:US,dll"
    "Run From Server"="deinstl:US,dll"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0]
    "ID"="0"
    "NLS_LANG"="NA"
    "ORACLE_GROUP_NAME"="Oracle - DEFAULT_HOME"
    "ORACLE_HOME"="C:\\Program Files\\ORANT"
    "ORACLE_HOME_NAME"="DEFAULT_HOME"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME1]
    "ID"="1"
    "NLS_LANG"="ENGLISH_UNITED KINGDOM.WE8ISO8859P1"
    "ORACLE_GROUP_NAME"="Oracle - ORAHOME81"
    "ORACLE_HOME"="C:\\PROGRA~1\\Oracle\\Ora81"
    "ORACLE_HOME_KEY"="Software\\ORACLE\\HOME1"
    "ORACLE_HOME_NAME"="ORAHOME81"
    "SQLPATH"="C:\\PROGRA~1\\Oracle\\ora81\\dbs"
    "MSHELP_TOOLS"="C:\\PROGRA~1\\Oracle\\ora81\\MSHELP"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_ODACHome1]
    "ORACLE_HOME"="C:\\Program Files\\Oracle\\Ora102"
    "ORACLE_HOME_NAME"="ODACHome1"
    "ORACLE_GROUP_NAME"="Oracle - ODACHome1"
    "ORACLE_BUNDLE_NAME"="Enterprise"
    "NLS_LANG"="ENGLISH_UNITED KINGDOM.WE8MSWIN1252"
    "ORACLE_HOME_KEY"="SOFTWARE\\ORACLE\\KEY_ODACHome1"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\1.102.2.20]
    "DllPath"="C:\\Program Files\\Oracle\\Ora102\\bin"
    "TraceFileName"="C:\\odp.net1.trc"
    "TraceLevel"="0"
    "TraceOption"="0"
    "StatementCacheSize"="10"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\2.102.2.20]
    "DllPath"="C:\\Program Files\\Oracle\\Ora102\\bin"
    "TraceFileName"="C:\\odp.net2.trc"
    "TraceLevel"="0"
    "TraceOption"="0"
    "StatementCacheSize"="10"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OLEDB]
    "CacheType"="Memory"
    "ChunkSize"="100"
    "DisableRetClause"="1"
    "DistribTX"="1"
    "FetchSize"="100"
    "OSAuthent"="0"
    "PLSQLRSet"="0"
    "PwdChgDlg"="1"
    "SchRstLng"="10000"
    "TraceCategory"="0"
    "TraceFileName"="C:\\PROGRA~1\\Oracle\\Ora81\\network\\trace\\OraOLEDB.trc"
    "TraceLevel"="0"
    "TraceOption"="0"
    "UserDefFn"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\OO4O]
    "CacheBlocks"="20"
    "FetchLimit"="100"
    "FetchSize"="4096"
    "HelpFile"="C:\\PROGRA~1\\Oracle\\Ora81\\MSHELP\\oracleo.hlp"
    "OO4O_HOME"="C:\\PROGRA~1\\Oracle\\Ora81\\oo4o"
    "PerBlock"="16"
    "SliceSize"="256"
    "TempFileDirectory"="c:\\temp"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ORACLE_HOMES]
    [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ORACLE_HOMES\ORACLE1]
    "API"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,20,00,\
    46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,5c,00,44,\
    00,42,00,53,00,00,00
    "COMPANY_NAME"=hex(2):42,00,61,00,72,00,63,00,6c,00,61,00,79,00,73,00,20,00,43,\
    00,61,00,70,00,69,00,74,00,61,00,6c,00,00,00
    "NLS_LANG"="AMERICAN_AMERICA.WE8ISO8859P1"
    "ORACLE_GROUP_NAME"=hex(2):4f,00,72,00,61,00,63,00,6c,00,65,00,20,00,66,00,6f,\
    00,72,00,20,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,4e,00,54,00,\
    00,00
    "ORACLE_HOME"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,\
    00,20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,54,00,\
    00,00
    "SHARED_ORACLE_HOME"=hex(2):43,00,3a,00,5c,00,50,00,72,00,6f,00,67,00,72,00,61,\
    00,6d,00,20,00,46,00,69,00,6c,00,65,00,73,00,5c,00,4f,00,52,00,41,00,4e,00,\
    54,00,00,00

  • XI installation - problem when running sapinst.exe

    hai,
      when i'am running sapinst.exe file i'am getting the following error  -
    SAPinst is getting started.
    Please be patient ...
    guiengine: call to bind() for socket 1832 failed. No such file or directory
    ERROR      2007-02-28 14:50:20 [iaxxgenimp.cpp:532]
               init()
    FGE-00006  Attempt to open a communication port connection failed. Check whether the port 21212 is already in use.
    ERROR      2007-02-28 14:50:20
    FCO-00034  An error occurred during the installation. Problem: error in GUI server subsystem.
    Exit status of child: 1
    can anyone help?
    bye
    nandana

    Hi Nandana,
    Please check this link...
    Re: problems installing NW04 sneak preview (java)
    it talks about the same problem as yours...
    Thanks.
    btw...i got the link from google
    Message was edited by:
            Renjith Andrews

  • Is it possible to convert Java to EXE and run this EXE file without any JRE

    hello friends
    I have GCC/GCJ for windows but dont know how to work with it... it creates file with .o extension but i m not able to create .exe from that... i installed mingw for that also .. unsuccessful ...
    tell me the solution for it... i want to generate machine dependent exe from java file...on the web i ve seen that GCC/GCJ is used on linux platform..not cleared properly..
    Again i m writing my question
    Is it possible to convert Java to EXE and run this EXE file without any JRE if yes then how... tell me the procedure to do that...

    Vipul wrote:
    Its software now hardware .... some times u need these things ...anyway do u ve solution for my questionSo what? By creating a native executable you are restricting the program to the OS for which that native executable was made, just like removing the engine from a car restricts driving to downhill only. So like the I said, the principle remains the same, "Why would you want to?"
    I am asking you, truthfully, why do you feel the need to negate the largest advantage of using Java by creating a native executable from it?
    What is your rationale?
    I can pretty much guarantee there is a much better way of achieving your wish without "removing the engine".

  • My company blocks executables from running in the Temp folder. How can I install Firefox without it trying to run download.exe from a temp folder?

    I found a workaround for the problem of not being able to run executables from the Temp folder.
    I happened upon the Full Firefox installer download page. I downloaded the full installer and used WinRar to extract the downloaded file to a folder then I could run setup.exe and Firefox installed successfully.
    Please publish the link to the full Firefox installer on the same page where the stub installer is published.
    Thank you.

    Hello,
    Full installers can always be downloaded here:
    * https://www.mozilla.org/en-US/firefox/all/
    I am assuming you went to this page:
    * https://www.mozilla.org/en-US/firefox/new/
    I notice the page has changed a little from the last time I saw it, but you can reach the first link I posted by clicking "Systems & Languages".

  • Requirement is to run CMD.EXE under the Local System Account. So that we can map a network drive to be used by a windows service, which will be created by command: - net use z: \\servername\sharedfolder /persistent:yes

    Environment:
    OS:  Windows 7 32/64 bit, Windows 2008 Server 64
    bit/ Windows 2012 Server 64 bit
    Priority:
    - Critical
    Requirement: - Since
    the Windows Service is running under the Local System Account, we would like to emulate this same behaviour.
    Basically, we would like to run CMD.EXE under the Local System Account. So that we can map a network drive to be used by a service using following
    command
    net use z: \\servername\sharedfolder /persistent:yes.
    Already Attempt:
    We tried to launch the CMD.exe using the DOS Task Scheduler AT command.  Here’s a sample command:
    AT 10:36 /interactive cmd.exe
    But I received a warning that “due
    to security enhancements, this task will run at the time excepted but not interactively.”
    It turns out that this approach will work for XP, 2000 and Server 2003 but due to session isolation
    Interactive services no longer work on Windows 7, Windows Server 2008 and above.
      2.  We
    tried to create a secondary Windows Service via the Service Control (sc.exe) which merely launches CMD.exe.
    <Drive>:\sc create RunCMDAsLSA binpath= "cmd" type=own type=interact <Drive>:\sc
    start RunCMDAsLSA
    In this case the service fails to start and results it the following error message:
    FAILED 1053: The service did not respond to the start or control request in a timely fashion.
      3. One
    suggestion, we found to launch CMD.exe via a Scheduled Task, but
    it is not giving any option to launch CMD.exe in interactive mode; so that I can map network drive using net command.
      4. I read an article, which
    demonstrates the use of PSTools from SysInternals. I launched the command line and executed following command
    psexec -i -s cmd.exe
    PSTools worked fine, but It seems that in scope of Sysinternals Software License
    Terms. You may not "use the software for commercial software hosting services."
    Application will deploy on client, which will be like commercial,
    so we are not able to use PSTools.         
    Kindly assist us for achieving the requirement. We have tried all the ways, but nothing is working for us. Kindly suggest.
    I will be really thankful.

    Hi Sir,
    Nothing worked from above for us. You can see our remarks on posted query.
    That’s why, we posted on forum.
    And there will not be any vulnerability, because, if we will use "net
    use ..."
    in network domain; definitely,
    we will provide username and password of mapped drive system.
    And, that system, itself is given by client; so that, there must not be any vulnerability; they are ready to provide user name and password.
    We need a way; by which we can complete the requirement. Kindly assist.
    Regards,
    S. P. Singh

  • "Error running javac.exe compiler" when using ant to compile Eclipse plugin

    Hi
    I encounter an error "Error running C:\jdk1.5.0_06\bin\javac.exe compiler" when building my project using ant1.7.
    My project has 10 eclipse plugins, and each plugin is compiled by invoking following ant target
    <!-- ===================================================================
    Compile specified plugin
         target parameters:
              param.plugin.dir: the plugin directory
              param.plugin.targetJarFile: the name of jar file for the given plugin
              param.plugin.src.dir: the folder name of source codes. Note: it is relative path name
              param.fork: indicate if another process is forked to run javac
    =================================================================== -->
    <target name="compilePlugin">
         <!-- Prepare compile environment -->
         <!-- Delete obsolete build folder -->
         <delete dir="${param.plugin.dir}/${build.dir}" quiet="true"/>
         <!-- Delete obsolete jar file -->
         <delete file="${param.plugin.dir}/${param.plugin.targetJarFile}" quiet="true"/>
         <mkdir dir="${param.plugin.dir}/${build.dir}"/>
         <!-- Compile source codes -->
         <javac      srcdir="${param.plugin.dir}/${param.plugin.src.dir}"
                   destdir="${param.plugin.dir}/${build.dir}"
                   failonerror="${javacFailOnError}"
                   verbose="${javacVerbose}"
                   debug="${javacDebugInfo}"
                   deprecation="${javacDeprecation}"
              optimize="${javacOptimize}"
                   source="${javacSource}"
                   target="${javacTarget}"     
                   fork="${param.fork}" memoryInitialSize="256m" memoryMaximumSize="512m">
              <classpath refid="compile.classpath" />
         </javac>
         <!-- Create plugin jar file -->
         <copy todir="${param.plugin.dir}/${build.dir}" failonerror="true">
              <fileset dir="${param.plugin.dir}/${param.plugin.src.dir}" excludes="**/*.java, **/package.htm*" />
         </copy>
         <jar jarfile="${param.plugin.dir}/${param.plugin.targetJarFile}" basedir="${param.plugin.dir}/${build.dir}"/>
         <delete dir="${param.plugin.dir}/${build.dir}" quiet="true"/>
    </target>
    Since each of first 9 plugins contains less than 500 java source files, we always set "param.fork" to false when invoking this ant target.
    For the 10th plugin, it has about 1000 source files. If we set "param.fork" to false, we will get the error "Error running javac.exe compiler". So we have to set "param.fork" to true when compiling it. This week, this plugin contains about 1250 files and we get the same error again when compiling it. I tried to increase the "memoryMaximumSize" to "768", but still couldn't get through it.
    BTW, There are about 150 jar files in our classpath for compiling plugins. Do many jar files cause this problem?
    Any help is highly appreciated.
    Many thanks
    Oceanman

    I encountered a very similar error and I was able to resolve it by removing the following parameters from the javac task:
    fork="${param.fork}"
    memoryInitialSize="256m"
    memoryMaximumSize="512m"My values were not the same as yours, before I removed them, the values were set to:
    fork="true"
    memoryInitialSize="256m"
    memoryMaximumSize="256m" Not sure why this fixed my problem but it did. I was using Ant 1.7 and Java 1.6_07 hope this helps.

  • How to use java+access connectivity without using ODBC

    Hello Sir/Madam,
    I just want to take a small help from u for using ms-access as backend to java without using the usiual jdbc:odbc bridge.
    i'll tell u the scenario which i'm facing now.
    i'm in need of sending my software(frame appl.) which uses access as backend to different agencies whom i dont even had contact. so i just dont know what is their status regarding computer knowledge, they might be data-entry-operators or of that type. so i just cant ask them to create an odbc or anything.
    so in this case is their any possibility to connect java with ms-access with out creating odbc in windows.
    please be kind to solve my problem.
    Thanking You,
    Ranjith.M

    You will need some kind of JDBC driver. And there are
    JDBC drivers available for Access that do not use
    ODBC, so you could use one of them.There are?

  • I am using a Mac OS X 10.7 and i have trouble using idvd. If I buy a previous version of ilife, will I be able to use idvd without affecting the settings of Mac OS X 10.7? Can both versions of ilife run on the same mac?

    I am using a Mac OS X 10.7 and i have trouble using idvd. If I buy a previous version of ilife, will I be able to use idvd without affecting the settings of Mac OS X 10.7? Can both versions of ilife run on the same mac?

    You don't need to buy an earlier version of iDVD to have it run with Lion. iDVD 7 has been with us since iLife 08.  Tell us in detail what you're experiencing.
    OT

  • I have Macromedia Fireworks 3.0 and the install process doesn´t run! After the installation the message is: fireworks cannot run. the resource files are missing or damaged. I use Windows 8.1

    I have Macromedia Fireworks 3.0 and the install process doesn´t run! After the installation the message is: fireworks cannot run. the resource files are missing or damaged. I use Windows 8.1. Antworten auf Deutsch wären super!

    As far as I know there is no download resource for older Macromedia programs and it is highly unlikely that one as old as version 3 of Fireworks will be able to work on a Windows 8.1 system.  I was unable to get a Studio 8 version installation on a Vista system, and likely even an XP system (cannot remember that far back).

  • Hi. I am using iphone 3gs running on ios 5.1.1. I didn't find any software update option at any place in setting.  Please tell me how can i get it or how i would be able to download and install ios update without using computer

    Hi
    I am using iphone 3gs running on ios 5.1.1
    I didn't find any software update option at any place in setting.
    Please tell me how can i get it or how i would be able to download and install ios update without using computer

    Just use the phone the way it is, forget the apps.

Maybe you are looking for

  • Font is italicized, but only in web browsers

    Hi everyone, I have a strange problem.  I've started work with a new inherited workstation, and my font is italicized, but only in web browsers.  And I *think* only on text that has default styling.  E.g., forms, textareas, Google search results, and

  • BAPI Function  or  RFC

    How can I find a BAPI FUNCTION? I have to trying to search in the BAPI EXPLORER, but is that right? Can someone help me in this problem?

  • Question on Avro schema management

    Hi, in our use case, we need to generate Avro schema on the fly (given some business object structure) and install with Oracle NoSQL. I have the following questions: 1. Is there an API to install the Avro schema in NoSQL. Ideally we'd like to avoid u

  • Safari startup page not loading at launch

    Since Mac OS Lion upgrade, Safari now reopens pages displayed when closed even if the option is not selected. For instance, I tried to select "Home Page" and "Top Sites" option and it still reopens the same pages as when I closed it previously. Am I

  • Adobe Crashes when working/editing PDF's

    adobe crashes when working on certain PDF's that require editing.  Have updated to latest 11.0.09.  Hangs when trying to save file.  Didnt do it with previous versions.  Running W8.1 Pro.