Size of a Materialized log view odly big

Hi people,
Im trying to figure out a curiousity in a database. There is a table of 150 MB (lets call it mytable) it has a Materialized view log on it which is 3000 MB. There is one Materialized view based on the table on a different site. It refreshes every 15 minutes. Its a fast refresh. To me it seems that the log should be smaller than the table itself. So I' ve tried shrinking it. I tried different things, but nothing seems to work. Some help would be really great.
these are the things i' ve tried:
BEGIN
DBMS_MVIEW.PURGE_LOG('mytable',1,'delete');
END;
ALTER TABLE mlog$_mytable ENABLE ROW MOVEMENT;
ALTER MATERIALIZED VIEW LOG ON mytable SHRINK SPACE;
ALTER TABLE mlog$_mytable ENABLE ROW MOVEMENT;
ALTER TABLE mlog$_mytable SHRINK SPACE;
any help is welcome

If you had orphaned log registrations, then you would use dbms_mview.purge_snapshot_from_log. If you don't have orphans, then I don't think it will help.
PROCEDURE PURGE_SNAPSHOT_FROM_LOG
Argument Name Type In/Out Default?
SNAPSHOT_ID BINARY_INTEGER IN
You could also check what is in the log, or if it is empty. E.g
select * from MLOG$_EMP;

