Problems loggin in Oracle Enterpirse Manager Console

Hi. I installe oracle 9i and managed to setup a development and OEMREP databases and successfully logged into the Enterprise Manager Console. But after a few days, out of the blue, I can't login anymore.
I'm getting the following error msg:
"The exception (oracle.sysman.emSDK.client.omsClient.ClientException) ocurred"
Did anyone encounter the same problem?
Any ideas?
Thanks!!

This has happened to me many times. First look at the node status in oem, probrobly is stating that it is out of sync. Even if it isn't save all your jobs to the library. Delete the node. Then on the solaris side
shutdown the agent, delete the *.q files out of the $ORACLE_HOME/network/agent directory, then restart the agent. Now back on oem rediscover the node. You should then be able to resubmit the jobs from the library.

Similar Messages

  • Oracle 8i: Oracle enterprise manager console

    Dear all,
    I installed oracle 8i (8.1.6) server on linux and client on my own NT
    machine. I had no problem to access the database using sqlplus and DBA
    studio. I also configured oracle management server and tried to using
    Oracle Enterprise Manager Console. Also, there was no problem to discover
    the node and to ping agent. But, when I tried to connect to the database,
    it gave me the following error message: "ORA-12545: connect failed because
    target host or object does not exit". Can someone help me out?
    Thanks.
    Dewei

    add or drop users, Using GUI tools could be sometime dangerous.
    You can always use performance diagnostic (oracle provided) to have performance stats in graphical display.
    You can also use EM Grid Control (10g) in order to maintain 8i and 9i with 10g EM Grid control.
    You need to install an agent on those database in order to communicate with 8i and 9i.
    Jaffar

  • Oracle Enterprise Manager Console TNS-04404 / TNS-04414

    Oracle Enterprise Manager Console
    Version 10.1.0.2.0 Production
    Running on Windows XP Professional
    =================================================
    Failed to parse tnsnames.ora file
    oracle.net.config.ServiceAliasException: TNS-04404: no error
    caused by: oracle.net.config.ConfigException:TNS-04414: File error
    caused by: TNS-04612: Null RHS for "QCCP1.WORLD":
    0
    =================================================
    (NOTE): I understand that this issues is related to TNSNAMES.ORA file. I have another computer, and the OEM Console is working just fine on that computer. So, I copied the TNSNAMES.ORA file from the other computer, but still I am receiving the same issue.
    Please let me know if you can help me with this issue. Thanks in advance ...

    878649 wrote:
    This problem occur when i run version 10.2 of Console Enterprise Manager
    This a very funny error but took me a lot tries and errors to solve it !
    I'ts related to the syntax of an entry defining an SID in the tnsnames.ora. This an oracle bug for sure
    Here is an entry in my tnsnames.ora
    Then why does posted example below NOT contain any "SID" entry?
    mydb.world =
    *(DESCRIPTION =*
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myoraclehost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mydb)
    At first look this entry is valid. At least SHOULD BE VALID an understood by oracle tnsnames interpreter
    After a couple of tries, i finally found that there should be at least one space between the begining of the line where figure out the description keyword (DESCRIPTION
    I've corrected the problem by inserting a space before this keyword.
    This happen

  • Cannot login as sysdba in Oracle Enterprise Management Console

    Hi,
    I have recently installed Oracle 9.2.0.4 in Red Hat Linux 9.
    I ran "oemapp console" to launch the Oracle Enterprise Manager Console Standalone. However, everytime I tried to login as:
    user: sys
    password: <sys password>
    connect as: sysdba
    I always get ORA-01031: insufficient privileges.
    The Oracle database where I cannot connect as sysdba in OEM was created MANUALLY.
    However, I can successfully login to OEM as sysdba if the database was created using Database Configuration Assistant...
    So I might have missed out some configurations when I creasted the database MANUALLY...
    any ideas??
    Thanks in Advance
    Regards
    Prasanna

    Hi there once more,
    Of course it is possible that user system has the same problems as user sys (insufficient privs)....
    In that case try to log on as internal/pwd@dbname as sysdba to perform the trick.
    Good luck!
    Regards,
    Georges.

  • Oracle Enterprise Manager Console Login issue

    HI Guys,
    I have installed Oracle 10g on my Windows 7 64 bit system and have trouble running Oracle Enterprise Manager Console.
    When I open Oracle Enterprise Manager Console it prompts me for a Hostname and SID parameters. For which I have given my System name as the parameter and orcl as the SID.
    Then I get an error saying that " Failed to parse tnsnames.ora file ServiceAliasException: 11 "
    Please Help!!
    Thank you!!
    Karthik

    The dbconsole needs to be configured, assuming your database instance is up and running ...
    For startup info see http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/em_manage002.htm#sthref143

  • Oracle Enterprise Manager Console Sessions

    I do apologize if this is posted in the incorrect location. I have Oracle Enterprise Manager Console open and i'm within instances\Sessions. When I first log in there are 9 total active sessions. 1 is mine with program java.exe which is OEMC. I have a website that calls a stored procedure. It will return either a string or nothing depending on if there is a row in the table. That is the only call that is being made. This executes on page load. As soon as I go to this page and it loads I check OEMC again and now I have 5 new INACTIVE sessions with program w3wp.exe. Why is there 5 when i'm only making 1 call to the database?
    Here is the c# code i'm using on my master page. The page that is calling the master page only has text there is nothing in the code behind for that page.
    OracleParameter pMsg;
    OracleConnection conn = new OracleConnection(ConfigurationManager.ConnectionStrings["strDB"].ConnectionString);
    OracleCommand command = new OracleCommand("GetMsg", conn);
    command.CommandType=CommandType.StoredProcedure;          
    pMsg = command.Parameters.Add("PMSG", OracleDbType.Varchar2, 4000);
    pMsg.Direction = ParameterDirection.Output;               
    conn.Open();
    command.ExecuteNonQuery();
    string sMsg = Convert.ToString(pMsg.Value);
    if (sMsg.Length > 1)
    litMsg.Text = "** " + sMsg + " **";
    conn.Close();
    conn.Dispose();      
    command.Dispose();
    Thank you for any help

    I think I figured out what is going on. I think it's the connection pooling that is creating these 5 connections. When I turned pooling off it created 1 connection when I was on that page and then when I exited the connection was gone as well. My question now is are these 5 connections for the entire site? Meaning that it will server anyone user to my site?
    If I have an open connection object later on in my code does it skip this process and just go to the connection pool?
    Thanks

  • Unable to drop Oracle Enterprise Manager console in Oracle 11g

    Hello all,
    I am trying to drop the Oracle Enterprise Manager console in Oracle 11g (Windows server 2008 32 bit). I am getting the following error.
    D:\Oracle\Ora11G\BIN>emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at Jun 16, 2009 9:59:58 PM
    EM Configuration Assistant, Version 11.1.0.7.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: NM45
    Listener port number: 1529
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jun 16, 2009 10:00:20 PM oracle.sysman.emcp.util.EMCALogManager addLogFileIntern
    al
    WARNING: Adding log file D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log failed. Messages will not be logged in this file.
    Jun 16, 2009 10:00:20 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log.
    Jun 16, 2009 10:00:21 PM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Jun 16, 2009 10:00:22 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Can't find file D:\Oracle\Ora11G\F1SMLFS_NM45\sysman\config\emoms.properties
    Refer to the log file at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log for more details.
    Could not complete the configuration. Refer to the log file at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log for more details.
    D:\Oracle\Ora11G\BIN>
    Even though the D:\Oracle\Ora11G\F1SMLFS_NM45\sysman\config\emoms.properties is exists in the disk. Any Idea.
    In Oracle 9i " Enterprise manager Configuration Assistant" (Open “Start ---> Programs ----> Oracle - OraHome92 ---> Configuration and Migration
    Tools -----> Enterprise manager Configuration Assistant) was present. Is there any replacement of this in Oracle 11g ?
    Thanks
    With Regards
    Hemant

    hem_kec wrote:
    Hello all,
    I am trying to drop the Oracle Enterprise Manager console in Oracle 11g (Windows server 2008 32 bit). I am getting the following error.
    D:\Oracle\Ora11G\BIN>emca -deconfig dbcontrol db -repos dropBefore this you shoud do :
    ORACLE_HOME/bin/emca -x <sid>
    ORACLE_HOME>/sysman/admin/emdrep/bin/RepManager <hostname> <listener_port> <sid> -action drop
    Refer to the log file at D:\Oracle\Ora11G\cfgtoollogs\emca\ENMSCSDB\emca_2009_06_16_22_00_20.log for more details.did you check this log ?
    Even though the D:\Oracle\Ora11G\F1SMLFS_NM45\sysman\config\emoms.properties is exists in the disk. Any Idea.yes. you could visit metalink and see      278100.1 How To Drop, Create And Recreate DB Control In A 10g Database
    In Oracle 9i " Enterprise manager Configuration Assistant" (Open “Start ---> Programs ----> Oracle - OraHome92 ---> Configuration and Migration
    Tools -----> Enterprise manager Configuration Assistant) was present. Is there any replacement of this in Oracle 11g ?
    Thanksok
    With Regards
    Hemantbest regards

  • Oracle Enterprise Management Console doesn't work

    Hi, there,
    I meet a strange problem. I use JDeveloper to make jsp project. the database is oracle 9i. I install JDeveloper and database on the same machine. at first, everything is ok. but suddenly I found that I can't run Enterprise Manager Console. the icon in the start meun became unrecognize. if I run the command on the command line, it's refused. I don't know what's the reason. but what's more strange is that I can run jsp project and store and retrieve data from database. I really don't know the reason, besides, how can I change database structure and view data stored in the database without Enterprise Manager Console?
    my project will be used on the next week, but I don't know if this problem will effect funcation!
    does there anyone know the reason and how can I resolve it? besides, my OS is windows xp professional.
    any hint will be great appreciated!!

    You can view your all values from Jdeveloper only .
    Go for connection Database and click on user than u can c database structure and all tables views ....
    Hope it helps

  • Oracle Enterprise Manager Console redirection

    I've recently moved one of our servers that has Oracle 10g 10.2.0.2.0 installed to another domain. After this was done, the Database Control to navigate to the web page will no longer work properly. I have tried uninstalling and reinstalling Enterprise Manager Console, and changing the default web address in the browser's title bar, but to no avail. Are there certain configuration parameters that need to be addressed in order to get this working again, or certain registry settings that need to be altered? Thanks for any help on this in advance.

    Only a general advice is possible. This kind of error occurs,when there are mismatches in your installed Oracle software. In your case 'java.exe' and 'oci.dll' are not suited to each other. You may have to repeat the installation . Keep an eye on error messages.
    Werner

  • Problem with installation Oracle VM Manager 3.0.1 in Oracle Linux 6.1

    Dear all specialists.
    I have tried many times to install Oracle VM Manager 3.0.1 in Linux 6.1 but still not get success.
    I try to install it by folowing VM Documentation 3.0 and http://www.itnewscast.net/oracle-vm-manager-30-installation. When I try to stall it I see many error messages regarding to hardware and software requirement of Orace VM Manager 3.0.1. When those error message stop appear, it can be only installed abit, it seem hang and then error message appears as below.
    I will show all my installation steps and problem as below:
    I try to install on Dell PowerEdge 1950 (300GB, RAM : 8GB) and Sun X4150 (HDD: 160GB, RAM: 4GB)
    [root@ovmger home]# /etc/init.d/iptables stop && chkconfig iptables off
    [root@ovmger home]# rpm -qa libaio unzip
    unzip-6.0-1.el6.x86_64
    libaio-0.3.107-10.el6.x86_64
    [root@ovmger ~]# groupadd dba
    [root@ovmger ~]# useradd -g dba oracle
    [root@ovmger ~]# passwd oracle
    Changing password for user oracle.
    New password:
    BAD PASSWORD: it is based on a dictionary word
    Retype new password:
    passwd: all authentication tokens updated successfully.
    [root@ovmger ~]# vi /etc/security/limits.conf
    <domain> <type> <item> <value>
    #* soft core 0
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4
    oracle hard nofile 8192
    oracle soft nofile 8192
    oracle soft nproc 4096
    oracle hard nproc 4096
    oracle soft core unlimited
    oracle hard core unlimited
    # End of file
    wq!
    [root@ovmger ~]# mkdir -p /u01/app/oracle
    [root@ovmger ~]# chown oracle:dba /u01/app/oracle
    [root@ovmger ~]# vi /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.0.98 ovmger
    wq!
    [root@ovmger ~]# ls
    anaconda-ks.cfg Downloads Music Public
    Desktop install.log OracleVM-Manager-3.0.1.iso Templates
    Documents install.log.syslog Pictures Videos
    [root@ovmger ~]# mkdir -p /home/oracle/mount-point
    [root@ovmger ~]# clear
    [root@ovmger ~]# mount -o loop OracleVM-Manager-3.0.1.iso /home/oracle/mount-point/
    [root@ovmger ~]# cd /home/oracle/mount-point/
    [root@ovmger mount-point]# ls
    components EULA oracle-validated.params runInstaller.sh
    createOracle.sh LICENSE ovmm-installer.bsx
    [root@ovmger mount-point]# ./runInstaller.sh
    Oracle VM Manager Release 3.0.1 Installer
    Oracle VM Manager Installer log file:
    /tmp/ovmm-installer.selfextract_CAjaQM/install-2011-10-13-165911.log
    Please select an installation type:
    1: Simple
    2: Standard
    3: Uninstall
    4: Help
    Select Number (1-4): 1
    Starting simple installation ...
    Verifying installation prerequisites ...
    One password is used for all users created and used during the installation.
    Enter a password for all logins used during the installation:
    Enter a password for all logins used during the installation (confirm):
    Verifying configuration ...
    Start installing the configured components:
    1: Continue
    2: Abort
    Select Number (1-2): 1
    Step 1 of 9 : Database ...
    Installing Database ...
    Retrieving Oracle Database 11g XE ...
    Installing Oracle Database 11g XE ...
    Configuring Oracle Database 11g XE ...
    /home/oracle/mount-point/./ovmm-installer.bsx: line 137: 26564 Killed
    python setup.py $DIRPARAM $CONFIGPARAM $UUIDPARAM $INSTALLTYPEPARAM $ASSU MEYESPARAM
    I have been waiting for maybe 3 hours and then error appears the message as above
    Please kindly give advice to solve this problem as soon as possible.
    Thank in advance,
    Best regards,
    Heng
    Edited by: user9032138 on Oct 13, 2011 12:13 AM

    Dear Avi Miller,
    I have successfully installed both of servers (VM Server 3.0.2 & VM Manager 3.0.2) as below
    + VM Server 3.0.2 on Dell PowerEdge 1950
    + VM Manager 3.0.2 in OEL 6.1 on Sun Fire X4100M2 Server
    Refer to Oracle VM Server 3.0 Document, they recommend to do Discover Oracle VM Servers to VM Manager first of all step then do anything else like Creating a Server Pool so I try to do Discover Oracle VM Servers in many times but still not success.
    What I try to do Discover Oracle Servers as below:
    After I install both already I start to Discover Oracle VM quickly
    1. Log into Oracle VM Manager
    2. Select the Hardware view.
    3. Select Discover from the Actions menu. The Discover Servers dialog box is displayed.
    4. Enter information about the Oracle VM Server(s) to be discovered.
    5. Specify an IP Address (or rang): IP_of VM Server and Click Add
    6. Put password of VM Server Agent
    7. Click OK
    Wait a minute the Status of VM Manager show fail and when I click Detail it show as below:
    Job Construction Phase
    begin()
    Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Operation: Discover Manager Server Discover
    Job Running Phase at 11:51 on Sat, Nov 5, 2011
    Job Participants: []
    Actioner
    Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
    Setting Context to model only in job with id=1320468663398
    Job Internal Error (Indeterminate)java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
    Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
    Rollbacker
    Objects To Be Rolled Back
    Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Completed Step: ROLLBACK
    Job failed commit (internal) due to java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat Nov 05 11:51:05 ICT 2011
    com.oracle.ovm.mgr.api.exception.FailedOperationException: java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat Nov 05 11:51:05 ICT 2011
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1069)
    at sun.reflect.GeneratedMethodAccessor791.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    If you have success experience on this, please kindly help to share to me.
    Please kindly give some advise for this.
    Thank in advance,
    Best regards,
    Heng
    Edited by: user9032138 on Nov 4, 2011 9:56 PM
    Edited by: user9032138 on Nov 4, 2011 10:03 PM

  • Oracle 10g Management Console - Client software

    Hi,
    Could someone point me in the right direction? I just got a new PC at work and our desktop folk can't find the download for the Oracle 10g client. We run ORacle 10g EE on our Unix servers, and I have alwaya had the 10g Management Console on my PC but now I've lost it and I can't seem to find the correct install to download on the Oracle website. I've searched but I can't find it.
    Can anyone point me in the right direction please?
    Thanks,
    Paula

    10gR2 client software can be downloaded from here - http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html (scroll down)
    I am not sure if they include the management console software.
    HTH
    Srini

  • Problem in customizing Oracle Access Manager 10g

    HI,
    I am facing some problem while incorporating customizations into Oracle Access Manager 10g.
    When trying to access the url with a particular style name.... i am getting the following error :
    obhtmlpage.cpp:160: Error:
    obhtmlpage.cpp:277: Error: ExXSLTProcessingGeneric: Exception processing stylesheet. Root stylesheet ID: ../../../lang/en-us/style0/login.xsl
    obxdkxsl.cpp:224: Error: ObXDKTransform
    obxdkcache.cpp:528: Error:
    obxdkcache.cpp:565: Error:
    ../obcacheof.cpp:429: Error:
    ../obcacheof.cpp:795: Error:
    ../obcacheof.cpp:932: Error:
    obxdkcache.cpp:291: Error: ObXdkObject::ObXdkObject
    Front Page Admin
    Sun Microsystems Solaris
    Could someone please provide some help as to how to solve the problem.
    Thanks.

    One good way to debug the XSL stylesheet issue is to apply the XSL outside of OAM with input XML and see if you get the results. You can use tools such as XML SPy for XSL development and testing.
    This error is more in line with XSL syntax and processing.
    Thanks
    Ram

  • Starting Oracle Enterprise Management Console

    I have oracle11gR2 database instance up and running on RHEL and i am able to connect to this instance using sqldeveloper. I need to have access to enterprise manager console too.
    I tried to start enterprise manager using following command
    [ora112@localhost ~]$ emctl start dbconsole
    Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
    then it tells me that ORACLE_UNQNAME is not defined.
    the i set ORACLE_UNQNAME=JIP (JIP=ORACLE_SID), even after doing this , i get the same message when i try to start enterprise manager console.
    could anybody help me resolve this issue
    thanks in advance for any help

    Unset ORACLE_SID (i.e. only set ORACLE_UNQNAME instead of ORACLE_SID), then try again. Pl also post the output of command "env | sort" just before issuing the emctl command
    HTH
    Srini

  • Oracle Enterprise Manager Console Error

    Hi,
    I have installed Oracle 10g client for administrator(for Windows Vista) on my Windows Vista machine to manage Oracle databases remotely.
    However, after creating the TNS service names I get error in OEM admin console as follows and do not see any DB connections.
    Error: Failed to parse tnsnames.ora file
    oracle.net.config.serviceAliasException: TNS-04404: No error
    caused by Oracle.net.configException: TNS-04414
    caused by TNS-04610"
    How can I troubleshoot this error and rectify OEM console.
    Appreciate much your kind response.
    Regards,
    Noor

    Hello all,
    I had exactly the same problem: ServiceAliasException: 11, not 10 as in the MetaLink note referred to above.
    It turned up today, but the tnsnames.ora file hasn't been changed since October 15:th. It turns out to be
    some kind of security matter in windows (XP in my case, but I guess it's about the same in Vista).
    All the files in my TNS_ADMIN folder have been set to read-only. Looking at them with cygwin shows that
    it's actually even worse: They've been chmod:ed 0 and put on an ACL.
    Once I chmod:ed them writable again (guess removing the read only flag in windows would do the same),
    I could create and save new entries with my 10.2 OEM standalone again.
    Seems youy get a "ServiceAliasException: 11" when tnsnames can't be written.
    Best regards,
    //Robert

  • Oracle Enterprise Manager Console on Win 7 64bits OS 6.1

    Hello everyone,
    I've been looking for a solution for my problem and got nothing so far. This is the situation:
    I''m a new DBA in my work and my co-workers sent me the Oracle Client 10g to be installed on my new notebook. The reason is that we have more than 300 databases in several servers and I need to install the client on my pc to administer them.
    My problem is that i'm using Windows 7 64 bits OS 6.1 and the client they sent me just works for 32 bits.
    Does anyone have any idea how I can get a client that fits my SO? I've been searching on oracle website but no solution found so far.
    Thanks in advance,
    Diego.

    873834 wrote:
    Well, I've tried the Instant client already... but it doesn't give me the an interface (OEM Console) where I can see all my databases and choose one to connect to.OEM console is web based. Nothing at all required on your local PC.
    there are two flavors of 'OEM"
    The first is dbcontrol. This runs on the same box as the database. One instance of dbcontrol provides a web interface to one database instance. If you run multiple db instances on a box, each would have to have its own dbcontrol, each listening for http(s) connections on its own port.
    The other is Grid Control. It is essentially an app server, presenting a common web interface for multiple database instances running on multiple hosts. It communicates to each instance through an agent running on the same box as the db instance being managed. It keeps its own repository in an Oracle database - preferably one dedicated to that purpose.

Maybe you are looking for

  • How do I use itune music for creating photo DVDs with music in adobe element 10?

    How do I use/transfer itune music for DVDs with music in adobe elements premier? 

  • Service Desk Issue in SolMan 4.0 - Installation Number differrence

    Hi all, I am in the process of setting up Service Desk in SolMan 4.0. When I create a message in my satellite system, the message is sent successfully and appears in my Solution Manager. However, I have red light appearing. This is because I need to

  • PSE5.0 und PASE3.0 gleichzeitig installieren?

    Ich habe Photoshop Album SE 3.0 installiert und möchte neu parallel dazu Photoshop Elements 5.0 installieren, so dass ich beide wahlweise verwenden kann. (Ich gebe Seniorenkurse) Ist das möglich? Würde es genügen, vor dem Öffnen jeweils die entsprech

  • How to make default values in selection field?

    hi,       i have selection field date , using data element 'QENTST' using following code in view INIT Method. i get the input selection field when i test application. DATA: LT_RANGE_TABLE TYPE REF TO DATA. CALL METHOD WD_THIS->M_HANDLER->CREATE_RANGE

  • General CROSSTAB question

    Is it possible to create a crosstab report similar to: FIELD A-designation(value 1,2 or 3) FIELD B-year C| data D| data whereby designation 1 will always have under it both columns with data for the requested year and columns with data for the reques