Want Deinstall Enterprise manager with all configuration

I need to have steps of deinstalling Enterprise manager dbconsole with all its configuration because i have earlier deinstalled it and installing it by the help of Universal installer but the configuration is the same old one.
Actually during restoration of my database in Test db, i do not have folder required for Enterprise manager, so i copy the folder from other database, and change different parameters in different files.
So i want to find out the way that if Oracle 10g is restored by RMAN back up , then how do we install the Enterprise manager again.
Whenever i try to drop em repositroy it is hanging

I am trying to reconfigure EM CONTROL BY using DBCA but it is still retrieving database information and following is the result of top command on dbca session .
Why it is still stuck in retrieveing database info for more than one hour.
top - 13:17:53 up 66 days, 56 min, 2 users, load average: 1.00, 1.00, 0.99
Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie
Cpu(s): 13.0%us, 37.0%sy, 0.0%ni, 49.7%id, 0.3%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 2076988k total, 2018388k used, 58600k free, 172352k buffers
Swap: 1502036k total, 48k used, 1501988k free, 1611804k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1884 oracle 15 0 370m 61m 23m S 100 3.0 63:03.85 java
Following is the output of ps command
ps aux|grep dbca
oracle 1883 0.0 0.0 3660 1240 pts/1 S+ 12:14 0:00 /bin/sh -f ./dbca
oracle 1884 99.0 3.0 379396 63264 pts/1 Sl+ 12:14 67:44 /u01/app/oracle/product/10.2.0/db_1/jdk/jre/bin/java -Dsun.java2d.font.DisableAlgorithmicStyles=true -DORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1 -DDISPLAY=localhost:10.0 -DJDBC_PROTOCOL=thin -mx128m -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre/lib/rt.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/assistants/dbca/jlib/dbca.jar:/u01/app/oracle/product/10.2.0/db_1/assistants/jlib/assistantsCommon.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice5.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/kodiak.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/orai18n.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/orai18n-mapping.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/orai18n-utility.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/orai18n-collation.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ojmisc.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oraclepki103.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/opm.jar:/u01/app/oracle/product/10.2.0/db_1/jdbc/lib/classes12.zip:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmasm.jar:/u01/app/oracle/product/10.2.0/db_1/classes:/u01/app/oracle/product/10.2.0/db_1/jlib/oemlt-10_1_0.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/emca.jar:/u01/app/oracle/product/10.2.0/db_1/sysman/jlib/emCORE.jar:/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/oc4j.jar:/u01/app/oracle/product/10.2.0/db_1/oc4j/j2ee/home/db_oc4j_deploy.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/emConfigInstall.jar:/u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraPrereq.jar:/u01/app/oracle/product/10.2.0/db_1/inventory/prereqs/oui/OraPrereqChecks.jar:/u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraPrereqChecks.jar oracle.sysman.assistants.dbca.Dbca
oracle 2022 0.0 0.0 2852 712 pts/0 S+ 13:22 0:00 grep dbca