Similar Messages

  • Replication of database views/materialized views from big oracle to mobile client

    Hi all,
    Has anyone done a replication of a view or a materialized view
    from big oracle to oracle lite? I can get replication of a
    database table happening(although I cant seem to find the table
    when I log into the odb using msql) but it just doesn't seem to
    work with views(hence the path I have taken which is to use
    materialized views). Anyone? Cheers

    Hello,
    Yesterday I met the same problem and very sad about this, however, my story is much more complicated (I think so).
    I have 6 databases:
    2 - 11g
    2 - 10g
    2 - 9i
    Every database of each release has different characterset(UTF8 and AL16UTF16).
    I am trying to create Materialized view with FAST REFRESH on Oracle 11g, when master tables are located on 10g database and 9i database.
    Materialized view, which points to 9i database, was successfully created.
    Materialized view, which points to 10g database, gets ORA-12028
    Like you, I tried many notes from METALINK and thought at the begining that the problem is my characterset. But, when the materialized views were successfully built on Oracle 9i database, I understood that the problem is something else.
    Did you find the actual reason why this issue does not work??
    Thanks,
    Alex

  • Keyboard viewer on my iMac (running Snow Leopard) recently has lost small size. Green " " button is just moving big keyboard size up. I would appreciate  a hint how to fix it. Alex

    Keyboard viewer on my iMac (running Snow Leopard) recently has lost small size. Green "+" button is just moving big keyboard size up. I would appreciate  a hint how to fix the problem. Alex

    You can resize the keyboard window, positioning the mouse pointer at the edge of the window, clicking and dragging to the desired size.

  • Unable to view latest default trace in log viewer

    Hello all,
    We have NW 7.0 J2EE production server. We have a CI and two application servers.
    Our SP level is SP18.
    The DB is oracle and the operating system in RHEL 4.
    I have a problem in viewing the default trace files in log viewer using the visual administrator.
    I am able to view the old default trace but unable to view the latest trace data generated.
    I am facing this problem when i try to view the logs of a particular application server.
    Able to view the latest default trace properly for CI and the other application server. Problem lies only with a single application server.
    I have also check the permissions in OS level for the trace files. Everything looks fine.
    Could some one give me a clue on how to solve this issue.
    Regards,
    Chandru

    Hello Joey,
    The trace file isnt too big....
    We have set the file size as 10 MB.
    We have some 15 to 16 default trace files for each of the server process and we have 3 server process in that application server.
    The ForceSingleTraceFile parameter is set as YES in visual admin.
    So the logs will be displayed in visual admin as a single default trace file.
    Hope I had provided the inputs you have asked...
    Regards,
    Chandru

  • Error when trying to use the Log Viewer

    Hello experts, today I wanted to examine some logs using the Log Viewer on Visual Administrator. However, when clicking on this service, the Visual Administrator would freeze for a long while and after that, an error message was displayed. I do not remember the exact message, but it was something like "A fatal error occurred. For more information, click on the Details button". After clicking on that button, the following error was displayed:
    com.sapmarkets.bam.util.BAMRuntimeException
    at com.sapmarkets.bam.jmx.connector.rmi.AbstractConnectorClient.invoke(AbstractConnectorClient.java:110)
    at $Proxy31.getAttribute(Unknown Source)
    at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getAttribute(AbstractLogDepot.java:236)
    at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getLogDescriptors(AbstractLogDepot.java:84)
    at com.sapmarkets.bam.view.config.RemoteViewConfiguration.initializeViewConfiguration(RemoteViewConfiguration.java:65)
    at com.sapmarkets.bam.view.overview.OverviewFacade.populateOverview(OverviewFacade.java:219)
    at com.sapmarkets.bam.view.AbstractLogViewerAppplication.populateOverview(AbstractLogViewerAppplication.java:171)
    at com.sapmarkets.bam.view.AbstractLogViewerAppplication.initOverview(AbstractLogViewerAppplication.java:652)
    at com.sapmarkets.bam.j2ee.services.logviewer.gui.LogViewerRuntimeLogical.setRuntime(LogViewerRuntimeLogical.java:121)
    at com.sapmarkets.bam.j2ee.services.logviewer.gui.LogViewerRuntimeLogical.show(LogViewerRuntimeLogical.java:88)
    at com.sap.engine.services.adminadapter.gui.node.ServiceNodeView.selectSingleService(ServiceNodeView.java:202)
    at com.sap.engine.services.adminadapter.gui.node.ServiceNodeView.selectNode(ServiceNodeView.java:156)
    at com.sap.engine.services.adminadapter.gui.AdminManager.selectServiceNode(AdminManager.java:290)
    at com.sap.engine.services.adminadapter.gui.AdminManager.selectNode(AdminManager.java:170)
    at com.sap.engine.services.adminadapter.gui.AdminManager.valueChanged(AdminManager.java:108)
    at javax.swing.JTree.fireValueChanged(JTree.java:2392)
    at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2763)
    at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
    at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1076)
    at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
    at javax.swing.JTree.setSelectionInterval(JTree.java:2041)
    at javax.swing.plaf.basic.BasicTreeUI$TreeIncrementAction.actionPerformed(BasicTreeUI.java:3268)
    at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1530)
    at javax.swing.JComponent.processKeyBinding(JComponent.java:2438)
    at javax.swing.JComponent.processKeyBindings(JComponent.java:2473)
    at javax.swing.JComponent.processKeyEvent(JComponent.java:2401)
    at java.awt.Component.processEvent(Component.java:4978)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3684)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3546)
    at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:831)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:741)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592)
    at java.awt.Component.dispatchEventImpl(Component.java:3575)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3546)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Caused by: java.lang.reflect.InvocationTargetException
    at com.sapmarkets.bam.util.FutureResult.get(FutureResult.java:71)
    at com.sapmarkets.bam.jmx.connector.rmi.AbstractConnectorClient.invoke(AbstractConnectorClient.java:104)
    ... 45 more
    Caused by: java.lang.OutOfMemoryError: Java heap space
    at javax.management.ObjectName.construct(ObjectName.java:385)
    at javax.management.ObjectName.readObject(ObjectName.java:1063)
    at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1736)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    at java.util.ArrayList.readObject(ArrayList.java:559)
    at sun.reflect.GeneratedMethodAccessor63.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1736)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    at java.util.HashMap.readObject(HashMap.java:1015)
    at sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:838)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1736)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1835)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1759)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1646)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
    The lines I marked in bold are the ones that caught my attention. What is this error and how can I fix it?

    Hello, thanks for your answers. I checked the JVM Heap size, we are using a 64 bit HW, and it was already set to 2048M, as well as both parameters Xms and Xmx. I also checked our virtual memory and directory space, the virtual memory looks fine, and the <SID> directory uses 5 GB of space.
    If you wish, I can write the configuration found on the Config Tool, where you set the JVM Heap size and other parameters.

  • How to make lot size dependent in Material master?

    Hello Experts,
                   I created a Material master for a Finished product in Pharma industry and in work scheduling screen, under the section "In house production time in days", I see that "lot size independent". What change(s) in my settings in the Material Master can change it to "lot size dependent"?
    Does any changes in the  "Lot size data" section in the view "MRP1" have any effect on this field?
    Also one more question:
    Where is the Usage for BOM first specified? Is it in material Master or when creating a BOM?
    Thank you.
    Message was edited by: Visu Venkat

    Hi Visu
    No,Lot size data in MRP1 view will not have any effect in inhouse production time in work scheduling view.
    You need to maintain the base qty in work scheduling in order to get the scheduling time for lot size dependant.
    BOM useage is first specified only during BOM creation.
    Suppose if u maintain the BOM useage in material master before creation of BOM, then still u can create a BOM with different useage. During these case, there will be always inconsistencies.
    Hence Useage is always specified first during BOM creation.
    Hope u r clear now.
    Regards
    Vijay

  • Material Master views for every material type

    HI Expertis,
    I am facing to the big problem. My requirement is to identify the Material Master Views relevent to the each and every Material Type.
    As an example, for the material type "FGTR" what should be the required views to create material master?
    From the MM01 Txn i found 36 Material types. Also found the standard views in "OMS2" Txn. But in OMS2 txn it gives me almost all the views in material master.
    Atlease i hope to categorize the material types which are going to use same material views. So i can ask abaper to develop it.
    these are the required Material types : MODE, FGTR, WETT, KMAT, LEER, LGUT, FERT, FOOD, INTR, CONT, IBAU, HERS, NLAG, NOF1, UNBW, HIBE, VERP, FRIP, PIPE, FHMI, ROH, LEIH, HALB, DIEN, ERSA, HAWA
    I would be gratefully thank u, if u can guided me on this matter.
    Thanx & Regards,
    Rashika.

    Hi,
    You can ask your abaper to write a small program by using table t134(T134-PSTAT) and T132T   .From this tables ,for each material type, you get all views.
    User department Maintenance status
    Work scheduling A
    Accounting B
    Classification C
    MRP D
    Purchasing E
    Production resources/tools F
    Costing G
    Basic data K
    Storage L
    Forecasting P
    Quality management Q
    Warehouse management S
    Sales V
    Plant stocks X
    Storage location stocks Z
    hopw this will help you.
    With Regards,
    Jaheer

  • Unable to see custom Trace messages in Log Viewer which were defined in UDF

    Hello Experts, I am not able to see my trace messages in Log Viewer. I have a small user defined fuction which takes a variable and returns its uppercase and while do that it writes few warning level trace messages in the trace file. I've tried changing the levels from Warning to Info but I still don't see anything in my Log Viewer. At this point I am not even sure if I am looking at right place. When I test my mapping in Message Mapping's Test tab it works fine and shows me all my trace messages. But when I do end to end it is not writing anything to the trace file. I've tried to use instructions from following blogs:
    1. /people/michal.krawczyk2/blog/2007/04/30/xipi-personalized-logging-tracing(logging and tracing)
    2. /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni (logging and tracing)
    3. /people/michal.krawczyk2/blog/2005/02/25/simple-java-code-in-graphical-mapping--xi(for my UDF)
    but I still don't see traces in my Log Viewer. Please let me know if I am doing anything wrong here.
    Thanks in advance!!
    ==============================================================
    public String TraceVar(String var1, Container container) throws StreamTransformationException{
    AbstractTrace importanttrace; //create an instace of AbstractTrace
    importanttrace = container.getTrace(); //get trace
    importanttrace.addWarning("FiletoFileMP:MyUdflibrary: " + var1); //write first message to the trace
    // fix the naming conventions later
    String SenderName; // declare multiple vars to store infos
    String ReceiverName;
    String interface_name;
    String message_ID;
    String time_Sent;
    java.util.Map map;
    map = container.getTransformationParameters();
    //get interface info into the variables
    time_Sent = (String) map.get(StreamTransformationConstants.TIME_SENT);
    message_ID = (String) map.get(StreamTransformationConstants.MESSAGE_ID);
    interface_name = (String) map.get(StreamTransformationConstants.INTERFACE);
    SenderName = (String) map.get(StreamTransformationConstants.SENDER_NAME);
    ReceiverName = (String) map.get(StreamTransformationConstants.RECEIVER_NAME);
    //post interface info to the trace
    importanttrace.addWarning("Time Sent: " + time_Sent);
    importanttrace.addWarning("Message ID: " + message_ID);
    importanttrace.addWarning("Interface Name: " + interface_name);
    importanttrace.addWarning("Sender Name: " + SenderName);
    importanttrace.addWarning("Receiver Name: " + ReceiverName);
    //convert var1 to uppercase to make sure this function has be executed
    return var1.toUpperCase();
    Edited by: Mayur Patel on May 5, 2009 11:03 PM

    Thank you Prateek for a quick response.
    Yes I was able to see my trace messages in SXMB_MONI. Below is my the info... This is great. I am still not sure why this info is not showing up in Log Veiwer's (default trace) window. Any ideas? Since this XML file contains lots of other information I was wondering how to put my trace messages into the log viewer.
    Thanks!!
      <Trace level="1" type="T">*** START APPLICATION TRACE ***</Trace>
      <Trace level="2" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">FiletoFileMP:MyUdfLibrary: Honda</Trace>
      <Trace level="1" type="T">Time Sent: 2009-05-05T16:16:39Z</Trace>
      <Trace level="1" type="T">Message ID: 366CEAF14D3B410033AFDDB71CD2AF73</Trace>
      <Trace level="1" type="T">Interface Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Sender Name: SIC_Car_Outbound</Trace>
      <Trace level="1" type="T">Receiver Name: SI_Car_Inbound</Trace>
      <Trace level="1" type="T">*** END APPLICATION TRACE ***</Trace>

  • What will happen if don't set follow-up material in material mas view MRP4

    Client get the information that some materials will not manifacture until one date. After this date, client want this material can't create BOM or PO anymore.
    I gave solution for set delete flag for this material so that when create BOM or PO error happens.
    But client want to use discontinue material in material master view MRP4, so that he can enter the last date when this material is out of use.
    Will discontinue material in material master view MRP4 can meet this requirement? enter discontinuation indicator and date then after this date will not create BOM or PO.

    As per my understanding discontinuation is related only to MRP (how system handles requirements).
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/b1/c044d1439a11d189410000e829fbbd/frameset.htm
    If you want to disallow the creation of BOM / PrdOrd / etc, you have to apply to the suggested material status control or to your own solution (marking the material for deletion), etc.
    n my opinion discontinuation makes sense if the real situation is also discontinuation (you have a real follow-up material). In this case you can use it to manage the requirements properly.
    Edited by: Csaba Szommer on Sep 2, 2010 1:37 PM

  • Canu00B4t see log with J2EE Visual Admin or Standalone Log Viewer

    Bom dia!
    When logging on Log Viewer, it shows de error message: Unable to invoke LogControllerFacadeMBean method:"getMetaDataOfReaders" In J2EE Visual Admin the error message after click in the item Log Viewer is Error while loading service Log Viewer
    When I click in defaultTrace.trc nothing appears. The same for the others log archives listed in Log Viewer.
    Can someone help me with this?
    Very thanks from Spain.
    In the console I see the following java exception:
    Exception in thread "AWT-EventQueue-0" com.sapmarkets.bam.util.BAMRuntimeExcepti
    on: Unable to invoke LogControllerFacadeMBean method: "getMetaDataOfReaders".
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeFacade
    Method(AbstractLogDepot.java:225)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.getMetaDataO
    fReaders(AbstractLogDepot.java:303)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.getColumnInf
    oFromServer(AbstractViewConfiguration.java:218)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.readSetting(
    AbstractViewConfiguration.java:126)
            at com.sapmarkets.bam.view.config.AbstractViewConfiguration.getColumnSet
    tingForLogType(AbstractViewConfiguration.java:247)
            at com.sapmarkets.bam.view.buffertable.ContentPane.obtainColumnSettings(
    ContentPane.java:915)
            at com.sapmarkets.bam.view.buffertable.ContentPane.<init>(ContentPane.ja
    va:127)
            at com.sapmarkets.bam.view.AbstractLogViewerAppplication.makeTablePane(A
    bstractLogViewerAppplication.java:423)
            at com.sapmarkets.bam.view.AbstractLogViewerAppplication.displayLogs(Abs
    tractLogViewerAppplication.java:474)
            at com.sapmarkets.bam.view.overview.OverviewFilePathTreeWrapper.openLog(
    OverviewFilePathTreeWrapper.java:334)
            at com.sapmarkets.bam.view.overview.OverviewFilePathTreeWrapper$TreeMous
    eListener.mousePressed(OverviewFilePathTreeWrapper.java:359)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    3)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
            at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:26
    2)
            at java.awt.Component.processMouseEvent(Component.java:6038)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
            at java.awt.Component.processEvent(Component.java:5806)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4413)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4243)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2440)
            at java.awt.Component.dispatchEvent(Component.java:4243)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Caused by: java.lang.reflect.UndeclaredThrowableException
            at $Proxy0.invoke(Unknown Source)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeMBeanM
    ethod(AbstractLogDepot.java:163)
            at com.sapmarkets.bam.application.logdepot.AbstractLogDepot.invokeFacade
    Method(AbstractLogDepot.java:206)
            ... 33 more
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.sapmarkets.bam.jmx.connector.AbstractLVServer.invoke(AbstractLVSe
    rver.java:184)
            at com.sapmarkets.bam.jmx.connector.rmi.IntegratedConnectorClient.invoke
    (IntegratedConnectorClient.java:107)
            ... 36 more
    Caused by: javax.management.ReflectionException: No such operation: getMetaDataO
    fReaders
            at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:1
    52)
            at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:94)
            at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:262)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
    BeanServerInterceptor.java:836)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761
            ... 42 more
    Caused by: java.lang.NoSuchMethodException: getMetaDataOfReaders()
            at com.sun.jmx.mbeanserver.PerInterface.noSuchMethod(PerInterface.java:1
    50)
            ... 46 more

    Hello Ivan,
    Make sure that you are using a supported JDK version as per note below:
    723909 Java VM settings for J2EE 6.40/7.0
    And also, make sure that the necessary environment variables are pointing to the correct JDK version.
    Regards,
    Rafael

  • HOW TO VIEW DATA IN LOG VIEW - PROCESS CHAIN?

    HAI FRIENDS,
    I SIMULTANEOUSLY LOADED DATA INTO ODS AND INFOCUBE....I USED THE PROCESS CHAIN TO LOAD DATA.. BUT AFTER ACTIVATING, I COULD N'T VIEW THE DATA IN THE LOG.AFTER THAT I FOUND OUT DATA IS NOT LOADED INTO THE ODS ..SO I ACTIVATED IT AGAIN.. DID THE PROCESS CHAIN ACTIVATE.. EVEN AFTER THAT I COULD NOT VIEW DATA IN LOG VIEW AND ALSO WHEN I CLICK ON LOAD DATA PROCESS(ODS) NO DATA IS FOUND.. PLS HELP OUT
    WITH REGARDS
    APPU

    Hi,
    Go to the manage screen for that ODS. See teh relevent request and find how many records were transferred and how many added.
    If it is zero added records, then check for any rules.
    Arun
    Assign pts if useful

  • Audit log viewer

    Hi to all
    I'm newbie to SQL Server.
    I'm trying to configure the server (Enterprise ver. 11) to track change regarding  insert/update/delete of records inside a simple single table.
    I dont know exactly what and how the audit features of SQL Server write and track, but I need a table where I can read the changes on some table or some field of that tables.
    I made some empirical temptatives.
    I created the Audit Server (on Security of database instance). Then I created the "Server Audit Specification"...where I specified UPDATE as type, OBJECT...my table, and entity... my user that connect to database (For this temptative I'm using
    a Access database linked/connected by ODBC. Work good because I see the changes made in Access, inside the SQL Management Studio).
    than I activated the Audit Server... then activated Audit Specification (on my database schema).
    I made some change on table... but I see empty the View Log Viewer.
    I try to configure the audit server as file or as application. I don't know if the problem is there.
    Could someone give me some basic/dummie suggestion?
    thank you.
    Daniele.b75

    Hi,
    Alternately, you can create a trigger to audit the table and then write certain information to another table. Here is a sample code.
    create table demo
    ( c1 varchar(50)),
    c2 varchar(50)),
    go
    create table audit_demo
    old_c1 varchar(50)),
    old_c2 varchar(50)),
    audit_UserID varchar(50)),
    audit_Timestamp datetime,
    audit_action varchar(50))
    go
    create TRIGGER updDemo
    ON demo
    for UPDATE
    as
    if(UPDATE(c2))
    begin
    INSERT INTO audit_demo
    (old_c1,
    old_c2,
    audit_UserID,
    audit_Timestamp,
    audit_action)
    SELECT c1,c2,SUSER_SNAME(),GETDATE(),'update'
    FROM deleted
    end
    insert into demo values('a','p')
    insert into demo values('b','p')
    insert into demo values('c','p')
    insert into demo values('d','p')
    demo for update trigger
    select * from demo
    select * from audit_demo
    update demo set c2='ppp' where c1='b'
    go
    select * from demo
    select * from audit_demo
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Get Total DB size , Total DB free space , Total Data & Log File Sizes and Total Data & Log File free Sizes from a list of server

    how to get SQL server Total DB size , Total DB free space , Total Data  & Log File Sizes and Total Data  & Log File free Sizes from a list of server 

    Hi Shivanq,
    To get a list of databases, their sizes and the space available in each on the local SQL instance.
    dir SQLSERVER:\SQL\localhost\default\databases | Select Name, Size, SpaceAvailable | ft -auto
    This article is also helpful for you to get DB and Log File size information:
    Checking Database Space With PowerShell
    I hope this helps.

  • Log Viewer Error In MII 12.1

    Hi All,
    I am getting an error in log viewer in SAP MII 12.1 version(Netweaver 7.1).
    When I am tring to open the log viewer ,It is giving the error Connection refuse.
    Please do let me know if someone know anything about issue.
    Thanks,
    Ritim Jain

    Hi Ritim,
    As I think its roles issue with your user ID
    Can let us know the what roles has been assigned to that user ID
    Regards,
    Praveen Reddy

  • Automatic Activities and Log Viewer

    Hi.
    I'm trying and make a very simple data processing but I need to implement in an automatic activity.
    Someone knows what is an activity which is its automatic or similar activity in the BPM 11G automatic.?
    Also as I can see the output or the log, similar to the log viewer in BPM Version 10.3.?
    Thanks.!

    Hi(Bonjour)!
    Help us to help you. What are:
    -your mac model?
    -RAM amount?
    -Mac OS version ?
    -Quicktime version?
    -your camcorder model?
    -the format it shoots?
    -How (what mac's port)do you connect your camcorder?
    -do you use external hard drive?
    -how this drive is formatted?
    -How is it connected?
    -Dou you use filevault in system preferences?
    -Does timemachine currently performs a backup?
    -Is there any heavy process/application used in background?
    Michel Boissonneault

Maybe you are looking for