Removing an XML Schema through Enterprise Manager

Hi all,
I have created an XML schema using the Enterprise Manager. But the problem is that I can't remove it. When I use the menu option to remove the XML Schema, I get the following error:
VBO-8051: XML Schema cannot be dropped.
ORA-31000:Resource [User].[SchemaName] is not an XDB document
ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 80
ORA-06512: at line 1
If anyone has any thoughts they would be greatly appreciated.
Thank you,
Mike

What was the URL used to register the schema. Is this the same URL that was passed to delete schema. You can check the list of registered schemas with the following query
SQL> desc user_xml_schemas
Name Null? Type
SCHEMA_URL VARCHAR2(700)
LOCAL VARCHAR2(3)
SCHEMA SYS.XMLTYPE(XMLSchema "http:
//xmlns.oracle.com/xdb/XDBSc
hema.xsd" Element "schema")
INT_OBJNAME VARCHAR2(4000)
QUAL_SCHEMA_URL VARCHAR2(2839)
SQL> select schema_url from user_xml_schemas
2 /
SCHEMA_URL
http://localhost:8080/home/SCOTT/xsd/purchaseOrder.xsd

Similar Messages

  • How to connect 10g database through Enterprise manager???

    Hi All,
    I want to connect the database through Enterprise manager.
    My database is on 10g. Version is 10.1
    Please tell me the procedure to connect the database through E.M.
    Thanks and Regards,
    Prathamesh.

    Are you thinking of the Enterprise Manager supplied with Oracle9i? If yes - it doesn't work quite that way ... and the 9i java OEM is not compatible.
    Use the enterprise manager supplied with the 10g database, called the dbconsole (look for a service or start it using 'emctl start dbconsole') and access it using http://{localhost}:5500/em
    If that doesn't satisfy you, load the updated version of the OEM 9i java standalone from the 10g client disk.

  • Web.xml problem in Enterprise Manager 10g

    I got an error while deploying to Enterprise Manager 10g
    My platform: Windows XP
    OC4J 9.0.4
    Enterprise Manager 10g
    And I even have the web.xml in the correct directory. i.e
    cpd.ear
    ./META-INF/application.xml
    ./cpd-ejb.jar/WEB-INF/web.xml
    ./cpd-webapp.war/WEB-INF/web.xml
    ./cpd-webapp.war/WEB-INF/classes
    The error I get while deploying on a Enterprise Manager 10g is:
    Invalid J2EE application file specified - Jar file: :\WINNT\TEMP\jar47575.tmp is missing its standard xml descriptor located at WEB-INF/web.xml
    Incidently the *.ear file built by my fellow's machine is deploying perfectly. I've compared the directories n useful files of both the *.ears down to the very last bit n they are the same.
    I can imagine that guys with only high IQ can solve this mystery

    The above message is a duplicate of another message by Sim.
    web.xml problem in Enterprise Manager 10g

  • Cannot send email using PL/SQL through Enterprise Manager 10g

    Hi
    I need to schedule a job that sends email periodically. I am using the scheduler in Oracle Enterprise Manager 10g for this. For sending the email, I am creating a PL/SQL job. The code is as follows:
    PROCEDURE send_test_message
    IS
    mailhost := 'iwblrcormsg001.sci.local';
    sender := '[email protected]';
    recipient := '[email protected]';
    mail_conn utl_smtp.connection;
    BEGIN
    mail_conn := utl_smtp.open_connection(mailhost, 25);
    utl_smtp.helo(mail_conn, mailhost);
    utl_smtp.mail(mail_conn, sender);
    utl_smtp.rcpt(mail_conn, recipient);
    utl_smtp.open_data(mail_conn);
    utl_smtp.write_data(mail_conn, 'This is a test message.' || chr(13));
    utl_smtp.write_data(mail_conn, 'This is line 2.' || chr(13));
    utl_smtp.close_data(mail_conn);
    utl_smtp.quit(mail_conn);
    END;
    I have setup the smtp server and received a test email from the EM notifying me of successful configuration. When the above job is run, the scheduler shows status as successful. If I go to the command step, it displays the following output:
    Output Log
    SQL*Plus: Release 10.1.0.2.0 - Production on Thu Feb 19 19:04:29 2009
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> SQL> SQL> SQL> Connected.
    SQL> SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Disconnected from Personal Oracle Database 10g Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Now, the only issue is that I do not receive any email at the address specified! I would be very grateful if someone could point out the error here.

    I would use APEX4.0 for this.
    Create an interactive report based on your data. Add a chart to that report and use the NOTIFY feature to send you the email.

  • Apply CPU /PSU patches through Enterprise Manager Grid Control.

    How to apply PSU patches from 10.2.0.5 GRID Grid Control to my test/development/qa environment.
    Are there any step by step documents availible. Did any one applied these patches using Oracle Enterprise Manager Grid control.

    Please read
    Oracle® Enterprise Manager Administrator's Guide for Software and Server Provisioning and Patching
    10g Release 5 (10.2.0.5.0)
    3 Infrastructure Requirements
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e14500/infrastructure_setup.htm#BABEIFBC
    For the correct setup to do you patching.
    Regards
    Rob
    http://oemgc.wordpress.com

  • Streams Setup Through Enterprise Manager!

    Dear All,
    We have 2 stand alone database servers at 2 different gepraphyical locations.
    Both servers are linux based and database is 11gR1.
    I want to setup a bi-directional replication among these servers. Replication has to be online. Record inserted/updated or deeleted in one database must immediately reflect in the other one.
    I want to know the pre-configuration steps be4 running the wizard to replicate databases?
    Secondly I want to perform tablespace level bi-directional replication, but my tablespace name on both databases is different. They need to be the same? Though data and data structures are the same.
    Kindly help.
    Regards, Imran

    Misterimran,
    Streams is a documented tool.
    You are kindly requested to read the documentation and try to see how far you get.
    Also Streams works on database, schema and table level, not on tablespace level.
    Kindly do not ask volunteers to abstract the documentation.
    If you don't have time to read the documentation maybe you should ask for extra staff.
    Sybrand Bakker
    Senior Oracle DBA

  • Importing schema into another schema using enterprise manager on 11.2.0.3

    I am using OEM database control not Grid Control.
    I am exporting a schema using OEM Data Movement and I want to REMAP it to another schema.
    But it does not populate the Destination Schema with any other schemas other than the Source Schema.
    I only get one item in Destination Schema dropdown which is the same as the Source Schema.
    Any ideas why the Destination Schema dropdown is not populated with all the schemas?
    This is on Windows 2008 R2 64-bit
    This worked fine in 10g versions.
    Edited by: user563987 on Feb 20, 2012 1:48 PM

    I have confirmed with Oracle support that it is a bug which was suppose to have been fixed in this version but obviously is not. They have opened a new bug.
    When you are you are on Grid Control 11.2.0.5? I am not seeing this version? Or am I missing something?
    Thanks.

  • Not able to test webservice through enterprise manager

    Hi All,
    We have deployed few composites. Deployment was successful. but when we try to test the service using "Test" button in the composite. we are getting an error below the WSDL URL in the Test Webservice page.
    Following is the error:
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - oracle.sysman.emas.sdk.wsm.WsmServiceAccessException: Cannot locate service: oracle.wsm.policymanager.IPolicyService
    I'm able to open the WSDL in browser. We dont have any OWSM policlies set for any of the composites.
    When i use the WSDL URL in a partner link, the operation and other properties getting loaded, i/p and o/p elements of the WSDL also getting retrieved.
    SOA version: 11.1.1.6
    This is applicable for all composites we deployed.
    Please help us in resolving this issue.
    Regards,
    Terry
    Edited by: 965185 on Oct 16, 2012 2:05 AM

    In my case issue got resolved after I added java.naming.provider.url
    Steps:
    Log into EM then select the domain in use and use the following the menu path, WebLogic Domain> Web Services > Platform Policy Configuration
    From there, select the Policy Accessor tab., then click Add to add a property.
    In the Add Property window, specify the following values:
    In the Name field, enter this property: java.naming.provider.url
    Value: t3://<hostname1>:<port_number>,<hostname2>:<port_number>

  • Can't run import through enterprise manager

    11gR2 in Windows XP32:
    Trying to import a DMP file from another 11gR2 DB. I'm getting an error that the username/password for the host credentials are wrong. They are not, I know what the passwords and usernames are for the machine. Any ideas?

    This error message is often misleading, ensure you have granted the 'Log on as batch job' privilege:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/postcfg.htm#BABFAEIG
    This privilege is required for many tasks in Database Control.
    Werner

  • DB link is not active if gives SID through enterprise manager(JAVA)

    Dear All,
    I have a strange issue in one of our DBLINK.
    DBLINK is unsuccessful though we are using the same SID in OEM that we configured at Linux box.
    If i give the full path of this entry, then this link will be active.
    if i am giving only that SID, then the link will be inactive.
    any clue on this..?

    user4226718 wrote:
    Dear All,
    I have a strange issue in one of our DBLINK.
    DBLINK is unsuccessful though we are using the same SID in OEM that we configured at Linux box.
    If i give the full path of this entry, then this link will be active.
    if i am giving only that SID, then the link will be inactive.
    any clue on this..?You have a mystery & we have no clue.
    Good Luck solving this mystery.

  • Removing xml schema fails

    When i try to remove an xml schema using the enterprise manager (10.1.0.2.0) console i receive the following error:
    VB0-8051: ...
    ORA-31000: Resource ... is not an xdb-schema document
    ORA-06512: in XDB.DBMS_XMLSCHEMA_INT: row 70
    ORA-06512: in XDB.DBMS_XMLSCHEMA: row 103
    ORA-06512: in row 1
    Thanks for any hint,
    Christian
    What i see in the schema code (see below) is that the <xs:schema>-tag is directly following the comment.
    Even if i register a schema without a comment, i can't remove it from xdb :-((((
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- edited with XMLSpy v2005 sp2 U (http://www.altova.com) by --><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:oraxdb="http://xmlns.oracle.com/xdb" oraxdb:flags="279" oraxdb:schemaURL="stdb1296/objects.xsd" oraxdb:schemaOwner="ISMED_XML" oraxdb:numProps="12">
    <xs:element name="objects" oraxdb:propNumber="2408" oraxdb:global="true" oraxdb:SQLName="objects" oraxdb:SQLType="objects137_T" oraxdb:SQLSchema="ISMED_XML" oraxdb:memType="258" oraxdb:defaultTable="objects143_TAB" oraxdb:defaultTableSchema="ISMED_XML">
    <xs:annotation>
    <xs:documentation>Top level element als Klammer über alle Instanzen.</xs:documentation>
    </xs:annotation>
    .....

    Christian,
    I run the following code from sql to remove the schemas I register.
    I've noticed when I try to register schemas multiple times I will get errors.
    I got this code from one of the XML documents or XDB documents. I don't remember where I found it. You may be able to do a search if you want more information.
    declare
    unregistered_schema exception;
    PRAGMA EXCEPTION_INIT( unregistered_schema -31000 );
    begin
    dbms_xmlschema.deleteschema('schemaregisterednamehere',dbms_xmlschema.DELETE_CASCADE_FORCE);
    exception
    when unregistered_schema then
    null;
    end;

  • Configuring enterprise manager ?

    Oracle 11gR2 / Windowms 2008
    I've removed (dropped) an old repositry / enterprise manager and now I'm trying to configure a fresh installation of it.
    Now, i've used the following command
    emca -config dbcontrol db -repos create
    Up till this point, all is fine.. then
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Nov 12, 2012 2:28:57 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    CONFIG: Error uploading configuration data to the repository
    oracle.sysman.emdrep.config.ConfigurationException: FATAL Configuration Exceptions
         at oracle.sysman.emdrep.config.EMSchemaConfiguration.perform(EMSchemaConfiguration.java:232)
         at oracle.sysman.emcp.EMReposConfig.uploadConfigDataToRepository(EMReposConfig.java:717)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:396)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:160)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:599)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1482)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:583)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:529)
    Nov 12, 2012 2:28:57 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at C:\app\oracle\cfgtoollogs\emca\PROD\emca_repos_config_<date>.log for more details.
    Nov 12, 2012 2:28:57 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error uploading configuration data to the repository
    Nov 12, 2012 2:28:57 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error uploading configuration data to the repository
    Refer to the log file at C:\app\oracle\cfgtoollogs\emca\PROD\emca_2012_11_12_14_19_22.log for more details.
    Nov 12, 2012 2:28:57 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error uploading configuration data to the repository
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:408)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:160)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:599)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1482)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:583)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:529)
    Nov 12, 2012 2:28:57 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\oracle\product\11.2.0\dbhome_1\oui
    Help !!

    From log file
    Nov 12, 2012 2:25:54 PM oracle.sysman.emdrep.config.EMSchemaConfiguration perform
    INFO: OracleHome:C:\app\oracle\product\11.2.0\dbhome_1
    Nov 12, 2012 2:25:54 PM oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigurationXMLs
    INFO: [C:\app\oracle\product\11.2.0\dbhome_1\sysman\admin\emdrep\sql\core\configuration.xml]
    Nov 12, 2012 2:25:54 PM oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigIntegrations
    INFO: Number of Configuration Instances:1
    Nov 12, 2012 2:25:54 PM oracle.sysman.emdrep.config.EMSchemaConfiguration getConfigIntegrations
    INFO: oracle.sysman.emdrep.util.TransxWrapper
    C:\app\oracle\product\11.2.0\dbhome_1\jlib/transx.zip
    C:\app\oracle\product\11.2.0\dbhome_1\xdk/lib/transx.zip
    C:\app\oracle\product\11.2.0\dbhome_1\lib/transx.zip
    C:\app\oracle\product\11.2.0\dbhome_1\lib/xmlparserv2.jar
    C:\app\oracle\product\11.2.0\dbhome_1\lib/xsu12.jar
    C:\app\oracle\product\11.2.0\dbhome_1\jlib/xdb.jar
    C:\app\oracle\product\11.2.0\dbhome_1\rdbms/jlib/xdb.jar
    C:\app\oracle\product\11.2.0\dbhome_1\oc4j/jdbc/lib/orai18n.jar
    C:\app\oracle\product\11.2.0\dbhome_1\jdbc/lib/ojdbc14.jar
    C:\app\oracle\product\11.2.0\dbhome_1\sysman/jlib/emCORE.jar
    C:\app\oracle\product\11.2.0\dbhome_1\oc4j/jdbc/lib/ojdbc14.jar
    C:\app\oracle\product\11.2.0\dbhome_1\oc4j/jdbc/lib/ojdbc14dms.jar
    C:\app\oracle\product\11.2.0\dbhome_1\jdbc/lib/ojdbc5.jar
    C:\app\oracle\product\11.2.0\dbhome_1\jdbc/lib/ojdbc5dms.jar
    C:\app\oracle\product\11.2.0\dbhome_1\oc4j/lib/dms.jar
    C:\app\oracle\product\11.2.0\dbhome_1\oc4j/jdbc/lib/dms.jar
    C:\app\oracle\product\11.2.0\dbhome_1\dms/lib/dms.jar
    Nov 12, 2012 2:25:54 PM oracle.sysman.emdrep.config.IConfigurationContext createConnection
    INFO: jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=SERVER01)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Nov 12, 2012 2:26:55 PM oracle.sysman.emdrep.config.IConfigurationContext createConnection
    INFO: jdbcUrl = jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=SERVER01)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Nov 12, 2012 2:26:55 PM oracle.sysman.emdrep.config.IConfigurationContext createConnection
    INFO: jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=SERVER01)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Nov 12, 2012 2:27:56 PM oracle.sysman.emdrep.config.IConfigurationContext createConnection
    INFO: jdbcUrl = jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=SERVER01)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    Nov 12, 2012 2:28:57 PM oracle.sysman.emdrep.util.TransxWrapper perform
    SEVERE: Error Loading TransX:IO Error: Socket read timed out
    Nov 12, 2012 2:28:57 PM oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance run
    SEVERE: null
    java.lang.reflect.InvocationTargetException
         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:592)
         at oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance.run(EMSchemaConfiguration.java:480)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.sysman.emdrep.config.ConfigurationException: Loading DLF Exception
    IO Error: Socket read timed out
    java.sql.SQLException: IO Error: Socket read timed out
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:419)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.xml.transx.ConnectionHelper.getConnection(ConnectionHelper.java:59)
         at oracle.xml.transx.TransXImpl.open(TransXImpl.java:79)
         at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:67)
         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:592)
         at oracle.sysman.emdrep.config.EMSchemaConfiguration$ConfigInstance.run(EMSchemaConfiguration.java:480)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.net.ns.NetException: Socket read timed out
         at oracle.net.ns.Packet.receive(Packet.java:321)
         at oracle.net.ns.NSProtocol.connect(NSProtocol.java:287)
         at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1054)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         ... 15 more
         at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:82)
         ... 6 more
    Caused by: java.sql.SQLException: IO Error: Socket read timed out
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:419)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at oracle.xml.transx.ConnectionHelper.getConnection(ConnectionHelper.java:59)
         at oracle.xml.transx.TransXImpl.open(TransXImpl.java:79)
         at oracle.sysman.emdrep.util.TransxWrapper.perform(TransxWrapper.java:67)
         ... 6 more
    Caused by: oracle.net.ns.NetException: Socket read timed out
         at oracle.net.ns.Packet.receive(Packet.java:321)
         at oracle.net.ns.NSProtocol.connect(NSProtocol.java:287)
         at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1054)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
         ... 15 more
    Nov 12, 2012 2:28:57 PM oracle.sysman.emdrep.config.EMSchemaConfiguration perform
    WARNING: Exception Occured during Execution of oracle.sysman.emdrep.util.TransxWrapper
    Nov 12, 2012 2:28:57 PM oracle.sysman.emdrep.config.EMSchemaConfiguration perform
    SEVERE: FATAL EXCEPTIONS:
    FATAL Configuration Exceptions

  • Ora9i enterprise manager to monitor health check thro diagnostic pack

    Hi,
    It was quite long time since, i could not able to monitor the database health for all the databases through enterprise manager console--standalone mode ---. Even i tried with connection through intelligent agent and the default is client connection. can any experts guide me to fix this issue please.
    Thanks n advance
    efshafi

    hi,
    Thanks for the prompt reply. The database version is 9.2.0.0 from standalone enterprise mode. I can able to connect and go inside to check the instance, schema, security, etc but on the sublevel of instance management to monitor the database health, it again ask for the usernname, password, service name, connect as. While I log in sys password service name and connect as sys dba. without any error message it comes out the session.
    efshafi

  • New: TimesTen Plug-in release 12.1.0.3.0 for Oracle Enterprise Manager 12c

    Last Friday, Oracle released version 12.1.0.3.0 of the TimesTen Plug-in for Oracle Enterprise Manager 12c Cloud Control. This is a landmark release with many new features for database administrators. Besides database performance and availability monitoring; the new plug-in offers administrators the ability to manage and administer their TimesTen instances and databases, such as starting and stopping TimesTen services, loading and unloading databases to and from memory, and scheduling backups and restoring databases. Additionally, users can monitor database and replication activities, memory and disk usages, workload performance statistics, and identify longest running and most executed SQL statements. International users will be pleased to know that the new plug-in was globalized with its user interface translated to nine different languages, the same languages as available in Oracle Enterprise Manager. The Enterprise Manager for TimesTen 12.1.0.3.0 plug-in is downloadable through Enterprise Manager Self-Update.
    For more information, visit the TimesTen product center on OTN.

    The issue seems to be from DB side and an SR would help you in resolving the issue.
    However, added below few points you can look as well from your side.
    + DB may be core dumping in which case it would be required to resolve the core dump issue.
    + Running ASH report from sqlplus may not be working in which we need to resolve the DB side issue.
    + If feasible you can choose to upgrade DB to higher version.
    Regards,
    Bip

  • Backup problems from Enterprise Manager Database control

    I'm having a problem with performing backups from EM DB Control on two of my Oracle 10g 10.2.0.4 systems. When I configure and submit any backup job from EM (either online or offline), the following happens:
    - When the job is due to run a Pre backup task has status of 'Scheduled'
    - Prebackup task completes and status changes to 'Succeeded'
    - Backup task appears with status of 'Scheduled' and value of started time within the next minute
    - Status of backup task never changes from 'Scheduled', and the started time keeps updating to the current time
    - This goes on indefinitely until I abort the job
    At the moment I have scheduled tasks configured to run an RMAN job every night, but I need to get this working through Enterprise Manager Database control. Please help!
    Something else which has happended on one of these systems is that after applying some Microsoft Critical updates the database control service would not start. The only way I could find to resolve this was to recreate the Enterprise Manager repository. Could there be a link here at all?
    Cheers,
    Strak

    I think Rodney may have the cause, because the database has been copied. I have looked in every property file I can think of, and then all the rest anyway, and there is no reference to the old host name. And I have ralready e-installed EM using emca -config -dbcontrol db. And I'm definately on the correct port.
    So it must be held internally in the database. I've seen partial instructions on deleting the EM repository in the database & java files, does anyone have a full set I can use ? Once that is done, does emca reinstall everything ?
    Many thanks, Duncan

