Influencing DBA_HIST_SQLSTAT

We recently migrated from HPUX to Linux 11GR2 on both.
The data architect says that prior to the migration, the DBA_HIST_SQLSTAT view was populated by a lot more SQL statements than appear now. He wishes to know the reason for the discrepancy, and frankly I have no idea.
Are there any parameters, such as timed_statistics or anything similar which influences which SQL statements get put in this view?

Hello,
It may depends on numbers of reason. Following are the question which you should think of if numbers of SQLs appearing in new system is less as compared to previous on
1) Is the user activity is same as compared to previous? Check the AWR reports and compare the "Load Profile" of both the AWR reports. It will show the numbers of executes,fetches,parses etc.
If the activity is less in new system then it will obviously put less data in HIST tables.
2) Does STATISTICAL_LEVEL parameter got changed post migration?
3) Is the Database overall performance is good on Linux? If yes, then probably there are much less TOP SQLs and hence wont be pulled inside the HIST table.
Please be remember that:
TOPNSQL of DBMS_workload_repository ==>The number of Top SQL flushed for each SQL criteria (elapsed time, CPU time, parse calls, shareable memory, version count)
This means, if SQL now are running fast i.e. their elapsed time is much less then before, then it wont come under TOPNSQL criteria and ultimately wont push the SQL to HIST table.
I hope this will help you a bit

