Installing Oracle 8i and Developer 6.0 technet packages on NT

I recently purchased the Oracle 8i (8.1.6) and Developer 6.0 "packages" from technet ($200/each). The Oracle 8i Enterprise Server software installed without any problems [ Oracle home = ora81 ]. However, when I tried to install the Developer package [ to oradev ], I got a message indicating that the install would replace my "ora81" registry settings with the "oradev" settings... which it did, thereby rendering my database "in-operable".
After repeatedly removing and reinstalling the two packages, I was finally able to get both installed with an "operable" database. However, I keep getting a TNSNAMES error message when I try to connect to the database from Oracle Forms. Has anyone else encountered this scenario??? I am quite experienced in "using" Oracle tools and the database, but NOT when it comes to installing and configuring them...
At this point, I believe that my problem lies with SQL*Net... any ideas???
null

U-da-Man!
Thanks, Martin... your step-by-step process worked like a charm! Although, having used Oracle products for 7+ years, I am amazed that the Developer package had to be installed before the database. I wonder what will happen when I eventually install Developer 6i ??
Anyway, thanks again for the info!
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Martin Vonk ([email protected]):
Hi Dave,
Did not install Oracle 816 up to now. But still..
Developer 6 has to be installed in DEFAULT_HOME...
See the procedure below (source Oracle (modified)).
Installation Procedure
Follow this procedure to install Developer 6.0 and Oracle 8i on the same physical machine in separate ORACLE_HOMEs on NT:
1) Install Developer 6.0 using the instructions on the Developer CD.
Specify an appropriate drive and the ORANT directory as the destination. For example:
D:\ORANT
Note: You must install Developer in the Oracle home named DEFAULT_HOME.
2) Install RDBMS 8.1.5 from the Oracle 8i CD. Specify the following information when prompted for the Oracle Home and Full path:
Oracle Home ora8i
Full Path d:\orant\ora8i
Choose Typical Install
Global Database Name ora8i.us.oracle.com (This is an example)
SID ORA8I (This is an example)
As the product installs, a summary is displayed that shows the products that are installed and the space requirements.
When the installation is complete, the following information is displayed and the installer exits:
Oracle Database Configuration Assistant Alert Database Creation Completed.
Database Information
Global Database Name ora8i.us.oracle.com
SID ORA8I
Sys password change_on_install
System passwd manager
3) A TNSNAMES entry needs to be created in the tnsnames.ora file for the new Oracle 8i installation. You can find the file in:
d:\orant\net80\admin\tnsnames.ora
A default entry will look like this:
alias.world
(DESCRIPTION
(ADDRESS_LIST
(ADDRESS
(PROTOCOL = TCP)
(Host = )
(Port = )
(CONNECT_DATA = (SID = )
For example, if you installed on a machine with a HOSTNAME of TEST, a SID named ORA8I, on TCP/IP with port 1521, and an alias of NEW, you would create the following entry:
NEW.world
(DESCRIPTION
(ADDRESS_LIST
(ADDRESS
(PROTOCOL = TCP)
(Host = TEST)
(Port = 1521)
(CONNECT_DATA = (SID = ORA8I)
4) If you manually created the entry, save and close the tnsnames.ora file.
You can now connect to the local database instance of 8i using the DBSTRING as NEW. For example, you can connect as scott/tiger@NEW.
<HR></BLOCKQUOTE>
null

Similar Messages

  • Installing Oracle Database and SQL Developer

    Hi, I was looking for some help/advice in regards to installing an Oracle Database and SQL Developer onto a Windows 7 32bit machine. I have been asked to create a database to store data that I create through reports in Excel so I am required to create a local database but not sure how to go about doing this. Also not sure if I install the Express Edition or Oracle Database 11g R2. If somebody could please advise on how I can get this started or even any links/tutorials that would guide me in how to get this installed with a localhost.
    Thanks in advanc.

    318f20b8-a3d0-4fb4-bb0f-73785250b7d4 wrote:
    Thanks guys, I have managed to install Oracle 11gR2 and I have setup a database using the dbca tool and I can connect to my new database. One thing that I have noticed is that when i look into my tables in sql developer i see loads of different tables i.e. def$_, logmnr_, etc and I am not sure why this is as I expected an empty tablespace.
    Thanks btw for all your help.
    One of the key principles of relational databases is that they use their own facilities to manage themselves.  That means the database management system uses the database to manage data about the database using exactly the same facilities (tablespaces, tables, user accounts, procedures, etc) that an application uses to keep data for the application. See "data dictionary"   So there is no such thing as a completely empty database.
    As said by others, you do NOT want to be creating your own tables under oracle's schemas (users) or in oracle's own tablespaces (esp. SYSTEM and SYSAUX).  Create your own user account/schema.  Create your own tablespace. Make that tablespace the default for that user.

  • How do I install 8i personal and developer on the same machine?

    I'm a College student and while Oracle 8i and developer are
    available at school, I would like to have both available at home
    because of the lack of available computers during lab times. I
    have 8i personal currently installed and that works fine, but
    was wondering if anyone could let me know what steps I need to
    take to install developer and make it work to where I don't have
    to access an outside server.
    Currently 8i is installed on my computer that runs WIN 98. Any
    idea if there is a way to install it on a computer that runs WIN
    ME. That would be my ideal computer to run these off of.

    if you have two hard drives the easiest might be to install panther on the second hard drive. this way you don't have top partition anything. make sure the drive is properly formatted it should be formatted mac os extended journaled with APM partition scheme. then just boot from the Panther install disk and install panther on the second drive. note that this will only work if your mac originally came with panther. did it?
    to switch between installs you can change the startup disk in system preferences->startup disk. then reboot. alternatively, reboot normally and hold option at the chime. this will boot you into startup disk manager where you can choose which drive to boot from.

  • Install Oracle Forms and Reports 11g (11.1.1.4)

    Dear Gurus,
    I would like to install Oracle Forms and Reports 11g (11.1.1.4) on Windows 2012 Server. So could you please suggest me whether Windows 2012 is certified or not for installing Oracle Forms and Reports 11g (11.1.1.4) .
    Thanks & Regards,
    Satish Kumar Sadhu.

    Hi Satish,
    Forms 11.1.1.4 is not certified for Windows Server 2012. Further more, no 11g Forms release is actually certified by Oracle to run on Windows Server 2012.
    I would use Windows Server 2008 and use Forms 11.1.2.1 (11gR2). 11gR2 is the best release from Oracle and will run much better than Forms 11.1.1.4.
    For a peace of mind, you can check My Oracle Support - Certifications Tab and/or the published Certification Matrices below:
    11gR1 Matrix (For releases 11.1.1.x): http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    11gR2 Matrix (For releases 11.1.2.x): http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls
    Thanks,
    Gavin

  • How to install oracle Forms and Report 10g in windows XP OS

    How to install oracle Forms and Report 10g in windows XP OS. Already installed oracle Database 10g in my notebook.
    It is working good.
    please help me this issue.
    please give the steps..............
    Thanks
    Rajeev

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

  • Problem installing Oracle forms and report in windows 7

    I have a problem while installing Oracle forms and reports in windows 7 64 bit
    The error is : [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000IY5_e_EApIRMyYAhMG1BuDGr00000B,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
    at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    So I Google for it and found that this is version mismatch (May be I am wrong) and it tells that I have to install WLS - 10.3.2 with ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    But I am unable to get wls version 10.3.2.
    For better understanding I am listing my installers :
    (I) Windows 7 Ultimate 64 Bit
    (II) (Oracle 11g) win64_11gR2_database (1 & 2)
    (III) ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    (IV)wls1033_generic.jar , wls1033p_generic.jar , wls1035_generic.jar
    (V)accessbridge-2_0_2-fcs-bin-b06
    (VI)ofm_rcu_win32_11.1.1.2.1_disk1_1of1,ofm_rcu_win_11.1.1.3.1_disk1_1of1
    (VII) ofm_wc_generic_11.1.1.5.0_disk1_1of1
    (VIII)jdk-6u38-nb-7_2_1-windows-i586-ml , jdk-6u38-windows-x64
    (IX) oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32
    (X)wls1033_oepe111150_win32.exe
    (XI)wls1035_win32.exe
    (XII)wls1035_oepe111172_win64
    (XIII)oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win64
    After the installation while configure the forms reports, I am stuck while creating domain.
    steps I follow is :
    (i) Install Windows 7 Ultimate 64 Bit
    (ii) (Oracle 11g) win64_11gR2_database (1 & 2)
    (iii) wls1033_generic.jar
    (iv) accessbridge-2_0_2-fcs-bin-b06
    (v)ofm_rcu_win32_11.1.1.2.1_disk1_1of1
    (vi) ofm_pfrd_win_11.1.1.2.0_64 (1 to 4)
    Please any body help, for the installation of oracle forms and reports.
    I have a formatted Windows 7 Ultimate
    Where I have installed Adobe Acrobat Reader
    IIS server from windows installer
    Now I want to know the exact procedure so that i can run the forms and report in my machine.
    This is my first installation of Oracle forms & Reports, so please do not pre assume about my understanding (Like "to install this he surely did this environment settings" )
    Please specify all the steps
    Furthermore if Another software I have to download then please tell me.
    And I will be grateful if you specify the mistakes in my side.
    Looking forward with anticipation.

    Solved, Thank you

  • How to install oracle 11g and 10g on same linux server.

    how can i install oracle 10g and 11g on same linux server ????
    10g database is already installed , i want to installed 11g on the same machine. How can i do this???

    Hi;
    how can i install oracle 10g and 11g on same linux server ????
    10g database is already installed , i want to installed 11g on the same machine. How can i do this???You may go wiht different mount point like to create /oracle11g and /oracle10g and you can choose related path for your installation.
    Please read:
    Managing multiple oracle home
    http://docs.oracle.com/cd/B12037_01/em.101/b12140/3_oui_oracle_homes.htm#i1005615
    http://docs.oracle.com/cd/B12037_01/em.101/b12140/3_oui_oracle_homes.htm
    Regard
    Helios

  • How to Install oracle 10g and 11g on aix 6.1

    Can we install oracle 10g and 11g Enterprise Editions on IBM aix 6.1 ? If so how
    Chetan
    Edited by: chetan0926 on Jan 11, 2012 2:56 AM

    Hi;
    Can we install oracle 10g and 11g Enterprise Editions on IBM aix 6.1 ? If so how Yes you can,both version is certified
    I agree Sybrand, Please check installation guide. All your questions will be answered in it
    http://www.oracle.com/pls/db102/homepage
    http://www.oracle.com/pls/db112/homepage
    Also see:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Installing oracle 10g and 11g client  on the same Linux RHEL 5.4 host

    Is it possible to install Oracle 10g and 11g client on the same Linux RHEL 5.4 host and have the application switch between 10g and 11g? and how would the 10g and 11g be installed?

    Thanks for your reply.
    Typeically if 10g is installed in /home/roacle/product/10.2.0, are you saying that for 11g, it would be /home/oracle/product/11.0.0 ?
    How about switching the application? Does changing the ORACLE_HOME and PATH environment variable setting enough ? Let's say from
    ORACLE_HOME=/home/oracle/product/10.2.0/client_1 to /home/oracle/product/11.0.0/client_1

  • I want to install Oracle 8i and forms 6i on xp

    I want to install Oracle 8i and forms 6i on xp. Kindly give me a complete step by step file, so that i can know before installation......
    Thanks

    Get into a time machine and go back about 20 years. ;-)
    You are asking about something hopefully no one has done for a decade ... installing desupported software on a desupported database on a desupported operating system on, perhaps, some antique server.
    Perhaps someone else kept their notes from back in the Jurassic period but mine were in a recycle bin many many years ago.
    If you really wish to do this I suspect you are going to be stuck doing it the way we did back then ... read the docs accompanying the installation files.

  • Is it possible to install Oracle 9i and SQL server on same machine

    1. Is it possible to install Oracle 9i and SQL server on same machine ?
    2. If yes, what are the problems i may encounter during installation
    3. What should be hardware configuration for installing both databases in same machine like hard disk space, RAM speed etc,

    Hi,
    1. Yes you can do it.
    2. There shouldn't be any problems
    3. Depends on your needs
    Jarek

  • Installing Oracle 10g and error with DISPLAY value

    Hello, I am instaling Oracle 10g and when I run:
    . /runInstaller
    this error apear:
    Can't connect to X11 window server using :0.0 as the value of DISPLAY variable.
    how must I set de DISPLAY variable if I have instaling in a local system?
    Thanks

    Can't connect to X11 window server using :0.0 as the value of DISPLAY variable.you apparently set the display correctly (:0:0) if you are installing locally.
    You could do a xhost + as user531326 if you did not start your X session as oracle
    Message was edited by:
    Laurent Schneider
    note that xhost + is not a good security practice, have a look at
    http://amath.colorado.edu/computing/unix/x/

  • Help me install oracle form and report 9.0.4 on red hat AS 4 x86

    i installed oracle database 10.0.2 on my red hat AS 4 x86 in /u01/app/oracle/product/10.0.2/db_1. Now i want to install oracle form and report 9.0.4 on my computer in /u02/app/oracle/product/9.0.4
    The oracle installer checks for required packages. It will produce the following list of missing packeges:
    Package gcc-3.2.3-20 is missing
    Package compat-gcc-7.3-2.96.122 is missing
    Package compat-gcc-c++-7.3-2.96.122 is missing
    Package compat-libstdc++-7.3-2.96.122 is missing
    Package compat-libstdc++-devel-7.3-2.96.122 is missing
    Package setarch-1.3-1 is missing
    Package sysstat-4.0.7 is missing
    Package gnome-libs-1.4.1.2.90-34.1 is missing
    Package libstdc++-3.2.3 is missing
    Package compat-libstdc++-devel-7.3-2.96.122 is missing
    Package compat-glibc-7.x-2.2.4.32.5 is missingbut i installed newer versions of them. so can i continue to install without missing packeges??? and how to install missing packages because they conflict with packages i installed.
    i tried to continue installation without missing packages and have some errors:
    "Error in invoking target 'agent' of makefile /u02/app/oracle/product/9.0.4/sysman/lib/ins_sysman.mk"
    Error in invoking target 'install' of makefile /u02/app/oracle/product/9.0.4/sqlplus/lib/ins_sqlplus.mk"
    Error in invoking target 'install' of makefile /u02/app/oracle/product/9.0.4/plsql/lib/ins_plsql.mk"
    Error in invoking target 'relink' of makefile /u02/app/oracle/product/9.0.4/precomp/lib/ins_precomp.mk"
    Error in invoking target 'install' of makefile /u02/app/oracle/product/9.0.4/webcache/lib/ins_calypso.mk"
    Error in invoking target 'install' of makefile /u02/app/oracle/product/9.0.4/network/lib/ins_net_client.mk"
    Error in invoking target 'webm-install'(or genm-install or gen-install) of makefile /u02/app/oracle/product/9.0.4/forms90/lib/ins_forms.mk"
    Error in invoking target 'proxy install' (runm-install,server-install,cgi-install,cli-install,conv-install,qv-install) of makefile /u02/app/oracle/product/9.0.4/reports/lib/ins_reports.mk"
    and error in Configuration Assistants:
    "output generated from coniguration assistant "oracle net configuration assistant":/u01/app/oracle/jre/1.1.8/bin/.../bin/i686/native-threads/jre: relocation error
    ":/u01/app/oracle/jre/1.1.8/bin/.../bin/i686/native-threads/libjava.so: symbol_ _libc_wait, version Glibc -2.0 not defined in file libc.so.6 with link time refrence
    Someone help me!!!
    Thanks.

    The requirements for installing 10.2.0 and 9.0.4 on RHEL4 differ - 9.0.4 is based on older versioned RSFs and require linking against older compatibility libraries.
    The OUI may incorrectly complain if later versions of the required/pre-requisite packages really are installed - this should not be a problem functionally, however.
    The latter errors you report, however (make, relocation error, glibc/symbol), are symptomatic of trying to link with/against incompatible gcc/glibc versions. Try installing the following additional compatibility files (appropriate for your architecture);
    - http://oss.oracle.com/projects/compat-oracle/dist/files/RedHat/compat-oracle-rhel4-1.0-5.i386.rpm
    - http://oss.oracle.com/projects/compat-oracle/dist/files/RedHat/compat-libcwait-2.1-1.i386.rpm
    If you have not already done so, I suggest you create and use (i.e. source) separate environment definition files when working with each product/version environment. For 9.0.4, ensure that you specify environment variable LD_ASSUME_KERNEL=2.4.19 before installing 9.0.4 (or relinking).
    If you have MetaLink access, refer also to Note.315832.1, Note.389811.1.
    Message was edited by:
    mychan

  • Installing Oracle Clusterware and TimesTen

    I am attempting to setup TimesTen with Oracle Clusterware and this website "Installing Oracle Clusterware and TimesTen" says that I should "Install Oracle Clusterware 11.2.0.2" however, when I go and look for I found this page:  "Oracle Grid Infrastructure Downloads" however as you can see from that page it does not have version 11.2.0.2. 
    Does anyone know where I can get Clusterware 11.2.0.2?
    Would version 12.1.0.1.0 work for me?
    Thanks,
    Victor

    Thanks for the info on 12.1.0.1.0 :-(
    If you look at eDelivery 11.2.0.2 is not available.  I guess I will have to go with setting TimesTen setup without the Grid Infrastructure (i.e. use these instructions instead - "Active Standby Pair with TimesTen In-Memory Database")
    https://lh4.googleusercontent.com/Kg-lODsuooX9cl5-z2W2tuQ0KDQjLCuytwjf_jma1OfZf5IUiKiwQTvUtkRQvBSASQ=w1808-h804

  • Hw to install oracle forms and reports 11g builder on windows machine

    HI Guys
    i need to install oracle forms and reports 11G builder on windows machine for devlopers.. do anybody know from where i can download them and install them on developers machine. if anybody know steps of them .. that will be great..
    Regards,
    Devender

    Maybe this thread will help you: Re: Install Forms & Rpts 11.1.1.3 with WebLogic Server 10.3.3 on Win32

Maybe you are looking for

  • How to keep file name on "Insert as new"

    If a record has a related file, the file-name is stored in a field of that record. When you open the record and choose "Insert as new" everything is copied to a new record, except this file-name. How to save this file-name too? thanx

  • Installer not installing!

    I have recently acquired a new HP machine, stock from the good people at staples. I have tried to install reader on this machine many times and failed miserably. I download the installer, run it. The progress bar fills to completion, and then.. nothi

  • WPA/WPA2 PSK NOT SUPPORTED?

    I'm trying to join a router with WPA/WPA2 PSK, but for some reason NONE of my iOS devices will join it. Not my iPad 3, nor iPhone 5S, all running iOS 8.1.1. My MacBook Pro running Yosemite has no problem connecting. So does iOS 8, nor iPhones and iPa

  • Does Lightroom read white balance settings in NEF files?

    I have noticed an interesting difference in white balance color temp using Lightroom vs. Capture NX: In a Nikon D70 RAW shot (with camera white balance set at Direct Sunlight, no fine-tuning) Lightroom shows the "as shot" color temp to be 4850K. Capt

  • Extend a network worked fine for 2 years, now it doesn't

    Sorry I'm not at home so I've gotta go off bad memory... My setup has worked fine for a number of years.  A non-simultaneous dual band Extreme is the main base station.  I have a Express ethernet-ed to the network working without issue.  There's also