May we have oracle dev.6i & 9i suit installed on same machine

Hi Gurus!
Want to know in advance that if there required any configuration changes to successfully install both dev.6i & 9i developer suit on same machine.
Thanx!

Shouldn't be a problem as long as they're installed in different Oracle Homes.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • Can we have oracle database and gateway for SLQServer on same machine

    Can we install oracle database and Gateway for sQLServer on same machine>?
    If yes, How does the listener files in gateway home (EG: C:\product\11.2.0\NETWORK\ADMIN) and oracle home (EG: C:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN) look like?
    Where will we give dg4msql details in tnsnames and listner files?

    Here is the output of starting both the listeners. This is output when i appended listener1 settings in Oracle_home listener.ora file.
    C:\Users\Administrator>lsnrctl start listener
    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 03-DIC-2012 04:46
    :15
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Avvio di tnslsnr: attendere...
    TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
    Il file dei parametri di sistema Þ C:\app\Administrator\product\11.2.0\dbhome_1\
    network\admin\listener.ora
    Messaggi di log registrati in C:\app\Administrator\diag\tnslsnr\WIN-77CAQGHJSA2\
    listener\alert\log.xml
    Ascolto su: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521
    STATO del LISTENER
    Alias listener
    Versione TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Data di inizio 03-DIC-2012 04:46:20
    Tempo di attivitÓ 0 giorni 0 ore 0 min. 5 sec.
    Livello trace off
    Sicurezza ON: Local OS Authentication
    SNMP OFF
    File di parametri listenerC:\app\Administrator\product\11.2.0\dbhome_1\network\a
    dmin\listener.ora
    File di log listener C:\app\Administrator\diag\tnslsnr\WIN-77CAQGHJSA2\list
    ener\alert\log.xml
    Summary table degli endpoint di ascolto...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
    Summary table dei servizi...
    Il servizio "test" ha 1 istanze.
    L'istanza "test", stato UNKNOWN, ha 1 handler per questo servizio...
    Il comando Þ stato eseguito
    C:\Users\Administrator>lsnrctl start listener1
    LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 03-DIC-2012 04:46
    :23
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Avvio di tnslsnr: attendere...
    TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Production
    Il file dei parametri di sistema Þ C:\app\Administrator\product\11.2.0\dbhome_1\
    network\admin\listener.ora
    Messaggi di log registrati in D:\product\11.2.0\tg_2\diag\tnslsnr\WIN-77CAQGHJSA
    2\listener1\alert\log.xml
    Ascolto su: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
    Connessione a (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522
    STATO del LISTENER
    Alias listener1
    Versione TNSLSNR for 64-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Data di inizio 03-DIC-2012 04:46:29
    Tempo di attivitÓ 0 giorni 0 ore 0 min. 5 sec.
    Livello trace off
    Sicurezza ON: Local OS Authentication
    SNMP OFF
    File di parametri listenerC:\app\Administrator\product\11.2.0\dbhome_1\network\a
    dmin\listener.ora
    File di log listener D:\product\11.2.0\tg_2\diag\tnslsnr\WIN-77CAQGHJSA2\li
    stener1\alert\log.xml
    Summary table degli endpoint di ascolto...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522)))
    Summary table dei servizi...
    Il servizio "dg4msql" ha 1 istanze.
    L'istanza "dg4msql", stato UNKNOWN, ha 1 handler per questo servizio...
    Il comando Þ stato eseguito
    C:\Users\Administrator>sqlplus /nolog
    SQL*Plus: Release 11.2.0.2.0 Production on Lun Dic 3 04:46:34 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    SQL> conn system/Manager1@star
    Connesso.
    SQL> create public database link test2 connect to "sa" identified by "pwd"
    using 'dg4msql';
    Creato database link.
    SQL> select count(*) from prefer@test2;
    select count(*) from prefer@test2
    ERRORE alla riga 1:
    ORA-28545: errore diagnosticato da Net8 durante la connessione a un agente
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: precedente 2 lines da TEST2
    Output of tnsping from oracle_home
    C:\Users\Administrator>tnsping dg4msql
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.2.0 - Production on 03-DIC-2
    012 05:01:28
    Copyright (c) 1997, 2010, Oracle. All rights reserved.
    File di parametri utilizzati:
    C:\app\Administrator\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    ╚ stato utilizzato l'adattatore TNSNAMES per risolvere l'alias
    Tentativo di contattare (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522)) (CONNECT_DATA = (SERVICE_NAME = dg4msql)) (HS=OK))
    OK (0 msec)
    tnsnames.ora file at D:\product\11.2.0\tg_2\NETWORK\ADMIN
    dg4msql =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    (CONNECT_DATA = (SERVICE_NAME = dg4msql))
    (HS=OK)
    C:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN
    LISTENER_test=
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    dg4msql =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
    (CONNECT_DATA = (SERVICE_NAME = dg4msql))
    (HS=OK)
    test=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = test)
    )

  • Installed Oracle 8i Forms 6i & 9i Developer Suite in the same machine??

    I hav installed Oracle 8i Forms 6i & 9i Developer Suite in the same machine(on Win2k), with different Oracle homes.
    earlier it was working fine,but right now when i tried to open Form Builder(9i),it shows the error as
    Microsoft Visual C++ Runtime library
    Assertion Failed!
    Program:D:Oracle_Home\bin\ifbld90.exe
    File:ut\SRC\UTJ\SRC\UTJL.C
    Line 428
    Expression: result ==utjER_SUCCESS
    For information on how your program can cause assertion
    failure,see the VC++ documentation on asserts
    (Please try to debug the application - JIT must be enabled)
    and when i try to open Reports Builder(9i) it does not open ,it shows error as below and terminates
    rwbuilder.exe - Application Error
    The instruction at "0x6550b264" referenced memory at "0x00000000".The memory could not be "read:
    Please advise what to be done.
    Thanx in advance.

    I've got a 9i database, Jdeveloper (various versions), Oracle9i Forms and 6i Forms all installed on the same machine. Just make sure you get them in separate Oracle homes..
    Regards
    Grant Ronald
    Forms Product Management

  • 8i Forms 6i & 9i Developer Suite in the same machine?

    I hav installed Oracle 8i Forms 6i & 9i Developer Suite in the same machine, with different Oracle homes.
    earlier it was working fine,but right now when i tried to open Form Builder(9i),it shows the error as
    Microsoft Visual C++ Runtime library
    Assertion Failed!
    Program:D:Oracle_Home\bin\ifbld90.exe
    File:ut\SRC\UTJ\SRC\UTJL.C
    Line 428
    Expression: result ==utjER_SUCCESS
    For information on how your program can cause assertion
    failure,see the VC++ documentation on asserts
    (Please try to debug the application - JIT must be enabled)
    and when i try to open Reports Builder(9i) it does not open ,it shows error as below and terminates
    rwbuilder.exe - Application Error
    The instruction at "0x6550b264" referenced memory at "0x00000000".The memory could not be "read:
    Please advise what to be done.
    Thanx in advance.

    I've got a 9i database, Jdeveloper (various versions), Oracle9i Forms and 6i Forms all installed on the same machine. Just make sure you get them in separate Oracle homes..
    Regards
    Grant Ronald
    Forms Product Management

  • Is it ok to install Report developer suite on the same machine?

    Hello All,
    Recently I have upgraded my Oracle Forms 5.0 to Form 6i.
    Now I want same process with my reports.
    Our current reports version is 3.1.
    1) Is it possible to upgrdae report 3.1 to report 6i?
    2) I have installed my form 6i developer suite in window XP. Is it ok to install Report developer suite on the same machine?
    3) if answer of 2 is yes, Do I need to install in another home?
    Please note: My main goal is to upgrade reports in 10g.
    But I think we can not upgrdae report 3.1 to 10g directly. So I am going 3.1 to 6i and then go for 10g.
    Regards,
    D

    still waiting for response.
    Diana

  • Hi, having old macbook pro intending to upgrade my os from snow leopard to lion but negative reviews on lion just put me off..i have ms office and photo shop installed on my machine..my question is will upgrading to lion stop me using those application?

    Hi, having old macbook pro intending to upgrade my os from snow leopard to lion but negative reviews on lion just put me off..i have ms office and photo shop installed on my machine..my question is will upgrading to lion stop me using those application? thank you.

    htfromgrantown wrote:
    Hi, having old macbook pro intending to upgrade my os from snow leopard to lion but negative reviews on lion just put me off..i have ms office and photo shop installed on my machine..my question is will upgrading to lion stop me using those application? thank you.
    Negative reviews are common place here as it is a trouble shooting forum. If you want to read the advantages, improvements and new features then go to the Apple site. If you are running Word 2004, Early Adobe suite, etc which are PPC programs, then don't update. Go to Apple logo in upper left menu bar, open About this mac > More Info > Software >Applications and sort by 'Kind' and look what PPC programs you have installed. If you are not prepared to upgrade these programs, then do not update to Lion.
    There are plenty of threads to read up on about this here. But remember that 99.9% of comments will be negative, even though the forums represent only a tiny fraction of the Millions of Lion Downloads purchased and installed with no issues at all. So basically it's your call.
    Good Luck

  • What is the best way to have access to OSX and OS9 from the same machine?

    What is the best way to have access to OSX and OS9 from the same machine?
    Do I need to partition the hard drive? Installed both Tiger and OS 9 on the G5 and it is having problems starting up properly.
    G5   Mac OS X (10.4)  

    And here is the prove for Edwin's message: Macintosh: Some Computers Only Start Up in Mac OS X

  • I have license for photoshop CS5 extended for windows , I have switched to mac , can  I install the same license copy on mac ?

    I have license for photoshop CS5 extended for windows , I have switched to mac , can  I install the same license copy on mac ?

    Unfortunately, no. the CS programs are platform specific. You have three options. Upgrade to CS6 and request a platform swap, in which case you will give up the Windows serial number. Second, you could buy a second serial number for Mac outright. Third, you can buy the subscription to Photoshop CC, which can be used on both Windows and Macintosh..
    Benjamin

  • Is it possible to have Oracle client 7 and 9 at the same time?

    I have Windows XP and I need to have both clients at the same time in the same machine.
    Is it possible to have multiple oracle homes, one for each client version?
    thanks.

    Hi,
    Thanks for the quick replay...I supposed that answers but I have seen some info where it said that Oracle Client releases previous to 8.0.4 supports only single home.
    The case is my customer has already installed and Oracle Client 7 to access some old database, now we need to install on the same computer a Oracle Client 9.2, you mean there is no problem with this ?
    Thanks in advance....

  • Oracle XE 10g and XE 11g installed on same machine

    Dear All,
    I would like to know if it is possible to have two version of Oracle XE installed on the same machine without running simultaneously,
    I currently have 10g XE installed on my Ubuntu laptop and I would need to install 11g while keeping 10g. These installations are just debian packages that do not allow for much customization. So I am just worried that if I install XE 11g it may mess up my current XE 10g install.
    Thanks a lot in advance
    Respectfully
    dmlobo

    Never mind 11g XE has not been released yet.
    Apologies for the spam.
    Respectfully
    dmlobo

  • 8i Pers, Forms 6i, Report 6i & 9i Pers, Dev. Suite in the same machine?

    Hi everyone.
    I am using Oracle 8i Personal, Forms 6i and Reports 6i using my Pentium 4 with Windows 98 SE.
    I want to install Oracle 9i Personal and Developer Suite (Forms 9i, Jdeveloper and OC4J.) but I want to keep 8i and Forms 6i.
    Is this possible could I keep both, Oracle 8i and Oracle 9i?
    I would like install Windows 2000 Professional and install everything (8i, Forms & 9i & Developer Suite) in that machine.
    If it is possible, how I can do that?
    Thanks in advance for your answer!!

    I have the following homes:
    - ORA8i
    - Dev 6i: for Developer 6i and Designer 6i
    - RDBMS 9i SE
    - Dev 9i: for Developer 9i and Designer 9i
    plus a separate directory for JDev 9.0.3. This one needs no Oracle home thank God. :-)
    One more thing. Some applications will not be able to find the aliases if there are more than one Oracle homes and the aliases are not present in ALL tnsnames.ora files.
    To avoid this I set the TNS_ADMIN environmental variable for my tnsnames.ora file (aliases for the database).
    HTH

  • Possible to have Oracle Java 6 and 7 installed?

    I installed jre/jdk from the AUR when installing Arch last week and am now wanting to install Java 6 as well.  Can this be done and, if so, how?
    Thanks,
    Lee

    Check out jre6-compat package in AUR.
    And just FYI, you can install any package to any specific location in arch. This requires a little manual work, of course.
    One have to edit PKGBUILD and install scripts replacing paths with desired locations and to remove conflicts/provides declaration from PKGBUILD if necessary.

  • Installation of oracle 9205 database and client software on same machine

    Hi,
    I have installed Oracle 9205 on my laptop running on windowsxp sp2.
    I intent to create a Database and access the same using developer forms which again would be installed on the same laptop.
    Please help me in configuring this scenario.
    how to configure the listener.ora, what about sqlnet.ora and tnsnames.ora for the server part as well as the client part
    also what services need to be configured in windows xp
    Altaf

    Altaf,
    Problem is you don't see similar output from your lsnrctl status. Try rebooting your machine and make sure you see similar output.
    How exactly are you trying to connect to your service?
    Sqlplus sys/password as sysdba
    sqlplus sys/password@INS_LIST as sysdba
    $ lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-DEC-2008 13:46:06
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date                16-DEC-2008 09:18:21
    Uptime                    0 days 4 hr. 27 min. 45 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File         C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NROHILLA01.usi.corpusi.net)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Services Summary...
    Service "DSSXDB" has 1 instance(s).
      Instance "dss", status READY, has 1 handler(s) for this service...
    Service "DSS_XPT" has 1 instance(s).
      Instance "dss", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "dss" has 1 instance(s).
      Instance "dss", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Installing Oracle 9i Database and 9iAS on the same machine

    I have read conflicting comments about this. Will Oracle 9i and 9iAS work if installed on the same server ?
    I have seen a note before that the ORACLE_HOME will conflict if done.
    However, for 8i it has been stated "the OAS does not seem to conflict with the Oracle 8i database, so select the default ORACLE_HOME to install".
    Can you give me the diffinitive answer for 9i for this.
    Many Thanks

    I performed the installation and used a different Oracle_Home and had no issues. Now configuring Portal was another story...

  • I have an iMac in which I installed a virtual machine to run some MS applications including MS Money. in virtual machine mode the computer does not recognize the USB pen which contains my MS money back up and therefore I can't import the data to the iMac.

    What should I do?

    What virtualization app do you use ?
    Parallels, VMWare Fusion or VirtualBox ?
    For Parallels: choose Preferences form the Parallels Desktop menu -> then USB and set it to your liking.
    For the other two it should be a similar procedure (don't use them myself).
    Stefan

Maybe you are looking for

  • Videos no longer recognized by MacBook Pro

    A novice here.  I have home videos that used to work (.m4v and .mkv) but they no longer do.  The size appears to be what they always were (4.12+ GB) but the icon is now solid white and is no longer recognized by anything (QuickTime, Preview, etc.). 

  • IMovie capture from DV tape without auto scene break

    Has anyone figured out to prevent iMovie from automatically inserting scene breaks in iMovie'11. I am importing previously edited footage for conversion.  This still contains the timestamps. After importing, iMovie automatically places each clip by t

  • BRF+ Upgrade from JAVA stack to ABAP stack. Tutorials Required.(Beginer)

    Dear All, We are Proceeding with and Upgrade on our JAVA based Stack to ABAP Stack of EHP6. The new System extensivly uses BRF+ Techonolgy and SAP Workflows. Could you please Provide certain Basic links to Start of with it? As of now its totally new

  • Embedding HTML page into Flex using Adobe AIR

    Hi, This is Siva Kumar. Need help in embedding an HTML in Flex . We are using Adobe Air. To embed an HTML in Flex we used <mx:HTML> tag. Its working fine but whts the problem is its not allowing to download files / attachements. I tried to use google

  • String into java.sql.Date

    Can anyone tell me how to convert a String (yyyy-mm-dd) into a java.sql.Date format? Also I need to test to see if the Date of birth (entered in the format above) is >= 18. Can I do this in an SQL query? Thanks Marika Ludmann