Installing ArcSDE 9.2 for Oracle version 10G R2 on Windows 2003 x64

We submitted this question on an ESRI user forum, but we would also like to submit it elsewhere to ensure an answer.
We are trying to install ArcSDE 9.2 for Oracle. The version of Oracle is 10G R2 (10.2.0.1). The server is a Windows 2003 R2 Enterprise x64 edition with SP1. There are now 2 instances of Oracle on the server, but this problem originally occurred when there was only one instance. The issue: ArcSDE 9.2 apparently installs just fine. There are no error messages during the run of the installation process. However, when the Post-Installation process is called, a critical error alert pops up reporting, "The application failed to start because OCI.dll was not found. Reinstalling the application might fix this problem." ArcSDE has been uninstalled and reinstalled several times. Oracle has been uninstalled and reinstalled several times. Various searches have been made, concerning this error message. On Friday the only ESRI Article we could find mentioning this error was Article ID: 25388 which stated that the "ORA81/bin" directory needed to be added to the PATH environment variable. However, today we found a new ESRI forum entry dated 6/2/2007 with the querystring "c=2&f=1717&t=223961" in which someone reported the need to install the 32 bit Oracle_HOME. However the ESRI Support Center article he referenced, (dated November 14, 2006), stated that the 32 bit Oracle Client needed to be installed to a different Oracle_HOME and the service name created for it, is to be used in the Post-Installation process. And finally our Oracle DBA reported seeing another Support Center Article which stated that the 32 bit versions of the Oracle libraries are installed by default in a different location, and it was only necessary to add that location to the PATH environment variable. I have also seen information on Oracle forums stating that this message means that the Oracle client needed to be installed, but our Oracle DBA reports that this is installed by default with Oracle DB server. My question is of course which if any of these solutions is correct?
E.R. Joell MCSD MCDBA

I have managed an ORacle/ArcSDE environment for many years where multiple SIDs were running.
If it doesn't know which SID then it would indicate that it is picking up the wrong ORACLE_SID environment setting. To be honest, UNIX is an easier environment to operate software in as one can set environment variables to suit software very directly. Now I have not run ArcSDE on a Windows environment before so any suggestions I have may not work as I write them.
Still, I would suggest you consider writing a CMD/batch script that:
1. Set all appropriate Oracle environment variables DIRECTLY eg
SET ORACLE_BASE=c:\oracle\product
SET ORACLE_HOME=c:\oracle\product\10.2.01
SET ORACLE_SID=...
2. Set the ArcSDE environment
3. Sets the Path to include all Oracle, ArcSDE and required Windows executables
4. Start the ArcSDE service:
NET START ESRARCSDE (or whatever this thing is called)
I suspect if you can get this going you will never go back to any other method of starting and managing ArcSDE (this approach works and works well on UNIX so you will be all skilled up to migrate across to Linux/Solaris etc if you see fit).
Hope this helps.
PS I have run ArcSDE against non-supported versions quite successfully over the years so I would say try it against 10.2.0.1 and see what happens.
regards
Smon

