Oracle developer suite installed under a different Oracle Home

I have Oracle 10g r2 installed on a RHAS4 server.
I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
Symbol `kpccapCTarr' has different size in shared object, consider re-linking
PCC-F-NOERRFILE, unable to open error message file, facility PR2
If I set ORACLE_HOME to /oracle/dev, it works correctly.
This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
Is this a new constraint introduced by Oracle? Where does this restriction come from?
Is there something I don't understand and have I installed the developer suite incorrectly?

It looks to me this is a mess; i have installed oracle 10g on rhas4 and it didn't install under that folder. I'd suggest to run oui/run installer and show what are the oracle_homes found there; maybe you should reinstall it in the proper locations, under different accounts, etc.

Similar Messages

  • Is Oracle Client 10 part of Oracle 10g Developer Suite install?

    Hello,
    I am currently using Oracle Client 9i for Business Objects. I suppose once I move to Oracle 10g Developer Suite, I'll need to move this to Oracle 10g Client. Is this a separate install from the developer suite?
    Thanks.

    A Developer install should be including it's own Oracle Client -- ie Oracle_Home. That is how I've seen it in older versions -- haven't done Developer installs for quite a few years now !
    See http://download.oracle.com/docs/cd/B25016_08//doc/dl/core/B16012_04/chap2.htm#i1018939 and http://download.oracle.com/docs/cd/B25016_08//doc/dl/core/B16012_04/chap3.htm .
    The 10g Developer install is expected to be seperate from existing ORACLE_HOMEs

  • Pro*C installed under ORACLE_HOME different from that of the RDBMS???

    I have Oracle 10g r2 installed on a RHAS4 server.
    I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
    Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
    I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
    Symbol `kpccapCTarr' has different size in shared object, consider re-linking
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    If I set ORACLE_HOME to /oracle/dev, it works correctly.
    This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
    Is this a new constraint introduced by Oracle? Where does this restriction come from?
    Is there something I don't understand and have I installed the developer suite incorrectly?

    Mark, Kamal,
    The situation I have created (mixed versions) is because I am supposed to be developing using the Oracle 10gr2 Express Edition database. There is no developer suite available for 10gr2, so I must use 10gr1. Normally, I go to great lengths to avoid this sort of situation, but I don't have much control over it here.
    I think this would be a fairly common work environment (running 10g r2 express or enterprise) with a 10g r1 development suite. That I am having this many problems with setting it up is very frustrating. I've never spent more that a couple of hours on an install and configuration on a development environment, but haven't set one up since 9.2.
    What are "all the environment variables"? I am used to setting ORACLE_SID and ORACLE_HOME. I am aware of LD_LIBRARY_PATH and it's use, but I don't normally change it unless required. By setting ORACLE_HOME and ORACLE_SID, the precompiler works okay, so I'll leave it like that. Are there other env. vars. that have to be set?
    Pro*C links with shared libraries by default. I'm not even sure that this can be changed to static. When I install the built pro*c executables, do I have to install the shared libraries from under the development ORACLE_HOME as well?

  • I deleted iPhoto because it was installed under a different Apple ID, now I can't get it back without paying. HELP!!!

    Hello. I started work at a new job and am continuously being asked for the previous employees Apple ID for various different reasons. I have sorted out most of the places where his ID was set as defualt, but have run into an issue I can't seem to figure out.
    My Mac update notification popped up to lket me know I had some updates ready for downloading. When I clicked it brings me to the App store update screen. From here I selected the updates (iPhoto and iMovie). The only problem is that as soon as I select these and hit update, it brings up a window which instructs me to put in the password for this prior employees ID. Obviously I don't have this and can't get it. The problem here is that the ID name is grayed out and doesn't let you change it to my own. I did some reading in these support community walls and found that the reason for the name being grayed out is because the app that I am trying to update was orginally downloaded by using that ID. It instructed to delete the app from the computer and reinstall...
    Here's where I am now and my current problem. I can't reinstall iPhoto or IMovie without paying for them through the App Store. How can I get these back without paying?
    Thanks

    Is this your machine or the company's?  Machines that came with Snow Leopard or earlier installed come with system and software install disks that can be used to reisntall the iApps that came with the machine orignally. 
    If this is your machine and it came with Snow Leopard or earlier installed the disk will look slimialr to one of these:
    If it is the company's machine see if they have the disks.
    Do a custom install and then use Software Update to update iPhoto to the highest version that is available.

  • Unable to run oracle 10g developer suite

    Hi,
    I have installed both on oracle 10g express and oracle 10g developer suite on my laptop running XP home edition. The database is running , but I can not get form developer to run. The error message as "ORA-12154-TNS:could not resolve service name"
    My questions are: 1) does 10g developer suite have to run as client-server platform? Can it be stand-alone? 2) or, it is because XP Home edition? 3) Can 10g developer run on Express edition?
    Thanks.

    but I can
    not get form developer to run. The error message as
    "ORA-12154-TNS:could not resolve service name"Is the form builder software opening (appearing).
    Are you able to connect through XE's SQL Command?
    The error you are getting is because forms cannot connect to the database, and not because it is not running.
    You need to configure the tnsnames.ora file found unde
    %ORACLE_HOME%/NETWORK/ADMIN/tnsnames.ora.
    you can either configure it manually or by using the Net Configuration Assistant found under Start -> My programs ->%oracle_home% -> Oracle configuration and migration Assist.
    Manual:<Service_name> =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = <hostname> or localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = <sid_name>)
      )If You have XE installed your connection identifier would probably must look like something like this. you can just copy paste it.
    XE =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = XE)
      )The port number 1521 is the default, if you changed it during installation then use the port number you have specified during installation.
    1) Orcale Developer suite 9i and above are for web deployment and not client server.
    2) what you mean by standalone? do the configuratin above and it should work.
    3) Oracle products are not certified for windows home edition (but I have seen them working) but keep in minde that you will face many problems since the OS is not supported one.
    Regards,
    Tony Garabedian

  • Using Oracle Developer Suite 10g with the 10g Express Edition Database

    I'm new to Oracle and I'm taking an SQL college level course using a text book entitled "Guide to Oracle 10g". Our text book came with Oracle Developer Suite 10g (9.0.4.0.1) but no database. We adopted the 10g Express Edition (XE) as the database. I have both the database and the Developer Suite loaded on Windows XP Pro. I've been using the database for months now and it runs fine and the Developer Suite installed OK.
    However, I would like to use some of the Developer Suite apps (for learning purposes) with the database but I can't seem to log on to the database through the Developer apps when I open them and use my 10g XE database user-name and password. For starters, I would like to see if I could use the edition of SQLPlus (release 9.0.1.4.0) that comes with the Developer Suite because it has configuration options that are not available in the SQLPlus command line version that 10g XE contains (which otherwise works fine).
    When I open SQLPlus (Developer Suite Version) and try to log on with my database user name and password (and no host string), I get the error:
    ORA-12560: TNS:protocol adapter error
    I did search the discussion forum first and also reviewed some Oracle pdf's including the concepts pdf but came up empty. I would greatly appreciate any suggestions on how to succeed or a determination of the compatibility of 10g XE with the Developer Suite. Thanks kindly.

    I think your last idea might be helpful at this point and in case it matters, they are both installed on a sinlge machine (laptop). Thanks in advance:
    Here is the Developer Suite tnsnames.ora:
    # TNSNAMES.ORA Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTNAME)(PORT = 1521))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    Here is the 10G XE tnsnames.ora:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = obw)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )

  • Oracle Developer Suite 32 Bit Version 10.1.2.0.2  Configuration issues

    Hi,
    I have installed Oracle Developer Suite 32 Bit Version 10.1.2.0.2 (Production) on windows xp sp-2 in a standalone machine.
    The following Steps i have followed:
    1.Oracle Developer Suite Installed
    2.FORMS_PATH ,REPORTS_PATH and UI_ICON has been set in both Registry and default.env
    My Application Folder setup is as follows :
    D:\iAFRES\APPLICATION\FORMS
    \MENUS
    \REPORTS
    \ICONS
    Accordingly i have made the registry entries.
    After doing all the above activities i am not able to show the icons ,run reports from web
    .Please tell me what to do to resolve the issue and provide me the steps/documents for Application Deployment in Oracle 10g Developer Suite for Development purpose.
    Thanks
    Dhabas

    hi
    check out the following links.
    How to create jar for icons
    http://www.oracle.com/technology/products/forms/pdf/10g/frmwebshowdoc_rep.pdf
    If its Correct/Helpful Please Mark it.Thanks
    sarah
    Edited by: S@R@h on Oct 29, 2009 1:23 AM

  • How to logon to Oracle Developer Suite 10g?

    I have installed Oracle Developer Suite 10g on my Windows XP Home Edition.
    But I don't know what to enter in the "logon dialog box".
    And after all, what is user/id/conncetstring?

    Hi Do you have a backend database? If then configure it and use that user/pwd/connectstring. Else install database and use.
    Regds,
    Thomas

  • ICON in Oracle Developer Suite 10g Problem

    Hi,
    I have installed Oracle Developer Suite [32 Bit] Version 10.1.2.0.2 (Production) on my note book.I am able to compile forms which are developed in FORMS 6i
    but not able to show the icons ...
    The following Steps i have followed:
    1.Oracle Developer Suite Installed
    2.FORMS_PATH ,REPORTS_PATH and UI_ICON has been set in both Registry and default.env
    My Application Folder setup is as follows :
         D:\iAFRES\APPLICATION\FORMS
                                           \MENUS
                                           \REPORTS
                                           \ICONS
       The registry variable values are as follows:
             FORMS_PATH=C:\DevSuiteHome\cgenf61\admin;C:\DevSuiteHome\forms;D:\iAFRES\APPLICATION\FORMS;D:\iAFRES\APPLICATION\LIB
             REPORTS_PATH=C:\DevSuiteHome\cgenf61\admin;C:\DevSuiteHome\forms;D:\iAFRES\APPLICATION\REPORTS;D:\iAFRES\APPLICATION\LIB
             UI_ICON=C:\DevSuiteHome\reports\plugins\resource;D:\iAFRES\APPLICATION\ICONS
      All the icons i have converted to gif format since ORACLE DEVELOPER SUITE 10g does not support ico files. Path for the same has been set in registry.dat like
        D:\iAFRES\APPLICATION\ICONS
      After doing all the above activities i am not able to show the icons ..Please tell me what to do to resolve the issue and provide me the steps for Application Deployment in Oracle 10g Developer Suite for Development purpose
    Thanks
    Dhabas

    here
    Displaying ICONS in forms(Linux)
    or create jar.
    How to create jar for icons
    sarah

  • Downloading 9iDB and 9i Developer Suite....Need Advice Please.

    Hi "The Helping folks",
    Currently I have Oracle 8iDB and 6i Developer Suite installed on my PC. I want to upgrade it to 9i both DB and Dev. Suite. Since I am novice to 9i version, is there anyone who can guide me of the ups and downs in this case by answering the following questions or if more issues, which I don't have any clue of:
    1. Should I download 9i Database or 9i Application Server....I am not sure about which one.
    2. How much time does it take normally on AOL internet servers to download 9iDB and 9i DEV?
    3. Do they call it 9i JDeveloper as we call it 6i Developer in lower version or it has some different name?
    4. Are there any complicated issues or special instructions to be kept in mind while upgrading from 8iDB to
    9iDB and 6i Dev. to 9i Dev.?
    If there are any special notes or guidelines other these, also please mentioned them. I'll be much much thankful for your help in this regard.
    Thanks
    Zahir

    - The 9i database contains the client & server database components. 9iAS is the 9i application server. You probably want the former, not the latter.
    - The 9i database download is somewhere in the neighborhood of 1 Gb. Unless you have broadband, you're probably much better off going to store.oracle.com and plunking down $40 for the CDs.
    - JDeveloper 9i is the followup product to JDeveloper 6.
    Justin

  • Developer Suite for x86_64

    Where can I get Developer Suite for x86_64 from as I am using AMD processor?

    At the downloads page http://www.oracle.com/technetwork/indexes/downloads/index.html#database there's a "Developer Suite 10g" under "Developer Tools", but I'm only seeing an x86 under linux, no -64 :(

  • Develoer 2000 and developer suit 10g

    hello:
    i am new to oracle what i want to ask is that
    how developer 2000 and developer suit 10 g are different from each other.
    when developer suit 10g was realesed
    thanks

    Developer Suite 10g has newer version of the products with new features.
    And by the way if you are specifically looking for JDeveloper then the 10.1.3 version that you can download stand-alone from OTN is even newer.

  • Installing oracle developer suite under a different oracle home than the DB

    I have Oracle 10g r2 installed on a RHAS4 server.
    I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
    Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
    I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
    Symbol `kpccapCTarr' has different size in shared object, consider re-linking
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    If I set ORACLE_HOME to /oracle/dev, it works correctly.
    This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
    Is this a new constraint introduced by Oracle? Where does this restriction come from?
    Is there something I don't understand and have I installed the developer suite incorrectly?

    your 10.2 server uses obviously some different client libraries than your 10,1 developer version.
    You may check this with ldd proc and ldd sqlplus.
    Perhaps you can live with a wrapper script for starting sqlplus or proc meanwhile ?

  • Problem installing oracle developer  Suite 10g on window 7 64 bit

    hi am in window 7 64-bit am trying to install my oracle developer suite am geting this error when installing
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 6.1
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at C:\User
    s\10017134\AppData\Local\Temp\OraInstall2012-09-21_08-15-55AM\installActions2012
    -09-21_08-15-55AM.log
    Please press Enter to exit...
    i downlload the software from
    http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/101202winsoft-087370.html
    my pc is window 7 professional service pack 1
    64-bit operating system
    now am geting this error
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1 or 5.2 . Actual 5.1
    Passed
    Checking monitor: must be configured to display at least 256 colors . Actual
    4294967296 Passed
    Checking swap space: 0 MB available, 1535 MB required. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation, at which time they will be rechecked.
    Continue? (y/n) [n]
    i try to right click mycomputer->advance system setting->system properties->advance->performance->setting->advance->virtual memory->change->virtual memory
    Edited by: ADF007 on 2012/09/21 9:22 AM
    Edited by: ADF007 on 2012/09/21 9:49 AM
    Edited by: ADF007 on 2012/09/24 12:12 PM

    hi my installation fail am geting this error
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Net Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'C:\DevSuite\jdk\jre\\bin/java.exe -Dsun.java2d.noddraw=true -Duser.dir=C:\DevSuite\bin -classpath ";C:\DevSuite\jdk\jre\\lib\rt.jar;C:\DevSuite\jlib\ldapjclnt10.jar;C:\DevSuite\jlib\ewt3.jar;C:\DevSuite\jlib\ewtcompat-3_3_15.jar;C:\DevSuite\network\jlib\NetCA.jar;C:\DevSuite\network\jlib\netcam.jar;C:\DevSuite\jlib\netcfg.jar;C:\DevSuite\jlib\help4.jar;C:\DevSuite\jlib\jewt4.jar;C:\DevSuite\jlib\oracle_ice.jar;C:\DevSuite\jlib\share.jar;C:\DevSuite\jlib\swingall-1_1_1.jar;C:\DevSuite\jdk\jre\\lib\i18n.jar;C:\DevSuite\jlib\srvmhas.jar;C:\DevSuite\jlib\srvm.jar;C:\DevSuite\network\tools" oracle.net.ca.NetCA /orahome C:\DevSuite /orahnam DevSuite /responseFile C:\DevSuite\network\install\netca_asinstall.rsp'
    Start output from spawned process:
    Parsing command line arguments:
    Parameter "orahome" = C:\DevSuite
    Parameter "orahnam" = DevSuite
    Parameter "responsefile" = C:\DevSuite\network\install\netca_asinstall.rsp
    Done parsing command line arguments.
    The OUICA command is launched from C:\DevSuite\oui\bin\ouica.bat.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to C:\DevSuite
    Configuration directory is set to C:\DevSuite\cfgtoollogs. All xml files under the directory will be processed
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***
    User Selected: Cancel
    The OUICA command is launched from C:\DevSuite\oui\bin\ouica.bat.-----------------------------------------------------------------------------
    *** Starting OUICA ***
    Oracle Home set to C:\DevSuite
    Configuration directory is set to C:\DevSuite\cfgtoollogs. All xml files under the directory will be processed
    Error:*** Alert: The assistant you are trying to stop is a "Recommended" assistant. Not successfully running any "Recommended" assistant means your system will not be correctly configured.
    Do you wish to proceed? ***
    User Selected: Yes/OK
    End output from spawned process.
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    Result code for launching of configuration assistant is: -1
    Error:*** Alert: Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them. ***
    User Selected: Yes/OK
    The following configuration assistants have not been successfully completed. These assistants must be completed for your product to be completely configured.
    Execute file C:\DevSuite\cfgtoollogs/configToolCommands to re-run all skipped/failed configuration assistants.
    echo Oracle Net Configuration Assistant
    C:\DevSuite\jdk\jre\\bin/java.exe -Dsun.java2d.noddraw=true -Duser.dir=C:\DevSuite\bin -classpath ";C:\DevSuite\jdk\jre\\lib\rt.jar;C:\DevSuite\jlib\ldapjclnt10.jar;C:\DevSuite\jlib\ewt3.jar;C:\DevSuite\jlib\ewtcompat-3_3_15.jar;C:\DevSuite\network\jlib\NetCA.jar;C:\DevSuite\network\jlib\netcam.jar;C:\DevSuite\jlib\netcfg.jar;C:\DevSuite\jlib\help4.jar;C:\DevSuite\jlib\jewt4.jar;C:\DevSuite\jlib\oracle_ice.jar;C:\DevSuite\jlib\share.jar;C:\DevSuite\jlib\swingall-1_1_1.jar;C:\DevSuite\jdk\jre\\lib\i18n.jar;C:\DevSuite\jlib\srvmhas.jar;C:\DevSuite\jlib\srvm.jar;C:\DevSuite\network\tools" oracle.net.ca.NetCA /orahome C:\DevSuite /orahnam DevSuite /responseFile C:\DevSuite\network\install\netca_asinstall.rsp
    Error:*** Alert: One or more "Recommended" configuration assistants have not completed successfully. Not successfully running any "Recommended" assistant means your system will not be correctly configured. A list of the assistants that need to be run is generated in the log of this session which is located at:
    C:\Program Files (x86)\Oracle\Inventory\logs\installActions2012-09-21_10-14-35AM.log ***
    Edited by: ADF007 on 2012/09/21 4:52 PM
    Edited by: ADF007 on 2012/09/21 4:52 PM

  • How to Install Oracle developer suite in Ubuntu

    I'm using Ubuntu hardy 8.04, and I have to use oracle developer suite to create some report. Does anybody know how to install the thing in Ubuntu. The documentation mention that I have to use Red Hat Enterprise, which I don't have.

    No Oracle support for Ubuntu is disappointing.
    Ubuntu 8.04 (Hardy Heron) desktop is more robust than Redhat.
    I prefer using Ubuntu to Windows and will move everything to Ubuntu when I can get my applications installed/supported. I already have SQLDevelper running under Ubuntu and it works just fine.

Maybe you are looking for

  • ITunes will not install on Windows XP

    Upon upgrading to iTunes 8.1 I received a fatal error during installation (Windows XP). I can no longer install the program. I have followed all hints in these forums for removing iTunes, and reinstalling, to no avail. Restarting with background proc

  • Scanning a 35mm slide film and trying to get it a certain image size and resolution

    Hi All, I am using the Nikon Super CoolScan8000 and Vuescan program to scan a slide film. I am scanning at this setting: scan resolution 4000 dpi. I have to make it a certain dimension that someone has been asking me for. They want the image at Width

  • No monitor browser named "SAP XI Adapter Engine" in PI 7.1

    In PI 7.0 there is a monitor tree in NWA monitor browser named "SAP XI Adapter Engine" as follows: Monitoring > Java System Report > Select Monitor Browser > Show: Predefined Local J2EE View > Select All view > Selcet SAP XI Adapter Engine in Server

  • Perform grep search

    Hi folks, I was wondering whether it was possible to find and replace using grep. I have the find and replace thing sorted, but I need it to be flexible enough to select any number and alter the value by a set amount. I have done this in InDesign but

  • How to execute vbscript through java

    hi i m trying to run vbscript (that accept some command line arguments) through java . my vbs file is stored in c: drive purpose of vbs file : to map network drives. i normally run it from command prompt using following syntax c:\cscript map.vbs l: \