Dbms_stats Error from Enterprise Manager

A job is scheduled to do dbms_stats on a 10g R2
In the PL/SQL Block it has:
begin
exec dbms_stats.gather_schema_stats ( ownname => 'myTest', options => 'GATHER', estimate_percent => dbms_stats.auto_sample_size, method_opt => 'for all columns size auto', cascade => true, degree => 7 );
exec dbms_stats.gather_schema_stats ( ownname => 'myDev', options => 'GATHER', estimate_percent => dbms_stats.auto_sample_size, method_opt => 'for all columns size auto', cascade => true, degree => 7 );
end;
The error is
ORA-06550: line ORA-06550: line 2, column 8: PLS-00103: Encountered the symbol "DBMS_STATS" when expecting one of the following: := . ( @ % ; The symbol ":=" was substituted for "DBMS_STATS" to continue. ORA-06550: line 3, column 6: PLS-00103: Encountered the symbol "DBMS_STATS" when expecting one of the following: := . ( @ % ; The symbol ":=" was substituted for "DBMS_STATS" to continue. , column :
how to fix it?

You don't use EXEC inside a pl/sql block.
Example.
TUBBY_TUBBZ?exec dbms_stats.gather_table_stats(user, 'PARTY_TIMES');
PL/SQL procedure successfully completed.
begin
exec dbms_stats.gather_table_stats(user, 'PARTY_TIMES');
  3  end;
  4  /
exec dbms_stats.gather_table_stats(user, 'PARTY_TIMES');
ERROR at line 2:
ORA-06550: line 2, column 6:
PLS-00103: Encountered the symbol "DBMS_STATS" when expecting one of the following:
:= . ( @ % ;
The symbol ":=" was substituted for "DBMS_STATS" to continue.
begin
   dbms_stats.gather_table_stats(user, 'PARTY_TIMES');
end;
  4  /
PL/SQL procedure successfully completed.
TUBBY_TUBBZ?

Similar Messages

  • Export error from enterprise manager

    Im getting this error when trying to do a table export from enterprise manager(oracle 10g statndard edition). There is a problem writing to the export files: ORA-39094: Parallel execution not supported in this database edition. I looked on line and places said to have parallelism to 1 but i think i already have that set.
    Export Type Tables
    Statistics type Estimate optimizer statistics when data is imported
    Parallelism 1
    Files to Export WRITABLE_DIRECTORY tables.DMP
    Log File WRITABLE_DIRECTORY EXPDAT.LOG

    Its trying to create a dump file, but file by that name already exists. Verify that name & path is correct.

  • Error deploy shared library from Enterprise Manager IAS10.1.3.5.0

    Hi,
    I am trying deploy one shared library in my OC4J instance (prd_oc4j) from Enterprise Manager, but when i run my application its not loading this library (error missing class), but when i put this shared library in file server.xml without Enterprise Manager my application run sucessfully.
    Help me please or this problem is a bug?
    Tks,
    Haysar Lelis

    If finally found the cause of the problem, lack of PermGen space for the home instance;
    When opening the EM Console most of the times i was able to open the login page, under stress opening this page failed most of the times.
    The ascontrol-application.log pointed me in the right direction;
    10/09/07 15:26:59.111 ascontrol: Servlet error
    java.lang.OutOfMemoryError: PermGen space
    When monitoring the PermGen of the home instance, is showed that the system was running out of PermGen space.
    Increasing the PermGen size for the home instance in opmn.xml did the trick
    <data id="java-options" value="-Xrs -server -XX:MaxPermSize=128M......"

  • Error messages from Enterprise Manager Grid control

    Hi,
    Hi,
    I get several messages in my email daily from Enterprise Manager that Services from Application server control are down when all ther services are up and running. Messages like
    EM Alert: Critical: testdev - The OC4J instance is down.
    Any idea why this is happening.
    Thank You

    Here is the error in the "installActions<date>.log" file:
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    I checked in the details section and it listed this as the issue:
    Configuration assistant "OMS Configuration" failed
    The "D:\oracle\product\10.1.0\agent10g\cfgtoollogs\configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    How do I fix this?? When I open up the configToolFailedCommands file, all it lists is "oracle.sysman.emcp.agent.AgentPlugIn".

  • How to avoid timeouts from Enterprise Manager/BPEL console?

    Occasionally I want to deploy (from JDev) some BPEL processes to the AppServer.
    Surprisingly I got some errors. I found out when I re-login into
    Enterprise Manager and tried again to deploy it everything works fine.
    So it seems to me all errors occur because of a forced logout from Enterprise Manager.
    How can I avoid such situations?
    Peter

    Hi peter,
    See this forum link:
    Re: How to avoid auto-logout (=timeout) BPEL console?
    It contains your post only. See it.
    Cheers,
    Abhi...

  • Getting error in Enterprise Manager trying to look at ACL list

    I get the following error in Enterprise Manager when I try to view the {XML Database ACL files} under SYS.
    ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00200: could not convert from encoding UTF-8 to WINDOWS-1252 Error at line 1 I'm trying to get the ACL enabled for sending email and was hoping this would show me a list of the current ACLs.

    I don't know about the error but alternatively you can get the list via DBA_NETWORK_ACLS and DBA_NETWORK_ACL_PRIVILEGES views.

  • Problem Autodiscovery of node from Enterprise Manager

    We are using Oracle Enterprise Manager 2.1.0.1.0 through Management Server on NT for Oracle 8i(8.1.6) on Linux
    While autodiscovery of node from Enterprise Manager I am getting following
    error
    "Discovery Failed VNI-4002:Unknown gateway Exception"
    Even Intelligent agent and all the requisite services are started.
    If we configure manually we will get
    following error while using the tools of management pack
    "VTO-2018 This wizard Couldnt be launched because target was manually
    configured.It can only be launched for targets which have been discovered using an Intelligent Agent."
    I shall be thankful if you provide the solution ASAP
    Thanks
    Micky
    null

    Hi,
    Error: wrong password for user
    Are you grant LOG ON AS AN BATCH job to OS USER.
    OR
    before emctl command you always set ORACLE_SID enviourment variable.
    regards
    Taj

  • Can't do anything from Enterprise Manager

    I am trying to undeploy an application from Enterprise Manager Web Site, and I get the following error:
    An error occured while undeploying the application. The configuration files for this Oracle9iAS instance are inconsistent with the configuration stored in the repository. In order to protect the repository, no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem is resolved. This condition arises when a prior operation was unsuccessful. Please check the logs located at ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating the configuration files on disk. Some possible causes are: * permissions on files * file contention issues on Windows NT * EMD and dcmctl running concurrently * internal Oracle error After resolving the problem that prevented DCM from updating the configuration files, you may use the dcmctl resyncInstance command to resolve the problem. Alternatively, you can stop and then restart the active dcmctl or EMD process and resyncInstance will automatically be performed.
    It won't let me do anything. I tried dcm, too. It happens too often to me that I cannot deploy or undeploy apps from EM, or even to alter simple properties. Is there a way to recover from this situation?
    I have checked the errors at $ORACLE_HOME/dcm/logs but I can't get any ideas from there.
    Help me

    check out the Application Server - General forum. this has been discussed quite many times. Specifically,
    9iAS instance out  of sync with Repository
    -Prasad

  • Ifs from enterprise manager

    I am not able to invoke ifs from enterprise manager.
    Basically i want to know how to use 9ifs.I have oracle 9iDB,9iAs and 9ifs on a single machine.

    what version of iFS are you using? what does your infrastructure look like? also, please post the entire stack trace of the error.

  • Solution Manager Diagnostics Self Check Error with Enterprise Manager

    I'm trying to get the Solution Manager Self Diagnostics Self Check running,
    but I'm always getting the follwing Error:
    The Enterprise Manager on host 'hdeas81' and port '6443' cannot be reached.
    The Log File of the Introscope Manager shows the following line:
    6/29/09 01:15:36 PM CEST [INFO] [Manager.PostOfficeHub] Server listening for incoming ssl socket connections on port 6443
    Netstat -a is also showing that Port 6443 is open and Listening.
    The Port is also reachable via telnet.
    any suggestions what might be the problem?
    Thanks in advance
    Marco

    thanks, but i'm trying to get a ssl connection on port 6443.
    I have also another error in the diagnostics check (maybe related)
    An unexpected error occured
    in Detail i get the error:
    java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: Connection refused: connect
         at org.w3c.www.protocol.http.HttpURLConnection.error(Unknown Source)
         at org.w3c.www.protocol.http.HttpURLConnection.checkReply(Unknown Source)
         at org.w3c.www.protocol.http.HttpURLConnection.getResponseCode(Unknown Source)
         at com.sap.sup.admin.selfcheck.checks.helper.HttpHelper.getHttpResponseCode(HttpHelper.java:48)
         at com.sap.sup.admin.selfcheck.checks.wily.em.UICheck.process(UICheck.java:78)
         at com.sap.sup.admin.selfcheck.fwk.check.AbstractCheck.processImpl(AbstractCheck.java:165)
         at sun.reflect.GeneratedMethodAccessor541.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.smd.server.exec.asio.AsioInvocationHandler$1.call(AsioInvocationHandler.java:87)
         at com.sap.smd.server.util.concurrent.FutureResult$1.run(FutureResult.java:90)
         at com.sap.smd.server.exec.asio.AsioInvocationHandler$AsioRunner.run(AsioInvocationHandler.java:274)
         at com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:45)
         at com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:785)
         at java.lang.Thread.run(Thread.java:534)

  • Alert from Enterprise Manager

    Hello, I have an oracle rac with 3 nodes and I have oracle database control enterprise manager (No Grid Control).
    Yesterday one node was reboot and I don't know why. I want set a rules from enterprise manager or something similar for notificate to me when a reboot from one of my host suceed.
    Any one can help me?

    roberto1979es wrote:
    Ok,
    Can I program one alert for warning when a node is reboot it?When a node is reboot it. !http://www.wackyb.co.nz/skype/smileys_v1.5.0.60/skype-wackyb-0120-doh.gif!
    If i understood correctly what you are trying to ask , you are interested in email notification when your node suddenly reboots/restarts.
    And if it is so, this is will not be possible in the way like it is for tablespace, memory and similiar alerts.
    Although you could consider monitoring alert.log content, because information about database up-down statuses can be found there.
    For example , you could do that either by using external tables or by using shell/batch scripts;depending on the os on what your database is, and then after information that indicates database unexpected reboot is found, forward that information further (e-mail notification) .

  • Host stats from Enterprise Manager

    Hi Experts,
    actullay i want to get CPU, RAM SWAP all System related stats from Enterprise Manager in a Coustomze manager that is the usage frm this 9Am To 10 AM of 13 Feb is there any way to do sooo.. actually i could not see any option for coustom to do soo.
    regards,

    Oracle AWR can collect information about these.
    "The Automatic Workload Repository (AWR) is an integrated part of the Oracle database server. Its purpose is to collect server-related performance data automatically every 60 minutes (by default) when the statistics_level parameter is set to 'typical' (or 'all'). As the data is collected by the server itself, the Automated Database Diagnostic Monitor (ADDM) component of the server uses this data automatically to diagnose performance issues."
    Please note these components additional licenses!
    See more here:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16638/autostat.htm#i35653
    and here
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/d_workload_repos.htm#i1003494
    another useful link
    Automatic Workload Repository (AWR) in Oracle Database 10g
    http://www.oracle-base.com/articles/10g/AutomaticWorkloadRepository10g.php

  • Monitoring Application servers from enterprise manager

    Hi all,
    I couldnt monitor application server from enterprise manager console.It is asking for the network password in the browser.
    Enter network password
    site : showing ip address of my machine
    Realm : enterprise-manager
    username : ?
    Password :?
    Which userid/password i have to give here. I tried with management server userid and password.but failed
    Im ussing Oracle9IAS 9.0.2.0 ver.
    Please Help !!!!!!!

    Please post your question in the Enterprise Manager forum: Enterprise Manager
    Regards,
    OTN

  • SQL History from Enterprise Manager

    Hi Experts i need your help.. actullay i need SQL Text that is executed by DB User . i wan to know how to get SQL text history from Enterprise Manager .. my DB Version is 10gr2(10.2.0.4).
    regards,

    ok ..thanx .. can i view all historical SQL Text that is executed by a perticuler User say SCOTT.??? In the same page within SQL DETAIL you can find task owner also,

  • Error when discovering Oracle EBS from Enterprise Manager 12C

    Hi everyone..
    I have installed Enterprise manager 12C and discovered EBS database.But im unable to discover EBS applications through it.
    OEM VERSION : 12C R2
    EBIS VERSION : VISION INSTANCE 12.1.3
    DATABASE : 11.2.0.3
    I'm getting below error when im trying to discover through menu Targets----->Oracle E-Business Suite Instances
    Error Log
    oracle.apps.ebs.amp.oms.discovery.discoverer.AppsDiscoveryException: TargetRegistration :: registerService : SQLException - ORA-20233: Either the target or the metric does not exist for <target_name>/<metric_name>/<metric_column> VIS_ocs.ocs.dmsswt.com_HTTP Server/ResponseStatus
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 390
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 629
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 1775
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 4057
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 2227
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 1340
    ORA-06512: at line 1
    Caused By: java.sql.SQLException: ORA-20233: Either the target or the metric does not exist for <target_name>/<metric_name>/<metric_column> VIS_ocs.ocs.dmsswt.com_HTTP Server/ResponseStatus
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 390
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 629
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 1775
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 4057
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 2227
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 1340
    ORA-06512: at line 1
    oracle.apps.fnd.oam.em.util.job.CommandException
    Caused By: oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsDiscoveryException: Error while attempting to discover EBS on : VIS( oracle_database ) using schema: apps
    Caused By: oracle.apps.ebs.amp.oms.discovery.discoverer.AppsDiscoveryException: TargetRegistration :: registerService : SQLException - ORA-20233: Either the target or the metric does not exist for <target_name>/<metric_name>/<metric_column> VIS_ocs.ocs.dmsswt.com_HTTP Server/ResponseStatus
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 390
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 629
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 1775
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 4057
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 2227
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 1340
    ORA-06512: at line 1
    Caused By: java.sql.SQLException: ORA-20233: Either the target or the metric does not exist for <target_name>/<metric_name>/<metric_column> VIS_ocs.ocs.dmsswt.com_HTTP Server/ResponseStatus
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 390
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 629
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 1775
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 4057
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 2227
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 1340
    ORA-06512: at line 1
    =================================================================
    Output Log
    ******Discovery Exceptions:
    ******Exception 0
    oracle.apps.fnd.oam.em.sdk.targetData.discovery.AppsDiscoveryException: Error while attempting to discover EBS on : VIS( oracle_database ) using schema: apps
         at oracle.apps.fnd.oam.em.onDemand.jobs.OAMRegisterEBSOD.execute(Unknown Source)
         at oracle.apps.fnd.oam.em.util.job.AbstractCommandExecutor.executeCommand(Unknown Source)
         at oracle.sysman.emdrep.jobs.CommandStepExecutor.execute(CommandStepExecutor.java:154)
         at oracle.sysman.emWebservices.inbound.jobs.worker.ConsoleJobStepExecutor.execute(ConsoleJobStepExecutor.java:321)
         at oracle.sysman.emWebservices.inbound.jobs.worker.ConsoleJobStepExecutor.executeStep(ConsoleJobStepExecutor.java:187)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:370)
         at oracle.j2ee.ws.server.jaxws.ServiceEndpointRuntime.processMessage(ServiceEndpointRuntime.java:202)
         at oracle.j2ee.ws.server.jaxws.JAXWSRuntimeDelegate.processMessage(JAXWSRuntimeDelegate.java:474)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1187)
         at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:1120)
         at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:1118)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:74)
         at oracle.security.jps.internal.jaas.CascadeActionExecutor$SubjectPrivilegedExceptionAction.run(CascadeActionExecutor.java:83)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.security.Security.runAs(Security.java:61)
         at oracle.security.jps.wls.jaas.WlsActionExecutor.execute(WlsActionExecutor.java:51)
         at oracle.security.jps.internal.jaas.CascadeActionExecutor.execute(CascadeActionExecutor.java:56)
         at oracle.j2ee.ws.server.provider.GenericProviderPlatform.runAs(GenericProviderPlatform.java:398)
         at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:1138)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:581)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:233)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:193)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:335)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:550)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.caching.filter.AdfFacesCachingFilter.doFilter(AdfFacesCachingFilter.java:137)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.apps.ebs.amp.oms.discovery.discoverer.AppsDiscoveryException: TargetRegistration :: registerService : SQLException - ORA-20233: Either the target or the metric does not exist for <target_name>/<metric_name>/<metric_column> VIS_ocs.ocs.dmsswt.com_HTTP Server/ResponseStatus
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 390
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 629
    ORA-06512: at "SYSMAN.EM_REP_METRIC", line 1775
    ORA-06512: at "SYSMAN.MGMT_TARGET", line 4057
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 2227
    ORA-06512: at "SYSMAN.MGMT_SERVICE", line 1340
    ORA-06512: at line 1
    Can anyone help me out?
    Thanks very much.
    Regards,
    Pubudu

    Hello,
    The errors you are receiving are typically a result of not following our published MOS note and our documentation. It’s important in order for Oracle E-Business Suite systems to be properly recognized by E-Business Suite Plug-in, AutoConfig must be enabled and updated on all nodes. You should prevalidate your system before the running discovery to help ensure success of the discovery process. These tests check that context files, context variables, users, and components are set up correctly in the system for successful discovery.
    For more information on both topics refer to:
    •     Getting Started with Oracle Application Management Pack (AMP) for Oracle E-Business Suite, Release 12.1.0.1 (Doc ID 1434392.1)
    •     Oracle Application Management Pack for Oracle E-Business Suite Guide Release 12.1.0.1.0 Part No. E28715-03 October
    If you are still experiencing errors after reviewing our documentation and taking the appropriate steps to prevalidate your system consider filing a Service Request with Support.
    Regards,
    Product Management

Maybe you are looking for

  • Why are all the volume sliders resetting to zero when I enable recording on my tracks?

    That's basically all there is to it. I have 8 drum tracks all set at different input levels but when I record-enable the tracks all the volume sliders rest to zero in the mixer. This has never happened before!

  • Maximum size of a data packet

    The maximum size of data packet set in configuration is 25MB. I want to change the size of data packet as 50 MB. I don't want to change it globally(in SPRO). I want to change it only for specific info-package. But in info-package system does not allo

  • Nested Editable Regions Error Message

    I'm trying to create a dynamic template. I've saved a header and footer as library items, and I want to include them in the template. In addition I want to have an editable region between them. For some reason, when I go to save as template, the erro

  • How do I place the center of a pond ripple where I want it?

    I am trying to have a pond ripple over most of the pond and have the center of the ripple towards the top of the pond under a finger.  How do I do that?  I have CS3. 

  • Apple Wireless Keyboard Drain?

    I just bought an Apple Wireless Keyboard to use with my MacBook, and the battery is already at 88%. At this rate, in 5 days the battery will be drained. Could this be the batteries it came with, or is it most likely a faulty keyboard?