Installing Oracle Enterprise Manager 10G on Fedora 2

During installation Oracle Enterprise Manager on Fedora 2 I receive message, that my computer has 0 Mb RAM , and installation stops. In fact my host has 1024 Mb Ram. It seems to me, that installer can't correctly determine the value of RAM.
How can I switch off this check, or how to provide the installer the right data?

generally im specfiying it in c:\documents and settings\Program, but im installing it from c:\documents and settings\my documents\software.
I got another verson of Orcle, ive downladed the developer sute 10g, in this case the college where i go to use, it to connect. so i expect i will have to really uninstll that and the instll in Oracle Enterprise 10g.
ive got screen shots of the process i am going through, in order to get a sucessfull installation.
If anyone has msn please come online so i can send you the screen shots of what is happening when i try and install in Orcale enterprise 10g on my pc
my email address is
[email protected]
or send me an email wid the subject: Help with installing Oracle enterprise manager 10g or a hello so i know its from a forum reply

Similar Messages

  • Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0

    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0 is one hour behiend on AIX 5.3.
    I have installed the new timezone version 4 already by oracle DST path database is good OEM main page is showing one hour behiend.
    I have done every possible effort last thing may be i have to update java home i have 1.4 IBM java on the server.
    Please help me in this. Thanks.

    See the Metalink Note *Impact Document for Daylight Saving Time Shift for Enterprise Manager Grid Control [ID 417939.1]* Appendix B - FAQ - point 18
    What is the impact of not patching the JDK on the OMS for 10g Grid Control?
    If you do not patch the JDK on the OMS page refreshed times and possibly other times displayed in the console will be incorrect (they will be off by 1 hour) during an affected period.
    Oracle strongly recommends that you do patch the OMS JDK but we are not aware of any data corruption in the repository nor of any impact on critical EM functionalities (such as severities, notifications and jobs) when the JDK is not patched.

  • Oracle Enterprise Manager 10g Grid Control Release 5

    Hi All,
    Has anyone here already using Oracle Enterprise Manager 10g Grid Control Release 5? Currently we are using Release 2 of Oracle Enterprise Manager as a package upon installation of Oracle 10g. Curious about Release 5 I want to try it out in our Dev Environment. But before making any changes. I would like to ask guidance from you.
    Upon installation does it needs Operating System Patches, Packages etc.? Currently we are using AIX 5L Based Systems (64-Bit) and 10g for Database. Is this a complete installation or Just an upgrade?
    Regards,
    Dexter

    We are using 10.2.0.5 on windows.
    10.2.0.5 is just an upgrade
    How to install and upgrade on AIX?
    http://www.oracle.com/technology/software/products/oem/htdocs/Grid_Control_10.2.0.5.0_AIX5L_readme.html
    quick installation quide.
    http://download.oracle.com/docs/cd/B19306_01/install.102/b28033.pdf
    Hope that will help you.
    Anil Malkai

  • Installing the Enterprise Manager 10g (Browser-based) Console

    i've installed the oracle 10g client and am successfully running the OEM 10g java interface. however, when i try to start the web browser-based interface, i get a "page cannot be displayed" error. the URL shown is <the name of the machine: >/em
    Are any special procedures required for installing the Enterprise Manager 10g (Browser-based) Console???

    There seems to be some confusion with what you are installing. Your original question was how do you install the DBConsole for 10g. When you install a 10g database, you get the option of either installing a database console or point to a Grid Control. If you need to reinstall the database console for some reason, you use the emca utility.
    From your last note, it seems u don't have any Oracle database running on ur server...

  • DST Patch 2007 for Oracle Enterprise Manager 10g

    Hi,
    I went through several metalink documents for DST 2007 patch application on my Oracle Enterprise Manager Server and got confused in lot of articles. It is a stand-alone server
    Can you please help me in formulating a plan?
    I have the following versions installed:
    1) Repository db -Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit
    2) Oracle Enterprise Manager 10g Grid Control Release 10.2.0.1.0
    3) OS - AIX 5.3
    Thanks

    I just had a similar problem the other day. My repositoy is on 10.1.0.4, which is behind on released. We are very cautious of upgrade OEM.
    After doing research on OEM DST issue and reviewing our jobs, we found out that OEM was reporting we were on EST instead of EDT. The fix we applied was to download the "tzupdater" from sun.com. Then we ran "tzupdater" on the OMS home directories ($OMS_HOME/jdk/lib/tzupdater -u). This will update your java DST file for OMS.
    Then you should be able to do the OPatch to bring OEM to DST 4.
    Bobby

  • Error while creating data source using Oracle Enterprise Manager 10g

    Hi,
    I have deployed my web application developed on OC4J 9.0.4 stand alone (Win2K) to an integrated OC4J version(Solaris) using Oracle Enterprise Manager 10g.
    However, I get an error when I try to create a data source.
    The data source I want to create would have the following parameters (as seen in data-sources.xml on the stand alone version):
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="TestDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/TestDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              url="jdbc:oracle:thin:@hostName:1521:test"
              username="user"
              password="password"
              min-connections="5"
              max-connections="20"          
              inactivity-timeout="30"
         />
    When I entered the above data on the Enterprise Manager Data Sources page, I got the following error:
    quote:
    Error saving Data Source Properties. - Entity et="system";ei="0",et="application";ei="48",et="data-sources";ei="167":child:data-sourcechild key:location:jdbc/OracleCoreDS; class:com.evermind.sql.DriverManagerDataSource; already exists in the repository. Resolution: Please check the code base.
    unquote:
    Could somebody tell me what I'm doing wrong ?
    I tried to manually edit the data-sources.xml file but the data source didn't show up on the Enterprise Manager.
    I'm using a new OC4J instance (on the Solaris machine) for my applications. Is the data source error related to this?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

    Thanks for your reply , Steve.
    I noticed that there is a default datasouce on the EM with the following parameters:
    <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="scott"
              password="->pwForScott"
              url="jdbc:oracle:thin:@localhost:1521:oracle"
              inactivity-timeout="30"
         />
    The location and xa-location attributes that I use for my "test" data source are the same as the default one. So, could this be the issue?
    What should be the values for location and xa-location attributes from my "test" data source?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

  • Oracle Enterprise Manager 10g is not running.

    Hi All,
    I cloned e-Business suite application/db to another server.After cloned Oracle Enterprise Manager 10g is not running. I've been noticing following messages during start/stop/status.
    status
    Oracle Enterprise Manager 10g is not running.
    start: doen't show any error.
    stop:
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Failed.
    Log info:
    servername.domain_SID/sysman/log shows following errors.
    emos.log : ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sys
    emdb.nohup log
    --- Wed Apr 16 12:37:14 2008::The agentTZRegion value in /orafissbx1/u00/app/oracle/10.2.0.3/cob-eamdbd-01.wssc.ad.root_FISSBX1/sysman/config/emd.properties is not in agreement with what agent thinks it should be.Please verify your environment to make sure that TZ setting has not changed since the last start of the agent.
    If you modified the timezone setting in the environment, please stop the agent and exectute 'emctl resetTZ agent' and also execute the script 'mgmt_target.set_agent_tzrgn' to get the value propagated to repository -----
    emoms.trc
    [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.
    I opened the SR but still issues has n't fixed. I did all steps mentioned in TZ and etc according to metalink.
    Please suggest.
    Thanks

    This is expected behavious. It is because Enterprise Manager cannot run with the new server name. You can either go through loads to change the config files or simply drop and recreate the console.

  • Schedule Backup on Oracle Enterprise Manager 10g

    Hello All,
    I am using Oracle enterprise manager 10g for schedule backup, i enter the user and password of operating system (windows XP) in Host Credentials part, but it return this error:
    Connection to host as user khazaei failed: IOException in sending Request :: Connection refused: connect
    khazaei is my windows username ,
    any one can help me?
    thanks in advance,
    Hamzeh Khazaei

    You need to add khazaei to the Local Security Policy "Logon as Batch Job". if you have already done so and you have logged on to a Domain, then add the domain to the username. e.g domain_name\khazaei.
    BTW - you can get faster response to this issue in the EM forum
    Enterprise Manager

  • Error while installing oracle enterprise manager 11g

    Hello,
    I am trying to install Oracle enterprise manager 11g & keep on
    getting following error at install progress stage :
    Error in setting permission of file/directory
    /u01/labuser/Oracle/Middleware/oracle_common/oui/jlib/emocmul.jar
    with 3 options Retry,Ignore & cancel.
    Could anyone guide why i am getting this error & how to fix this problem ?
    Thank-You
    Rahul Shah.

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Enterprise Manager which you can get more quick response
    Regard
    Helios

  • Oracle Enterprise Manager 10g Grid Control Release 4 (10.2.0.4) HP_UNIX

    Is there a date that the above would be available? I do see that it is ready for Windows, Linux, Solaris, HP_Itanium but not HP_UX PA_RISC. Any ideas?
    Matthew

    Below is what's available for download thru OTN. To ensure my question is clear, approximately when will the MICROSOFT WINDOWS version finally be released:
    Enterprise Manager 10g Grid Control Release 1 (10.1.0.2)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Linux x86
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Solaris Operating System (SPARC) (32-bit)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP-UX
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for AIX5L Based Systems
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP Tru64 UNIX

  • Oracle Enterprise Manager 10g Grid Controlにアクセスできない

    OS:Linux Oracle:11.2 GridControl:10.2.0.1
    VM上にGridControlをインストールしアクセスしてみましたが(http://192.168.0.1:4889/em)
    ページが表示できないと出ます。。
    リポジトリ用のDBは11gを使用しています。
    GridControlはまだ詳しくないのですが、どのあたりを調査すれば宜しいでしょうか?
    基本的な事で申し訳ありませんが、宜しくお願いいたします。

    いつもお世話になっております。
    Grid Control10.2.0.5のインストールまでは完了したのですが
    やはりアクセスできません。。
    [oracle@vm1 /]$ /u01/app/oracle/oem_home/oms10g/opmn/bin/opmnctl status
    Processes in Instance: EnterpriseManager0.vm1
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 4623 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 4624 | Alive
    OC4J | OC4J_EM | 4621 | Alive
    OC4J | OC4J_EMPROV | 4622 | Alive
    WebCache | WebCache | 4631 | Alive
    WebCache | WebCacheAdmin | 4619 | Alive
    コマンドで確認したところ、OMSは稼動しているように見えるのですが
    http://vm1:4889/em でアクセスすると
    Forbidden
    You don't have permission to access /em/console/home on this server.
    Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server Server at vm1 Port 4889
    と表示されてしまいます。。
    またOMAの起動が以下のように失敗してしまうのですが
    これも関係あるでしょうか?
    [oracle@vm1 ~]$ /u01/app/oracle/oem_home/agent10g/bin/emctl status agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    [oracle@vm1 ~]$ /u01/app/oracle/oem_home/agent10g/bin/emctl start agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Starting agent ........................................................................................................................... failed.
    OMAが起動していなくても、Girdへのアクセスは出来るのでは??という認識なので。。
    宜しくお願い致します。

  • Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Windows

    Any new guestimates when product "Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for WINDOWS" will finally become available.
    Thanks.

    Below is what's available for download thru OTN. To ensure my question is clear, approximately when will the MICROSOFT WINDOWS version finally be released:
    Enterprise Manager 10g Grid Control Release 1 (10.1.0.2)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Linux x86
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for Solaris Operating System (SPARC) (32-bit)
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP-UX
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for AIX5L Based Systems
    Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.2) for HP Tru64 UNIX

  • Can not stop cleanly Oracle Enterprise Manager 10g

    Hi,
    i can not stop cleanly the OEM (Oracle 10.2.0.1.0) on my Debian 3.1.
    saturn:~# su - oracle -c "/u01/app/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole"
    TZ set to Europe/Berlin
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://saturn:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    When i look into the processlist i see the running agent :-(
    oracle 25434 0.0 0.3 70188 14296 ? S Nov29 0:31 /u01/app/oracle/product/10.2.0/db_1/bin/emagent
    Any ideas to stop the OEM-Agent Console cleanly, without hard kill the process?
    Thanks!
    Blue

    I have read there is a bug in EM-Konsole, i help me with the kill commands:
    killall emagent
    killall perl
    killall java
    Sorry, thats not a fine solution, but it works.
    Blue

  • Unable to connect Oracle Enterprise Manager 10g

    Good Morning All,
    I using oracle 10g.
    http://dt40562:1158/em/console/logon/logon
    iam connecting successfully in Toad using scott/tiger.
    Whenever im connecting using Oracle Enterprise Manager im getting below error
    "The application requires more database privileges than you have currently been granted. Click on Help to get more version specific information."
    Pls help me on this issue.. How can i connect to database using OEM.
    Thanks..

    Hi,
    CONNECT has been dramatically altered in 10.1.0.x and later releases of Oracle.  The granted privileges have been seriously reduced to nothing more than CREATE SESSION.  In 9.0.1.x and 9.2.0.x the CONNECT role possessed these additional privileges:
    ALTER SESSION
    CREATE CLUSTER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    CREATE SYNONYM
    CREATE TABLE
    CREATE VIEW
    Thus an application which relied upon the CONNECT role in 9iR2 and earlier releases would not properly function against a 10gR1 or later database.
    you need to have these Oracle Roles , so ur problem will be solved.
    EXECUTE_CATALOG_ROLE
    OEM_MONITOR
    EXP_FULL_DATABASE
    Let me know if the issue still persists.

  • Installing Oracle Enterprise manager

    I have on my cleint Pc dev10g is ;Oracle Enterprise manager; part of the 'dev10g' or else how I can install it

    It depends on what exactly you want to do. First, Oracle Enterprise Manager is a term that refers to the Java Thick client console, and it can be found at the Oracle RDBMS client disk; this requires installation to be accessed.
    There is a second Enterprise manager, formally named Enterprise Manager DB Control Console, which is the Web based EM Console. There is no install media for this, this is automatically configured on a per instance bases when you create a new database using the default procedure in DBCA.
    Finally there is an Enterprise Manager Grid Control Console, which is an integrated management system and requires more than just an installation, it requires the install media and a previous topology analysis.
    *~ Madrid*
    http://hrivera99.blogspo.com

Maybe you are looking for