Successful installation of 8iEE 8.1.7 on RedHat linux 7.2 but no luck with Oracle 9i

Hi All,
I've successfully installed Oracle8i EE version 8.1.7 on RedHat
Linux 7.2. However, I have NOT had much luck installing Oracle
9i version 9.0.1 on RedHat Linux 7.2. I am wondering if anyone
in this forum has any luck installing Oracle 9i on RedHat Linux
7.2. I am running Linux kernel 2.4.7-10.
Now I am not trying to start a shouting match here; however, it
seems to me that a person with any common sense would not run
Oracle database on a Windows platform. Instead of running it
on Windows platform, one would be much better off running it on
Linux platform. I am currently Oracle EE 8.1.7 on an dual-Intel
processor 266MHZ with 512MB of RAM with Linux as the Operating
System. I have to say that the performance of the box is really
solid. At the same time, I am also running Oracle EE 8.1.7 on
an identical hardware system with Win2K server and I have to say
that the performance system is really pitiful on this Win2k server.
The windows box can only 1 instance at a time. If I try to have
two instances running at the same time, the windows box just comes
to a screeching halt. In contrast, the Linux box really rocks. In
a testing environment, I have 3 instances running at the same time
and the linux is barely breaking a sweat. I am getting maximum
performance out of the linux box because I recompile the linux kernel
to optimize the box to run Oracle database.
Having said that, as an Oracle DBA newbie (with less than six months
of Oracle DBA experience, the last ten years as a Cisco/Unix Engineer),
I find it fascinating that Oracle is only certified to run on SUSE (may
be I am wrong and someone can correct me on this one) when RedHat is
probably the dominant Linux distro. It took three days to get Oracle 8i
version 8.1.7 to install on RedHat Linux 7.2. Why Oracle is slowed to
support Linux RedHat is something I just don't understand.
OK, enough of venting my frustration, if anyone has successfully installed
Oracle 9i EE version 9.0.1 on RedHat Linux 7.2, please share your knowledge.
In the mean time, if anyone interested in obtaining instructions on howto
install Oracle 8i version 8.1.7 on Redhat Linux 7.1/7.2, send me an email
at [email protected] and I will send the instructions. The instructions
are written specifically for "windows dummies" so it is very to read and
follow. If you have been Unix for a long time, there will be instructions
in there that are so easy some of you may ask why put those in there in the
first place. My response would be: "windows dummies".
Regards,
Michael (david)

I very much agree with you Oracle is working very much better on Unix/Linux than Windows BUT in many cases you are obliged to use windows ( in Case that My company high managment enforce it ) , I have installed 9i on Windows and Linux , I am herunder including the full details :
========================================================================
Installing Oracle 9i on Linux
     Linux : Redhat 7.2
     Oracle : 9i Server EE 9.0.1.0.0
     RAM Used : 256 M Ram
     Hard Disk : IDE RAID
     Linux Kernel : 2.4.4-10
     JDK : Blackdown jdk118_v3 => downloaded from www.blackdown.org
     All shell here is the Bash shell ( Bourne again shell )
1.     To run a shell script over Linux , just drag the shell file from the file manager and drop it to a shell window
     Be sure to have swap space of 400 M or more
     If the systems stop responding for some time , leave it , it will continue
     Be sure to make a stage area for the CDs # 2 , 3 only because you will start from the CD 1 but after going in the installation the CDROM freezes and refuses to open door to replace CD ,, in this case you will switch to the last 2 CDs from the stage area
     Make sure you have the following executables at /usr/bin : MAKE , AR , LD , NM , C for Unix that is installed during Linux installation from the distribution media
Steps ( Root User ) :
1.     be sure to have to have your server domain is like hostess.com.eg and you can be able to ping it
     open /etc/hosts
     add a line as follows ( for instance ) :
     192.168.0.11 hostess.com.eg hostess
     ping hostess.com.eg
     ping hostess
     ping 192.168.0.11
     be sure to have a replay for all of them