Similar Messages

  • I have a domain with 2 DCs (both virtual machines) in different Hyper-V Hosts. Dose this case make any influence on the time sync?

    As title,
    I have a domain with 2 DCs (both virtual machines) in 2 different Hyper-V Hosts, and one of the perform as a PDC Emulator.
    Dose this case make any influence on the time sync?
    i.e. Both of the VMs sync with Hyper-V host, instead the other host should sync with the PDC Emulator?
    I run w32tm command and get the following result:
    C:\Users\Administrator.DOMAIN8>w32tm /query /computer:dc8.domain8.local /source
    VM IC Time Synchronization Provider
    C:\Users\Administrator.DOMAIN8>w32tm /query /computer:hpvzh05.domain8.local /source
    VM IC Time Synchronization Provider
    HPVZH05.domain8.local works as PDC server.
    How can I make DC8 sync with HPVZH05?

    Awesome!
    It looks like your PDC is successfully pulling time from an external source.  DC8 is not longer pulling from Hyper-V so that is good.
    When you set a client to pull from a source ( and in this case DC8 is pulling from NT5DS, which tells it to pull from the PDC), and it CAN'T pull from that source, it will default to Local CMOS Clock.  This is likely an easy fix.
    First, check connectivity:
    - Method one- Download Portqry and run this command: portqry -n HPVZH05 -p both -e 123 and see if the results say listening, or
    - Method two- Run this command from DC8: w32tm /stripchart /computer:HPVZH05
    If you get any kind of error using method two, it's a connectivity issue.  (Maybe you have a firewall that's blocking access?)
    The other cause of this, and probably more likely in your case, is that your PDC isn't properly advertising as a reliable time source, so DC8 isn't 'allowed' to pull from it.
    Try running this command on your PDC: w32tm /config /reliable:yes
    Then go restart time on your PDC, THEN DC8 again.  (net stop w32time & net start w32time)
    Here's an article you can reference: http://technet.microsoft.com/en-us/library/cc794937(v=WS.10).aspx
    - As always, if you find my posts to be helpful, please mark it appropriately.  Thank you :)
    Chris Ream

  • Hiding XML elements in the structure view – scripting influence to the structure view?

    Hi
    Is there a way to hide specific XML elements (really the elements and not the attributes) in the structure view?
    I am asking this question to know if it is possible to influence the structure view by scripting.
    Many elements are indeed used as a kind of help for constructions which have nothing to do with the actual contents especially in the case of tables.
    You inflate the the structure view unnecessarily and the author will lose track of the real contents. It would be nice if there was a possibility to hide those help construction elements.
    Thank you for any hints.
    Regards
    Apollo102

    Hello Apollo,
    There is a way to hide elements from the Structure View (one such method is offered by the free AXCM plug-in). What happens when you use AXCM (or other methods to hide elements) is that the elements get wrapped into hidden content. This might make the structure view less complex for your authors, but has a number of disadvantages and dangers.
    1. The structure is normally invalidated, as the helper elements are usually required.
    2. Accidentally deleting hidden content may make the invalidation permanent and render your documents useless.
    It is NOT good practice to hide elements from authors in the structure view. Instead, you should either teach authors about the structure, or let them work in the Author View while adding sufficiently clear formatting to show them the underlying structure. In some cases, it might be better to create an authoring structure which is automatically transformed into the required full structure using an XSLT or other processing step. I have created a couple of such environments and they work fine. It just depends on the difference between the structure required for further processing and the structure that would be optimal for your authors (which in turn depends on the level at which your authors are experienced in working with structured content).
    I hope this helps you solve your problem without having to tweak the structure view.
    Kind regards
    Jang

  • Creation of settlement documents, how to influence

    Hi  team ABAP,
    i have a requirement to influence creation of settlement documents which get created via TA MEB1 using the pushbutton "Settlement".
    There is a SMOD/CMOD project which we use as userexit.
    we use SMOD lwbon003, component EXIT_SAPLWN01_003.
    i dont need to do much, i just need to "enrich" those settlements with LIFNR, PRCTR and MWSKZ.
    the local interface of my exit component EXIT_SAPLWN01_003 looks like following:
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_ARRANGEMENT) LIKE  KONA STRUCTURE  KONA
    *"     VALUE(I_SETTLEMENT_VALUES) LIKE  ARRANG_VAL STRUCTURE  ARRANG_VAL
    *"     VALUE(I_VARIABLE_KEY) LIKE  VAKE STRUCTURE  VAKE
    *"     VALUE(I_CONDITION_RECORD) LIKE  KONP STRUCTURE  KONP
    *"     VALUE(I_CONDITION_SCALE) LIKE  CONDSCALE STRUCTURE  CONDSCALE
    *"     VALUE(I_T6B1) LIKE  T6B1 STRUCTURE  T6B1
    *"  EXPORTING
    *"     REFERENCE(E_SETTLEMENT_VALUES) LIKE  ARRANG_VAL STRUCTURE
    *"        ARRANG_VAL
    *"  TABLES
    *"      T_VARIABLE_KEY STRUCTURE  VAKE
    *"      T_CONDITION_RECORD STRUCTURE  KONP
    *"      T_CONDITION_SCALE STRUCTURE  CONDSCALE
    *"      T_SETTLEMENT_VALUES_MWSKZ STRUCTURE  ARRANGVALW
    *"      T_SETTLEMENT_VALUES_WERKS STRUCTURE  ARRANGVALW
    *"      T_ERROR_MESSAGES STRUCTURE  ARRANG_ERR
    *"  EXCEPTIONS
    *"      ERROR_MSG_SETTLEMENT_VALID
    *"      ERROR_MSG_SETTLEMENT_INVALID
    *"      FATAL_ERROR_MSG_USER_EXIT
    I´ve tried a lot, but nothing really worked out, does anyone have expierience in how to use this interface correctly?
    Well LIFNR works fine... but the rest.
    I have tried to change MWSKZ in the one existing record i got in parameter T_SETTLEMENT_VALUES_MWSKZ .
    It was displayed in the simulate screen, but no tax was calculated and posted, in the FI document the old MWSKZ showed up which was in my record BEFORE i changed it.
    Next thing i tired is to add a second record into parameter T_SETTLEMENT_VALUES_MWSKZ, used some imaginary 10% tax calculated the value myself and added the record. Didnt work out either.
    Im kinda stuck here, maybe someone can give me a tip.
    thx for sharing your time.

    Ok, Problem finally solved.
    After reading the ducomentation on the EXIT a bit i could correct some problems with filling the structures properly which enabled me make him calculate tax as i want.
    For the assignment of the FI-documents to the profit center we used a FI-substitution.

  • Confirmed date in sales order influenced by planned order dates

    Hi,
    My requirement is that the after the MRP is carried out and planned order is generated, the changes in the dates of the planned order, when carried out, shall accordingly influence the confirmed date of the sales order line item when the availability check is carried out in the sales order.
    Say, the sales order has confirmed a line item for 25.05.2009. Once the MRP is carried out and planned order is generated and owing to unavailablility of a component, the planned order date (finish date) is manually re-scheduled to say 28.05.2009. My requirement is that the sales order confirmed date shall accordingly be re-scheduled when the availability check is carried out.
    Additional Info : Strategy Group - 20,
                           Make-to Order scenario is employed,
                           Standard Item category TAN,
                           Requirement Class - 040.
    Is this possible in standard SAP? If not, please suggest any custom developments that may be required. Looking forward for helpful replies.
    Do revert back if more info required.
    Regards,
    Anil Kumar

    Hi Anil,
    As Suggested in Above reply to your question.
    If Materail component was not available and due to that you had to reshedule the planned order date manually, that definately will affect the material availability date, but i think if material availability will be run once again in Sales Order it will determine the new material availability date, and i dont think there is any need to carry out any enhancement.
    Guru's Please correct me if I am wrong.
    regards,
    Paresh

  • Field Status Group influence when Purchase Requisition being created

    Hi!
    I have a requirement from a client regarding the influence of the Field Status Group on Purchasing Documents.
    A Filed Status Group has been created in which has the CO/PP order set as Required entry for the Account Assignment.
    This Group was then assigned to a GL Account.
    When a Goods Receipt (MIGO) against a Purchase Order is entered for a GL which requires an Internal Order, the standard error message "Field Order is a required field for G/L account 0010 4105000100 " (message # F5808) appears if the Account Assignment on the PO is incorrect & no Internal Order has been entered.
    This is fine & is how the system operates as standard.
    However, the requirement from my client is to make this error message appear when a Purchase Requisition is being entered on the system, before it is converted to a PO & then receipted.
    They believe that calling the message at the point of GR is too late in the process.
    Could anyone advise on any possible BAPI, etc which could help us with this requirement??
    Thanks,
    k

    I have gone to the Tcode which has been given,
    In the first field , I have given the company code,
    in the second field , I have given  call Plant (0002)
    Validation ......how do i give the validation please let me know
    With Regards,

  • Exchange rate diff. influencing the available cost of WBS-element

    Hi all,
    here is a intricate problem I need help to solve. I am not so very experienced withon CO/PS, my main competence is within PM. This issue involves PM/MM/PS and CO so I am not sure if this is the correct group to post to, but I give it a try..
    In PM (Plant Maintenance) workorders the u201DPlanned Costu201D is calculated.  Exchange rate type for the u201DPlanned costu201D is picked from the CO Cost Version u201D0u201D that uses exchange rate type u201DPu201D. This is a exchange rate type that have one yearly fixed exchange rate. The actual costs are posted with exchange rate type M, which is daily updated.
    The Planned cost in the workorder is a part of the u201DAssigned Costu201D that are influencing the available budget on the WBS-element. u201DRemaining/Residual order planu201D.
    In cases where the PRQ/PO are created in other currency than the Company code currency we have a problem:
    The difference in exchange rate are causing the u201DAvailable budgetu201D to be too low u2013 and the only workaround I have found is to decrease the planned cost in the WO to release the available cost for the Budget. (make the available cost higher )
    Does anyone have an idea how to solve this?
    - I have thought of setting the exchange rate type for the planned cost to be the same as for the actual costs u2013 but it is not recommended to change the exchange rate type in CO for cost version u201D0u201D and not a good ide to change the exchange rate type for actual cost eather. This will also not solve the problem of exchange rate difference caused by PRQ/PO beeing created for a whole year for varying exchange rates.
    - Is there a way to exclude the u201D Remaining/Residual order planu201D from the u201DAssigned Costu201D? And what consequences will this have? Only cost from PRQ/PO will appear? (Since internal material (reservations) and internal hours not triggers a PRQ/PO)? I see there is a transaction CJE5 where you can exclude the u201D Remaining/Residual order planu201D from the u201DAssigned costu201D u2013 but I think this will only exclude it from beeing shown in the report S_ALR_87013558?- not from the calculation of available cost at the WBS-element?  which is what I need. (see Note 668240)
    -Is there any u201DExchange rate differenceu201D setting in the customizing u2013 how exchange rate difference are treated for PM orders? And will this help my problem?
    Best regards
    Ellen

    Hi ,
    try this way...
    Go to T-code>CJE0>Enter CO Area-->and execute the report 12KST1A  ->in the selection screen -->
    go to menu -->system -->status check the program name and ...copy
    next go to se38 and copy yhe above program name and execute and use submit report with selections,,,,
    Prabhudsa

  • Userexit at Purchase Order Save to influence SAP Standard field

    Hi All,
    I am looking for a userexit/BADI that will allow me to influence the value of a SAP standard field in EKPO right before save of a Purchase Order in Create mode.
    I have not yet found anything that lets me do it.
    Could you help me please?
    Regards,
    Atul

    Hi Atul,
    in standard way you can influence SAP fields in the beginning of the transaction. In later user-exits / BADI you aren't allowed to change e.g. EKPO any longer. Of course you might do it anyway (see dynamical assign), but it's as bad as a modification.
    Regards,
    Christian

  • Data difference between DBA_HIST_SQLSTAT and DBA_HIST_ACTIVE_SESS_HISTORY

    HI,
    I ran a query on a database few times which had different execution plan (basically first I ran with index and later without index).
    I tried to cross verify the data from DBA_HIST_SQLSTAT and DBA_HIST_ACTIVE_SESS_HISTORY for that particular query and found there were two different SQL ID for same SQL statement. Ideally if execution plan changes then only the plan hash value or hash value changes but in this scenario we have two different SQL ID with different Plan hash value or hash value.
    I need to understand why do we have this data difference?
    ==================================================================================================
    SQL> select snap_id,instance_number,sample_time,session_id,module,sql_plan_hash_value from dba_hist_active_sess_history where sql_id='9zgyc24gzsgpz';
    SNAP_ID INSTANCE_NUMBER SAMPLE_TIME SESSION_ID MODULE SQL_PLAN_HASH_VALUE
    9478 2 07-JAN-11 13.09.11.540 503 SQL*Plus 2290340548
    9478 2 07-JAN-11 13.23.42.616 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.25.12.735 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.25.22.746 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.25.32.759 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.25.42.770 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.25.52.782 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.26.02.795 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.26.12.811 514 SQL*Plus 3778028574
    9478 2 07-JAN-11 13.26.22.823 514 SQL*Plus 3778028574
    SQL> select snap_id,sql_id,plan_hash_value from dba_hist_sqlstat where sql_id='9zgyc24gzsgpz' ;
    SNAP_ID SQL_ID PLAN_HASH_VALUE
    9478 9zgyc24gzsgpz 2290340548
    ==================================================================================================
    Thanks
    Devendra

    Hi,
    DBA_HIST_ACTIVE_SESS_HISTORY is a sampling of the sampling already done in ASH, however data used for AWR "snapshots" is completely separate and works just like Statspack did, so it can capture all SQL in the shared pool at the time of the snapshot if you tell it to - it is not limited to just the SQL sampled by ASH. Also AWR does not capture every statement executed in the interval,even if the statement was not aged out from V$SQL.
    DBA_HIST_ACTIVE_SESS_HISTORY displays the history of the contents of the in-memory active session history of recent system activity, DBA_HIST_SQLSTAT displays historical information about SQL statistics
    Regards,
    Ugur

  • XML and its influence over program design (2 issues)

    I have 2 open questions about XML and Java. I apologise if they are not clear-cut or specific enough, but really I am fishing for sound advice.
    I am trying to develop a J2EE application but find myself stuttering at an early stage because I cannot decide on the best design for my application. Part of my problem is a lack of experience with the different J2EE technologies/API (especially XML APIs), and the realisation that there is 101 ways to do what I want to do.
    A major issue is this: my application basically is concerned with representing conversations between the server and a user, e.g. a simple sequence of yes/no questions asked by the server to the user, which the user replies to in turn. I believe that the XML format would be a very suitable way to represent these conversations. My first question is:
    * Should the decision to use XML as a storage format influence the design of the rest of the program? I feel that in choosing XML to represent the conversation data, I am stuck thinking about the rest of my program in a XML way (i.e. doing everything using a DOM etc.). Am I right in thinking that my program should be designed in such a way that an XML-based storage system could be easily interchanged with, say, a relational flat-tabled database?
    My second question is:
    * Imagine that each conversation contains one or more questions, and there are, say, 4 different types of question (e.g. yes/no, multiple choice, etc.). Each of these needs to be handled in a different way. Is there a good pattern or recommended way of handling this sort of situation in code, ideally avoiding a big 'if' or switch statement (e.g. if the node is of "ABC" type do this, else if it is "yes/no"...). It would be great if one could easily add new types of question to the XML and then similarly one can make easy additions to the code to cope with these new cases.
    Thank you very much indeed for any advice.
    Greg

    I am trying to develop a J2EE application but find
    myself stuttering at an early stage because I cannot
    decide on the best design for my application. Part of
    my problem is a lack of experience with the different
    J2EE technologies/API (especially XML APIs), and theThat's nothing to be ashamed of. And realising that you lack experience and trying to remedy that is a good sign.
    A major issue is this: my application basically is
    concerned with representing conversations between the
    server and a user, e.g. a simple sequence of yes/no
    questions asked by the server to the user, which the
    user replies to in turn. I believe that the XML
    format would be a very suitable way to represent
    these conversations. My first question is:
    XML might be overkill if it's just a question followed by an answer and neither contains complex hierarchical data structures.
    * Should the decision to use XML as a storage format
    influence the design of the rest of the program? ICertainly not.
    XML should represent data structures that are natural to your program, thus becoming a tool rather than forcing its structure upon you.
    feel that in choosing XML to represent the
    conversation data, I am stuck thinking about the rest
    of my program in a XML way (i.e. doing everything
    using a DOM etc.). Am I right in thinking that my
    program should be designed in such a way that an
    XML-based storage system could be easily interchanged
    with, say, a relational flat-tabled database?
    Flexibility is good to keep in mind, but at the moment I'd worry about just getting something to work.
    * Imagine that each conversation contains one or more
    questions, and there are, say, 4 different types of
    question (e.g. yes/no, multiple choice, etc.). Each
    of these needs to be handled in a different way. Is
    there a good pattern or recommended way of handling
    this sort of situation in code, ideally avoiding a
    big 'if' or switch statement (e.g. if the node is of
    "ABC" type do this, else if it is "yes/no"...). It
    would be great if one could easily add new types of
    question to the XML and then similarly one can make
    easy additions to the code to cope with these new
    cases.
    Think of a factory that creates the handlers on the fly based on the actual message received.
    If the factory makes use of some mapping construct to do so there's no need for any conditionals at all in your decision tree.
    I've myself used XML structures successfully to define such mappings (and so have others) on disc, but simple ones can be easily represented using just a properties file.

  • File.encoding in windows influence  by the locale

    How can I set the file.encoding in windows platform that will not be influence by the locale.
    For example, in the Control Panel->Regional Options the locale is set to Russian
    and what I get is that I use file.encoding Cp1251 even though I pass the parameter in the command line
    -Dfile.encoding=Cp1252 (I want to keep Cp1251,
    Cp1251 is US westen default and Cp1252 is Windows Cyrillic)
    I run java program to see what encoding I use
    D:\ProgramFiles\jdk1.3.1\bin\java -Dfile.encoding= Cp1252 TestEncodingThe locale in my pc is Russian and the result is:
    System.getProperty("file.encoding") == Cp1252
    Default ByteToChar Class == sun.io.ByteToCharCp1251
    Default CharToByte Class == sun.io.CharToByteCp1251
    Default CharacterEncoding == Cp1251
    OutputStreamWriter encoding == Cp1251
    InputStreamReader encoding == Cp1251
    TestEncoding.java
    import java.io.PrintStream;
    import java.io.ByteArrayOutputStream;
    import java.io.OutputStreamWriter;
    import java.io.InputStream;
    import java.io.ByteArrayInputStream;
    import java.io.InputStreamReader;
    class TestEncoding{
    public static void main(String[] args) {
    String encProperty = System.getProperty("file.encoding");
    System.out.println("System.getProperty(\"file.encoding\") == " + encProperty);
    String byteToCharClass = sun.io.ByteToCharConverter.getDefault().getClass().getName();
    System.out.println("Default ByteToChar Class == " + byteToCharClass);
    String charToByteClass = sun.io.CharToByteConverter.getDefault().getClass().getName();
    System.out.println("Default CharToByte Class == " + charToByteClass);
    String defaultCharset = sun.io.ByteToCharConverter.getDefault().getCharacterEncoding();
    System.out.println("Default CharacterEncoding == " + defaultCharset);
    ByteArrayOutputStream buf = new ByteArrayOutputStream(10);
    OutputStreamWriter writer = new OutputStreamWriter(buf);
    System.out.println("OutputStreamWriter encoding == " + writer.getEncoding());
    byte[] byteArray = new byte[10];
    InputStream inputStream = new ByteArrayInputStream(byteArray);
    InputStreamReader reader = new InputStreamReader(inputStream);
    System.out.println("InputStreamReader encoding == " + reader.getEncoding());

    What are you really trying to accomplish? Applications should avoid relying on undocumented or implementation dependent features, such as the file.encoding property and sun.* classes (see http://java.sun.com/products/jdk/faq/faq-sun-packages.html).
    On the other hand, there's plenty of documented public API that lets you work with specific character encodings. For example, you can specify the character encoding for conversion between byte arrays and String objects (see the String class specification) or when reading or writing files (see the InputStreamReader and OutputStreamWriter classes in java.io).
    The default encoding is needed by the Java runtime when accessing the Windows file system, for example file names, so changing it would likely result in erroneous behavior.
    Norbert Lindenberg

  • Influence Status in SXI_Monitor

    Hi experts.
    I have a configuration scenario with a BMP.
    I the BPM i preform a few checks on the sent message.
    My goal is to find a way to influence the message status in sxi_monitor from the BPM
    without stopping the queue of the messages.
    Is it possible?
    Regards Max.

    An Exception if thrown inside a BPM should be handled accordingly....if not handled then the processing will stop blocking the queue.
    But if the exception is handled in the bmp the status of the message in sxi_monitor is not changes and is shown as finished successfully.
    Regards Max.

  • Influence about system performance by RAL, SAL

    Hi, Experts.
    My team are going to use RAL(Read Access Log) and SAL(Security Audit Log)
    for logging users access to sensitive data.
    To meet the compliance, we have to log users' activity information
    as 5W1H(WHO, WHAT, HOW, WHEN, WHERE, WHY) principle.
    But I want to know that how much will system performance be affected by applying RAL and SAL.
    Are there anyone who have the data or experience about that?
    I understand it can be different by the level of log detail.
    Best Regards.
    Dongki.

    Hi,
    I have been through measurement exercises in the past for SAL and have found no measurable performance influences.  The only factor we could measure was log growth (which is very dependent on what you are logging) and that is arguably storage rather than performance related. 
    I can't say I have looked at RAL from a performance perspective yet so am also interested in hearing any answers to this.
    Cheers

  • Flash Interaction Influencing Score in Captivate

    Hi everyone,
    I've created a couple of questions in Flash CS5 that I want to use in a Captivate 5 project and have the outcome of the flash interaction influence the score in captivate. I've got the Flash movie incrementing the cpQuizInfoTotalCorrectAnswers (upon success) and cpQuizInfoTotalQuestionsPerProject and that works fine. But, when I get to the scoring page, it's not counting the added flash question even though the variable incrementing works. The flash movie is embedded on a regular slide as I couldn't see how to embed it on a Question slide.
    Am I using the wrong variables? How can I get captivate to include the score from the Flash movie? Do I need to score the quiz differently/manually?
    Thanks in advance!
    -Brian

    I would suggest you investigate building your Flash interactions as either interactive widgets or question widgets for Captivate.  That way, Captivate will allow you to specify scoring and integrating them into a project will be much easier.
    You can learn a lot about building Captivate widgets from the Widget King blog:
    http://www.infosemantics.com.au/widgetking/

  • How can I influence the JAX-RPC response message from a void method

    Hello,
    I used WSDL2Java to create a web service. This service seems to work but the xsi:type="somename" attributes are not included in the response. I want to get them in. Or, otherwise, I want the push webservice just to send an acknowledge message. Because, our client that's pushing the webservice message to us gets error messages.
    But, while the webservice is a push service I don't know how to influence the returning soap envelope. This is the webservice method I mean:
    public void putDatex2Data(eu.datex2.schema._1_0._1_0.holders.D2LogicalModelHolder body) throws java.rmi.RemoteException {
    //the code
    Furthermore, has someone good examples of implementations that help to get the real incoming XML message data in a easy way.
    Thanks.

    No, that's not a feature of the phone.
    You can submit feedback to Apple requesting such a feature here:
    http://www.apple.com/feedback

Maybe you are looking for

  • How to implement Force password change during authentication

    Description of problem Our client requires web applications to support its internal security policy beyond normal authentication. This includes: - force password change periodically. This should be performed at logon time. - maintain password history

  • Macbook Pro to IMac (2009, no thunderbolt) external monitor

    Hi I have just got my new Macbook Pro and wanted to connect it to my IMac to use that as a second display. I have done a bit of research and it looks as if I need a mini display cable to mini display cable, is this correct? I am assuming that this ca

  • Why won't iCloud load my photos

    I have an ipad, iphone, and mac.  All are signed on with the same icloud address.  However it takes days for photos to update.  I have wifi enabled and devices set to update over wifi.  Used to work fine.  I didn't change anything but it works poorly

  • Service Tax 10.3% + Vat 5 Tax code

    Hi Expert, I have to make PO for Licenses Purchase which include two Tax component. Service Tax 10.3% & Vat 5%. Service Tax is Applicable on Basic Vat Is applicable on Basis + Service Tax Service Tax & Vat both are refundable In our system we don't h

  • Comparing 2 hierarchies in oracle

    How to compare 2 hierarchies in oracle. if there are any analytical functions please share to me.