Similar Messages

  • Configure Enterprise Manager with multiple Listener

    Configure Enterprise Manager with multiple Listener
    I have created 2 listeners and connected my database with both the listeners. If I stop one listener then it automatically uses second listener vice versa. But facing problem in case of enterprise manager. If i stop first listener which is on 1521 port it is not connecting to another listener which is on 1522 port.
    any help ?

    Your potential problem is Enterprise Manager simply doesn't KNOW about that second listener. You can easily verify that when you look at the monitored targets.
    Enterprise Manager also reconstructs automagically it's own tnsnames.ora! So, it doesn't connect to second -completely redundant and useless - listener, because the tnsnames.ora entry on the Management Sever is incorrect.
    Simply because you didn't made sure OEM could discover the second -completely redundant and useless- listener.
    I notice you apparently don't want to read documentation. Yet the only way to work successfully with Oracle, and to become independent, is to read that documention.
    Apart from that you should be able to find agentca.bat on your OS with one command, so, yes, I pointed you to the documentation, yes, you can find agentca.bat.
    Sybrand Bakker
    Senior Oracle DBA

  • Enterprise Manager is not configured to monitor node rac2

    Hi
    DB=11.2.0.2
    i installed my database on RAC with 2nodes.all of the things is ok:
    $ emca -displayconfig dbcontrol -cluster
    **************** Current Configuration ****************
    INSTANCE NODE DBCONTROL_UPLOAD_HOST
    orcl rac1 rac1.irisad.net
    orcl rac2 rac1.irisad.net
    and i execute command $ emca -reconfig dbcontrol -cluster -EM_NODE rac1 -EM_SID_LIST orcl1,orcl2
    but Enterprise Manager is not configured to monitor node rac2 and i see only rac1!!!
    what i must to do???pls help.

    open dbconsole and see if both instance are coming in monitoring tab or not.
    http://docs.oracle.com/cd/E11882_01/server.112/e10595/dbcontrol002.htm

  • Enterprise Manager with IPC Protocol

    Anybody knows How can I configure the IPC key values in Enterprise Manager 9i to work with a local database?
    I would appreciate any help.

    Your potential problem is Enterprise Manager simply doesn't KNOW about that second listener. You can easily verify that when you look at the monitored targets.
    Enterprise Manager also reconstructs automagically it's own tnsnames.ora! So, it doesn't connect to second -completely redundant and useless - listener, because the tnsnames.ora entry on the Management Sever is incorrect.
    Simply because you didn't made sure OEM could discover the second -completely redundant and useless- listener.
    I notice you apparently don't want to read documentation. Yet the only way to work successfully with Oracle, and to become independent, is to read that documention.
    Apart from that you should be able to find agentca.bat on your OS with one command, so, yes, I pointed you to the documentation, yes, you can find agentca.bat.
    Sybrand Bakker
    Senior Oracle DBA

  • Weblogic Enterprise manager with Oracle Portal

    Hi All,
    Iam working on a architecture defination which is basically a B2B and B2C based web applications. I intially thought the Oracle Portal+Oracle BPM as the right combination as it gives a complete technical stack as well as we will have a well defined control over the integrations.
    Since the application requires high sclability and high transactions support, wanted to choose Weblogic Enterprise manager instead of oracle AS. In this context i have following quoestions
    1. Will the Oracle Portal+Oracle Discoverer+Portlets(PLSQL, JAVA) can be ported onto WEBLOGIC Enterprise manager server?
    2. What is the feature of OracleASOC4J?
    Request to respond on this as quicly as possible
    Advance Thanks,
    Sreedhar

    In a RAC environment database control runs by default on a master mode,when this node goes down,EM does the same. There's a comprehensive article on metalink how to handle this:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: 395162.1
    Werner

  • UCM upgrade from 11.1.1.5 to 11.1.1.8 with all configuration?

    HI guys
    May be some one upgrading env  from 11.1.1.5 to 11.1.1.8?
    I observing issue with old configuration, I'm getting clean UCM.
    After upgrade new UCM starting normally, but when I'm connecting to CS console it asking me that I already have old configuration which I want to submit or no. On this stage I submitting old configuration and in result after restart I'm getting fully clean UCM. All configuration have been removed.
    Could some one explain how to upgrade it in correct way(and get old configuration workable) and prevent configuration from scratch.
    Thanks

    Hi ,
    Ideally upgrade does not clean up the existing configurations . This is a pretty strange scenario that has come up on your environment . Can you please give some more details about your environment , architecture and topology .
    Thanks,
    Srinath

  • Automatically starting Oracle Enterprise Manager with chkconfig

    Folks,
    While Oracle Linux 6 is out (6.2 actually), Oracle has yet to get everything 'working out of the box' with 6.2. Right now (June 2012) you've got to download patches from Oracle, the new way to start services in Linux 6, upstart, doesn't work with all Oracle features yet, etc. Update: You can still use chkconfig with OL6.
    Because of the above, I've been using Oracle Linux 5.8. Linux 5 uses something called chkconfig to register services. You first need to put a script in the right directory: /etc/rc.d/init.d. Linux looks in this directory for scripts and runs those scripts with either a start or stop after them depending on if the system is coming up or going down. Technically this happens every time you change your runlevel (google Unix runlevels for more info), not just when the system goes up or down.
    Here's a script that you can put in /etc/rc.d/init.d. I named mine oracleEM:
    [root@localhost ~]# cd /etc/rc.d/init.d
    [root@localhost init.d]# vi oracleEM
    Enter i to enter insert mode and then enter the below (or just copy and paste it)
    *#!/bin/sh*
    *#chkconfig: 2345 80 05*
    *#description: Oracle Enterprise Manager*
    ORA_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORA_OWNER=oracle
    ORA_SID=orcl
    *# We're checking to see if ps returns 1 or 2 results for pmon_orcl*
    *# If there are two, Oracle is running, one we are just seeing our grep*
    ORACLE_STATUS=$(ps -eaf | grep pmon_$ORA_SID | wc -l)
    *if [ ! -f $ORA_HOME/bin/emctl ]*
    then
    echo "Enterprise Manager startup: cannot start"
    exit
    fi
    case "$1" in
    *"start")*
    *if [ $ORACLE_STATUS -lt 2 ]*
    then
    echo "Waiting for Oracle instance $ORA_SID to start before starting Enterprise Manager"
    fi
    *while [ $ORACLE_STATUS -lt 2  ];do*
    echo "Waiting...."
    sleep 5
    ORACLE_STATUS=$(ps -eaf | grep pmon_$ORA_SID | wc -l)
    done
    su - $ORA_OWNER -c "$ORA_HOME/bin/emctl start dbconsole"
    *"stop")*
    su - $ORA_OWNER -c "$ORA_HOME/bin/emctl stop dbconsole"
    esac
    Press the Esc key to leave insert mode, then type *:wq* to write the file and quit.
    We'll need to make the script executable, so we need to run the following command:
    [root@localhost init.d]# *chmod +x oracleEM*
    Finally we need to register the oracleEM script with Linux using the chkconfig command:
    [root@localhost init.d]# *chkconfig --add oracleEM*
    Now Enterprise Manager will start up automatically when you start your system, but only after Oracle has started.
    Rich
    Edited by: RichS on Jun 9, 2012 1:00 AM

    The script you are using will not work for RHEL or Oracle Linux since it is incorrect and missing important coding.
    You can probably fix the script by removing the dash (-) from the su command and adding the lockfile that is required for RHEL to process the stop routine at system shutdown. The dash will reset the shell environment and the startup won't work. You should also start it in the background in order not to prolong the system startup more then necessary.
    lockfile=/var/lock/subsys/oracleEM
    start)
       su $ORA_OWNER -c "$ORA_HOME/bin/emctl start dbconsole &" &>/dev/null
       touch $lockfile
    stop)
       su $ORA_OWNER -c "$ORA_HOME/bin/emctl stop dbconsole"
       rm -rf $lockfile
    ...You do not need to start your Oracle instance before starting dbconsole. So there is no need for the "sleep" routine. You can start the Oracle Database control console even when the instance is down:
    For instance:
    <pre>
    [oracle@vm005 ~]$ ps -ef | grep pmon
    oracle 17749 10343 0 22:48 pts/3 00:00:00 grep pmon
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://vm005.example.com:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ....... started.
    </pre>

  • How to recreate enterprise manager with database vault

    I'm testing the Oracle database Vault option at database version 11.1.0.7 but there are some thing that does not work correct in the test. One of them is that I do not be able to recreate the enterprise manager repository. After probe several ways with database option enabled I decided to disable it. With the database vault option disabled I recreated the emanager ok but after enabled the database vault option again the database vault administrator does not browse for me:
    The firefox notice me an error with resource /dva.
    I hope you can help me.

    when you have vault on do you get errors in the realm audit reports ?
    or are you trying to create an oem repository in a vault enabled database ?

  • Start EM(Enterprise Manager) with AdminServer(WebLogic) in services  Windows

    hi,
    I have installed
    WebLogic Server 1036 and Forms/Reports 11GR2
    Installed WebLogic (AdminServer) to start with Windows Services!
    It starts with Windows and open localhost: 7001/console 'successfully
    echo off
    SETLOCAL
    set DOMAIN_NAME=FormsDomain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\FormsDomain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=true
    set WLS_USER=weblogic
    set WLS_PW=weblogic1
    call C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd
    ENDLOCAL
    Everything ok so far!
    However, I can not EM (Enterprise Manager) "localhost: 7001/em '
    When I start the Server Admin Menu> Windows \ Start Menu \ Programs \ Oracle Classic Instance - FormsInst> Start Weblogic Server Admin
    I can get 'localhost: 7001/em' usually
    Can anyone give me an idea?

    can someone help me?
    checking the log returns this error!
    ####<25/09/2013 14h27min39s BRT> <Warning> <Munger> <RONEI> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <c45a6d0f723d9f21:-3dd7bb09:1415629670e:-8000-0000000000000002> <1380130059591> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\user_projects\applications\FormsDomain\em.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<25/09/2013 14h27min39s BRT> <Error> <Deployer> <RONEI> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <c45a6d0f723d9f21:-3dd7bb09:1415629670e:-8000-0000000000000002> <1380130059671> <BEA-149205> <Failed to initialize the application 'em' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
      at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
      at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
      at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
      at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
      at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
      at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
      at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
      at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
      at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
      at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
      at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:247)
      at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:140)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:108)
      at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
      at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
      at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
      at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
      at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
      at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
      at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
      at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
      at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:166)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Using dcmctl and enterprise manager with OracleAS 10.1.2.0.2

    Hi
    I know that in OracleAS 9.0.2 there were problems when you tried to use dcmctl and Enterprise Manager at the same time. Does OracleAS 10.1.2.0.2 has the same problem.

    hello,
    somewhere (i really don't remember where, but it was in the oracle documentation) i'm sure i read that already in 9.0.4 you could use dcmctl when enterprise manager was up. but i've never experienced it and i prefer not to try!!!
    fabrizio

  • Running Win7 and ITunes 10.6 - loaded all my old CD's in one user acct. I want to share these with all other users on the machine without reloading the CD's and without having to make copies of their disk images, if possible. Also, want them on my WinXP

    Running ITunes 10.6, on a Win7 Home Premium SP1. Just loaded about thirty of my favorite CD's on my user account.
    I would like to be able to make all of them available to my other family members in their accounts on my machine, without needing to reload them all and without having to store their disk images multiple times. Can this be done, and if so, how?
    And can I copy the contents of a folder across to my wife's WinXP SP3 machine, and have them made available to each of us in our login accts on that machine?
    (There are three of us, plus an admin and a backup admin account, on each.)
    I will be really grateful if someone can help me do this for my family members, as we have shared the music on these CD's over the years, and I would like to make them available on the desktop for each of us.
    Also, I'd like to be able to load them, or a subset of them, to my wife and son's IPods. Any Tips, Traps or Tweaks for that process, as well?
    Thanks in advance for any help you can offer.
    Not sure about the OS level for the IPods. I am doing this for my wife and son, using an account here created for my son, which he shares with me for support purposes. But I do know they both have IPods, and our PC's and their OS's were described above.

    You can move the iTunes folder to a separate drive on your pc an then configure each account to use this drive / folder as iTunes library ... The problem is, that iTunes by default stores everything in your personal music folder which is separate for each user account in windows (and by default is on "C" drive).
    I create a separate partition on every pc/laptop (and map a drive name) where I store music, videos and other mass data. This will also keep the "C" drive small, which is backed up from time to time and so my backup is also small.

  • Problem In Enterprise manager with Oracle 10g AS 10.1.3.1.0

    dear all,
    I installed Oracle Application server 10g (10.1.3.1.0) on REDHAT Enterprise Linux 4 AS Update 4, so evrything done throu installation , but after installing when i try to open EM with browser http://localhost:7778/em not working and appear mesage (The Request URL/em was not found on this server) so i tried with ip-addressand with FQDN but not working, opmnctl service all running successfuy !!! (OC4J ,HTTP all working done - i made restat to all opmn services and the same result!!!!)
    how can i solve this problem????
    Thanks

    Thanks Dear Jacco,
    but i installed only OC4j and HTTP components , so control is working opmnctl working every think and components working good , but the strange in this case when i tried to fine emctl file but its not found !!!! (emctl start iasconsole) in this version of Oracle 10g AS .
    what u think?

  • How to define a new user in Enterprise manager with Specific access rights?

    Hi,
    I want to create a new user in OEMS 11g who should be able to access only the scheduler jobs section.
    How can this be acheived?

    You can create new administrators via the Setup --> Administrators page
    You can grant certain access rights to targets, you can not however grant priv to only access the job system
    Take a look at http://download.oracle.com/docs/cd/E11857_01/em.111/e14586/security3.htm#sthref235
    Regards
    Rob
    http://oemgc.wordpress.com

  • IF logic in bex Query, only want to calculate keyfiugre with all values.

    Hi ! 
    I have a pushasing flow with folowing key figur. But Im missing the invoice value but have the difference beetween them.
    _____________Invoice Quantiy  |  PO value (Good issue)  | Invoice value          |  PO vs Inv diff | 
    example one________2________________10 eur__________(10+1)_____________ 1_________this case ok
    exemple 2 ________blank_____________10 eur___________(10+blank) _________blank______havent recived any invoice yet invoce value should not be calculated 
    My problem is that the invoice value should only shown then I have a Invoice Quantity.
    I think its best to look at quatity because there mayby hard to differs on blank and 0 in the logic.
    Do any one now a good solution on this, missing the IF statsments in BEX, its a 3.5 BW installation.
    How should the logic look like ?
    regards
    Nicke
    Edited by: Nicklas  Åslund on Oct 16, 2008 8:28 AM
    Edited by: Nicklas  Åslund on Oct 16, 2008 8:31 AM

    If then else statement in bex
    this helped me
    (( 'Cumulative Value GC' > 0 ) * 'Dummy Key Figure') + (( 'Cumulative Value GC' <= 0 ) * 15)
    If 'Cumulative Value GC' > 0.
    rslt = 'Dummy Key Figure'.
    else.
    rslt = 15.
    endif.
    this help me to writ the logic

  • 10g1 Enterprise Manager Error when configuring backup settings.

    When I try to configure the backup settings and I enter the OS admin user and pwd I get:
    Error: Connecting to host as user *****failed: Wrong password for user.
    I know I am inputting the correct pwd.
    Can anyone tell me what I am doing wrong?
    Thanks

    Just in case as it's a confusing screen - the host settings are the operating system user, not a DB user.

Maybe you are looking for

  • Why wont my yahoo mailload?

    hello and HELP i have had yahoo issues and yahoo mail issues for desk top for a while now. today it got very bad. yahoo mail sort of loads but not all the way. it hangs on " transferring data from s.ying.com." sometimes the yahoo page will not load a

  • Issue on Using TOAD to view Oracle10G objects

    Dear Oracle Expertise, I've a interesting topic here. I use a TOAD's schema browser feature to view all the objects (e.g. tables, views, triggers, etc...) in an Oracle10G database. The issue is that it seems there is NO SORTING order of these objects

  • Create word document from PDF

    Export PDF gives me PNG doc NOT word doc.

  • Stuck with Headphone Icon on my Nokia E61I

    The headphone icon has appeared on my Nokia E61I phone and I cant get rid of it. It means that I cant speak on my phone unless I put it on loud speaker which is quite frankly embarrassing in public places!!! Please help I have switched off and on the

  • Cover for 9810

    Hi all I want a ruble cover for my bb 9810 !!! From where i can buy one ?? Do you have some sites for it ??