2.     install JDK inside the /usr/local directory => after downloading the JDK you can easily decompress it but just clicking at it using the GUI
3.     get to the / prompt
4.     type ln s /usr/local/jdk118_v3 /usr/local/java
5.     download binutil RBM from Redhat for version 7 of Linux to downgrade binutils for Linux 7.2 or you will encounter an error at the third CD set
6.     download it from : ftp://ftp.redhat.com/pub/redhat/linux/7.0/en/os/i386/redhat/rpms/binutils-2.10.0.18-1.i386.rpm
7.     run it as follows : rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
8.     change to /proc/sys/kernel
9.     type cat sem
10.     you will get : 250 32000 32 128
     250 => SEMMSL
     32000 => SEMMNS
     32 => SEMOPM
     128 => SEMMNI
11.     you need to have the SEMOPM to be 128 , to do so , locate the file called sem open it replace the value of 32 with 128
12.     type again cat sem to be sure of taking the required effect
13.     after the installation ends just re-install the 7.2 utils again as follows :
14.     rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
15.     you can find the last RPM at the 7.2 CD set
16.     after downloading the Oracle files from the net you need to decompress it as follows (one step) :
     zcat linux9i_disk1.cpio.gz | cpio idmv
     zcat linux9i_disk2.cpio.gz | cpio idmv
     zcat linux9i_disk3.cpio.gz | cpio idmv
17.     you can decompress them at 2 steps as follows :
     gunzip linux9i_disk1.cpio.gz
     gunzip linux9i_disk2.cpio.gz
     gunzip linux9i_disk3.cpio.gz
&#61607;     cpio idmv < linux9i_disk1.cpio
&#61607;     cpio idmv < linux9i_disk2.cpio
&#61607;     cpio idmv < linux9i_disk3.cpio
18.     Now you have 3 directories , have care when Burning them to CD because you need to take care of paths
19.     if you have downloaded the files via a Windows machine and have a MKS installed over it you can easily invoke Visual Pax and decompress the files at one go using the GUI program
20.     log on to Linux as Root and run commands in the file commands.txt
21.     log on as user Oracle to be sure that its created
22.     log on as root again
23.     get to the directory of /home/oracle
24.     enable showing the system files
25.     open the file of .bash_profile
26.     add the accompanied bash file contents at the end of it to set the environment variables
27.     log on as user Oracle
28.     open shell and type set and be sure that environment variables are set correctly
29.     open shell and change to the cdrom by typing cd /mnt/cdrom => Linux 7.2 is an auto mounting OS so you at no need to mount the CD drive prior to using it and if you need to mount it just type : AS ROOT
&#61607;     mount t iso9660 /mnt/cdrom /cdrom
&#61607;     this is surly after creating a directory at / called cdrom
30.     Start the installer ( as Oracle User ) by typing ./runinstaller
31.     the installer will ask you to run a started script as root , you may open a shell and type su then open Nautilus ( if using Gnome or File manager as super user if using KDE ) and drag the noted file to the shell screen and press enter ,, after it is ended continue with the installer
32.     if asked to supply JDK home directory then it is /usr/local/java
33.     Unix group Name ( to update Oracle software ) : oinstall
34.     Oracle home is : /oracle/9.0.1
35.     base directory : /oracle/orainventory
Hisham Nagia
IT Manager / OCP DBA
Hostess Egypt / EFG-Hermes - CIIC

