What user does Oracle Streams use to apply?

Hello all,I  have specified the apply_user in my stream configuration.But when I trap the user using a trigger on the streamed table. I get 'SYS' as the user who tried to replicate the record on target,not the one I specified in apply_user parameter of dbms_apply_adm.alter_apply. Any ideas why?

Hi,
Check "APPLY_USER" column from DBA_APPLY view to see what schema is being used to Apply the changes
Thanks,
Renu

Similar Messages

  • What algorithm does Excel 2010 use for Pseudo Random Number Generation (MT19937?)

    Does Excel 2010+ use the Mersenne Twister (MT19937) algorithm for Pseudo Random Number Generation (PRNG), implemented by the RAND() function?
    This has been a nagging question for some time now, with "hints" that it indeed does.  However, a relatively thorough search turns up no definitive documentation.  The most direct indication is perhaps given by Guy Melard [Ref 9] where
    he tests Excel 2010's RAND() function using the Crush battery of tests in TestU01 by L'Ecuyer & Simard.  Melard references a "semi-official" indication that Microsoft did indeed implement MT19937 for the RAND() function in
    Excel 2010, but this reference no longer seems to be available. http://office.microsoft.com/enus/excel-help/about-solver-HP005198368.aspx?pid=CH010004571033.
    The other references below [Ref 1-10] document the history of the statistical suitability of the PRNG and probability distributions in various versions of Excel.  This includes the Wichmann-Hill PRNG implementations supposedly (arguably) used in
    Excel 2003 & 2007 for random number generation.  But still, we have no answer as to which PRNG algorithm is used in
    Excel 2010 (and 2013 for that matter).
    Microsoft indicates that RAND() has been improved in Excel 2010; Microsoft states, "...and the RAND function now uses a new random number algorithm." (see https://support.office.com/en-ca/article/Whats-New-Changes-made-to-Excel-functions-355d08c8-8358-4ecb-b6eb-e2e443e98aac). 
    But no details are given on the actual algorithm.  This is critical for Monte Carlo methods and many other applications.
    Any help would be much appreciated. Thanks.
    [Ref 1] B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 97. 
    Computational Statistics & Data Analysis. Vol. 31 No. 1, pp 27-37. July 1999.
    http://users.df.uba.ar/cobelli/LaboratoriosBasicos/excel97.pdf
    [Ref 2]L. Knüsel.  On the accuracy of the statistical distributions in Microsoft Excel 97. Computational Statistics & Data Analysis. Vol. 26 No. 3, pp 375-377. January 1998.
    http://www.sciencedirect.com/science/article/pii/S0167947397817562
    [Ref 3]B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 2000 and Excel XP. 
    Computational Statistics & Data Analysis. Vol.40 No. 4, pp 713-721. October 2002.
    https://www.researchgate.net/publication/222672996_On_the_accuracy_of_statistical_procedures_in_Microsoft_Excel_2000_and_Excel_XP/links/00b4951c314aac4702000000.pdf
    [Ref 4] B. McCullough, B. Wilson.  On the Accuracy of Statistical Procedures in Microsoft Excel 2003. 
    Computational Statistics & Data Analysis. Vol.49. No. 4, pp 1244-1252. June 2005.
    http://www.pucrs.br/famat/viali/tic_literatura/artigos/planilhas/msexcel.pdf
    [Ref 5] L. Knüsel. On the accuracy of statistical distributions in Microsoft Excel 2003. Computational Statistics & Data Analysis, Vol. 48, No. 3, pp 445-449. March 2005.
    http://www.sciencedirect.com/science/article/pii/S0167947304000337
    [Ref 6]B. McCullough, D.Heiser.  On the Accuracy of Statistical Procedures in Microsoft Excel 2007. 
    Computational Statistics & Data Analysis. Vol.52. No. 10, pp 4570-4578. June 2008.
    http://users.df.uba.ar/mricci/F1ByG2013/excel2007.pdf
    [Ref 7] A. Yalta. The Accuracy of Statistical Distributions in Microsoft<sup>®</sup> Excel 2007. Computational Statistics & Data Anlaysis. Vol. 52 No. 10, pp 4579 – 4586. June 2008.
    http://www.sciencedirect.com/science/article/pii/S0167947308001618
    [Ref 8] B. McCullough.  Microsoft Excel’s ‘Not The Wichmann-Hill’ Random Number Generators. Computational Statistics and Data Analysis. Vol.52. No. 10, pp 4587-4593. June 2008.
    http://www.sciencedirect.com/science/article/pii/S016794730800162X
    [Ref 9] G. Melard.  On the Accuracy of Statistical Procedures in Microsoft Excel 2010. Computational Statistics. Vol.29 No. 5, pp 1095-1128. October 2014.
    http://homepages.ulb.ac.be/~gmelard/rech/gmelard_csda23.pdf
    [Ref 10] L. Knüsel.  On the Accuracy of Statistical Distributions in Microsoft Excel 2010. Department of Statistics - University of Munich, Germany.
    http://www.csdassn.org/software_reports/excel2011.pdf

    I found the same KB article:
    https://support.microsoft.com/en-us/kb/828795
    This was introduced (according to the article) in Excel 2003. Perhaps the references in notes 2 and 3 might help.
    The article describes combining the results of 3 generators, each similar to a Multiply With Carry (MWC) generator, but with zero carry. MWC generators do very well on the Diehard battery of randomness tests (mentioned in your references), and have
    very long periods. But using zero carry makes no sense to me.
    Combining the three generators only helps if the periods of the 3 are relatively prime (despite what the article implies). Then the period of the result will be the product of the 3 periods. But without knowing the theory behind these generators, I have
    no idea what the periods would be. The formulas for MWC generators fail here.
    Richard Mueller - MVP Directory Services

  • What User Exit can I use to add a cust field to PO Item overview in ME23n?

    Hi,
    I need help!
    Does anyone have any examples of adding a new cust field to PO Item Detail screen with a user exit?
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Which user exit I can use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    We are on release SAP ERP Central Component 5.0

    Hi,
    Thank you for the response.  I tried this and found  Badi ME_PROCESS_PO_CUST.  Do you have any examples of adding a new cust field to PO Item overview screen using badi ME_PROCESS_PO_CUST? I have had little experience creating badi's, and would appreciate very much some sample code if possible.
    In transactions ME21n, ME22n, ME23n I need to add a new field in PO Item overview (screen 1211 of SAPLMEGUI). The new field ZZUNSPSC, has been appended to table EKPO as a 30 char field, which will be enterable/changeable on the ME21n, ME22n screens and display only on ME23n.
    Can you tell me if method FIELDSELECTION_ITEM of badi ME_PROCESS_PO_CUST the correct one to use for the purpose of adding a new input/output field to the PO item overview on SAPLMEGUI screen 1211?
    Thank you for help - much appreciated,
    Vicki

  • What user exit should I use to...

    Hi everyone!
    I need to check if the due date or bline date of a posting to a GL line item is filled out, which user exit should I use?
    Btw, I cannot change FSG so it is not an option...
    Here is a list of FB01 user exits:
    Exit Name           Description
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002            FIDCC1: Change IDoc/do not send
    F050S003            FIDCC2: Change IDoc/do not send
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007            FIDCCH Outbox: Do not Send IDoc for Document Change
    F180A001            Balance Sheet Adjustment
    FARC0002            Additional Checks for Archiving MM Vendor Master Data
    FEDI0001            Function exits for EDI in FI
    RFAVIS01            Customer Exit for Changing Payment Advice Note Segmnt Texts
    RFEPOS00            Line item display: Checking of selection conditions
    RFKORIEX            Automatic Correspondence
    SAPLF051            Workflow for FI (Pre-Capture, Release for Payment)
    Thanks a lot!

    hi Ricardo,
    I think you just have to set up a validation, you don't need an exit for that. You can do that in GGB0. On the other hand due date as field does not exist, so don't look for that
    hope this helps
    ec

  • What information does "oracle.adf.share.ADFContext" contains?

    Hi
    i am new to ADF.
    Just want to know what information exactly does "oracle.adf.share.ADFContext" contains.?
    My jdev version 11.1.1.5.0
    Thanx

    It holds the execution context of the application. A look into the javadoc http://docs.oracle.com/cd/E15051_01/apirefs.1111/e10686/oracle/adf/share/ADFContext.html shows what info you get.
    Timo

  • HT4199 WHAT PORTS DOES APPLE TV USE?

    WHAT PORTS DOES the APPLE TV USE?

    Google "Apple TV ports" and you get
    <http://support.apple.com/kb/HT2463?viewlocale=en_US&locale=en_US>

  • What if I want to LET USER CACHE videos streamed using FMS3?

    For my new video website I want the users TO BE ABLE TO CACHE
    but at the same time I want them to have the benefit of jumping
    anywhere on the timeline to see only the part they are interested
    in without downloading complete video (which can be done only
    through streaming IMHO)
    Is it possible in FMS3? any other solution?

    On Fri, 29 Feb 2008 02:18:29 +0000 (UTC), "anshulag"
    <[email protected]> wrote:
    >For my new video website I want the users TO BE ABLE TO
    CACHE but at the same
    >time I want them to have the benefit of jumping anywhere
    on the timeline to see
    >only the part they are interested in without downloading
    complete video (which
    >can be done only through streaming IMHO)
    The answer is "HTTP Streaming". In fact you don't need FMS if
    you wish
    to allow users to cache videos. You can use any webserver
    with
    PHP/MySQL. AFAIK, Google Video works just in this way. You
    can find
    some brief description of how HTTP Streaming works for
    example here:
    http://home.openworldpresenter.com/flash/index.php?pid=43
    Sorry, it's not an advertizing, but just a link. Of course,
    you'll
    need to create some special SWF movie (pretty simple though)
    to let
    your viewers to see such videos. Fast navigation is
    guaranteed.

  • What really does "Licensee must use the installers as-is without modification" mean?

    In our organization we need to deploy Flash Player via Microsoft System Center Configuration Manager to hundreds of computers.  Along with the standalone installers for distribution in this manner, Adobe has terms here - http://www.adobe.com/products/players/flash-player-distribution.html prohibiting modification of the installers.  But what does this really mean?  For example, we can create a transform for the .MSI file, which is a separate file that has settings that are applied by msiexec at the time of installation.  Is this considered "modification" by Adobe?  We need to disable auto-updating as the end users of these computers are not local admins and so they get useless and annoying update messages and UAC prompts.

    rSAP has largely been supplanted by ABAP, which the iPhone supports. Most modern smartphones, including the iPhone do NOT store any information on the SIM.
    SMS inboxes. Not much to say. I've never had a desire to do this. I understand it could be useful, but it's unlikely to change.
    As for meetings on the home screen... Wait for iOS 5
    Flash: it's not JUST that Steve doesn't like flash. Adobe has failed to produce a workable version of Flash for iOS. Blame has to go to both sides.  I say good riddance to it.

  • What version of Oracle to use?

    Hi All,
    My department is looking to use Oracle 8i for a web-based online IT course using Java servlets and JSPs that we're developing for students in the University of Glasgow, but I'd really appreciate information comparing Oracle 8i Standard, Personal, Lite etc. So far, I've been using Lite on my personal machine for development, but I'm not sure about the stability of the JDBC driver. What is the maximum number of users that can access these different products simultaneously (over the Web) and what exactly counts as a "user"? Ie, there will only be one person using the database (me) but lots of people making requests and updates to the database via the web and JDBC -- do they count?
    Thanks, and please email me privately if you need more information,
    Rajnish.

    Hi,
    2.11.1.6.20 is certified with .net 3.5
    Yes, you'll need to have Oracle client software installed.. either a full client or instant client. You can use the xcopy bundle available at
    http://www.oracle.com/technology/software/tech/windows/odpnet/index.html
    The error you're getting occurs with ODP either 1) cant find an Oracle client, or 2) the version it found is wrong. ODP is client version specific.
    Hope it helps,
    Greg

  • What protocol does air play use

    I have purchased a Marantz MCR603 which is airplay enbabled but airplay keeps dropping out. I have been advised by both Apple and Marantz that my BTHomhob (3.0, the latest) does not support airplay protocols. BT,as usual, have no idea what I'm talking about. Can anybody advise?

    AirPlay is an Apple propriety protocol stack and is based on the RTSP network control protocol. An AirPlay device, such as your Marantz, would have to work with one or both of the following two services: ROAP used for audio streaming, and AirPlay for video/photo content.
    ROAP uses TCP port 49152 and AirPLay uses TCP port 7000. Note: These ports would not need to be opened on your home router as all streaming is being done on the local network, but both the Marantz and the iTunes host device must be able to open these ports to communicate.

  • How to create a new user in oracle apps using exiting user

    How To Copy Oracle apps user access to a New oracle apps user With Same Privilage/responsibilities.

    Hi;
    You can use dbms_metadata.get_ddl
    Regard
    Helios

  • What method does iPhoto 6 use to convert Raw photos for Books?

    I shoot Raw. I like to have the odd soft cover iBook for Holiday memories.
    Obviously iPhoto does not upload the RAW files to the printers, so what is its conversion process? Would I get better results if I converted them first before creating a Book File? I have followed the list of disappointments people have with these smaller books. Old Toad was most helpful with the Pref Setting 300 tip, but I wonder if in the process of conversion from Raw iPhoto uses a lower quality route?
    Any one out there who knows the best practice for Raw Shooters. By the way I am based in London and so the alternative printing websites do seem to take a bit too long with postage.

    Adobe Camera Raw is the way to go – it will do all you want and more.
    You can pick up the basics very quickly but it pays in the long run to discover its incredible versatility by visiting the Camera Raw forum.
    And read the book too!

  • Does photo stream use data on cellular?

    While NOT in a wifi network, will viewing photos/videos on my iPhone use cellular data (Verizon)?

    No Photo Stream does not use cellular data. If you go to Settings > iCloud > Photos, note that the Photo Stream on/off switch states: "Automatically upload new photos and send them to all of your iCloud devices when connected to Wi-Fi."
    Viewing or editing photos has no impact on Photo Stream.

  • What formats does oracle bpm exports to

    Hi,
    can you please suggest me the formats exported by Oracle BPM for BPMN diagrams? ...does it export to XPDL? Visio? etc..
    Thanks for the help
    kalyan
    Edited by: 915561 on Feb 19, 2012 8:59 PM
    Edited by: 915561 on Feb 19, 2012 8:59 PM

    Oracle APPS DBA usually does the installation of oracle applications, Patching, clonining, workflow management, handling discoverer related tasks, working closely with the development team on alerts, concurrent programs, etc, takes application file system backup, purge old concurrent logs, schedule some concurrent programs for gathering schema statistics, upgradation of application product level by applying patches, handling multiple instances like production, clone, test, development, create and maintain documentation, prepare TE40's for any changes to the production, etc. There are many more tasks....For the list of all the documentation types refer the following link on my blog,
    http://samiora.blogspot.com/2009/01/oracle-implemenation-stages-not-taught.html

  • What technology does Quick Look use?

    I'm not an Apple developer, but I'm doing some research around Apple technologies. I'm looking for some information about the Quick Look feature -- apologies if I don't get the vocab right.
    Basically, what I want to know is what libraries and technologies Apple is using to generate previews for the formats that are native to OSX. I looked at the various developer pages, but couldn't find any hints there about what was in use. All I've found so far are guides for creating more plugins.
    I suspect that these are proprietary generators, but I also bet that nobody (willingly) builds this kind of thing from scratch if they can help it. Even if somebody could shed some light on what the starting libraries were, that'd be valuable.
    Thanks,
    Mike

    mlissner wrote:
    Basically, what I want to know is what libraries and technologies Apple is using to generate previews for the formats that are native to OSX. I looked at the various developer pages, but couldn't find any hints there about what was in use.
    I suspect that these are proprietary generators, but I also bet that nobody (willingly) builds this kind of thing from scratch if they can help it.
    It's not that hard. Basically if you can get an image representation of your document, then you can do a QuickLook preview. Since most applications can print, they could use a variation of that logic if they wanted to. Apple provides an even easier method too. If you can generate an HTML representation of your document, you can just give that to QuickLook. I wrote a QuickLook generator for DBF files (as found in Shapefiles) and it was quite easy.

Maybe you are looking for

  • My iPod isn't recognized by iTunes and I want to update it but I can't. What do I do?

    I plug in my iPod and it will charge but I have tried everything to get iTunes to recognize it and it won't. I want to update it to IOS 5 but I need the iTunes to connect with it.

  • Windows Web Services - Unsupported media type

    Hi, I'm trying to migrate a web service from .NET WCF to C++ Windows Web Services API. I generated .c and .h files using WSDL, create few wrappers and incorporated it into the C++ code and try it using a gSOAP client. Sadly, it wasn't working. Here i

  • Is the reason for buying laptops disappeari​ng?

    I've looked at all best Buy offerings and finding a laptop to meet my needs is very hard (in part because I want a good screen).     The laptops are becoming commodities with fairly cheap parts --- an admittedly good i5 2410, low resolution, high gla

  • For color column....need help

    Hi all..          I have table for output. In that table last column is Sum of row. It's start with *.  i need to show the last column with different color.for that what i will do? pls anybody reply  to me with full details..Because i am in first prj

  • Balance Sheet upload

    Hi Experts I have  one problem.My client go-live is feb 2008 ok. they did not upload the balance sheet of last year 2007 so far.even they did not carryfoward previouly balance. so in present year i could not able to see initial balances how to upload