FYI: Installation instructions for Oracle products

Since there are still so many questions about installation:
Please read: http://www.suse.de/en/support/oracle/
Yes, these are (my) SuSE pages, and of course I'd like you to use SuSE Linux. However, the instructions and the patches and rpm's are generic, and have been proven (at Oracle HQ in Redwood City) to work perfectly well on Redhat. Of course, since Linux is Linux - we all use the same kernels, and the same libraries, distributions are about packaging and services, the Linux system is the same.
Example our Oracle 8i instructions:
The instructions are generic anyway, and the downloadable archive we provide includes
- a patch for Oracle 8i, which includes the 8.1.5.0.2 patch from Oracle
- some additional patches of annoying bugs
- 3 rpm's: JRE 1.1.6v5 (also tested to work on Redhat - of course, see above), tcl75lib (the Agent needs Tcl 75; also works on Redhat, of course), and orarun.rpm, which are SysV startup scripts for automatic Oracle startup /shutdown at system boot/shutdown time. This last package is slightly SuSE specific, and will not work without changing a few lines of the script manually, but that's pretty easy to do.
We also changed 'runInstaller' slightly to catch some of the most common errors that users encounter. We have had lots of very positive feedback from users - and we're waiting for yours. Some of our patches have made it into Oracle patches, and will be in Oracle 8.1.6 right from the start, since we're working closely with Oracle (SuSE was the first Linux distributor to have a full time engineer onsite at Oracle HQ).
Oracle 8i has been certified by Oracle against SuSE Linux 6.2 and 6.3, of course.
Have fun!
PS:
- SuSE Linux only recently won the 'Best Distribution' award at LinuxWorld Expo in New York (February, choosen by the visitors, not an anonymous committee).
- SuSE has more than 300 employees worldwide (12 months ago: ~60)
- SuSE has been in business since 1992, in the Linux business since 1993
- Our investors include Intel, and our bottom line has always been positive
Come and see us at CeBIT (starts 24 February in Hannover, Germany, and is the largest trade show on eart(!) with more than 7500 exhibitors and more than 700000 visitors)!
PS^2:
Feel free to ask me, if you still have installation troubles! We always welcome feedback, so that we can make the installation process even simpler. It will also flow back to Oracle, of course, and will improve the standard Oracle installation procedures (after all, we really don't want to make a living patching Oracle's installation bugs....).
null

maybe this will help
http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/toc.htm
http://www.oracle.com/technetwork/developer-tools/apex/application-express/apex-getting-started-1863613.html
regards,
drama9346

