How to find the source code (package / service..) a concurrent program

Hello


I gives me the name of a concurrent program.

Now my question is, how do I find the source code for the simultaneous progra.


Could someone explain to me.

FYI: I have full access (sysadmin).

Thank you
Prasad
Senior Oracle Apps DBA

PL post Details of the operating system, database and versions EBS.

Responsibility of the system administrator, go to the competitor > program > set and search for the name of your simultaneous program. When you find it, there will be a 'the executable name' that are associated with him.

Go to the competitor > program > executable and locate the 'name of the executable"- and you will get the information you need.

http://docs.Oracle.com/CD/E18727_01/doc.121/e12897/T302934T458253.htm

HTH
Srini

Tags: Oracle Applications

Similar Questions

  • How to get the source code of the UIShell model

    Hello

    We use the UiShell model in our project. The version of the UIShell model is the one coming with JDeveloper 11.1.1.6.
    We need the source code for this particular version to customize.

    My questions are:

    1. where to find the source code for this particular version (No newer or older)
    2 how get it (do we need to sign anything, for example?)

    Thank you

    Hello

    the SR may be presented by any person in your company who has a metalink account.
    Only the NDA must be signed by the person who has the legal responsibility to do so.

    concerning
    Peter

  • How to publish the source code

    How best to publish the source code?

    I need an alternative to fall back on.  How I would go to this topic if I had to use HTML.

    My chance to validation code has deteriorated over time. I did it via:

    I take the plain.

    Yesterday, when I tried to insert the Bash source code.  I had a lot of white lines.  I think that leading # confused CSA.

    
    #!/bin/bash 
    
       # so anyway, output from the echo statement is sent to the terminal.  The operands < and >
       # allows you to change where it is going.
      
    
    # default redirection  
    
    # 0 stdin  -- standard input
    
    # 1 stdout -- standard output, non-error output
    
    # 2 stderr  -- standard output for error messages.
    
    # had not used the exec statement before, the concept of the exec was
    
    # readily apparent to me.
    
       
    
    # of course, I ripped this off.  Turns out you want to preserve where input stream 0 is
    
    # coming from. The hack moves input stream 0 to input stream 6.  Pick any number
    
    # that is allowed.
    
       
    
    # save standard input in file descriptor 6 
    
    exec 6<&0 
    
       
    
    # now we say where we want input stream 0 to come from. 
    
    # bash has an unknown to me number of commands that read from input stream 0
    
    # via redirection we can change were stream 0 is coming from.
    
    # redirect standard input to be from the passed file 
    
    exec 0<${1} 
    
    count=0 
    
    while read lineIn  
    
    do { 
    
    # bash syntax is bizarre.   
    
    # The (( )) says it's a math expression 
    
    (( count++ )) 
    
    echo "${count}: ${lineIn}" 
    
    } 
    
    done 
    
    # put the input streams back to where they were before. 
    
    # Nice, but when the script quits they will all be put back to where they were.
    
    # Of course, I copied this stuff.  Syntax isn't the obvious.
    
    # close input.  May not need.  My innovation.  Seems nice.
    
    exec 0<&- 
    
    # restore file descriptor 0 should be standard in 
    
    exec 0<&6 
    
    # close file descriptor 6 for reuse. 
    
    exec 6<&- 
    
    echo 
    
    echo "Total lines were ${count}" 
    

    Do you get the extra lines before applying syntax highlighting? You can simply change the Courier New font.

    #! / bin/bash

    # Anyway, Exit statement echo is sent to the Terminal.  The operands< and="">

    # allows you to change its future.

    default redirection #.

    # 0, stdin - standard input

    # 1, stdout - output standard output without error

    # 2, stderr - standard output for error messages.

    # did not use the exec statement before, the concept of the exec has been

    # obvious to me.

    # good course, I snatched it.  Turns out you want to keep where the input stream 0 is

    # coming. The cut moving the input stream to the stream input 6 0.  Choose any number

    # who is allowed.

    # Save the standard entry in the file descriptor 6

    exec 6<>

    # now say us where we want to enter flow 0 to come from.

    bash # a a stranger to me the number of commands that read from the input stream 0

    # via redirection, we can change were stream 0 comes.

    # redirect the standard input from the file passed

    exec 0<>

    Count = 0

    while reading lineIn

    {}

    bash # is weird syntax.

    # (()) Is a mathematical expression

    ((count ++))

    echo "${number}: ${lineIn}.

    }

    fact

    # put the input stream to where they were before.

    # Nice, but when the script closes they will all put back to where they were.

    # Of course, I copied this kind of things.  The syntax is not obvious.

    # entry closes.  May not need.  My innovation.  Seems nice.

    exec 0<>

    Restore file descriptor # 0 should be standard in

    exec 0<>

    # close the file descriptor 6 for reuse.

    exec 6<>

    ECHO

    ECHO "the Total of the lines were ${number}.

    TT2

  • How to find the source of the MSIfe * .log files - windows 7

    In the windows/temp directory, I have more than 100 GB of logs with the syntax of MSIfe *. Each file is about 7 257 KB in size.

    Any suggestions on how I can determine the source of these files?

    Thank you

    Brad

    +++++++++++++++++++++++

    HERE ARE THE FIRST LINES OF ONE OF THE FILES:

    = Registration began: 19/06/2012-13:57:59 Build type: SHIP UNICODE 5.00.7601.00 appeal process: C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe =.
    MSI (c) (14:84) [13:57:59:458]: Resetting cached policy values
    MSI (c) (14:84) [13:57:59:458]: value of strategy Machine 'Debug' is 0
    MSI (c) (14:84) [13:57:59:458]: * RunEngine:
    Product: {3D8DBCCD-FE59-3648-A084-6D2F78351F9E}
    Action:
    Command line:
    MSI (c) (14:84) [13:57:59:459]: Client and UI is none or basic: full installation running on the server.
    MSI (c) (14:84) [13:57:59:459]: grabbed execution mutex.
    MSI (c) (14:84) [13:57:59:461]: Cloaking enabled.
    MSI (c) (14:84) [13:57:59:461]: attempt of activation of all disabled privileges before calling install on server
    MSI (c) (14:84) [13:57:59:463]: meter is incremented to disable the stop. Counter after increment: 0
    MSI (s) (48:18) [13:57:59:466]: running the installation inside the multi-package transaction {3D8DBCCD-FE59-3648-A084-6D2F78351F9E}
    MSI (s) (48:18) [13:57:59:466]: grabbed execution mutex.
    MSI (s) (48:B8) [13:57:59:467]: Resetting cached policy values
    MSI (s) (48:B8) [13:57:59:467]: value of strategy Machine 'Debug' is 0
    MSI (s) (48:B8) [13:57:59:467]: * RunEngine:
    Product: {3D8DBCCD-FE59-3648-A084-6D2F78351F9E}
    Action:
    Command line:
    MSI (s) (48:B8) [13:57:59:467]: value of strategy Machine 'DisableUserInstalls' is 0
    MSI (s) (48:B8) [13:57:59:483]: SRSetRestorePoint is ignored for this transaction.
    MSI (s) (48:B8) [13:57:59:486]: dialogue of end not activated
    MSI (s) (48:B8) [13:57:59:486]: ==> C:\Windows\Installer\495c6.msi original packaging
    MSI (s) (48:B8) [13:57:59:486]: we're running out of ==> C:\Windows\Installer\495c6.msi package
    MSI (s) (48:B8) [13:57:59:501]: APPCOMPAT: substitution of uninstall flags found.
    MSI (s) (48:B8) [13:57:59:501]: APPCOMPAT: uninstall VersionNT found override.
    MSI (s) (48:B8) [13:57:59:501]: APPCOMPAT: substitution of uninstall ServicePackLevel found.
    MSI (s) (48:B8) [13:57:59:502]: APPCOMPAT: looking for entry with ProductCode '{3D8DBCCD-FE59-3648-A084-6D2F78351F9E}' appcompat database
    MSI (s) (48:B8) [13:57:59:502]: APPCOMPAT: no matching ProductCode found in the database.
    MSI (s) (48:B8) [13:57:59:505]: MSCOREE not loaded loading copy from system32
    MSI (s) (48:B8) [13:57:59:508]: value of strategy Machine 'DisablePatch' is 0
    MSI (s) (48:B8) [13:57:59:508]: value of strategy Machine 'AllowLockdownPatch' is 0
    MSI (s) (48:B8) [13:57:59:508]: value of strategy Machine 'DisableLUAPatching' is 0
    MSI (s) (48:B8) [13:57:59:508]: value of strategy Machine 'DisableFlyWeightPatching' is 0
    MSI (s) (48:B8) [13:57:59:508]: APPCOMPAT: looking for entry with ProductCode '{3D8DBCCD-FE59-3648-A084-6D2F78351F9E}' appcompat database
    MSI (s) (48:B8) [13:57:59:509]: APPCOMPAT: no matching ProductCode found in the database.

    Here are the comments Windows log files install.

    Detailed logging must have been lit at some point.

    There's a Fixit turn off in this article here:

    http://support.Microsoft.com/kb/2545723

  • How to find the source IP address of open session with VC

    I gave only a single journal id for all users in my virtual environment. They all use the same ID for their own use. My question is how do I know the source IP address of the active\idle open session with VC?

    VC Server - version 4.0 - 208111
    vSphere Client - 4.0 build-208111
    Servers ESX - 3.5 build-238493

    Thank you

    Ganesh

    Take a look at the thread below, it might be useful

    vCenter session - find origin of connection

  • How to release the source code (only) for first level VI?

    Hello

    I develop an add-on for an application that I have. The demand is large (more than 1,500 VI) and the screws are set up to compile with for most of the default settings (there is a first level VI, some with visible front, most of them are not visible).

    The customer wants that source code for the work that I do, and he will use the many existing Subvi. The addon itself will be a Subvi (I have a Main.vi that basically opens 'front' and it is a new screen). The sub - VI existing basically make data collection and treatment, and the new code will perform additional processing and have a nice GUI for existing code. The customer wants the source so that they can make changes as needed.

    Is there an easy way to simply provide the source for the first level VI? Basically, I want to give them M.vi, where M.vi name n.vi, o.vi... etc, but o - z.vi should be non-free. In addition, M.vi is called by Main.vi, which opens A screens - M.vi

    One option is to copy the entire application, then open each sub - VI and save it without Source Code. But with so many files, this seems like a bad idea. So, I also maintain two applications.

    Good ideas out there? It seems if easy in other languages (using object files) it looks like there should be a solution here I don't see... Thank you!

    rnelsonee wrote:

    Ah! I completely forgot to Save with Options. It's been so long that I had to deal with this type of problem.

    OK, to ensure that:

    I opened my first level VI, saving Options with-> apply the password (or remove diagrams) and then give it to them. I also provide a normal backup of their VI, with source.

    I still about 100 screws which are called dynamically are not part of the VI treeand I would still have to re - register with a password, but it's better than every single VI. Thank you!

    Use the option duplicate hiarchy and preserve...

    apply to all...

    at least as far my memories are good.

    Ben

  • How to find the activation code?

    I'll perform a clean reinstall of windows xp. I would like to know how to order a replacement installation CD and locate the activation code.

    The key is on an orange label on the cd case, if a commercial version, if a preinstalled version its on a sticker on your box

    If you have already reinstalled an oem version, or it has a version of the retail MagicJellyBean or Belarc Advisor will reveal the key

    NB if it's a preinstalled version that you have never reinstalled these utilities will reveal probably only the origonal volume license key, which is no help to reinstall.

    If you have lost the cd, a version pre-installed, you must obtain a replacement of the PC machine, you probably out of luck.

    If a retail version, you would need a proof of purchase to get a MS

  • How to find the actionscript code?

    Hello. This seems like it should be a simple enough question, but I can't understand it. How can I find the actioscript associated with a movie clip button in a model? I want to make changes to the actionscript, but I can't. I have a MacBook Pro.

    Thank you - Catherine

    Look in Control Panel actions.   You can find a number of things using the movie Explorer pane.

    but I have yet to see a model that was other than anything a non mixed disorder clearly created by someone who has no idea how to program or is competent but intentionally created a mess to prevent others to modify it.

  • How to find the path to this service to allow

    http://i44.Tinypic.com/kcyzpd.jpg

    Hello M4tka

    Control Panel/Performance and Maintenance/Admin Tools /Services.

    Look for it here.
    Double-click the Service to find options to activate.

    .

  • How to find the security code seen

    Unable to connect to the network as don't have original security code

    Many routers appear the wireless encryption key/password in clear text. Copy on the wireless computer. Check the router site users manual or support to help manufacturers to enter the config pages.

    If the router does not display the key/password you can also see in the properties from another wireless computer Windows 7 wireless. Open network and sharing Center and click on Manage wireless networks left. Right click on your wireless network and select Properties. Click the Security tab and check Show characters . Provide the administrator password to display the key/password.

    http://sdrv.Ms/Spor94

    Finally if you have another wireless Windows 7, Vista or XP computer on your wireless network you can use Windows Connect Now [WCN] to copy the profile to a flash drive wireless.

    http://theillustratednetwork.MVPs.org/LAN/SoHoWirelessSecurity.html#Windows_Connect_Now

    Once the profile is located on the drive flash simply plug into the computer to transfer the profile.

  • How to find the source files for import

    I have difficulties to find a group of records after I imported the bridge to lightroom.  Records are in bridge and appear in my Explorer of files (windows 10).  I have number of file folders 1-12 for each month of the year.  Until recently all my subfolders in monthly records were available.  If I make an order import and select the drive C all records are there. After the import my files in the browser do not reflect the new folder.  He has always worked in the past, but now I can't for files and folders just imported.

    If I look at the previous import at the top of the browser, the images are in lightroom but I can't find them in the folder that I imported them.  The folder does not appear.

    Any ideas?

    Thank you

    Don

    Hi donm,.

    You can just + click or Ctrl + click on the folder in the library and go to the option 'Show in Explorer' or 'Show in Finder' to see the exact location of this folder on the disc.

    See the screenshot below

    Let us know if that helps.

    Kind regards

    Mohit

  • Tab HP Web services to find the claim code is not found

    Hello

    I'm trying to implement HP ePrint on my printer HP Laserjet M1522nf connected to my home network. I am unable to find the claim code for my printer set up the device connected HP services.

    I entered the IP address on my web browser and entered the Printer Setup tab, but I can't find the web services tab or the printing page of information for the claim code.

    Please let me know how to find the claim code so that I could set up ePrint.

    Thank you

    Harish

    OK done judt this device is not ready for eprint.

    Please ignore my previous post.

  • Link to the source code for the module does not

    I followed this link: https://addons.mozilla.org/en-US/firefox/addon/sabnzbdfox/?src=search (with download of the source) and got a '404 error' (https://addons.mozilla.org/en-US/firefox/files/browse/76042/)

    Find the source code in another place, and when I do, how I update the broken link?

    Hello

    You can also try after some time. To search for possible temporary network problems please see: http://status.mozilla.com/

    Also, if the problem persists, try the link in a new profile.

    Profiles Howto

  • You try to view the source code

    Do not show my source code. I'm going to view-> page source isn't there? I get only the toolbars, side bar, zoom, style page, coding of characters, full screen. Is there another way to find the source code? Why not to come page source? Any help would be appreciated! Thnx!

    They moved and renamed some menu items.

    • Use Tools-> Web Developer-> ( OR use Ctrl + U keyboard)
  • Where can I download the source code of the kernel for Iconia A1-830?

    Global - download.acer.com I can only find the source code of the kernel for A1 - 810 and 811 - A1, but for A1-830 the source code isn't there.

    We do not display the kernel for all products sources, however, I sent a message to our product group to see if we have the source files, we can publish. I recommend that you check in 5 to 7 days to see if we are able to view the files.

Maybe you are looking for