11g Release 2 install missing packages

Hi,
I'm trying to install 11g Release 2 on a CentOS (4.9) box, but the pre-req check shows that I'm missing the following packages (I had 9 to begin):
gcc-3.4.6 (X86_64)
gcc-c++-3.4.6(X86_64)
libstdc++-devel-3.4.6
Tried to use the yum command "yum install gcc" but get the following error.
Error: cannot find a valid baseurl for repo:update
I think this is due to the "CentOS-Base.repo" file, which I've tried to update by changing the mirror URL's but no success.
Then tried to find the rpms online (http://rpm.pbone.net/) managed to find the majority of them but I can't seem to find the 3 listed above. The new versions such as gcc-3.4.6-8.x86_64.rpm don't work, so I need the exact match.
During the pre req I tried to select the "Ignore all" option and continue with the install but the installation fails with the following in /oraInventory/logs
INFO: Start output from spawned process:
INFO: ----------------------------------
INFO:
INFO: rm -f ntcontab.*
+INFO: (if [ "compile" = "compile" ] ; then \+
+/oracle/product/11.2.0/dbhome_2/bin/gennttab > ntcontab.c ;\+
gcc -m64  -fPIC -c ntcontab.c ;\
rm -f /oracle/product/11.2.0/dbhome_2/lib/ntcontab.o ;\
mv ntcontab.o /oracle/product/11.2.0/dbhome_2/lib/ ;\
INFO:           /usr/bin/ar rv /oracle/product/11.2.0/dbhome_2/lib/libn11.a /oracle/product/11.2.0/dbhome_2/lib/ntcontab.o ; fi)
INFO: /bin/sh: gcc: command not found
INFO: mv: cannot stat `ntcontab.o'
INFO: : No such file or directory
INFO: /usr/bin/ar: /oracle/product/11.2.0/dbhome_2/lib/ntcontab.o: No such file or directory
+INFO: make: *** [ntcontab.o] Error 1+
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'mkldflags ntcontab.o nnfgt.o' of makefile '/oracle/product/11.2.0/dbhome_2/network/lib/ins_net_client.mk'. See '/oraInventory/logs/installActions2012-08-06_04-50-51PM.log' for details.
Exception Severity: 1
Any help would me MUCH appreciated !

Hi,
why are you using CentOS?
Why not simply use Oracle Linux. It is very similar to CentOS, it is free and totally supported with Oracle database.
ISOs can be downloaded at edelivery.oracle.com/linux
And update server is public-yum.oracle.com
This way you don't have to fight against problems, where only few people can help...
Regards
Sebastian

Similar Messages

  • WFMLRSVCApp.ear File missing while 11g Release 2 Installing

    Hello people, I tried to install Oracle 11g Release 2, but there is a message that WFMLRSVCApp.ear File is missing, can anyone tell me why is this happening, I downloaded the two parts and extracted them in the same folder but I'm still getting this message.
    Please help me.

    Alikurti wrote:
    Hello people, I tried to install Oracle 11g Release 2, but there is a message that WFMLRSVCApp.ear File is missing, can anyone tell me why is this happening, I downloaded the two parts and extracted them in the same folder but I'm still getting this message.
    Please help me.This happens because unzip instructions have not been followed. The two zip files have not been unzipped into the same directory.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=WFMLRSVCApp.ear&objID=f64&dateRange=all&userID=&numResults=15
    Installing 11G : "File Not Found" Errors Running RunInstaller or Setup.exe (WFMLRSVCApp.ear, WFMGRApp.ear, WFALSNRSVCApp.ear) [ID 468771.1]
    HTH
    Srini

  • 11g with WF installed - Create Package issues.

    Hi All,
    I have installed 11.2.0.1.0, and then installed the workflow server provided under the Products directory.
    This is being used as a test environment.
    I have logged into the environment as both SYS and OWF_MGR and also created a new user (XXR and applied some privileges) and am having some difficulty compiling a package.
    My package contains the following:
    p_result := wf_engine.eng_completed||':'||'Y';
    I kept receiving compiling issues and am receiving the following error:
    PLS-00201: identifier 'WF_ENGINE.ENG_COMPLETED' must be declared
    Can anyone assist in finding out why i am receiving this issue? Am i assuming that the workflow engine doesn't exist, or i haven't applied correct privileges to either SYS, OWF_MGR or XXR?
    Cheers,
    Russell H.

    Russell H. wrote:
    I kept receiving compiling issues and am receiving the following error:
    PLS-00201: identifier 'WF_ENGINE.ENG_COMPLETED' must be declared
    Can anyone assist in finding out why i am receiving this issue? Am i assuming that the workflow engine doesn't exist, or i haven't applied correct privileges to either SYS, OWF_MGR or XXR?Logon as SYS. Run:
    select * from dba_objects where object_name = 'WF_ENGINE'
    This will tell you what objects there are with that name, their owners, and their types.
    There are 2 ways to address an object in your PL/SQL code.
    Explicitly. You provide explicit scope resolution to the PL/SQL engine by specifying the owner and object name. E.g.
    p_result := schema_owner.wf_engine.eng_completed||':'||'Y'
    Implicitly. You do not provide the name of the object's owner, or even the actual name of the object itself. Instead local and public synonyms are used by the PL/SQL engine to resolve the actual object being referenced. (your current statement uses implicit scope)
    You need execute rights on the object also.
    Last thing to do is make sure that the procedure/function call to that package, is done correctly. For example, not calling a function as a procedure, or vice versa. Getting the return and parameter data types correct. Etc.

  • Unable to install Oracle 11g Release 2 in windows 7 64 bit OS

    Hi,
    Am trying to install the oracle 11g Release 2 database on my Laptop,
    I have downloaded the two zip files from Oracle Site
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    After downloading I have unzipped started process, but after some process, am getting an error mentioning that, am missing a file in the below location
    C:\$Oracle_BASE$\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications
    but my unzip is successful for both the files, Please let me know why am getting this error when I have downloaded the files from Oracle site, Please let me know if I need to have
    any additional s/w installed on my machine before running the Oracle database installation
    Thanks

    973946 wrote:
    Thanks Srini,
    After checking the link, I was able to install it but there were some error messages.
    I have another problem log in the SQL PLUS. When I open the SQL PLUS window, it asked for Username and after I typed "sys" or "system" and hit Enter; it was prompted for password, however, it did not let me type in any word; and after I hit Enter again, the error message " ORA-12560: TNS:protocol adapter error" appeared
    Any hints would be apprecieted, thanks.
    SamIt wasn't preventing you from typing a password, it just wasn't echoing your keystrokes back to the screen. This is a security security feature common to most software, not just oracle. Either when asking for a password, either echo back a 'masking' character like '*' or don't echo anything. It's so common, I'm surprised you seem to have never seen it before.
    So after entering your password ... the 12560 probably comes from
    1- the fact you didn't have the environment variable ORACLE_SID set, so sqlplus didn' know the name of the instance/process you wanted to connect to, or
    2 - the windows service for the database was not started.
    Those two possibilities account for 99.99999 pct of ora-12560 on Windows installations.
    Edited by: EdStevens on Nov 29, 2012 6:41 PM

  • Can not Install Oracle Database 11g Release 2

    This will be my second time trying to install Oracle Database 11g Release 2 on my Computer. I have Windows 7 x64 and when go through the setup phase, I receive numerous errors stating that files are missing and it will never get past that stage. I downloaded both folders for the database:
    Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows (x64)
    win64_11gR2_database_1of2.zip (1,213,501,989 bytes) (cksum - 3906682109)
    win64_11gR2_database_2of2.zip (1,007,988,954 bytes) (cksum - 1232608515)
    Can anyone tell me what I am doing wrong?

    Pl post the complete error message. Have you unzipped the two files into the same directory ?
    Oracle 11g R2 Windows Installation issue
    Re: 11g R2 install failure
    Srini

  • Can't install Data Guard using DBCA in Oracle 11g Release 2

    I have installed Oracle database 11g Release 2 successfully. I have installed Label Security using DBCA, now when I am installing Database Vault using DBCA, it gives message "ORA-01017: invalid username/password; logon denied" and exists back to DBCA.
    What step I am missing? please suggest.
    Regards and thx,

    Hi,
    I had the same issue too. I installed it on my desktop (server class option). Everything else including EM is working fine. However I got around the issue to an extent by manually running the catalog scripts for database vault. It should be located under $ORACLE_HOME/rdbms/admin. You have to run the script catmac.sql. There is a catch though. You need to go through the contents of the script and execute the other scripts manually by supplying username and passwords (yes, it sucks!!) but I don't find any help on metalink for this issue.
    Currently I am trying to create the realms but I am denied permission due to lack of "OPERATOR TARGET" privileges.
    If someone can lead me to the correct place where I can look for what is missing, it would be great.
    Thank you
    Kumar Ramalingam

  • VS2010 with Oracle 11g Release 2 giving Package did not load correctly

    Hey ,
    I had a Oracle 11g Release 1 11.1.0 installed on my machine. I had a client and over that a installation for Visual Studio tools for VS2008 installed. So in the directory of 11.1.0 I had two folders of Client 1 and Client2 . I was able to use the tools in VS very well and everything was perfect.
    Recently my company has decided to shift to VS2010. Now when I installed Oracle Release 2 11.2 client, it worked perfect ( tested using toad ). But when I install the tools ODTwithODAC112012, it has an issue that when I fire up VS2010 and try to add connection, it gives an error popup saying : " The 'Oracle Developer Tools for Visual Studio .NET' package did not load correctly. It asks me load VS in log mode and see the Activity log. The Activity Log gives the following entry :
    <errorinfo>Could not load file or assembly 'Oracle.VsDevTools, Version=4.112.1.2, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.</errorinfo>
    </entry>
    The assembly Oracle.VsDevTools is loaded in GAC which I've checked . So, questions in my mind :
    a. Can we have both 11.1 and 11.2 in the same machine, is that the issue?
    b. Any solution to solve this issue. Both the setup's go smoothly without any errors. Also I am able to connect to oracle very easily using toad.
    Would appreciate any help.
    Thanks,
    Sumit

    You'll probably have better luck posting this over in the ODT forum, but be sure to check the Package Load Failure sticky at the top first..
    Oracle Developer Tools for Visual Studio
    Having multple versions of ODP installed at once generally isnt a problem but I haven't tried a situation where I've tried to have multiple ODT's at once.
    Greg

  • Install Oracle Grid Infrastructure 11g Release 2 - Yes or No???

    Hello,
    We are setting up a new OEM Grid 12c system on Linux x86-64. We want to use it to manage several stand-alone, non-RAC, non-ASM database machines. The docs are unclear - do we have to install Oracle Grid Infrastructure 11g Release 2 on any of the database machines, including the machine that will support the OEM repository database, or not? Again, no plans to run Oracle Restart or Oracle ASM or Oracle RAC on that machine or any others.
    The docs are not clear and we need a definitive answer.
    Thank you, TL

    Hello, OTN gurus.
    Thanks for your attention to my original post. However, I am asking about a specific installation package called "Oracle Grid Infrastructure", which is separate from OEM Grid 12c and Oracle Database, and is supposed to be installed in its own home directory before the Oracle database software is installed in its oracle_home. "Oracle Grid Infrastructure" is also supposed to be installed in a different oracle_home from the OEM 12c Agent and a different oracle_home from Oracle Database, under specific conditions.
    The docs say that you need Oracle Grid Infrastructure installed first in order to implement Oracle Restart and Oracle ASM for the Database. Other docs say you also need it for OEM Grid software. The docs are confusing on this point. I do not need Oracle Restart or Oracle ASM. I want to avoid installing this separate product, called Oracle Grid Infrastructure if I can. Does anyone know if a simple environment of Oracle Database 11gR2 (11.2.0.3), managed by OEM 12c OMS and Agents, requires "Oracle Grid Infrastructure"?
    Thanks, TL

  • Install DB 10gR2 on RHEL 5.4 x-86 - missing packages

    Hi experts,
    I am having some problems installing oracle database 10gR2 on RedHat Linux Enterprise 5.4 because on missing packages.
    I get the following messages when checking for packages;
    enmotif21
    binutils-2.17.50.0.6-12.el5
    package compat-db is not installed
    control-center-2.16.0-16.el5
    gcc-4.1.2-46.el5
    gcc-c++-4.1.2-46.el5
    glibc-2.5-42
    glibc-common-2.5-42
    package gnome-libs is not installed
    libstdc++-4.1.2-46.el5
    libstdc++-devel-4.1.2-46.el5
    make-3.81-3.el5
    package pdksh is not installed
    package sysstat is not installed
    package xscreensaver is not installed
    libaio-0.3.106-3.2
    package openmotif21 is not installed
    I would like to know the exact names of the packages that are needed and where can i get them.
    Thanking you in advance

    Step No. 1
    First of all you have to install the default package selection while installing RHEL 5.4 x-86. Thereafter you need to install the following rpms manually
    1.      glibc-devel-2.5-24.i386.rpm
    2.      libaio-0.3.106-3.2.i386.rpm
    3.      sysstat-7.0.2-1.el5.i386.rpm
    4.      java-1.4.2-gcj-compat-src-1.4.2.0-40jpp.115.i386.rpm
    5.      compat-gcc-34-c++-3.4.6-4.i386.rpm
    6.     compat-gcc-34-3.4.6-4.i386.rpm
    7.      compat-libstdc++-33-3.2.3-61.i386.rpm
    8.      compat-libstdc++-295-2.95.3-85.i386.rpm
    Step No. 2
    Edit the "/etc/redhat-release" file
    Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    to
    Red Hat Enterprise Linux Server release 4.4 (Tikanga)
    Step No. 3
    While installing you may encounter the following error
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-01_09-18-29AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-01_09-18-29AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    to overcome this error, you have to install the following packages
    libXpm-3.5.5-3
    libXp-1.0.0-8
    libXpm-devel-3.5.5-3
    $ rpm -Uvh libXp-* --nodeps  (This option is given to avoid any dependency problem)
    Hope this will help you in installing

  • Problem in installing dowlnloaded oracle s/w version 11g Release 2

    Hi
    I downloaded oracle 11g release 2 s/w from www.oracle.com.I downloaded s/w for windows 64 bit os.my os is windows 7. that is why i downloaded it. It is in two zip folders.after completion of downloading i open first part and i executed setup.exe file in database folder of first part.
    in the install options window i selected "create and configure database " option from the available 3 options.one of the other option is "install database s/w only" and other i could not remembered.
    after this i given the location for storing installed files. this location is in same location where i downloaded the s/w(D:\ location).
    then i clicked next and finish button. upto 48% it works fine, but after that it is showing error that one of the file is not available from the source directory.
    so what i have to do next.
    i tried again by clicking the universal installer option from the start->programs menu. It is asking the folder location for source files, i given this downloaded location. but it is showing error like "the specified location is a folder location", if i selected setup.exe file the it is showing "the specified file is incorrect".
    so kindly help me out in this one.
    Regards
    Raavi Naveen

    Hi Ravi,
    Here the issue is Downloaded zip files are not extracted at the same location.
    For example,the downloaded files are
    11gR2_part1.zip and 11gR2_part2.zip
    Please unzip as below
    mkdir 11gR2
    mv 11gR2_part1.zip 11gR2
    mv 11gR2_part2.zip 11gR2
    cd 11gR2
    unzip 11gR2_part1.zip
    unzip 11gR2_part2.zip
    The zip will create necessary folders and place files, 2nd zip will also extract files in the same folder.
    In case this doesn't resolve error kindly paste the error received in installation log
    Thanks,
    Krishna

  • Install Oracle Database 11g release 2 on Oracle Linux 6.0?

    I'm running Oracle Linux Server 6.0, and am trying to install Oracle Database 11g release 2 on it. The installation is failing because it says I need "glibc-2.3.4-2.41", but I think the OS came with glibc 2.12.
    How do I upgrade glibc on this machine to glibc-2.3.4-2.41?

    898649 wrote:
    Thanks. What's UEK?UEK = Unbreakable Enterprise Kernel. It is installed by default with Oracle Linux 5 Update 7. Also, if you install the oracle-validated RPM (as part of the initial install or via yum afterwards), all the pre-requisites for installing database will be taken care of for you.

  • Forgot weblogic Password on 11g Release 2 Developer install. How do I reset my passwor

    Hello,
    I forgot my weblogic password. If anyone know how to reset lost passwords please let me know
    ORacle 11g Release 2 Forms/Reports on Windows 8.1
    Thanks
    Rao

    This isn't exactly related to forms, as it is merely a weblogic problem and not exactly related to forms (even though it is forms you have installed).
    A quick google search however looks promising:
    https://www.google.at/search?q=reset+weblogic+password
    did you try any of these? Anyway; if none of these work I guess you are better off in a weblogic forum.
    cheers

  • 11G release 2 Minimal Software Install

    Hi,
    After analysing an 11G release 2 home directory i verified that ctx and owb directories wastes more than 1 GB... I don't use ctx (oracle text) neither owb (oracle warehouse builder). can i remove those 2 directories? I am preparing VM templates and I want to minimize the download size at all cost. Is there an option to disallow OUI to deploy these components?
    Regards
    Joao

    Hi,
    ctx + owb + apex + assistant seed database = about 1.2Gb ... a lovely gigabyte I won't waste :) I explain:
    We are an ISV and we're creating VM templates do be distributed on DVD. Oracle Linux + Oracle Database + Weblogic + Forms Reports + Our App
    So, every hundred MB are useful. Surely you know that a normal DVD only allows 4GB of data ;)
    It's a pitty Oracle does not provide a minimal database install like Oracle XE. Oracle XE is available on a RPM with about 200MB...
    So, this is why every MB is important for me...
    Regards
    Joao

  • Can I download and install 11g release 2 for education purpose?

    Dear all,
    Can I install 11g release 2 for education purpose with minimum installation for free :)? If yes, can I still update the patches ?
    Regards,
    valerie
    Edited by: Valerie Debonair on Jan 12, 2011 1:02 AM

    >
    Can I install 11g release 2 for education purpose with minimum installation for free :)? If yes, can I still update the patches ?Nobody seems to have mentioned the 11g2 XE Beta which is available for download.
    The beta is unlikely to have any bugs that would affect a student type usage. The fact that
    it's now in Beta would lead me to believe that the full release is not far away - after all,
    it is the same codebase - they just take things out!
    You can deploy, distribute and even sell your apps developed on XE.
    Paul...
    valerie

  • OBIEE 11g 64-bit install on Windows 64-bit

    I wanted to solicit any experiences that the user forum is having with installing 11g on a 64-bit Windows platform. I understand that the Admintool/Job Manager will not run with the 64-bit installation package but we can install the newly released Client install to circumvent this. I am seeing many forums out there in which the 64-bit OBIEE install is done as Simple or Enterprise. My understanding is that this is useless as the bundled WebLogic utilizes at 32-bit JVM. There is a Doc ID out on Metalink (ID 1220564.1) that states one can only do a Software Install. So we have proceeded with the following steps of downloading first the Java 64-bit JVM, then a WebLogic instance utilizing the 64-bit JVM (java -D64 -jar xxx.jar) and finally the OBIEE Software Only install.
    The issue we are running into is that the Install fails when attempting to start the OPMN. So during the install the "Executing:opmnctl start coreapplication_obips1
    " fails and references the OPMN not starting. We are unable to start the OPMN service as well. We have a static IP, so this not the known issue with the loopback adapter. The other issue I saw was having to install the VC++ 2005 SP1 libraries per another Metalink Doc ID (1226254.1). This was all done, however, the install continues to fail.
    It seems the lack of knowledge from support as well as the vague/lack of documentation is frustrating. I just wanted to ping the OTN community around this scenario.

    Thanks Paul, really appreciate the update. Spent this morning rebuilding our environment with 64-bit (Win 2008) and starting from scratch. The install has now succeeded. I tell you one thing you pointed out is something we noticed when we proceeded with the second install. That was the WebLogic version. I had initially used .4 and on the second install we used .3. I am guessing that this may have been the issue.
    I will verify with our Oracle resources and I hope this post will assist other when doing the 64-bit install as I think it is very vague in the documentation.
    I will update the post with Oracles response as well.
    Just as an FYI... the reason this issue came up in the first place was we did an Enteprise Install on 64-bit and found that the Gauge Charts weren't working in the SampleAppLite Subject Area. So I will add that to the Tags for this post.
    Hope this post helps others and they don't go through the headaches of a wrong install type.

Maybe you are looking for

  • How do I change Apple ID to a backup email?

    How do I change my Apple ID to my backup email?  I deleted my primary email account with the provider, and so need to make the change to the backup.  I have tried removing the backup, and then adding it as the Apple ID, but I get an error message tha

  • How to redirect to same oaf page on "Submit"

    Hi, I had a requirement that i need to call a procedure when "SUBMIT" button is clicked to validate the data on the review page. For this i need to extend the seeded controller (NavigationCO on "oracle.apps.per.selfservice.review.webui"). In the seed

  • Integration between OM and PA

    Hello, I creating OM structure i ran the reports RHINTE10 and RHINTE30 respectively for transferring Org. units / positions and holders for the positions to Infotype 0001 in PA. But when i am checking the same in PA30 , IT 0001 the respective positio

  • FTP Adapter Properties change - question

    Friends, I am new to SOA 11G suite. We ahve a FTP connection configured on the Weblogic using FTP adapter. I want to change the password of the FTP configuration which I do by using following steps but the password does reflect the change after I rel

  • About  "Append mode" of cs6, cc & cc2014 project file in order to insert xml sequence which is sent from 3rd-party tool

    let me ask you all something about  "Append mode" of cs6, cc & cc2014 project file in order to insert multiple xml sequence  which is sent from 3rd-party tool  into specific project file . Finalcut pro 7 & x  was supported this , but i am not sure wi