Maybe you are looking for

  • How to print/save CL_GUI_ALV_GRID data using button in custom tool bar?

    Hi, I have a screen 9002 where I have used a CUSTOM CONTAINER and the screen 9002 is called from 9001. I am showing an ALV GRID in the CUSTOM CONTAINER by using CL_GUI_ALV_GRID. Screen 9002 also has 2 buttons (PF-STATUS): PRINT and SAVE in applicatio

  • When I "Add file to library" it doesn't stay there. Help please?

    Like, it will stay listed in iTunes but say it isn't found. Also sometimes when I try to edit info for these files it freezes iTunes. Getting pretty frustrated here. Help please?

  • How to get row count of a sql query

    After firing a query, how can i get the number of records returned by the query from the database, it should be database indipendent. Statement stmt = conn.createStatement();                   stmt.executeQuery(query);After this I want the number of

  • BDC FOR VL02N FOR Batch DETERMINATION --ERROR IN BACKGROUND

    HI, I am running a BDC in Background Mode for VL02N Transaction for Batch Determination. When i run this BDC in Foreground its working Fine, But when i use Background Mode its not working. Error in Messtab : LIPS-POSNR(1). Flow is like : Vl02n - ente

  • Updates to solaris 8 x86 early access?

    I have finally updated my solaris 7 to solaris 8 and I am unable to find any updates on the net. I have the early access version from November, 99 and its causing me some pain (a lot more pain than solaris 7). There doesn't seem to be a recommended p