Similar Messages

  • Installation Help for JRE v1.4 on Redhat Linux 7.3

    Hello everyone,
    I would like to install the Java Runtime Environment, and was hoping someone would please be able to give me a step by step guide.
    Thanks

    Hi,
    1 Download the j2sdk-1_4_0_01-linux-i586-rpm.bin file.
    2 If file on Redhat 7.3 system then "sh j2sdk-1_4_0_01-linux-i586-rpm.bin" in the bash to get j2sdk-1_4_0_01-fcs-linux-i386.rpm. (I am assuming this works since I did it the other way).
    3 If file on Windows system you can use winzip to extract it too j2sdk-1_4_0_01-fcs-linux-i386.rpm
    4 Place file on Redhat 7.3 system. Ensure that java is not already there with "rpm -aq | grep j2". If it is uninstall it with rpm -e <package name>.
    5 Install java with "rpm -i j2sdk-1_4_0_01-fcs-linux-i386.rpm"
    5 Check that java package is now on system with "rpm -aq | grep java2". You should get this "j2sdk-1.4.0_01-fcs"
    6 Java binaries are located in "/usr/java/j2sdk1.4.0_01/bin"
    7 Set a tempary path for the shell "export PATH=$PATH:/usr/java/j2sdk1.4.0_01/bin"
    8 Run "java" and you should get something back to show that the command did try to execute.
    I could not see anything on the Sun site that described these simple steps or somthing like it. Seems like an oversight by Sun that they are not there or they are too hard to find by users like myself.
    Thanks
    Tom

  • Installation of E-Business Suite x86 on Redhat Linux 4 64 bits

    Dear Sir/Madam,
    I am installing E-Business suite on a 64 bits platform however the environment file has not been created. The following error is appearing. Could you please be of a help.
    W-50011: Error: - Database ORACLE_HOME connection test has returned an error: 3
    command: su applprd -c "/data/StageR12/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /data/apps12/oracle/VIS/inst/apps/VIS_oracle3/ora/10.1.2/VIS_oracle3.env APPS/APPS"
    While checking the environment file on the folder there are other env files not been created.
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = /data/apps12/oracle/VIS/db/tech_st/10.2.0/VIS_oracle3.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = /data/apps12/oracle/VIS/inst/apps/VIS_oracle3/ora/10.1.3/VIS_oracle3.env
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = /data/apps12/oracle/VIS/inst/apps/VIS_oracle3/ora/10.1.2/VIS_oracle3.env
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = /data/apps12/oracle/VIS/apps/apps_st/appl/VIS_oracle3.env
    ADOVARS environment file passes instantiated variables test:
    File = /data/apps12/oracle/VIS/apps/apps_st/appl/admin/adovars.env
    APPSCONFIG passes instantiated variables test:
    File = /data/apps12/oracle/VIS/apps/apps_st/appl/admin/adconfig.txt
    Regards
    Stéphane

    Hi,
    How did you resolve this error:
    W-50011: Error: - Database ORACLE_HOME connection test has returned an error: 3
    command: su applprd -c "/data/StageR12/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /data/apps12/oracle/VIS/inst/apps/VIS_oracle3/ora/10.1.2/VIS_oracle3.env APPS/APPS"
    While checking the environment file on the folder there are other env files not been created.
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = /data/apps12/oracle/VIS/db/tech_st/10.2.0/VIS_oracle3.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = /data/apps12/oracle/VIS/inst/apps/VIS_oracle3/ora/10.1.3/VIS_oracle3.env
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = /data/apps12/oracle/VIS/inst/apps/VIS_oracle3/ora/10.1.2/VIS_oracle3.env
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = /data/apps12/oracle/VIS/apps/apps_st/appl/VIS_oracle3.env
    ADOVARS environment file passes instantiated variables test:
    File = /data/apps12/oracle/VIS/apps/apps_st/appl/admin/adovars.env
    APPSCONFIG passes instantiated variables test:
    File = /data/apps12/oracle/VIS/apps/apps_st/appl/admin/adconfig.txt
    Thanks,
    Naveen
    [email protected]

  • HT1941 Hi i have recently updated my version of iTunes in order to sync music from my macbook air to my new ipod shuffle. After a successful installation the application does not launch and I am unable to oepn iTunes of access my music! Someone please hel

    Hi,
    I have recently updated my iTunes to the latest version in order to sync music onto my new ipod shuffle. However after a successful installation the application does not launch or open? There are no error messages. The application is just unresponsive.
    I have already checked the compatibility with Safari, my operating system and checked my firewall is not blocking it - all is fine.
    Does anyone have any other resolutions?
    Many thanks

    Hi Carolyn,
    Thank you for your time and response. The trouble is I am unable to launch iTunes? I have restarted my macbook air a number of times to try and initiate the application but the issue persists and the application remains unresponsive. Will not launch?
    Thanks

  • Unable to login to apex as admin after apparent successful installation

    I am unable to login to apex as admin after an apparent successful installation.
    I have an existing Oracle database 11.2.0.1.0 with Oracle Text running on Windows 7 Professional with hundreds of gigabytes of free disk space available. I did everything as an operating system user with administrator privileges. I downloaded the latest version of apex 4.0.2 for all languages, unzipped the downloaded zip file, extracting all files to an apex directory. I changed the working directory to apex and started sql*plus, connected sys as sysdba, ran apexins.sql installation, apex_epg_config.sql and apexconf.sql configuration, apexchpwd.sql to change the admin password, and apxldimg.sql to copy the images, and exec dbms_xdb.sethttpport(8080), unlocked accounts, and granted connect privileges.
    The installation log did not show any errors and included:
    "Thank you for installing Oracle Application Express.
    Oracle Application Express is installed in the APEX_040000 schema.
    The structure of the link to the Application Express administration services is as follows:
    http://host:port/pls/apex/apex_admin (Oracle HTTP Server with mod_plsql)
    http://host:port/apex/apex_admin (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
    The structure of the link to the Application Express development interface is as follows:
    http://host:port/pls/apex (Oracle HTTP Server with mod_plsql)
    http://host:port/apex (Oracle XML DB HTTP listener with the embedded PL/SQL gateway)
    JOB_QUEUE_PROCESSES: 1000"
    When I use either browser, Firefox 3.6.12 or Internet Explorer 8.0, and go to http://localhost:8080/apex/apex_admin I get a screen that says:
    "Enter Application Express internal administration credentials"
    and has boxes for a username and password. When I enter admin and the admin_password that I selected, then click on login nothing happens. I don't get logged in. I don't get an error message. It does not show any signs of anything running. It just sits there. I also don't get any messages from Windows or Norton 360 indicating that a pop-up window was blocked or any such thing. I checked that the services are running and also tried shutting down the computer and re-starting (cold boot), but was still unable to login.
    I am a retired developer, not a DBA, so if there is anything else that I should do or check or provide, then please let me know. I have provided a copy and paste of everything that I could think of below. Oddly I don't see an admin user.
    SQL> select * from v$version
      2  /
    BANNER                                                                         
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production   
    PL/SQL Release 11.2.0.1.0 - Production                                         
    CORE     11.2.0.1.0     Production                                                     
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production                        
    NLSRTL Version 11.2.0.1.0 - Production                                         
    SQL> select status from dba_registry where comp_id = 'APEX'
      2  /
    STATUS                                                                         
    VALID                                                                          
    SQL> select username, account_status
      2  from   dba_users
      3  where  username = 'ANONYMOUS'
      4  or     username like 'APEX%'
      5  or     upper (username) = 'ADMIN'
      6  order  by username
      7  /
    USERNAME                       ACCOUNT_STATUS                                  
    ANONYMOUS                      EXPIRED                                         
    APEX_030200                    EXPIRED                                         
    APEX_040000                    OPEN                                            
    APEX_PUBLIC_USER               OPEN                                            
    SQL> select dbms_xdb.gethttpport from dual
      2  /
    GETHTTPPORT                                                                    
           8080                                                                    
    SQL> select owa_util.get_version from dual
      2  /
    GET_VERSION                                                                    
    10.1.2.0.8                                                                     
    SQL> show parameter memory_target
    NAME                                 TYPE        VALUE                         
    memory_target                        big integer 1536M                         
    SQL>

    Are you sure you did give right path to script ? Yes.
    >
    If you extract files to folder c:\temp, you have after that folder c:\temp\apex and bunch of sub folders.
    For script to update images, you give path to folder where you did extract apex install files.
    In above case that is then c:\temp .
    >I created a directory c:\apex on my laptop. I downloaded the zip file to that directory. When I extracted the files to folder c:\apex, the result was c:\apex\apex with a bunch of sub folders and files. When I ran the script, I gave the path c:\apex as indicated in my copy and paste. So, I did everything the same as in the quote above, except that I used apex instead of temp.
    Try extract Apex install zip to c:\temp and give c:\temp as path for scriptAre you suggesting that I redo the entire installation using c:\temp instead of c:\apex? What difference would that make? Would I need to do some sort of uninstall first?

  • After successful installation of 9ias release 2 version  9.0.2.0.1

    Hi
    After successful installation of 9ias release 2 version 9.0.2.0.1 in the service following services are missing (oracle_home9ias122http_server , form server and reportserver ) which has to be present as per old version installation but in new version(9.0.2.0.1) it is not there is anyone has any idea regarding this what one should do to get those sevices ready.
    regards
    nasar zia

    Since you don't mention operating system, we assume you use Microsoft Windows something-or-other.
    In which case, you open a command prompt, enter
    sqlplus /nolog
    connect / as sysdba
    startup
    exit
    and post the entire console session.
    (Replacing the 'something-or-other' with 'version and service pack' in our public knowledge base would be very useful as well.)

  • Solaris 10 panics during reboot after successful installation

    hello,
    this is the 2nd time i'm trying to make solaris 10 x86 (latest dvd version) to
    run on my asus w1n laptop. /first i tried cd version in last december./
    and again i'm not being successful. what happens is this:
    after (i guess successful) installation the system reboots and it panics
    during the boot process. where and why exactly i don't know -- it just prints
    the kernel banner and i noticed a change of screen font. and when it panics i
    have no time to write down or even read the message as it reboots in a second.
    does anyone have an idea of what might be going on or how to overcome this
    issue pls ???
    /i want to give the system a try but so far i've got no chance./
    many thanks,
    martin
    ps: pls cc me as i'm not on the list. cheers.

    Martin,
    as a first step, try booting with -v. This will give you more insight on just where your system panics. Obviously, your system at least gets across the point where the video driver is loaded - that's where the screen font changes.
    Since you seem to be able to boot from a CD/DVD Media, you may also try to boot to single user mode from there.
    Don't get confused by the absence of the usual device configuration assistant / 2nd level boot dialog screens when booting from an install media - at the point where you are prompted for an installation type you can also enter, e.g., "b -s" (without the "", of course) for a single user boot.
    You may then try to look into /var/adm/messages on your hard disk installation. USUALLY, you'll find some hints towards the problem source there.
    HIH, kind regards,
    Me

  • ITunes successfully installs in my computer but the moment I open it, a message will appear showing that microsoft has stopped working and the program will close. What do I do?

    iTunes successfully installs in my computer but the moment I open it, a message will appear showing that microsoft has stopped working and the program will close. What do I do?

    Let's first try updating your QuickTime Player to the most recent version. Does that help with the iTunes launch errors?

  • I installed updates for i photo and the computer restarted for the successful installation . But after the restart was done , the system was been frequently restarting??

    HI,
    NEED URGENT HELP !!
    I installed the updates for i photo as suggested by the software updates and then restarted as displayed on the screen for successful installation . But after the restart was done , the system again displayed a grey window that says to restart in different language. I'm worried and could not understand that why this is happening as i only update what mac recommended .Moreover , I'm new to mac book and therfor i'm finding few things difficult to understand. Any help or suggestion is welcomed and much appreciated.Please reply !!

    Troubleshooting: My computer won't turn on
    Mac doesn't boot

  • A successful installation on Windows XP Professional SP2

    I have had partial success installing before.
    This time i created an D:\oraclexe director with the followin INHERITED permissions:
    ravn\Administrators : Full Control
    Authenticated users : Read & Execute, List Folder Content, Read
    System : Full Control
    I made sure that C:\WINDOWS\system32\drivers\etc\hosts contained the IP address and name of the PC. It also contained localhost IP address and name.
    Installation went like a charm. Even the Database Home Page works.
    I suspect that most problems with Oracle XE installations on Windows XP can be solved with the proper inheritable access rights. Errors in network configuration excepted.
    greetings,

    .Net uses oledb connection. The connection string used on the WinXP system results in the ORA-12154 error on the WinXP x64 system.
    from WinXP x64 system:
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    C:\Documents and Settings\dchman>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-AUG-2
    006 07:56:31
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = daddysx2
    )(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (120 msec)
    C:\Documents and Settings\dchman>
    it is the same for the WinXP system, except for the host name.

  • Remove C:\Program Files\sapinst_instdir after successful installation

    Hello,
    do you recommend to delete the directory C:\Program Files\sapinst_instdir after successful installation.
    It wastes ~500 MB disk space.
    Thanks,
    Juergen

    yes.
    if the installation was successful. i've experienced, that you won't read logs of a successful installtion anymore...
    but you could also zip & archive it somewhere.
    if you plan to do further installation you even SHOULD remove/rename the directory.
    kr, achim

  • No response at all after successful installation of iTunes; please help!

    After successful installation of iTunes (latest version 11) and confirmed that I agree to all terms, there was no further response.
    I went to All Programs and double click iTunes, still there was no response as if I did not initiate it.
    I am running Windows 7 64-bit.
    I tried unintall and re-install it twice and the same happened.
    Please help urgently. Many many thanks.

    Well, I have just spent an HOUR (no, I'm not kidding or exaggerating) talking to Apple support, and the saddest thing is that they were not able to resolve my issue. Their suggestion is for me to create another email account, then a new Apple ID for that email address and if that does not help, they want me to come to an Apple Store and show them what's going on. I find that a bit ridiculous...

  • Installed update for Quicktime for Leopard.  It indicates successful installation but actually hasnt installed. Did it a few times and also deleted my existing version and all QT preferences.  Still doesnt work.  any ideas?

    I have downloaded Quicktime for leopard fo rmy iMac (2 years old).  It indicated successful installation.  Then I purchased Quicktime Pro.  It didnt work.  So tried a download again. The same thing happened.  So I deleted absolutely everything including my old version of QT and also any preference files I found.  I tried again but the same thing happened.  It indicates successful installation but a search doesn't reveal anything anywhere.  I have had no previous trouble downloading any new programmes . They always install with no problem straight into applications.  there is lots of available memory.  Now I have no Quicktime whatsoever.
    Any ideas anyone?  Have tried speaking to the apple call centre in India.  He couldnt understand me and vie versa.  No use at all and it cost me a fortune for the phone call.  On the phone for an hour while this chap kept going to his supervisor. Why do companies continue to use call centres overseas?

    I have used Firefox since Firefox 0.7 or 0.9 but may have been 0.5. Seems like it was called something else but my memory is not that great.
    Before that I used Seamonkey and other variations of Mozilla. Before that I used Netscape. I even have/had a CD that I sent off for with the different releases going all the way back to the beginning (I think).
    I was a Mozilla crusader. When I saw someone using IE I would talk to them like they must be dumb until they switched haha. I have converted everyone who is close to me to firefox except my wife and I think she uses IE to irritate me.
    I work on the Internet. I spend no less than 12 hours and up to 18 hours a day with my fingers touching a keyboard that is connected to a computer or phone that is interacting with the Internet. I have Firefox on my Android phone, two laptops and my desktop. All of them crash constantly.
    When it crashes I lose work and time. Not to mention getting big headaches.
    I am very appreciative for the browser and yes I have made money donations. Not saying that makes me good. I look at it more like I am paying for great software.
    I never thought the day would come that I would say no more to Firefox. The day has come.
    When Firefox first came out it was small, good and fast. As time has went on it has become big, bad and slow. I feel like I am turning my back on a good friend but i can't take the crashing any longer.
    I am using Chrome now. Dang I hate to use anything google. Since I can't make my own browser I have to use what's out there and Chrome is fast. Sort of like Firefox used to be... except of course Chrome has all those phone home goodies.
    I won't be trying to convert anyone to Chrome but neither will I try to convert them to Firefox.
    I am not trying to start a flame war or anything here. As nuts as it sounds I felt like I should tell Firefox bye.
    Bye bye Firefox. it was good knowing you

  • In spite of successful installation of Flash Player 11.8...

    In spite of successful installation of Flash Player 11.8, when I try to open or create an Adobe Acrobat Portfolio (Acrobat XI), it tells me to update my FP version. How can I create or edit Document Portfolios?

    Please do not post the same question multiple times!

  • Steps for **SUCCESSFUL** installation of 11.5.9 on Windows

    After a lot of effort (formatted the hard disk 5 times and installed everything from scratch ; Searching for 10 hrs on metalink and google ) of trying to figure out the "JSP not responding " problem, I sort of figured out the problem with help from my friends who work at Oracle..
    Here are my steps.. (my Environment is Win 2000 Professional with SP4 on a Dell SC400 Pentium 4, 2.4GHz with 1.2G Memory and 120 GB hard drive)
    ***Made sure that there are no spaces in the directory structure. Also restarted machine after install of VC++ , jdk and Domain name information insertion in hosts file***
    1) Installed MKS toolkit (Version 7.0 - I had a trial version)
    Installed directory is C:\MKS
    2) Installed VC++ 6 from Microsoft Visual Studio CD to c:\MVS (where MVS stands for Microsoft Visual Studio) and applied service pack 5
    I read some metalinks where they copied the link.exe file that is in the C:\MVS\VC98\bin folder to c:\winnt\system32 folder.. I did the same for good measure
    **** RESTARTED MACHINE****
    **NOTE:: RapidWiz asks for MSDev directory during install ( it defaults to C:\VC98).. but during the VC++ install , the environment variable that VC++ sets for MSDev directory is C:\MVS\Common\MSDev98.. (On a Dos window, type "set" )So during install, I set the MSDev directory in RapidWiz to C:\MVS\Common\MSDev98 NOT TO C:\MVS\VC98 **
    3) Downloaded make-3.79.1 (NOTE .. This is the only version that is certified to work) unzipped it to C:\ and ran the build_w32.bat file.. Had to run it twice to get the gnumake.exe file in the WinRel folder . I copied it to c:\MKS\mksnt folder
    4) Downloaded jdk1.3.1_09 from http://java.sun.com
    PLEASE NOTE THE VERSION # and build!! _09!!
    Installed it to c:\jdk13 ** Also note that there is no "." in the directory name as specified in the installation instructions by Oracle***
    Set Classpath = .; in the environment variable and also added the c:\jdk13\bin to the PATH variable.
    **RESTARTED MACHINE!**
    5) i)created applmgr, oracle users with Administrative rights..
    ii)Made an entry 127.0.0.1 omega.xyz.com
    (where omega is my machine name and xyz.com is a **fictitious** DNS domain name) in c:\winnt\system32\drivers\etc\hosts file
    iii) Changed the Virtual Paging Memory to 4000 M on both hard drives on my machine( Right click on "My Computer" , go the advanced tab and then Performance Options and change the Virtual Memory settings
    iv)Also, Go to Network - > Local Area Connection -> right click Properties -> click TCP/IP properties -> advanced -> click DNS tab -> enter DNS suffix for this connection as your domain (xyz.com)
    **RESTART MACHINE **
    6) I copied all the CD's to the Staging folder and started RapidWiz.. I chose d:\oracle as the installation directory!! I installed the Vision Demo and it sort of took 12 hrs..
    ****MOST IMPORTANT STEP****
    During the installation, somewhere during Step 4 of 5 , the files for Jserv are unzipped to d:\oracle\visdora\iAS\Apache\Jserv\
    Go to the "etc" folder and open jserv.properties (not jserv.conf)
    At the very beginning there is an entry "wrapper.bin" which points to the java executable..
    SURPRISE SURPRISE!!! The value that it contained was
    wrapper.bin = c:\jdk1.3.1\jre\bin\java.exe !!!
    It was supposed to have jdk13 ..And that's why JServ doesn't start up and we get the JSP not responding error!!
    CHANGE THE VALUE TO CONTAIN THE CORRECT PATH AND SAVE FILE!! (THIS IS BEFORE STEP 5 of 5)
    wrapper.bin =c:\jdk13\jre\bin\java.exe
    IF YOU MISSED setting this value (you cannot be around the machine all the time :-) ) and the post installation
    steps are executed by RapidWiz with JSP not responding error , Go to the Services from Start->Settings->Control Panel ->Administrative tools ->Services , locate the Oracle HttpServer service, stop it , make changes to the jserv.properties file as outlined above and restart the HTTP Server . Wait for 2 minutes and hit Retry on the RapidWiz window and your system would pass the JSP Test!!!
    Phew!! Hope this helps .. Please follow the instructions above.. Read them atleast 2 times ( I just want to save you the pain of installing a second time :-) ) before you install
    Cheers
    -Srinath

    I installed oracle apps 11.5.10.2 using steps given in thread and I didnt have any problems. I then installed it on my friends laptop and it worked fine. but recenly it stopped working in my laptop, i was not able to open login page from main url (http://www.msb.ora:8000) it gave error : page cannot be found
    So i reinstalled it on fresh system again.. but since then it not working. I have tried atleast 9-10 times and everytime it ends up with same error "jsp is not responding", I am able to open the rapid install main page but I am not able to open login page. it says page cannot be found. i followed all the steps suggested by you guys in this thread to solve this error, but still have no luck.
    I have tried following steps to solve the issue
    1) As its recommended to installed apps on fressh os without jdk i did the same, as i didnt worked i tried installation with jdk preinstalled,
    2) i have tried on both windows server 2003 and win xp professional
    3) I tried to change the jdk path in jser.properties file
    I will really appriciate any help to solve this problem. Below is system details:
    os: windows server 2003
    ram : 1gb
    processor: 1.83ghz core 2 duo
    Oracle apps 11.5.10.2
    java version: 1.4.2_04 ( installed by rapidwiz)

Maybe you are looking for