Planning of a concurrent request and by recalculating setting each Run

Hello

A regular competitor request can be addressed to re - run a function every time it is run?

We want to schedule a concurrent request seeded with a custom query set. Overall demand, we want to default the setting to create a string of file name, like this,

SELECT "/ path/some directory file name_" | TO_CHAR (SYSDATE - 1, 'YYYYMMDD') | ".dat" TO double.

It works fine the first time's term, but then the file name string gets hard coded in each subsequent meeting and shall remain the same for every day.

I tried the option for setting date of increment in the Scheduler, but it does not work because this isn't a date parameter.

I created a database function to create the string of file name and default setting like that.

Select applications. XX_DATAFILE_NAME double.

Again, this works the first time, but then the file name becomes hard coded in each subsequent session and remains the same for every day.

The Planner, please recalculate the parameter each time that it executes the query?

Thank you

I don't know if you can force it to recalculate. However, if you can't you can create your own PL/SQL concurrent request that determines the path, then made a FND_Request.submit_request that calls the program seeded and passes in the calculated parameter.

HTH,
-Johnnie

Tags: Oracle Applications

Similar Questions

  • Purge the concurrent request and/or Manager Data - take long & end with error completed

    Purge the concurrent request and/or Manager Data - take long & end with error completed.

    What ever the age values 30,70,1000

    ****

    Select count (*) in the FND_CONCURRENT_PROCESSES;

    COUNT (*)

    -----

    32149

    ****

    Select count (*) from the FND_CONCURRENT_REQUESTS;

    COUNT (*)

    -----

    585499

    ****

    Request of min | Application of Max date | Date

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

    SEPT. 13.-10 10 OCTOBER 13

    My problem is now solved

    the cause of the problem was:

    After the clone for the new Production Server FND_CONCURRENT_PROCESSES & FND_CONCURRENT_REQUESTS table 'old' lines were still talking to the node that is no longer available in the new production to LOGFILE_NAME and OUTFILE_NAME columns.

    And after the removal of these lines, executes the request was very quick and works as it should work now.

    Thanks for all the help I get here and with the SR team too

  • Oracle concurrent requests to calc and drive using Essbase support

    Hi all, we have currently have a process in which the shot of a control to see if users are online (maxl), logoff users if necessary (maxl), run with maxl essbase calculation, run eis job if necessary, assess if there is an error, and report the error. We want to pass this so that it is automated using Manager competitor Oracle via Oracle concurrent requests. Does anyone know if this is possible and if so usually the best approach?

    Several simultaneous requests, Oracle looks like it will run host scripts for example shell scripts /... so it shouldn't be a problem to integrate your processes with batch. If you plan them from one server other than your Essbase server, you must install the Essbase client on this machine and make sure that use you the startmaxl.ksh or update paths if necessary.

    I have not run into people using this before however, it isn't always the DBA Oracle s who run Essbase.

    Kind regards

    John A. Booth
    http://www.metavero.com

  • Can I find out if I had to buy the Adobe Creative Suite 6 Design & Web Premium, but I subscribed to photography CC for only one month plans, can I unsubscribe it and use the one bought instead?

    Can I find out if I had to buy the Adobe Creative Suite 6 Design & Web Premium, but I subscribed to photography CC for only one month plans, can I unsubscribe it and use the one bought instead?

    I subscribed to the creative cloud only because I did not know that my College courses will be using other software too.

    I hope to unsubscribe to the creative Cloud version and use the purchased instead.

    But if it is not possible, I'll just use the CC version for this year and use the one bought on my other PC.

    Hi, NGOs,

    Yes, if you intend to use CS6, you can still use it after the cancellation of the plan of the CC photography, you can also improve your plan to plan photography to Creative Cloud applications

    If you wish to cancel your plan well photography please contact support by calling/chat for cancellation requests and billing queries:

    https://helpx.Adobe.com/contact.html?step=CCSN_membership-account-payment_cancel-your-memb ership_stillNeedHelp

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Please go through the Adobe - General conditions of subscription as well.

    He hopes to help!

    Rayyan

  • I bought cc (photography plan) through my American account and I want to cancel it immediately. How can I do?

    I bought cc (photography plan) through my American account and I want to cancel it immediately. How can I do?

    Hello

    Please contact support by calling/chat for cancellation requests and billing queries:

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Kind regards

    Sheena

  • BI Publisher Tor run as a concurrent request of the eBS product a wrong exit Excel

    We have a BI Publisher report that is saved as a concurrent request to eBS (version R12). The report model is a model of .rtf. Default report output is in PDF format, but users can choose Excel in another format of output. The report is properly display all data correctly when the output format is PDF, but when the output is Excel, we have problems with the display of data in certain columns. I did some research and I see that there are known limitations with models rtf producing an Excel output. I tried some of the methods suggested to work around formatting problems, however, I'm not able to solve these problems. I see that it is recommended to use Excel for Excel output binary patterns. How to create a binary schema Excel? I have BI Publisher Desktop version 10.1.3.4 on my PC. I am able to create BI Publisher rtf templates, do I need to create templates Excel, or whatever is needed to produce the output Excel?

    Thanks for any help/suggestions.

    Emily

    There is a link in 444604.1 that shows you how to use Excel to create binary layouts - these can provide better exits that RTF, but then the output can be in Excel

    HTH
    Srini

  • API to view the output/log of the concurrent requests

    Hi all:

    I use EBS 11.5.10 (DB: 10r2)

    Is there an API I can call to view the output/log of a concurrent request?

    We have the APEX Oracle installed in the same database as our EBS and I am developing a report of the APEX, where user provide a competing request id and then click a button; then APEX calls some Oracle EBS API to extract the output/log for this id of the request file and open it in the browser automatically (assuming that / natural log of output is the text).

    Thank you!

    Kevin

    Hey Kevin,

    Here is an example of a sqlplus session:

    Set serveroutput on 10000;

    SQL > declare
    number of v_request_id;
    v_two_task varchar2 (256);
    v_gwyuid varchar2 (256);
    v_url varchar2 (1024);
    Start
    v_request_id: = 123456; (request identification number)
    Select profile_option_value
    in v_gwyuid
    of fnd_profile_options o, fnd_profile_option_values ov
    where profile_option_name = 'GWYUID. '
    and o.application_id = ov.application_id
    and o.profile_option_id = ov.profile_option_id;
    Select profile_option_value
    in v_two_task
    of fnd_profile_options o, fnd_profile_option_values ov
    where profile_option_name = 'TWO_TASK.
    and o.application_id = ov.application_id
    and o.profile_option_id = ov.profile_option_id;
    v_url: = fnd_webfile.get_url (file_type-online fnd_webfile.request_log, id-online v_request_id, gwyuid => v_gwyuid, two_task-online v_two_task, expire_time => 100);
    dbms_output.put_line (v_url);
    end;
    /

    http://appstierservername.yourcompany.com:8000/OA_CGI/FNDWRR.exe?temp_ID=12788080980 (number will appear here)

    PL/SQL procedure successfully completed.

    SQL >

    I hope this helps.

    Published by: DBA115102 on June 10, 2011 17:27

  • Only the exit route of a concurrent request unique to a specific location.

    Hi, my requirement is to drive the result of a concurrent request specific to a place where I can find the way out of this special request only.

    He should go to a place that I specify for this query instead of going to $APPLCSF / $APPLOUT.


    Concerning

    Published by: 836778 on February 15, 2011 01:54

    Hello
    Please consult the following document can help
    Improvement of Oracle Applications simultaneous treatment [ID 164085.1]

    Example 1 and 2 of Chapter 3

    Thank you
    Taher

  • pl sql - how to set Oracle concurrent Request Status = error

    I registered a custom as a competitor to Oracle pl sql block. I would like to raise an EXCEPTION that will be the end of employment in an error state if a condition is met. How can I do this? Here is a snippet of code that I have:
    EXCEPTION
           WHEN v_nodata THEN
                    <what command can I put here?  I want the concurrent request job to error so that the next pl sql block doesn't get executed.>
          when OTHERS THEN NULL;
    END;
    /
    Thank you!

    You can use RAISE; (when you are already within an exception block and want to raise the same error) or

    RAISE_APPLICATION_ERROR(-20000, 'My error message goes here');
    

    Replace - 20000 for any negative number between - 20000 and-20999 your error code.

    http://download.Oracle.com/docs/CD/E11882_01/AppDev.112/e10472/errors.htm

    Edit:
    If you are talking about registration of an error code to a name, you must use the PRAGMA EXCEPTION INIT.

    DECLARE
      deadlock_detected EXCEPTION;
      PRAGMA EXCEPTION_INIT(deadlock_detected, -60);
    BEGIN
      NULL; -- Some operation that causes an ORA-00060 error
    EXCEPTION
      WHEN deadlock_detected THEN
        NULL; -- handle the error
    END;
    

    Published by: fsitja on December 10, 2009 16:18

  • check whether or not a concurrent request is complete the backend

    Hi all
    I want to check whether or not the competing applications is complete the backend using the API. I discovered that FND_CONCURRENT.wait_for_request can be used, but inside this procedure they use dbms_lock.sleep command to delay treatment. I used the same dbms_lock.sleep in my code, but does not correct results.
    Please you siggest me on solutions workaround that needs to be done to get the exact time of the concurrent request will have to fill.


    Thank you and best regards,
    Mahesh

    Hello

    You can get the same information in table FND_CONCURRENT_REQUESTS (API of FND_CONCURRENT of the readings of the same table).

    If you want to continue to use an API, see if you can use FND_CONCURRENT. GET_REQUEST_STATUS (Please check if it is a public API).

    Kind regards
    Hussein

  • concurrent request failed - emsg: led by signal 11

    Salvation of DBA

    I've submitted the concurrent request on my Linux machine, he received the following error message.

    NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are:
    American_America.AR8MSWIN1256

    '.,'

    stat_low = B
    stat_high = 0
    EMSG: led by signal 11

    Program ended by signal 11
    Competitor Manager encountered an error when executing Oracle * report for your concurrent request 1270019

    Please guide me to solve the problem above.

    Best regards
    SG

    PGO

    What is the type of the report?

    This happens with all reports or some of them only?

    Activate track and submit the request again and view the log file requires competing here.

    Please consult the following and see if it helps.

    Note: 396336.1 - PDF reports with program failure has been terminated by Signal 11
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=396336.1

    Note: 741076.1 - a few concurrent requests end with the error Signal 11
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=741076.1

    Note: 361188,1 - applications simultaneous fails with the error Signal 11
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=361188.1

    Kind regards
    Hussein

  • Remove the concurrent requests on simultaneous node

    After cloning
    is it possible to delete all competitor simultaneous queries on node?

    Thanks in advance

    You can run simultaneous program "Simultaneous request Purge" and/or Manager Data on the instance cloned to clean all competitor request and concurrent Manager files of newspapers, the output files and application concurrent Manager of database related records (count = 1 parameter).

  • Send e-mail notifications when a concurrent request is completed with error

    {color: #0000ff} I need to set up the system such that when a concurrent request is completed with a status of "Error", email notification generate/send to a user of the application. Please advice if you know how to configure the system to achieve this.

    Note: If the concurrent request ends with 'Normal' or 'Warning' status, generate no send/notification by e-mail to the user of the application.



    Thank you.



    {color}

    Send me an email at [email protected] and I will reply back with the script!

  • IBM think centre @ request for initialization of the system user password and a genius set the bios to lock keyboard can it is bypassed and how?

    Original title: IBM think centre @ start request.

    IBM think centre @ request for initialization of the system user password and a genius set the bios to lock keyboard can it is bypassed and how?

    Hi brandon1980,

    I recommend you contact your computer manufacturer for assistance. The manufacturer would be able to give details about the BIOS (Basic Input Output System) and find out if this feature can be disabled.

    Hope the helps of information.

  • See the requests and responses

    Is there a way or a tool that can help us to see the various requests and responses of a blackberry app, whether http or no matter what protocol?

    If you use the Simulator, you can use any regular packets sniffer.

Maybe you are looking for

  • Display for Satellite 1800 204 driver

    This driver is not for Windows XP...http://EU.computers.Toshiba-Europe.com/cgi-bin/ToshibaCSG/download_driver_details.jsp?id=43260&OSID=10&drive rLanguage = 42 & selectedLanguage = 13 & driverCountry = 41 & selectedCountry = 0

  • SL510 what ram to upgrade should I choose?

    Hello everyone, I hope I found the right place where I could get help. My SL510 is a model of 2847 and it is running Windows 7 Professional x 64. I hope this info is useful because I don't know how to check which processor and Chipset are exactly ins

  • x 86 update (KB951647) problems need help

    Microsoft .NET Framework 3.5 Service Pack 1 and the .NET Framework 3.5 Family Update for versions of .NET 2.0 to 3.5 (KB951847) x 86

  • cannot maintain the internet connection

    My laptop Dell 5 years running Windows 7 cannot maintain an internet connection. I have a dsl router that provides an "excellent" signal but I drop bars on the Internet in the right lower margin indicator and get "no internet connection" when I go th

  • Not have access to the DGM or Web Console Aironet 1142n

    Hello I have Cisco Aironet 1142n. I have currently no access to the config t to set up interfaces or the web console. I found this article on the fact that my version of IOS is set incorrectly, but I can not implement telnet to improve the image that