Similar Messages

  • Instructions for Oracle Database Server Version 10.2.0.4 Patch 49

    Hi !
    Before trying to do anything on the database by applying the patch I received from Oracle, I want to be sure to fully understand the readme file that is with the patch.
    Oracle 10g.
    Dataguard configuration
    I need to do CPU patch. I follow the patch instructions, but I have some questions about these steps to do:
    1. Back up the current database that is installed, the %ORACLE_HOME% directory and Oracle inventory under c:\Program files\oracle directory.
    Question: I suppose I have to do a rman backup right?
    2. Perform a clean shutdown of all Oracle services (databases, Oracle listeners, Oracle agents, and so on.) that run from the Oracle Home where you install this patch. Shutdown all MTS/COM+/.Net applications that access Oracle databases.
    Question: All that is required for a clean shutdown is done with a shutdown immediate command, right?
    I know my database is not RAC, but it certainly has an Automatic Storage Management. Is it stopped with the shutdown command?
    3. Stop all Oracle services, Recovery catalog, ODBC applications, and other applications that use Oracle Client. This may include Web servers that load the Oracle client in the mid-tier environment.
    Explicitly stop the Distributed Transaction Coordinator service (which is not an Oracle service) if it is running.
    Question : I shall have a look at the Services and stop all the services that were not stopped after the shutdown immediate command, right?
    4. Make sure no application are using the driver sqora32.dll
    Question: How to check that no application are using this driver?
    There are in the following preinstallation instructions notes for bug 8292378, data guard bug fix 8227106, bug 6798650 and bug 8866013.
    I see that bug 6798650 is for RAC only, so as my database is not RAC, I don't have to take into account this note.
    5. I have this for the Pre-install steps for Data Guard bug fix 8227106:
    Disable Fast-Start Failover if it is enabled.
    Stop the Data Guard broker observer.
    Disable the configuration.
    Stop the broker on all databases by setting the DG_BROKER_START initialization parameter to FALSE.
    Question: how can I disable fast-start failover?
    Next I look at the Installation Instructions:
    I have in the readme:
    - patch installation instruction for single instance
    - patch installation instruction for RAC (won't use it, as my database is not RAC)
    - installation instruction for Oracle Instant client :
    - installation instruction ODP.NET 1.x or 2.x : I see ODP.NET on the Oracle directories.
    Which patch installation instruction should I follow, according to my database configuration, single instance?
    Appreciate any help.

    1. Back up the current database that is installed, the %ORACLE_HOME% directory and Oracle inventory under c:\Program files\oracle directory.
    Question: I suppose I have to do a rman backup right?No, but yes... I mean, in the documentation is refering at directory, not database. When you use the patch, some files will be change, so if you need rollbackup you need a copy of your ORACLE_HOME and c:\Program files\oracle. Just copy this directories in another place.
    I mean yes because it's recommended backup database too.
    2. Perform a clean shutdown of all Oracle services (databases, Oracle listeners, Oracle agents, and so on.) that run from the Oracle Home where you install this patch. Shutdown all MTS/COM+/.Net applications that access Oracle databases.
    Question: All that is required for a clean shutdown is done with a shutdown immediate command, right?
    I know my database is not RAC, but it certainly has an Automatic Storage Management. Is it stopped with the shutdown command?No, all services, if you only run "SQL>shutdown immediate" you are only stopping database, not ASM, not Listener,....
    3. Stop all Oracle services, Recovery catalog, ODBC applications, and other applications that use Oracle Client. This may include Web servers that load the Oracle client in the mid-tier environment.
    Explicitly stop the Distributed Transaction Coordinator service (which is not an Oracle service) if it is running.
    Question : I shall have a look at the Services and stop all the services that were not stopped after the shutdown immediate command, right?srvctl stop service -d <database name> -s <Configured workload management service> -i <instance name>
    srvctl stop instance -d <database name> -i <instance name>
    srvctl stop asm -n <nodename>
    4. Make sure no application are using the driver sqora32.dll
    Question: How to check that no application are using this driver?http://superuser.com/questions/399659/how-can-i-identify-what-application-is-using-a-given-file
    5. I have this for the Pre-install steps for Data Guard bug fix 8227106:
    Disable Fast-Start Failover if it is enabled.
    Stop the Data Guard broker observer.
    Disable the configuration.
    Stop the broker on all databases by setting the DG_BROKER_START initialization parameter to FALSE.
    Question: how can I disable fast-start failover?are you using Data Guard? if not skip this step, if Yes:
    http://docs.oracle.com/cd/B19306_01/server.102/b14230/sofo.htm#BCGJEGAF
    Next I look at the Installation Instructions:
    I have in the readme:
    - patch installation instruction for single instance
    - patch installation instruction for RAC (won't use it, as my database is not RAC)
    - installation instruction for Oracle Instant client :
    - installation instruction ODP.NET 1.x or 2.x : I see ODP.NET on the Oracle directories.
    Which patch installation instruction should I follow, according to my database configuration, single instance?Only you know what configuration do you have.
    Probably "patch installation instruction for single instance", but be sure that this patch will apply in a database and not in a RAC or in a Client or ODP.NET

  • Where can I find installation instructions for JDBC driver?

    Is any one here to help me out by pointing out where I can find the installation instructions for the downloaded oracle 8i jdbc driver?
    Thanks

    Hi,
    You will find the installation instructions for JDBC Driver in the JDBC Developer's Guide & Reference.
    Here is a direct link to it http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/java.901/a90211/getsta.htm
    Hope this helps,
    OTN Team

  • I am really angry that I get this message every time I try to update Itunes.  "The File 'C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi' is not a valid installation package for the product itunes.  Tr

    I am really angry that I get this message every time I try to update Itunes.
    “The File ‘C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi’ is not a valid installation package for the product itunes.  Try to find the installation package ‘itunes.msi’ in a folder from which you can install itunes.
    What kind of gobbledegook is that?  Are you or Microsoft crazy.  Us computer users need simpler instructions.  Or you need to write your programs so that they work.
    Signed,
    Frustrated Apple User
    Dean Weaver

    “The File ‘C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi’ is not a valid installation package for the product itunes.  Try to find the installation package ‘itunes.msi’ in a folder from which you can install itunes.
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • An installation package for the product Solution Center cannot be found

    I have had my printer for a while but all of a sudden when I sign on, I keep getting, an installation package for the product Solution Center cannot be found. Not sure why I am having the issue now, any ideas?

    knokdawg wrote:
    Printer - HP Officejet Pro 8000 wireless
    Connection - USB
    OK...  what operating system?  You can download the full featured drivers for supported operating systems from HP here.  Select the appropriate operating system, then download the full featured driver.  Run the program after downloading it.  Do not connect the USB cable until instructed to by the installer program.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Installation Requirements for Oracle Apps Forms and Report Services OEL

    Hi all.
    Where can i find detail information about the installation requirements for Oracle Application Server Forms and Report Services under OEL 4 (Oracle Enterprise Linux) or OEL 5?
    It seems there's only information about Oracle Application Server in general, not the reduced or partiuclar distribution, Forms and Reports Services.
    Thanks in advance ....!

    I already saw the documentation for Forms and Reports Services Installation.
    This thread is about the specific requirements, if any, for this product on OEL 5 or OEL 4.
    See, there's a note on Metalink(546174.1) regarding some specific issues about installing Oracle Application Server on OEL5, but i'm not sure if this involves Oracle Application Server Forms and Reports Services.
    The idea is to know if these issues applies to this specific distribution .
    Hope you understand my question now. Thanks in advance

  • Where to find Installation Guide for SAP Productivity Pak 4.3

    We are in the process of installing Productivity Pak 4.3 for a new client. There is no installation guide for 4.3 in English. When I go to the link for the 4.1 installation guide, it is no longer available through that link.
    Can anyone point me to the installation guide in English?
    Thanks in advance,
    Joe
    UPDATE: I found the 4.1 administration guide (https://websmp204.sap-ag.de/~sapdownload/002007974700000806942010E/RWDAdmin_41en.pdf). Looks like 4.3 EN is not available yet.
    Edited by: Belluso Joseph on Aug 10, 2011 6:09 PM

    Hi Belluso,
    Glad you could find it.
    Just an FYI for everyone else.
    [1600355|http://service.sap.com/sap/support/notes/1600355] - Installation files for SAP PRODUCTIVITY PAK 4.3
    Regards,
    Matthew

  • I cannot upgrade itunes 10.1 or higher on Windows xp. I get the file 'C:\...AppleSoftwareUpdate\' is not a valid installation pkg for the product iTunes. Try to find the installation pkg in a folder for which u can intsall iTunes. Can't find folder. Now ?

    This is getting frustrating, it won't let me upgrade.  I get to a certain point where it tells me iTunes.msi is not a valid installation package for the product.
    What do I need to do?  I have bought a new Ipod & I have to update before I can download to my Ipod.

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Adobe Anchor Service CS4 Error 1612. The installation source for this product is not available.

    Hi,
    I've been trying to install CS4 Design Premium, except that I got this message:
    Adobe Anchor Service CS4
    Error:
    Error 1612. The installation source for this product is not available. Verify that the source exists and that you can access it.
    What is wrong and how do I fix it? I've installed this on my sister's laptop as well, but I've already uninstall it. Could this be the reason why?
    Help appreciated, thanks!

    Contact Adobe Technical Support for CS4 installation issues.
    The problem has nothing to do with the fact that you already installed the same software on your "sister's laptop as well." And although you have already uninstalled it (and hopefully deactivated it as well), please remember that this software is licensed for a single user! You and your sister cannot somehow share the license. 
              - Dov

  • "the installation source for this product is not available" error message

    I was following directions to update to i-tunes 10, and my computer was trying to shut down in order to restart. It froze, and would not turn off, so I turned it off manually, then restarted. I got distracted and did not wonder why i-tunes did not finish installing. Tried to open i-tunes later from the desktop shortcut and it said something about not being installed all the way, so the shortcut was not valid.
    I tried to uninstall all the i-tunes stuff, in order, from my computer to try installing it again, and I cannot uninstall i-tunes!! It gives me this error message; "the installation source for this product is not available" and then gives me a file name to search my computer for, that can't be found. I MISS my i-tunes. Please help! How do I get the old i-tunes version off my computer?

    I tried to uninstall all the i-tunes stuff, in order, from my computer to try installing it again, and I cannot uninstall i-tunes!! It gives me this error message; "the installation source for this product is not available" and then gives me a file name to search my computer for, that can't be found.
    These sorts of msi-related troubles have gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Quit out of CleanUp, restart the PC and try reinstalling iTunes. Does the install go through properly this time?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • What are the installation steps for Oracle Fusion HCM

    Hi all
    I will like to ask, what are the installation steps for Oracle Fusion HCM as well as can it work on Windows or only on virtual machine?
    Thanks

    If you're looking to install Fusion HCM, your best bet is to install on linux, eg, Oracle Enterprise Linux. It's up to you whether you put that in a Virtual Machine or not. I don't think Windows is an available platform for Fusion Apps at the moment, although am prepared to be corrected if you find anything to the contrary!
    If you're looking to do an install on your own PC/laptop, you're probably out of luck - you'll be needing around 128GB of RAM. Check out this post:
    http://onlineappsdba.com/index.php/2011/11/02/fusion-applications-128-gb-memory-and-500-gb-disk-space-are-you-ready/
    Atul has also posted some good stuff on installing:
    http://onlineappsdba.com/index.php/2011/06/15/install-oracle-fusion-applications-in-10-steps/

  • Need Dreamweaver code coloring scheme installation instructions (for Creative Cloud CS6)

    Need Dreamweaver code coloring scheme installation instructions (for Creative Cloud CS6)
    I'm on a mac os x 10.7.4

    Might check to see if you have an older version of Acrobat X installed previously under
    Mac HD > Applications > Utilities > Adobe Installers
    If you have an uninstaller for Acrobat X try uninstalling it then installing again like you did through Creative Cloud.
    -Dave

  • Error: -1612 The installation source for this product is not available. Ver

    Hi,
    I am trying installing the FA in SAPB12005A SP01 PL36. and I received this error message:
    Error: -1612 The installation source for this product is not available. Verify that the source exists and that you can access it.
    How can I resolved this?
    Regards,
    IAN

    I am getting the exact same error. How come anyone else did not get it?
    The procedure I followed was :
    Downloaded and installed the "download manager" first.
    Then selected all product updates from BOXI3.1 Enterprise
    It downloaded 58 items. After an inquiry I came to know that you need to install only the latest patch, i.e. Patch 1.7 will include all previous patches. So I was running 1.7 and getting this error constantly, and unable to install it at all.
    I tried downloading it from different places and networks, same error persists.

  • Installation guide for Oracle form/report 6i developer

    Hi all,
    Does anybody had an experienced to install Oracle form/report 6i developer or where i can find a step by step installation guide for Oracle form/report 6i developer? I've downloaded Oracle form/report 6i developer software and follow the installation guide but it's very unclear. And of course, failed few times. Please, help me out.
    Note: My OS is rhel 3(update 6) and I picked custom install (because i just need Oracle Forms, Oracle Reports, Sql*Plus)
    thanks in advance.

    See Metalink Note: 133125.1
    This is basically all that remains available for that version specific to installations.

  • Re: Satellite A30: Need installation instructions for XP Pro

    Dear all,
    after a hd-crash i have to install XP on my A30. I cant find the recovery-cd so i bought a new version of XP pro.
    Unfortunately i'm not able to find any installation instructions for my modell :(
    Only drivers and utilities could be downloaded...
    Has anyone experience in insttalling in the right order...i know that toshiba only likes it in their right way ;)
    regards
    Claudia

    Well, the driver installation is very easy.
    After successful installation of the Win XP OS in this notebook download all available Toshiba drivers and MS QFEs and install it.
    The right installation order would be advisable but its not a bible. So you could try your own install order.
    I would recommend installing the chipset utility after the installation of all QFEs from Toshiba page.
    Best regards

Maybe you are looking for

  • Create Pattern Swatch from Placed Image in Javascript

    I need to create a large number of pattern swatches from some .jpg file on disk. I've figured out how to script the insertion of the .jpgs into my AI document as placed images:      // Embed the image into the document.      file = new File("MyImage.

  • DSO activation failure

    Hello, Please advise as I receive the following error when activating a DSO -> Value "Uø" (hex. '005500F8') of characteristic ZUNPREAS contains invalid characters. I have tried adding the character "ø" to transaction RSKC and also "Uø" but this did n

  • Open PDF 1.3 in Photoshop CS6 - White lines

    Hello I'm working as a Typograf. I've a problem with the new Photoshop CS6 and flattened PDF 1.3 After opening the PDF File in Photoshop we see white lines. The page is cut in many tiles. The same PDF open in Photoshop CS5.1 the white lines are not h

  • How to parse string to date with defualt format?

    is there any possibilities to parse a string to date if we don't specify the format in SDF? In database we have different formats and we need to convert each one convert to date with common format(something like default), is there any possibilities t

  • Need SCJP study guide for java 5.0 by katherine sierra pdf

    I am planning to prepare for SCJP 5.0 , can somebody please send me pdf copy of SCJP Sun Certified Programmer for Java 5 Study Guide by katherine sierra . please mail it to me at [email protected]