Similar Messages

  • Oracle XE 10g R2 on Windows 2003 Server SP1

    Hello, after a new installtion i can logon into the DB Homepage.
    But with the sys/system user i can´t see the databaseobjects like tables, sequences ond so on. The Cursor is still a sondbox in the browser and nothing happend.
    I have detect this problem, after trying to install a php-application on this server. The installtion of this application works fine, i can install the tables and the init-entrys. I also get the first page of this application one times. On the first call, the application writes a clob in ohne table. I have detect, that the application cant read this clob in php. Maybe is this issue the same like this in the DB-Homepage.
    Does anybody knows whats wrong? I didn´t get any oracle-error.
    There are some other services on the machine:
    apache @ port 80
    iis @ port 88
    tomcat @ port 8888
    mysql @ port 3306
    mssql @ port 1433
    the system has enough ram ( 4gb )
    and a dual-cpu system.

    SQL*Plus: Release 9.2.0.1.0 - Production on Fri Oct 27 12:34:15 2006
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> grant connect,resource to jerstest identified by jer;
    Grant succeeded.
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    C:\Documents and Settings\jer>sqlplus jerstest/jer@xeserver
    SQL*Plus: Release 9.2.0.1.0 - Production on Fri Oct 27 12:36:25 2006
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> CREATE SEQUENCE   "JERSTEST_SEQ"  MINVALUE 1 MAXVALUE 1000 INCREMENT BY 1 START WITH 1 CACHE 10 NOORDER  NOCYCLE;
    Sequence created.
    SQL> select object_name from user_objects;
    OBJECT_NAME
    JERSTEST_SEQ
    SQL>I was then able to connect to apex, and view that in my list of objects. Is that pretty much what you were doing?
    ~Jer

  • OIM 9.1.0 install connector for "Oracle Database 10g"

    Hello,
    Is anybody here who succeeded to install the connector for Oracle Database 10g into OIM 9.1.0?
    If yes please give me a hint
    Have a nice day!

    Thanks guys for the quick responses.
    But I have tried both the options for putting the jar in Third Party and also by uploading using the OOTB utility UploadJar.sh.
    But it is giving the same error.
    I have tired rebouncing the server and also Purge cached, but no success.
    Just to mention again, I have tried with all the last 3 postgres JDBC4 driver available on the site (u mentioned).
    So, any other clue?
    Thanks in advance.

  • Install Oracle Forms 10g R2 in Windows 7

    Hi,
    does anyone has ever succeeded to install Oracle Form 10g R2 in Windows 7 Home Premium?
    How to overcome the Jinit issue in there? Friend of mine suggested we can download the Jinit for Vista version and replace the current Jinit with it.
    Do I need to change anything too in Formsweb.cfg? Windows 7 works with IE 8.
    Is the Forms can work with Oracle 11g R1 client 64 bit for Windows?
    thanks in advance.

    Why bother with JInit? It's long desupported. Just replace it with the latest Java Plugin, and you'll be fine.

  • Can we add Basic Authentication for Oracle Report 10g?

    As we know, Apache supports basic Authentication, and Oracle Report 10g bases on Apache, that means Oracle Report 10g supports Basic Authentication too?
    Can anyone tell me the steps on how to configure Basic Authentication for Oracle Report 10g?
    Thanks for your help in Advance!
    P.S.
    I tried to add the following content to the file "httpd.conf" under the directory "E:\OraHome_2\Apache\Apache\conf\" (I installed report under this folder), but it doesn't work well:
    <Directory "E:\OraHome_2\Apache\Apache\htdocs">
    AuthType Basic
    AuthName "Private Documentation Repository"
    AuthUserFile "C:\Program Files\Apache Software Foundation\Apache2.2\mypasswd"
    Require user yangsun
    </Directory>

    Answers at your duplicated thread --> Some inter view Questions Please give prefect answer  help me

  • Setup FORMS_PATH for Oracle Forms 10g in windows7

    Hi,
    Please kindly advise the regedit path to set the FORMS_PATH variable at windows for Oracle Forms 10g?
    Should it be HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE?
    If yes, is it the unique path? since I cannot create folder for 'ORACLE'.
    Thanks,
    CY

    If you installed the product following the instructions found in MOS Note 559067.1 the registry key will have already been created for you.  It will be a sub to HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\<???>
    Find this in your system and look at the contents of each key below "Oracle".  It should be obvious which one belongs to Forms as there will be numerous FORMS_xxxxx entries there.

  • Requirement specification for Oracle 9i & 10g database.

    I had a query as to what are the software & hardware requirements for Oracle 9i & 10g. I know of 9i for Windows only at the moment, it requires around 10MB hard disk space & 256 RAM. So, similarly, i wanted to know for other platforms. I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    i don't think that you should worry about minimum hardware specifications as now a days hardware is very cheap and also the minimum configuration new machines available in market are with p4, 256 mb ram, 80gb hdd, etc.
    But still for knowledge minimum requirements information can be found in any oracle sw installation documentations.

  • How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439

    An Small step by step how to install this app. I this first example it was installed on Red Hat 6 Linux
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439.
    1 - Download it from https://lenovo-na-en.custhelp.com/app/cust_alp/p/1031,1150
    2 - Change File permissions ( chmod +x setup-1.4.4.14439.bin)  
    3 - Now you can install so execute this sintaxis : ./setup-1.4.4.14439.bin
    4 - When app installation finishes, you must do it with this file into folder installation (chmod +x LenovoEMCStorageManager)
    5 - Then to open the app execute it: ./LenovoEMCStorageManager
    Video Tutorial
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439
    In This second example I installed same version on Ubuntu 13.10. Look at the end of messages of thread and you will see this steps
    Install Storage Manager setup-1.4.4.14439.bin in ubuntu.
    Attachments:
    lenovoemcstoragemanager.jpg ‏27 KB

    Hello everyone ,
    I have a lenovo px4-300d, I'm on Ubuntu 13.10 64bits with Gnome 3 as GUI and I'm trying to install  the LenovoEMC storage Manager but it failed  :
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
        1- Deutsch
       ->2- English
        3- Español
        4- Français
        5- Italiano
        6- Nederlands
        7- Português  (Brasil)
        8- Svenska
    CHOOSE LOCALE BY NUMBER: 2
    =======================================================
    Installer User Interface Mode Not Supported
    The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
    =======================================================
    Is it still aproblem with the 64 bits architecture ?
    Have you find any solutions ? Thank you very much

  • Archiving Standards for Oracle 9i/10g

    Does any know know if there is any official archiving standards for Oracle 9i/10g?
    If yes, would you give the hyperlinks to their documents. Thanks.

    1) Archive logging and archiving old data records are two radically different concepts. Archive logging is something the database does in ARCHIVELOG mode where an archiver process copies the online redo logs to separate files (archive logs) that are used for backup and recovery purposes. Normally, archive logs are retained just long enough to be useful in recovering the last N backups that have been taken, where N depends on the organization, the criticality of the database, the backup strategy, etc.
    2) For archiving old data records, the approach is going to be driven based on the organization's particular requirements and the type of data we're talking about. Among the options
    - An ETL process that moves data from an OLTP system to a data warehouse of some description for historical reporting.
    - Writing old records to flat files that can be compressed and stored on cheap media (i.e. DVDs) and writing loader applications that can restore the old data to the database.
    - Using partitioning and ILM (Information Lifecycle Management) to do things like moving older partitions of a table to less and less expensive media over time, compressing older partitions, dropping the oldest partitions, etc.
    Justin

  • Pl   Provide Rc. of SUN BIDW for Oracle database 10g .. datasize 10TB

    Hi,
    We need a Sun BIDW Reference Configurations for Oracle database 10g with raw datasize of more than 10TB.
    Kindly help me providing any reference guide relevant to this.
    Regards,
    Debasis

    Hi Debasis,
    Try posting this in the following forum:
    General Database Discussions
    Thanks, Mark

  • Is oracle lite free or is there any license for Oracle Lite 10g for product

    Is oracle lite free or is there any license for Oracle Lite 10g for production use ??
    -Thanks-

    Please note that Oracle Lite is no longer being actively developed, and no further releases are planned. The recommended small footprint database from Oracle is Berkeley DB.
    http://www.oracle.com/technetwork/products/berkeleydb/overview/index-085366.html
    Eric

  • Download link for Oracle Database 10g Documentation seems to be broken.

    Hi,
    I am trying to download the documentation for Oracle Database 10g but the zip archive seems to be corrupt. The md5 checksum for the file I have downloaded is:
    $> md5 Downloads/B19306_01.zip
    MD5 (Downloads/B19306_01.zip) = 75551f2bb5cfeecedcd08e2e6ac71bf7
    and the unzip output is:
    $> unzip Downloads/B19306_01.zip
    Archive: Downloads/B19306_01.zip
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of Downloads/B19306_01.zip or
    Downloads/B19306_01.zip.zip, and cannot find Downloads/B19306_01.zip.ZIP, period.
    Also, the file size of my downloaded file is 443.4 MB but the size mentioned on the download page is 445.8 MB
    I have twice tried to download the file but both times I get the same corrupt zip error. Can any one confirm the status of the file.
    Oracle Database 10g Documentation Download page:
    http://www.oracle.com/technetwork/database/database10g/documentation/database10gr2-087366.html

    it worked for me
    1239489356         461527463  63%                            20200 files
    bcm@bcm-laptop:~/Downloads/V10_docs$ ls
    B19306_01.zip
    bcm@bcm-laptop:~/Downloads/V10_docs$ ls -l
    total 454056
    -rw-r--r-- 1 bcm dba 464948533 2011-01-08 16:46 B19306_01.zip

  • Help on install ORE 1.4 for Oracle 12c on Windows

    Hi,
    Can someone help me to install ORE 1.4 for oracle 12c.
    Thanks,
    Allan

    Hi Allan,
    Here is the link to the Oracle R Enterprise 1.4 Documentation.  The Oracle R Enterprise Installation Guide contains an overview of the installation process and a step-by-step installation session (see Appendix A).  Feel free to post any questions you have during the installation here.
    Sherry

  • How to install knowledge base file for oracle text

    how to install knowledge base file for oracle text?
    there are couple of files droldUS.dat,.. which are required to generate gists and themes, where can i find them or install them.
    please help!

    I checked the download page and it says:
    "All Release 2 download pages contain Oracle Companion, Client, Clusterware, Gateways, and Application Express standalone downloads"
    so you should already have it. Try searching for the filename that was in your error message.

  • Oracle 11.1.0.7.0 patch 5 for windows 2003 x64.. Please help.

    Hello All
    I have Oracle EE 11.1.0.7.0 running on Windows 2003 x64 server plus ASM, and I want to apply patch 5, so that it becomes 11.1.0.7.5.
    I came to know from Oracle Support Services, Windows patche comes as bundled patchset, but I am not sure which patch to apply, there are 38 of them. Is 11.1.0.7.5P the correct one?.
    Patchset Avaialble:
    11.1.0.7.0 Patch 38 (11.1.0.7.38P) 32-Bit Patch:11741169 64-Bit (x64) Patch:11741170
    11.1.0.7.0 Patch 37 (11.1.0.7.37P) 32-Bit Patch:10636464 64-Bit (x64) Patch:10636465
    11.1.0.7.0 Patch 36 (11.1.0.7.36P) 32-Bit Patch:10350787 64-Bit (x64) Patch:10350788
    11.1.0.7.0 Patch 35 (11.1.0.7.35P) 32-Bit Patch:10245099 64-Bit (x64) Patch:10245101
    11.1.0.7.0 Patch 34 (11.1.0.7.34P) 32-Bit Patch:10168052 64-Bit (x64) Patch:10168056
    11.1.0.7.0 Patch 33 (11.1.0.7.33P) 32-Bit Patch:9773817 64-Bit (x64) Patch:9773825
    11.1.0.7.0 Patch 32 (11.1.0.7.32P) 32-Bit Patch:9930894 64-Bit (x64) Patch:9930895
    11.1.0.7.0 Patch 31 (11.1.0.7.31P) 32-Bit Patch:9846179 64-Bit (x64) Patch:9846180
    11.1.0.7.0 Patch 30 (11.1.0.7.30P) 32-Bit Patch:9869911 64-Bit (x64) Patch:9869912
    11.1.0.7.0 Patch 29 (11.1.0.7.29P) 32-Bit Patch:9718019 64-Bit (x64) Patch:9718020
    11.1.0.7.0 Patch 28 (11.1.0.7.28P) 32-Bit Patch:9707661 64-Bit (x64) Patch:9707665
    11.1.0.7.0 Patch 27 (11.1.0.7.27P) 32-Bit Patch:9604444 64-Bit (x64) Patch:9604446
    11.1.0.7.0 Patch 26 (11.1.0.7.26P) 32-Bit Patch:9523179 64-Bit (x64) Patch:9523181
    11.1.0.7.0 Patch 25 (11.1.0.7.25P) 32-Bit Patch:9392331 64-Bit (x64) Patch:9392335
    11.1.0.7.0 Patch 24 (11.1.0.7.24P) 32-Bit Patch:9384493 64-Bit (x64) Patch:9384497
    11.1.0.7.0 Patch 23 (11.1.0.7.23P) 32-Bit Patch:9264211 64-Bit (x64) Patch:9264214
    11.1.0.7.0 Patch 22 (11.1.0.7.22P) 32-Bit Patch:9166858 64-Bit (x64) Patch:9166861
    11.1.0.7.0 Patch 21 (11.1.0.7.21P) 32-Bit Patch:9082702 64-Bit (x64) Patch:9082709
    11.1.0.7.0 Patch 20 (11.1.0.7.20P) 32-Bit Patch:9025140 64-Bit (x64) Patch:9025144
    11.1.0.7.0 Patch 19 (11.1.0.7.19P) 32-Bit Patch:8928976 64-Bit (x64) Patch:8928977
    11.1.0.7.0 Patch 18 (11.1.0.7.18P) 32-Bit Patch:8832980 64-Bit (x64) Patch:8832986
    11.1.0.7.0 Patch 17 (11.1.0.7.17P) 32-Bit Patch:8783655 64-Bit (x64) Patch:8783657
    11.1.0.7.0 Patch 16 (11.1.0.7.16P) 32-Bit Patch:8689191 64-Bit (x64) Patch:8689199
    11.1.0.7.0 Patch 15 (11.1.0.7.15P) 32-Bit Patch:8655458 64-Bit (x64) Patch:8655460
    11.1.0.7.0 Patch 14 (11.1.0.7.14P) 32-Bit Patch:8603948 64-Bit (x64) Patch:8603952
    11.1.0.7.0 Patch 13 (11.1.0.7.13P) 32-Bit Patch:8553512 64-Bit (x64) Patch:8553515
    11.1.0.7.0 Patch 12 (11.1.0.7.12P) 32-Bit Patch:8508245 64-Bit (x64) Patch:8508247
    11.1.0.7.0 Patch 11 (11.1.0.7.11P) 32-Bit Patch:8451592 64-Bit (x64) Patch:8451598
    11.1.0.7.0 Patch 10 (11.1.0.7.10P) 32-Bit Patch:8416539 64-Bit (x64) Patch:8416540
    11.1.0.7.0 Patch 9 (11.1.0.7.9P) 32-Bit Patch:8343061 64-Bit (x64) Patch:8343070
    11.1.0.7.0 Patch 8 (11.1.0.7.8P) 32-Bit Patch:8297200 64-Bit (x64) Patch:8297201
    11.1.0.7.0 Patch 7 (11.1.0.7.7P) 32-Bit Patch:8260294 64-Bit (x64) Patch:8260301
    11.1.0.7.0 Patch 6 (11.1.0.7.6P) 32-Bit Patch:8219259 64-Bit (x64) Patch:8219268
    *11.1.0.7.0 Patch 5 (11.1.0.7.5P) 32-Bit Patch:7712568 64-Bit (x64) Patch:7712570*
    11.1.0.7.0 Patch 4 (11.1.0.7.4P) 32-Bit Patch:7682184 64-Bit (x64) Patch:7682189
    11.1.0.7.0 Patch 3 (11.1.0.7.3P) 32-Bit Patch:7664953 64-Bit (x64) Patch:7675231
    11.1.0.7.0 Patch 2 (11.1.0.7.2P) 32-Bit Patch:7586190 64-Bit (x64) Patch:7586195
    11.1.0.7.0 Patch 1 (11.1.0.7.1P) Only available in 32-Bit Patch:7540527
    Any help would be great.
    Regards
    Amit

    Hi All
    I have applied this patch 38 for Oracle 11.1.0.7.0 on Windows 2003 x64 bit server today but the database version from v$version didn't change at all and still its showing 11.1.0.7.0, I expected it to show 11.1.0.7.5.
    Any suggestions.
    Regards
    Amit

Maybe you are looking for

  • Layer Positioning For IE and Firefox

    Im using Dreamweaver 8. Im trying to position a flash file at the center of the top of the page, and at the bottom of the page. but for some reason its only laying out properly in Internet Explorer. i was using Project Vii's Screen Layout extension.

  • Convert Automator Flow to AppleScript??

    Hello AppleScript/Automator Gurus Firstly, I just started Automation this week with Automator but I've ran into a wall.. x.x   I'm hoping I can resolve this by means of AppleScripting. Below is an image of what I'm trying to do. It works great, unles

  • IOS6 can't connect to iTune

    I've upgraded to iOS6 but can't browse the iTune store. I can updated the apps but just can't browse. It says "Cannot conect to iTunes Store"

  • Pre-populate the process form as part of Role Alignment - Need suggestion

    Hi, As part of implementation we are going to take over the Provisioning of AD (Via Groups-->Access Policy) using OIM which was initially configured to provision manually. Now as part of migration we required to assign a base group to the users who h

  • BAPI to file

    Dear Experts, I have a scenario in which i have to integrate SAP EH&S and MDM through XI. For extraction purposes i'm using a BAPI which will extract the substance data based on a substance id. This data is then sent to a xml file in MDM. My query is