Two oracle versions on one client

Hello
I installed Oracle7 and Oracle8 Client together on the same machine.
So far it works well. But when I want to open one of my ODBC Drivers, I4m getting the following error:
ODBCADM caused a general protection fault in KRNL386.exe at 0001:243F.
Is it possible, that this is because of the two Oracle versions?
Or does anybody have another idea?
Thanks, Anja

Hi,
Like Kamal said, no problem. You can have 2 tnsnames.ora, one in 8i (where you declare 8i databases), and one in 10g (where you declare 10g databases).
To connect to 8i, set ORACLE_HOME to 8i directory and use 8i sqlplus.
To connect to 10g, set ORACLE_HOME to 10g directory and use 10g sqlplus.
Nicolas.

Similar Messages

  • Transfer data from two oracle version to one sql server 2005

    Hi,
    I have two database servers on different machines. They are
    1) Oracle 8.1.7.4
    2) Oracle 7.3.1.4
    I have to create agents which can transfer tables from these two databases to one machine having sql server 2005 database.
    Please tell me what are the options. What drivers i need to install on machine having sql server 2005 so that i can transfer data from both oracle versions.
    Thanks
    Rajneesh.

    Your Oracle databases are so old you might want to look around and see if you can find dinosaur bones near by.
    Given the differences in data types between Oracle and SQL Server I'd suggest you start off by dumping the data into delimited ASCII files and then loading it using whichever SQL Server tool you wish.

  • Installing two Oracle Version in One Windows[/b]

    Hi Guys
    I want to know how to install two different versions of Oracle in One Windows Under Different Homes.

    A guess is that this is due to the earlier 8.1.7.x ODBC drivers did not support multiple homes (max one ODBC version per PC - ugh!).
    If you can't skip this error, try to uninstall 9i ODBC, install 8i, upgrade 8i driver and then reinstall 9i ODBC (in the right home)... I guess a better way would be to do this in the correct order on a clean PC (to avoid registry messup as much as possible).

  • Two Oracle databases on one AIX Server - Note working, Pls Help

    Dear Friends,
    I have installed Two SAP systems with Two Oracle Databases on one AIX machine, The Installation of both the systems went fine without any errors, and also i have been able to login to both the systems seperately. (that means i cant start both the systems at a time, its one at a time)
    But the problem is of the Oracle Listener, i am not able to start both the systems with single Oracle Listener processes(tnslistener). I tried all the possible scenarios as mentioned in note 98252 but nothing seems to be of any use so far.
    the thing is i can start either one of the SAP Systems, But my objective is to start both the SAP Systems with one listener processes (LISTENER) and one listener port (1527)
    Or
    you can say i am also ready to keep two different listeners for TWO seperate Oracle databases, I tried doing so as per one of the sap notes in which you have to keep different names of listener and different numbers for listener port for second ORACLE database. I tried doing exactly mentioned in the note but yet unsuccessful...
    Now i am completely lost as what is to be done since its critical i want you to immediately look into it and suggest me the appropriate solution so that i can set up both of my DEVELOPMENT and QUALITY system running...
    To troubleshoot this if you require anything from my side then please feel free to ask me since our functional consultants have to soon start working on the SAP systems.
    Regards
    Ayush

    The note you specified talk about 2 database instances not 2 databases... (I was starting to wonder how you deploy 2 databases), you can have multiple database instances on a DB. The note also give you detailed explanation of the configuration of listener.ora
    Now, if this is the case and you have installed 2 instances (not databases) on the same host and configured the listener according to the note, then you should be able to call R3trans -d from both SID's.. if the R3trans fails please post the contents of trans.log here.
    the thing is i can start either one of the SAP Systems, But my objective is to start both the SAP Systems with one listener processes (LISTENER) and one listener port (1527)
    Then, the configuration of your listener.ora file must be incorrect.
    Regards
    Juan

  • Two - Progress Versions in One Project

    Dear Experts,
    I need to setup two progress versions for one project.
    Progress Version 1 - for monitoring project progress and preparing S curve., measurement method is time propotional.
    Progress Version 2 - for Result Analysis, measurement method is Estimation.
    Please advise on the following....
    a) Is it necessary to enter both plan and actual for RA POC (for Progress Version 2), or can I enter only the actual progress.
    b) Can I maintain the POC only on the Billing Element (WBS Element) where the RA will be calculated (RA key attached WBS Element).
    c) Can I use two different POC  weighting for the two different progress version.
    Looking forward to hearing from you.
    Thanking you.
    Best Regards,
    Abdul.

    Hi Jon,
    I know I can right click and pulldown to "locate referenced files" and in both cases it says there are no referenced files which means that neither of these is in an Album or whatever.
    Sorry, no, that means something completely different. It means that your master images are managed, they  are imported into your Aperture Library and not stored outside your library. Perhaps you mixed this up with "Show in project", that you can use to find out the home project of an image in an album.
    But is there a way to know what the Master is for these two?
    No, both images are versions, referencing the same master. What you can find out, however, is which of the two is the most recent version.
    To see this, you need to define a Meta Data preset in the Inspector Window. Open "Meta Data" in the Inspector Window. Select "Edit" in the selector. In the right panel navigate to Aperture -> Last Modified Date and check this item.
    Now you will see the date when your your version was last modified. So you will be able to which of these two is the original version.
    I know these sound confused and I am even after having pored over the full extent of the documentation.
    Good for you! Keep it up, and do not only read but experiment with this information - try it out with a small experimental library.
    Regards
    Léonie

  • Obtaining Oracle Version 7.3 Client Software

    I would like to use the Micorsoft ODBC for Oracle but it tells me that I need components supplied as part of Oracle Version 7.3 Client Software Installation. Can anyone direct me as to where I can get hold of Oracle Version 7.3 Client Software Installation.
    Thanks
    Andre Benjamin

    I have the same problem. Have you been able to find a solution. I'm running Windows98 with Oracle 8.15. When I try to add an ODBC the error message displays.

  • How to install two oracle database on one system

    i want to install two oracle databases on single system how it is possible
    how i can manager oracle home and is this possible to install two different version of oracle in single home or single system forexample oracle 9 and oracle 8 .
    A.R

    Hi,
    yes, u can have more databases on a single machine and they can be of different versions.
    You have to use and initialize the correct ORACLE_HOME to create the DB of the version U use.
    For ex, u have 2 homes:
    C:\Oracle\Ora817 8i home and C:\Oracle\ora920 9i home
    Normally, using OFA, imagine that You want create 2 db, TEST_8I for 8i home and TEST_9I for the 9i home, You shold have:
    C:\Oracle\Admin\TEST_8I\<<OFA DIRS>> and C:\Oracle\Oradata\TEST_8I for 8i DB adn C:\Oracle\Admin\TEST_9I\<<OFA DIRS>> and C:\Oracle\Oradata\TEST_9I for the 9i version.
    It is important, when You create the DB, that u use the executables of C:\Oracle\Ora817\bin to create 8i db and C:\Oracle\Ora920\bin for the 9i one.
    Then U can use the 9i listener to manage both instances
    Hope this helps
    Max

  • Get the Oracle version of the clients connected

    Dear Experts,
    I've got a 9i server. I need to know if the version of the clients connected is 8i or 9i. How can I get this information ?
    Thanks for any input.
    Regards,
    Guillaume

    SQL> select banner from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    PL/SQL Release 9.2.0.6.0 - Production
    CORE    9.2.0.6.0       Production
    TNS for Solaris: Version 9.2.0.6.0 - Production
    NLSRTL Version 9.2.0.6.0 - Production
    SQL> disconnect
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production

  • Which is better?    Two Oracle user in one instance OR  in two instances?

    Which is better?
    I could not find any benchmark for number of instances per user
    in the same machine.
    suppose that you have two major Oracle user, from performance
    point of view it is better to make separate instances in same
    machine or keep these two users in the same instance.

    Hi.
    I understand that you will use oracle for two different
    applications on the same host.
    Each instance has its SGA and background processes. So, using
    two different schemas(users) in one instance you can share
    phisical memory between the applications. Concerning background
    processes, you can start as many of them as you wish, so it's
    not a problem. If you decided that one DBW is not enough, you
    could configure oracle to use two or more.
    best regards,
    Andrew

  • Two OSX versions on one Disk

    Hi,
    I Have a macbook pro and i have partitioned my 500GB hard drive so i canhave snow leopard on one partition and Lion on another. The reason i want to dothis is because of The new FCPX and the old FCP7 clash as well as the fact aviddoes not work on Lion.
    I installed Lion on the lion side works great!!! Then I went to installSnow leopard on the Leopard side, Install started fine until it did a rebootand then the computer just kept crashing saying about OSX version unknown and Kernelerrors.
    Can you not have both versions of OSX on your laptop within a partitioneddrive????
    OR worst come to worst i loose avid is there any way i can get lion on theother partition??
    thanks

    It seems very easy to do this if you have Snow Leopard and want to install Lion on the other partition but I am doing it the other way around so here are a list of things tried and the results.
    1. Snow leopard install disk straight in to lion = Disk comes up saying it can not be used with this version of OSX
    2. Used a Snow leopard backup drive as the boot disk, inserted disk and pointed install to the Partition I made for it. = Install starts until the Reboot then Kernel errors and a DOS type screen sating it can not find a OSX version.
    3. Tried to Carbon copy my Snow leopard back up drive to the partition = The same Kernel error when I try and reboot on the new snow leopard partition.
    4. Went to Google, found a article saying that the OSX Lion Recovery partition can cause havoc not allowing you to install from a disk. Answer was to make your mac boot in firewire mode whilst using another mac to run the install disk and direct it to the correct partition this was tested on a mini mac server with two hard drives in it no on a single drive with a partition. I am currently  trying this but when the disk restarted the machine it just sits on the Grey apple and has done for the last 30 mins yet i had this before and apparently its the computer scanning all the different disks connected I am hoping the install will finally restart :-s ???
    I am out of ideas.

  • How to use two jdk versions in one system.

    Hi All,
    Am working for two projects, in one i have to use jdk1.4 and in the second i have to use jdk1.5, how can i have two jdk in one system, am using windows xp, in that if i create two accounts and install two jdk's will it accept? what is the solution for this.
    Thanks,
    vyrav.

    I have 1.3, 1.5, and 1.6 installed here. You can install them wherever you like, and use the %JAVA_HOME% system variable to point your tool(s) to the desired one that you wish to use.

  • Question on Oratab file when installing two Oracle instances in one machine

    OS: AIX 5.3
    DB version:10.2.0.1.0
    I already have an instance of version 9.2 which is very important and which we don't want to upgrade and we wanted another test(unimportant) oracle instance called testdb_10gR2 of version 10.2.0.1.0 on the same machine.
    So i installed 10.2.0.1.0 on a different ORACLE_HOME .Installation of the new 10.2.0.1.0 (testdb_10gR2) went ahead successfully and at the last step i have to log in as root and execute root.sh
    I entered 'n' for the options "dbhome", "oraenv", "coraenv" as shown below so that the settings for our 9.2 instance (which is very important) will remain intact.
    What would have happened if i entered 'y' ie. Overwrite ?
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u04/testdb_10gR2_Feb2009
    Enter the full pathname of the local bin directory: [/usr/local/bin]: /usr/local/bin
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]: n
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]: n
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n) [n]: n
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    During installEdited by: Citizen_2 on Jan 30, 2009 5:05 AM

    'dbhome','oraenv','coraenv' are sripts used to set a proper environment (see the descriptions at the beginning of these scripts). These scripts rely on oratab (they check for existing SIDs), but answering 'Y' does not mean you will modifiy an existing oratab.
    I think these scripts change rarely, so it's very likely overwriting the existing 9i scripts with the 10g scripts changes nothing. To be honest I don't use the scripts , so in my case 'Y' or 'N' doesn't matter. But important is you don't have to worry about 'oratab'.
    Werner

  • Is it possible to install two Oracle Databases on one host?

    I got installed Oracle 10.1.0.3.0 on my host (OS: Linux CentOS 5 64-bit) and there is need to install another one on the same host. Additional database is supposed to be started up and shutted down once per a day for a couple of hours.
    Is this configuration possible?
    Thanks in advance

    It is possible to have N database instances running on one box. They can also be running on the same or different $ORACLE_HOMEs.
    If you are using the same ORACLE_HOME for all your databases, be sure to change your ORACLE_SID to point to the correct SID.
    DBCA can help you create different databases from the current ORACLE_HOME

  • Can I use two adobe bundle(version) in one computer?

    It is possible to install two adobe version in one computer. Lets say cs3 and cs5 working in one mac.
    Please help me...

    Broadly, the answer is yes.
    However, you must bear in mind the issue of compatibility between MacOS and the various versions of the Adobe products.
    Both versions of CS you propose to use must be compatible with the current version of MacOS you have installed. I use CS4 and CS5 on MacOS 10.6.6 without any problems, but an older version such as CS3 run with CS5 may be stretching things a bit in that respect. Others may have specific experience and may be able to say one way or another.
    If you do have two versions running, you need to set your choice of which version opens if you double-click a file. The default is usually the latest version. Alternatively, you could drag and drop each file onto the icon of the version you want to use.

  • SRM "one-client" installation on ECC 6.0 EhP: Own client needed for SRM?

    Hello experts,
    i've a question concerning the SRM "one-client" installation on ECC 6.0 EhP4 as Add-On.
    Is it possible to use SRM and ERP funtionality in a single client e.g. 001?
    Or do we have to use different clients on the system like for SUS?
    I haven't found any information regarding this topic in SAP ressources. I'm currently using CG "SAP SRM on One Client in
    SAP ERP" Release date 2008 (found on marketplace/srm-inst --> srm7.0); SRM - Technical Basis Configuration (BuildingBlock S00/S03). I'm facing problems while going through the following customizing steps:
    Assign logical System to Client [both logicall systems are on the same client (001)] ==> error while trying to reference the second logical sys. because client (001) cannot be used again (own presumption: error message differs)
    I've seen that some of you have successfully installed and customized this szenario. If someone could provide me any helpful information or guideline how to proceed in general... would be great...
    Best regards,
    PATRICK

    Thanks for your reply. I've checked the offline documentation because i've no access to solman.
    There is a document which describes the steps for configuring one-client customizing on marketplace.
    Link: [SAP SRM 7.0: SAP SRM on One Client with SAP ERP|https://websmp203.sap-ag.de/~sapidb/011000358700001201562009E]
    The problem is that its impossible to cofigure the system like it's described in the document.
    Let me explain why...
    SRM Addon is installed and customizing is done in client 001 (same client as erp)
    overview about defined logical systems:
    -ONECLNTERP (for ERP is defined)
    -ONECLNTEBP (for SRM is defined)
    When I try to assign the logical system to client 001 it works for the first entry
    for the second log. system it shows up an error message.
    -->I assume because client 001 has been already assigned. I cant use client 001 again.
    But One-Client szenario schould be possible in a single client or is SAPs One-Client more like One-System with differnet clients for SRM and ERP on the same machine?
    Because of the above mentioned problem I assume that it's impossible to run ERP and SRM in the same Client number.
    Am I right? Do I have to use two Clients on One System for proper Customizing?
    Or if it's possible to use a single client on one machine for both ERP and SRM how is it possible to assign two log. systems to one client number?
    I'm totally confused. Any help would be appreciated  - any tips/hints/experiences from someone who has customized One-Client?
    BR, Patrick

Maybe you are looking for

  • Color is off when viewing pdfs in reader

    I created a pdf of some 4 color art for a client. When other people in my department viewed it on their monitors, the color was muted and not true. Can anyone suggest why this may be?? My curiosity is that maybe their monitors are not as claibrated,

  • IPhone4S photos to iPhoto on IMac7,1

    With previous iPhones, the transfer from the iPhone to the iMac went flawlessly. Now with the iPhone4S, several photos transfer correctly and then I get "Unreadable Files: #  The following file(s) could not be imported.  (The file is in an unrecogniz

  • Combining music with a slide show dvd

    I just purchased a photo DVD on shutterfly but I need to add music then burn a new dvd, is there any software from apple that will let me do this?   Windows XP     Windows XP  

  • Will not load Facebook or youtube

    Just purchased a new Macbook Pro but cannot load Facebook or Youtube nothing happens, using Safari Any ideas Updated latest software and it worked for 5 mins

  • How to get Beats by Dre software on my Pavillion DV6-6170SD?

    Hello everyone, I  recently installed Windows 8 (64 bit) on my HP Pavillion DV6-6170SD and most of the drivers were working right away. I used to have Beats by Dre audio software before I updated my Windows and now I can't find it on the website belo