How to use script undeploy applications

Is anyone familiar with OAS script? I want to undeploy some applications using script rather than EM. Any suggestion or help is appreciated.

In 10.1.2, you can write your own shell script and use dcmctl undeployApplication command:
http://download.oracle.com/docs/cd/B14099_19/core.1012/b13997/cmds.htm#BEIGDEFI
In 10.1.3, you can use Ant or admin_client.jar to write your own script:
http://download.oracle.com/docs/cd/B32110_01/web.1013/b28951/dplyapps.htm#i1038931
Hope this helps.
Thanks
Shail

Similar Messages

  • How to use non sap application in sap.......?

    hi,
            anyone has any idea how to use non sap application  like java class in sap through abap programming. please let me know ...
    thanks in advance.
    saurin shah.

    Hi,
    DATA: COMMAND TYPE STRING VALUE 'C:\j2sdk1.4.2_08\bin\java',
    DIR TYPE STRING VALUE D:\eclipse\workspace',
    PARAMETER TYPE STRING VALUE 'Helloworld'. "here the name of your java program
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE
    EXPORTING
    APPLICATION = COMMAND
    PARAMETER = PARAMETER
    DEFAULT_DIRECTORY = DIR
    MAXIMIZED =
    MINIMIZED = 'X' "If you need the DOS window to be minimized
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    BAD_PARAMETER = 3
    FILE_NOT_FOUND = 4
    PATH_NOT_FOUND = 5
    FILE_EXTENSION_UNKNOWN = 6
    ERROR_EXECUTE_FAILED = 7
    OTHERS = 8.
    check this link
    /people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection
    Regards,
    Satish

  • How to use Script in ADF model?

    Hi!
    I don't know how to use Script in ADF model. Help me, please!
    Detail: javaScript.
    Thanks so much!

    You can put your Javascript code in the Onmouseover property of the column.
    I don't have the Javascript code for changing the color but for example the following will pop up an alert
    <af:outputText value="#{row.DepartmentId}" onmouseover="alert(\'Unload event fired!\')">

  • Beginners question, how to use script?

    Hi there
    Im on OSX, ID4, soon upgrading to ID5.5
    I've been looking for a way to automatically add metadata (author) to a document/exported PDF.
    So i found this http://forums.adobe.com/message/3443064 - looks like the answer I'm seeking, but how do i actually put that into use? Where/how to i add the script?
    Can it be run upon opening/creating a new document, or upon exporting to PDF?
    I'm an experienced indesign user, and I've done some visual basic, php before. But haven't used scripting in InDesign.
    Any pointers in the right direction is greatly appreciated. Thanks.
    - Lasse Fernov

    Hello, ldflkbuc943894353221:
      tomaxxi's script in the thread you cite isn't really a normal script. It is a script that installs an event handler that is automatically triggered every time you create a new document in InDesign, suhc as with File > New.
    You would save that file as, perhaps, tomaxxiAddXMP.jsx, and then you have some choices. You can just drop it in the User Scripts folder, according to http://www.danrodney.com/scripts/directions-installingscripts.html. At which point you would have to run it once per session (from the Scripts panel, after which point all subsequently created documents would have that happen.
    Alternatively, you might want to use it as a startup script. This is an OK idea, except that it might violate your expectations and surprise you sometime if you forget about it. If you follow the above instructions, instead of installing it in the "Scripts Panel" directory, you would go one level up (to "Scripts") and create a directory called "Startup Scripts" and place it there.
    Then restart InDesign. It will then always run whenever InDesign starts.

  • Where to find the example illustrated how to using script to deploy app

    Hi
    my new job involves configure and deploy app in WL Server. one of tasks is
    to write script and use script file to configure and deploy app.
    This script may need to specify the JDBC for various app (like one app
    communicates with oracle, the other may want DB2, etc).
    anyway, Can any one tell me where to find an example, an URL which shows
    what I want?
    Thanks lots in advance.
    John
    Toronto

    click window and tick actions. that will open the actions
    panel if the flash program. find a frame that contains that button.
    click on an spot off-stage and then click on the button. you may
    see code in the actions panel that control that button's behavior.
    if not, look in the properties panel (window/properties/tick
    properties) for the instance name of that button. now search for
    code attached to a frame/layer that references that instance
    name.

  • How to use the mobileme application in my ipod touch? I already have my account.

    How to use that mobileme app? Is it true that if ever my lost my itouch, I could use that app to look where is it?

    Mobileme was replaced by icloud many months ago.  There is no more mobileme.
    IF you set up find my ipod on the ipod BEFORE it was lost AND it is on AND it is connected to wi-fi, then you may be able to get an approximate street address using icloud.
    iCloud: iCloud

  • How to use Script Editor to open iTunes visualizer?

    I have an AppleScript which I used to use in previous versions of OS X to open a visualizer and put it into full screen if music was currently playing. If no music was playing, then it would turn off the visualizer and take iTunes out of full screen. This script still works, but only if iTunes is already open and you can see iTunes on the desktop. If iTunes is open with music playing, but not visible(not visible on the desktop aka minimized or you clicked the red "x" to close iTunes, but not actually quit it), then I get the error...
    "Can’t set «class pVsE» of application "iTunes" to true.
    iTunes got an error: Can’t set visuals enabled to true. (-10006)"
    How can I fix this error so it no longer happens?
    I believe I just need to find a way to bring iTunes to the desktop, even if it's already open. Again, it works just fine if you can see iTunes on the desktop
    Any suggestions?
    I am using Mac OS X Yosemite 10.10.3.
    Thanks for any help!
    Here is the Apple Script...
    tell application "iTunes"
         activate
         delay 1
         if player state is playing then
              if visuals enabled is true then
                   set full screen to false
                   delay 3
                   set visuals enabled to false
             else if visuals enabled is false then
                  set visuals enabled to true
                  set full screen to true
            end if
       end if
    end tell

    The visualizer appears to be bound to the browser window - if there is no browser window, enabling the visualized fails.
    The simplest solution, therefore, may be to show the browser window before trying to enable the visualizer:
      else if visuals enabled is false then
      set visible of browser window 1 to true -- add this line to show the browser window
      set visuals enabled to true
      set full screen to true
      end if

  • How to use Jasperreport with Application Express?

    HI,
    We are really want to 'print out' from our apex applications, but by far no easy way to do so.
    (BI too expensive and complicated)
    I am tring to install Jasperreports with apex, but I don't know how to do it, I downloaded the windows version of Jasperreport.
    Any idea how to install and configure it to work with my apex applications?
    Peter

    See this thread for information on using Jasper Reports with APEX.. If this helps, please mark this thread as answered and assign points!
    APEX to Jasper parameter passing
    Thank you,
    Tony Miller
    Webster, TX

  • How to use BRF plus application in abap programs (Report or Module pool)

    Hi All,
    I have created an BRF plus application through FDT_WORKBENCH to calculate bonus of the employee with the help of SDN tutorial.
    Now my concern is that how can i use this application in my report.
    I have also read in the tutorial that we can create BRF plus application through ABAP coding but my question is, if i created an application through FDT_WORKBENCH then how can i use it in my ABAP report.
    Thanks a lot in advance.
    Regards,
    Sheelesh

    Hi,
    CALLING BRF+ FROM ABAP REPORT PROGRAM :
    I think the program may be helpful for you guys.
    *CALLING THE BRF+ FROM ABAP REPORT PROGRAM :
    REPORT Z_BRFPLUS_REPORT_01.
    PARAMETERS : P_SEL TYPE STRING .
    TYPES : BEGIN OF TYPE_PRICE ,
            NUMBER TYPE DECFLOAT16 ,
            CURRENCY TYPE STRING ,
            END OF TYPE_PRICE .
    DATA : LO_FUNCTION      TYPE REF TO     IF_FDT_FUNCTION ,
           LO_CONTEXT       TYPE REF TO     IF_FDT_CONTEXT ,
           LO_RESULT        TYPE REF TO     IF_FDT_RESULT .
    DATA : LO_MESSAGE TYPE REF TO CX_FDT .
    FIELD-SYMBOLS : <FS_PRODUCT> TYPE IF_FDT_TYPES=>S_MESSAGE .
    DATA : PRODUCT TYPE STRING ,
           LS_PRICE TYPE TYPE_PRICE .
    CLEAR LS_PRICE .
    PRODUCT = P_SEL .
    TRY .
    * GET THE BRF PLUS FUNCTION .
      LO_FUNCTION ?= CL_FDT_FACTORY=>IF_FDT_FACTORY~GET_INSTANCE( )->GET_FUNCTION('0050569E629D1ED39DD2090294D9A5BD' ) .
    * SET THE BRFPLUS FUNCTION CONTEXT .
      LO_CONTEXT = LO_FUNCTION->GET_PROCESS_CONTEXT( ) .
      LO_CONTEXT->SET_VALUE( IV_NAME = 'PRODUCT' IA_VALUE = PRODUCT ) .
    * PROCESS THE BRF PLUS FUNCTION .
      LO_FUNCTION->PROCESS(
                   EXPORTING
                     IO_CONTEXT = LO_CONTEXT
                   IMPORTING
                     EO_RESULT = LO_RESULT   ) .
    * RETRIEVE THE BRF PLUS FUNCTION RESULT .
      LO_RESULT->GET_VALUE(
                    IMPORTING
                      EA_VALUE = LS_PRICE ) .
    WRITE : LS_PRICE-NUMBER ,
            / LS_PRICE-CURRENCY .
    CATCH CX_FDT INTO LO_MESSAGE .
    ENDTRY .
    Thanks & Regards,
    Joyjit Biswas

  • How to use script to get the first table row on each page?

    I create a print form to display a table. I set a conditional page break on this table, so the table rows on each page could be different.
    For example, there're total 50 rows in this table. On the 1st page, there're 5 rows, but on the 2nd page, there're only 2 rows, and so on...
    Now I want to get some value from the 1st table row on each page. How can do that? I can refer to a table row using TableRow[n], but I don't know how to calculate 'n' in script (either FormCalc or JavaScript) for the 1st row on each page.
    Any ideas?

    Hi Wei,
    There is an option of setting the overflow header in the pallette. You may check that out. It is basically used to have the table header to be seen in all pages, if the table is overflowing to multiple pages. You may put your first row as the overflow header.
    - hope this helps, Kindly update,
    thanks and regards,
    - anto.

  • How to use "Oracle Real Application Testing"

    I am analyzing if/how my employer can make best use of "Oracle Real Application Testing". I therefore read various documentation and articles as well as the relevant sections in the "Oracle® Database PL/SQL Packages and Types Reference". However, there is one conceptual question which I could not yet answer from this documentation.
    From what I understood there are (at least) two possible approaches to capture and replay SQL workload:
    1) Capture the workload into a STS (SQL Tuning Set) using DBMS_SQLTUNE. Replay the workload before/after changes made to the system using DBMS_SQLPA. DBMS_SQLPA can be further used to compare the before/after execution and to generate comparison reports thereof.
    2) Capture the workload into OS files (and optionally into a SQL Tuning Set in addition to that) using DBMS_WORKLOAD_CAPTURE. Replay the workload using DBMS_WORKLOAD_REPLAY. DBMS_WORKLOAD_REPLAY can be further used to compare different replay runs and generate reports thereof.
    Now my questions are:
    {noformat}(i){noformat} Is the overview I sketched above correct or did I misunderstand/miss important points?
    (ii) What is the conceptual difference between the two approaches depicted in (1) and (2) above / what is the intended use for each of them?
    (iii) What is the difference between the information that DBMS_WORKLOAD_CAPTURE writes in the corresponding OS files and the information that is stored in a STS? From what I understand, both store information related to SQL execution during a certain period, including the impact of each SQL on the entire workload. Are the two just different formats to store the data (within and outside of the database) or is there any different information stored in them?

    Here you have books related to that theme:
    http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage
    Joel Pérez

  • Data Merge:  How to use script on the preview next a record and pre a record?

    Preview data records too much, want to use the script implementation preview next a record and pre a record, and set shortcut keys for the script.
    the following script can be opened and closed to preview:
    app.menuActions.itemByID(108035).checked
    But I don't know preview next a record and pre a record script in how to implement.

    Bump. I'm looking for this shortcut as well. Any help would be very appreciated.

  • How to use scripts in RMAN for backup

    Hi I would like to create some scripts for recovery backup and then use it in rman,how can it be accomplished?
    For example I would launch an incremental backup the week and a full the sunday.
    I would like to launch this scripts automatically, any ideas on how I can do this?

    hi
    Note the following restrictions:
    Execute CREATE SCRIPT only at the RMAN prompt.
    RMAN must be connected to a target database.
    RMAN must be connected to the recovery catalog either through the CATALOG command-line option or the CONNECT CATALOG command, and the catalog database must be open.
    You cannot run CREATE SCRIPT once and then use this same script on multiple target databases. You must connect to a specific target database and then run CREATE SCRIPT to create a script for this specific target. Each script is associated with one and only one target database.
    You cannot execute a RUN command within a stored script.
    The @ and @@ commands do not work within CREATE SCRIPT.
    Quotes must be used around the script name when the name contains either spaces or reserved words.
    Keywords and Parameters
    For descriptions of the individual commands that you can use in a stored script, refer to the appropriate entry, for example, "BACKUP".
    Syntax Element Description
    'script_name'
    Creates a stored script with the specified name. The statements allowable within the brackets of the CREATE SCRIPT 'script_name' { ... } command are the same allowable within the RUN command. The statements within the braces constitute the job_command_list.
    Note: To run the stored script, specify EXECUTE SCRIPT within the braces of the RUN command.
    Example
    Creating a Script: Example
    The following UNIX shell script creates a recovery catalog script called b_whole_10 that backs up the database and archived redo logs, then executes b_whole_10:
    #!/usr/bin/tcsh
    rman TARGET / CATALOG rman/rman@catdb <<EOF
    # creates recovery catalog script to back up database and archived logs
    CREATE SCRIPT b_whole_l0
    BACKUP INCREMENTAL LEVEL 0 TAG b_whole_l0
    DATABASE PLUS ARCHIVELOG;
    # runs the recovery catalog script b_whole_10
    RUN { EXECUTE SCRIPT b_whole_10; }
    EOF

  • How do I script the Application Switcher?

    I would like to write a script that brings up the application switcher, to allow its use without having to use the actual "command-tab" keyboard shortcut. This seems like a very simple thing, but I haven't been able to find any solution.
    I initially thought that I might be able to access the application switcher directly through the Finder or System Events libraries, but that doesn't seem to be the case.
    Then I turned to just having applescript execute the keyboard shortcut directly. While I can do a "keystroke tab using command down", what I want is to bring the app switcher menu up and leave it. Using a keyboard, I would hit control-tab, then continue to hold command (during which time I can do things like use the arrow keys). So I thought I would have my script simulate this behavior. Unfortunately I gather that modifier keys can only be modifiers for other keys, not held alone (with a "key down command" line). Is this correct?
    Any other ideas? Ideally I want one script to bring up the app switcher (or do command-tab, with command left held) and another script to dismiss the switcher, choosing the app selected (or releasing the command key).

    While the System Events script presented here, which you've tried, and a variation of which I've used in the past, might seem worthwhile, it is actually fraught with at least two potentially dangerous gotchas.
    Problem one: Your Command key will be tied up for the duration of the script, as determined by the specified delay time, even if you dismiss the Application Switcher palette early by clicking off it. That means no use of your keyboard or mouse for the full 10 seconds (or however many seconds you specify) without the Command key acting as a modifier for whatever action you might want to take, in whatever application you're in. For example, clicking on a docked application icon during this 10-second delay will not switch to that application as you might expect, but will instead reveal its location in the Finder -- normal behavior when a docked icon is otherwise intentionally Command-clicked. Attempting to kill the script early by pressing ⌘. will only make things worse.
    Problem two: Attempting to kill the script early by pressing ⌘. might not allow the script to reach the *key up* command, which is critical. If you don't allow the script to reach the *key up* command, your Mac will remain in a state where your Command key is virtually kept held down, rendering your keyboard useless, and producing the kind of mouse weirdness described above, +even after exiting the script.+ Logging out and back in to your account does cure this condition, however. Fortunately, should this unpleasant situation arise, you can avoid the need to log out by keeping a ready-made script +saved as an application+ available in your Script menu and running it if needed:
    *tell application "System Events"*
    *key up command*
    *end tell*
    Just my 2¢... Good luck.

  • How to use Script Performance

    Hello,
    I have two computers, the first I give name infra (for database) and the second is portal (for portal).
    1. Where Can i execute the perl loadlogs.pl script in portal or in infra computer to load web cache log files or oc4j log files ?
    2. which table the log files to be stored if we select http_logfile,oc4j_logfile and webcache logfile. owa_logger or other table?
    How to fill other tables beside table owa_logger ?

    1. You need to run it on both machines and collect all three files from each machine.
    2. The other tables are partition element tables and temporary tables for reporting purposes the only table that needs filling is OWA_LOGGER

Maybe you are looking for

  • No windows store in windows 8.1

    After i installed windows 8.1 on my laptop . There is no windows store nor the icon or anything .. what happened .. my laptop model is dell m5050

  • Profit Center for Cash Journal

    Hi Guru,              how to default the profit center  in cash journal wise  in FBCJ or else any alternative way to make to profit center default in cash journal. Thanks and Advance Laxmi narayan

  • JSP database access application code

    Does anyone know of existing sample code, that can be downloaded, for the above that can do the following: 1. User login 2. Data retrieval from database 3. Data submission by fill in form Any help appreciated? Rupert

  • Having problems in ocfs2 while installing oracle 10g rac on linux as 4

    this is the frist time i am try to install oracle rac based on three PCs after installing ocfs2 when i try to configure nodes through console i see the following msg "Could not start cluster stack .this must be resolved before any OCFS2 file system c

  • Reduce number of rings before Voicemail

    I would like to reduce the number of rings before my voicemail comes on on my Blackberry Z10. It is forwarded from my desk phone and that means that customers are waiting an excessive amount of time before my voicemail kicks in on my BB. I called my