How to end program simultaneously on alert for a SQL * MORE

Hello
I want to conclude a sql * plus program contributing to the caveat. Given that we spend RETCODE contains, I don't know how to do this. But I know for sure that we can do this since I did sometimes return but could not find the code.

Help, please.

TIA.

MetaLink/MOS Note 866194.1 can help you. It is specific to the host programs, but it uses the fnd_concurrent.set_completion_status program in a script from sqlplus.

page 21-9 11i developers guide describes the function of set_completion_status.

Published by: mcharchuk on December 11, 2009 08:42

Tags: Oracle Applications

Similar Questions

  • DSN name for my sql * more

    Hello all;

    I googled this a bit but I need to check with the experts, where can I find the DNS for my sql * more

    user13328581 wrote:
    Hello all;

    I googled this a bit but I need to check with the experts, where can I find the DNS for my sql * more

    There is NO direct relationship between sqlplus & DNS.
    sqlplus just a SQL client can interface to 1 or more Oracle DBs.
    DNS is domain name Services; who provides the hostname IP # translation

    What problem are you trying to solve?

  • How can I write a Javascript alert for a PLSQL process?

    The process results in a more trivial change to a database record. So I want to give the user the opportunity to give a second look before going ahead with the action caused by the press of a button. I'm sure it can be done with a javascript alert, but I do not know how to implement it. The user should have the choice to continue, or not to continue. Any help will be appreciated. Thank you

    If you want to know how to do this with a DYNAMIC show ACTION
    Re: How to build a dynamic Action Alert to drive the execution of a process

    Paul P

  • How to get windows live to check for new messages more often and?

    How can I get windows live to check new messages more often and how do I get it to send mail when I'm done otherwise that hit the button send and rec? I miss OutLook Express!

    OH, and why can't get us Outlook Express on a Windows 7 PC? It's a great program! User Friendly etc. I hate Windows LIVE BTW!

    Jimmy, WX9DX

    Re email check frequency, see here...

    http://email.about.com/od/outlookexpressmailsync/Qt/Check_for_New_Mail_Periodically_in_Windows_Live_Mail_or_OE.htm

    There are other e-mail clients...

    http://www.MakeUseOf.com/tag/free-email-clients-Windows-7/

  • BlackBerry Smartphones how can I stop the vibrating alerts for every received email?

    I went into my settings and I turned off the ringer, vibration, flashing of the LED, etc. for all my e-mail messages, however, whenever I get a new email from Yahoo!, the phone buzzes.

    How can I stop this from happening?

    Hello and welcome!

    So, just to be sure (I'm sure you did that... but please indulge me), you have devoted to the application of sounds (whether through the icon on the home screen or the "speaker" below the power indicator of battery in portrait screen mode button) and choose ' Set Ring Tones/alerts. You have selected 'Messages' and then selected the Email line associated with your Yahoo! mail account BIS. Then you define 'Volume' to 'Silent', 'LED' on 'Off' and 'Vibration' to 'Off '. And you did for each line item in the section "Messages" from this screen. Right?

    If so, then it looks like you have what I like to call 'strange behaviour' of the storm. And the first normal cure is hard reboot battery-pop. With the power of the appliance, remove the back cover and pull the battery. Wait for about a minute then reinsert the battery and replace the cover. Power on and wait patiently through the long long long restart the process (perhaps as long as 10 minutes). See if the strange behavior ceases. Like all computers, the Storm has to reset... and there is a thread on this forum recommends to every four days.

  • How do I get the email alerts for updates of the SonicOS firmware

    Hello

    Anyone know if it is possible to get alerts by e-mail from dell when the they update SonicOS?

    We publish our fw often so that we are not always looking to see if there is any important updates.

    For example, I had no idea of the SonicOS Enhanced 6.1.1.9 - 30n had a few patches to apply to deal with security issues.

    Thank you

    Once logged on Mysonicwall.com, under my account > preferences > Notification preferences > Select 'new software and updated updated Firmware' & Save.

  • How to 'turn on' a 'sound alert' for my txt msg?

    I can't find an option that makes the phone ring, or audio warn me (other than a silent msg to download/open the txt msg said) who has received a new message.

    Am I missing something, or is this feature turned off somehow?

    This is the I9 model, & I use boost mobile unlimited plan for $50 per month.

    Any help in this area would be greatly appricated, or direct me to a updated software.

    Thank you

    -Rob-


  • How does end time of installation take for windows 7?

    I just made the screen «Setup is starting Services» And now I'm at the end of the installation. It takes a lot of time. What is going on?

    Hi Mikey,

    1. What is the brand and model of the PC?
    2. What is the current state, is it still install or is it installed?
    3. what was the problem with Windows 7 (which broke) on this computer?
    4. don't you burn the installation of Windows 7 from Internet media or was it provided by your OEM?
    If you have downloaded Windows 7 from the Internet and it burned to a blank DVD disc, sometimes it may be corrupted. So try to burn again at the speed below supported by your DVD burner.

     
  • How to change the printing order page for a 8600 more on an iMac

    How can I change the order in which the pages printed on and the iMac?  Print the pages in reverse order (last page 1) and I need some do print in regular order (page 1).  Could not find a way to do that, am very frustrated!  Any help and advice would be greatly appreciated.  I am owner of an all in one printer HP Officejet Pro 8600 Plus.

    I'm sorry you have a problem with the print commands.

    There should be an option when you click on print. Another window will appear until you press on print again.

    It should be a box that gives you the order of the pages (1,2,3---3,2,1). Juice change the order.

    If only you do not have this box, you can always try uninstalling and reinstalling the software and drivers.

    '"Click the WHITE STAR if you want to say thank YOU" '

    Let me know if it helps.

  • How to print a number of column 'break' in SQL * MORE?

    Hello

    I have a query that returns results similar to the following:

    SQL> BREAK ON DEPTNO
    SQL> SELECT DEPTNO, ENAME, SAL
      2  FROM EMP
      3  WHERE SAL < 2500
      4  ORDER BY DEPTNO;
    

        DEPTNO ENAME             SAL
    ---------- ----------- ---------
            10 CLARK            2450
               MILLER           1300
    
            20 SMITH             800
               ADAMS            1100
    
            30 ALLEN            1600
               JAMES             950
               TURNER           1500
               WARD             1250
               MARTIN           1250
    
    9 rows selected.
    
    

    I want to display the number of departments instead of "9 selected lines.

    For example:

    Number of departments = 3

    Please advise!

    Hello

    Here is an example of how you can hide everything except a deptno by Department in the query, in SQL * Plus, so that SQL * Plus can count distinct values:

    WE BREAK deptno on REPORT

    CALCULATE COUNTING "separate deptnos" LABEL OF deptno on REPORT

    SELECT "" AS ""

    CASE

    WHEN ROW_NUMBER () OVER (PARTITION BY deptno

    ORDER BY ename

    ) = 1

    THEN deptno

    END AS deptno

    ename

    sal

    FROM scott.emp

    Sal WHERE<>

    ORDER BY emp.deptno - in other words, the table, not an expression BOX

    ename

    ;

    In your original query, you don't care the order within each Department.  However, in this case, make sure that the line on which ROW_NUMEBR affects number 1 actually comes first in each Department.

    Output:

    DEPTNO ENAME SAL

    ---------------- ---------- ---------- ----------

    10 CLARK 2450

    1300 MILLER

    20 ADAMS 1100

    SMITH, 800

    30 ALLEN 1600

    JAMES 950

    MARTIN 1250

    TURNER 1500

    WARD 1250

    ----------

    Separate deptnos 3

    My preference is always to do a separate query to get the number.

  • How to end all concurrent programs back-end

    Hello


    Can someone tell me how to end all concurrent programs running in backend

    This post in the EB forum;

    In addition, investigate the fnd_concuurent of integrated package

    begin
    
       for r in (select Request_ID from fnd_Concurrent_Requests
                 where Phase_Code != 'C') loop -- exclude requests that have successfully completed (R = Running P = Pending)
    
         fnd_concurrent.cancel_request(r.Request_ID);
         commit; -- you must perform a commit after each call
    
       end loop;
    
    end;
    /
    
  • Why not the preferences of the general calendar for "the day ends at:" only offers the possibility of 'am' and not 'pm '? And alerts for an event from 14:00 activate at the right time, but it's at 02:00.

    The "day starts at:" options correctly offer options of "midnight" through time "am" to "noon". Thus the "day ends at:" should have options starting with "midi" and moments of "pm" to "midnight", but instead, they are all time 'am '.

    And alerts for an event from 14:00 activate at the right time, but it's at 02:00. Maybe it's a consequence of the above.

    ???

  • When I try to open a program it says file doesn't have a program associated with it for this action to create an association in the set control panel how many associations - what I do?

    I need to make my project please if you can answer a little fast and how to solve this problem, it is for all

    Hi Robyn,

    Welcome to the Microsoft Community and thanks for posting the question.

    According to the description, it looks like you are facing a problem with the file association program on Windows XP.

    I suggest you to see the steps in the following Microsoft article.

    How to change or choose the program that starts when you double-click a file in Windows XP: http://support.microsoft.com/kb/307859

    Reference:

    How to change your default programs and enable or remove access to Microsoft Windows programs and non-Microsoft: http://support.microsoft.com/kb/332003

    Hope that the information provided is useful.

    If you need Windows guru, do not hesitate to post your questions and we will be happy to help you.

  • How can I make the computer asks for a password before downloading a program?

    How can I make the computer asks for a password before downloading a program?

    Hello

    You can configure the computer to request the password when you install any program using the User Account Control (UAC) on the computer. But you will not be able to make windows to ask password when you try to download and program.

    You can check the link next on change control settings of user account for more information.

    http://Windows.Microsoft.com/en-us/Windows-Vista/your-permission-please-understanding-user-account-control-in-Windows-Vista

    http://Windows.Microsoft.com/en-us/Windows-Vista/how-do-I-change-the-behavior-of-the-user-account-control-message

    You can use any program of third-party download manager in which you can set a password when you download any file/program on the computer. You can use your favorite search engine to find any Download Manager for the browser software.

    Warning: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

  • How can I turn off Compatibility Mode for a program that does not require it?

    I loaded iTunes 9.1 program has 64 bit for Windows 7. When I open it, I get a message that the program has been set to run in compatibility mode. He then States for best results, turn off the compatibility mode for itunes before you open it. How can I turn off compatibility mode?

    Hello Wynn 1,.

    Article Apple: http://support.apple.com/kb/TS1489

    Try the following steps to turn off Windows compatibility mode:

    1. Quit iTunes.
    2. Windows XP and Windows 2000: on the Start menu, click my computer (or double-click my computer on the desktop).
      Windows Vista and Windows 7: on the Start menu, click computer.
    3. In my computer, open the drive C:\ (or according to your drive Windows is installed on).
    4. Open the Program Files or "Program Files (x 86)" folder if you use a 64 bit version of Windows Vista or Windows 7).
    5. Open the iTunes folder.
    6. Right click on the app to iTunes (iTunes or iTunes.exe) and in the context menu, clickProperties.
    7. Click on the Compatibility tab.
    8. If it is checked, uncheck the box under compatibility mode.
    9. Click OK.
    10. Open iTunes and play a song.

    I hope this helps.

    Sincerely,

    Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

Maybe you are looking for

  • Vine sound

    I have problems with the sound vine... I can't hear the sound, but the video itself is played... In this issue: https://support.Mozilla.org/en-us/questions/999717?ESAB=a & As = AAQ They talk about it, but I was not registered to post a reply. I'm sor

  • Satellite 1800 Series, upgrade for video editing

    Is it possible use you my Satellite 1800 for video editing. (pinnacle studio 8/9)I now 256 MB in use, HD is original and the processor is the processor INTEL celeron-995 MHz.And is it possible to replace the DVD on a DVD - RWThank youJohn

  • Automatically start the video on the web at startup

    In my room, I have an old iMac. I would use it as my alarm clock by from a daily television show. But to use effectivly, the video should start playing automatically from the Web site. Fortunately, this show has always the last episode available on t

  • Adapter replacement for the W510 Iconia

    Where can I get a replacement for the W510 Iconia adapter?

  • Removal and transfer of files to blackBerry Smartphones

    How can I transfer photos from the memory of the device to the press card?  Also, is there a way to mass - delete old text messages?  Thanks for any help.