stored procedure and in the app engine peoplecode

Hey all,.
I want to call a stored procedure in peoplecode using sqlexec. I guess that the syntax is correct.
SqlExec ("exec sp_name');

My question is
the peoplecode will wait until the end of the stored procedure?
or
is it just to send the command to the database to run the stored procedure and continue following the instructions after the exec sql.

Please let me know if I'm not better explain and need an example.

Please help me.
Thank you.

«.. . "will be the peoplecode wait for the completion of the stored procedure.
Yes.

Nicolas.

Tags: Oracle Applications

Similar Questions

  • Call the stored procedure, and bind parameters by name

    Hello

    I use the Oracle ODBC 12 c driver to pass values from one Interface to our database Oracle 11.2. The Interface software collects data from modbus protocoll and calls a stored procedure. Right now my syntax to call the stored procedure looks like this:

    CALL procedure-name ('STRING', 'Timestamp as String', numValue1);

    It works very well. Now, I have to add a default setting to my procedure. To stay flexible to make other changes, I want to call the procedure and bind the parameters by name. Release 10.2.0.1.0 ISC ODBC Notes:

    Added support for the named parameter, binding the parameters by name. ODBC Oracle driver now allows the application to specify the parameters of a stored procedure by name, in the procedure call. Named parameters are to be used in calls to stored procedures and should not be used in other SQL statements.

    So, it shouldn't be a problem to use named notation, but how do I do this in ODBC? I tried like this, but oracle returns an ora-00936 error of missing expression:

    call procedure-name (paramName1 = > 'STRING',= paramName2 > 'Timestamp as String',paramName3 = > numValue1).


    Thank you for your help.

    Finally, I was able to find the error. The syntax of the statement was very good. The problem was caused by another declaration that I edited before and the error has not attracted Attention immediately.

    Thanks for reading and looking for an answer.

  • How to query the DDL lock functions or stored procedures and packages?

    Hello!

    The subject says it all: how to display existing DDL locks on the functions or stored procedures and packages?

    While running a procedure, it cannot be deleted or replaced, so there must be a DDL lock on it. The information does not seem to be in V$ LOCK or V$ LOCKED_OBJECTS.

    Thank you!
    Marcus

    Published by: David on November 21, 2009 15:43

    Hello

    You have the DBA_DDL_LOCKS view.

    Best regards
    Jean Valentine

  • two related issues: to call the stored procedure and passing in an array of elements using htmldb_Get

    I need to save items of ApEx generated dynamically via AJAX.  I use the APEX_ITEM API to generate the elements.  At runtime, I have no idea how much of elements are generated on the page, but I know that they're all separate and discreet 'name' attributes, i.e. f01, f02, f03, etc..  As a basic example, if I have to generate a selection list, I know that the parameter "p_idx" of the APEX_ITEM call is to say '3', so select all lists that get generated have a "name" attribute in "f03" DOM, all text elements will be "f01", etc.

    I want to record these data in the database using AJAX.  It is common to call the javascript htmldb_Get function that is standard for the use of an application process, but I am interested in the use of the rarely called upon 'internal' and queryString"options of this javascript function so that I can build the query string to the fly according to what is on the DOM when it tries to save the data they have entered into these items generated by APEX_ITEM.  Someone at - there are good examples of the use of the 'procedure' and 'queryString' the javascript htmldb_Get function parameters?

    I have found a handful of some blogs, messages, etc. online linked to this, but just for most people regurgitate the documentation.  I found this post (https://forums.oracle.com/thread/2549237), which has had a glimpse of hope to move from a table (which is something I need) as a parameter, but as someone in their right mind would check this before you go this route.

    Shane.

    ApEx 4.2.1

    Shane

    Since you mention that you are on 4.2 APEX I advise to use apex.server.process which is replacing the htmldb_Get officially undocumented documented.

    In the literature, it is that the first parameter is the ajaxidentifier but it's actually the name of the process.

    The data object would be something like

    var lData ={f01 : get_value_array('f01')}
    

    Where is get_value_array

    function get_value_array(pColumnName) {
      var l_values =[];
      apex.jQuery('[name="'+pColumnName+'"]').each(
       function(){
        var l_value;
        l_value = apex.item(this.id).getValue();
        l_values.push(l_value);
       }
      );
      return l_values
    }
    

    For an example see this demo.

    Nicolette

  • How to run a stored procedure by using the steps in database?

    Hello

    I'm trying to run some procedures of the store and it will not work.

    See the file attached is seq.

    I have a varchar parameter (50), which must also be provided to the stored procedure and it returns an int.

    To do this I had to only use data in an open statement

  • Use the stored procedure to create the data model for the bi publisher report

    Hi all

    Can we use stored procedure to create the data model for BI Publisher reports? I did find an example by using the stored procedure to complete the data model in the bi publisher report.

    Thank you

    Virat

    Check out these links

    BI publisher to use the stored procedure
    Re: Stored procedures and dynamic columns
    Re: Is it possible to use stored procedures in BI Publisher GUI?
    Re: PL/SQL stored w / model XML?

    If brand pls help

  • Basic stored procedure helps - not the return data

    Hi all:

    To be fair, I come from a SQL Server environment and have never written anything for PL/SQL / Oracle before, this is my first attempt, so if nothing is better or more effective, please let me know. The immediate problem I'm having is, I have the following stored procedure, and all I want to do is return the data in the table, so that I can fill my DataSet in code. But when I run the code against this stored procedure, it still don't bring back any data (if I just do a standard "SELECT * FROM lkAllocation", I get the results, so I know data are there and the connection is good). If execution of the procedure in my window in Oracle SQL Developer (call PAYSOL.spallocationselectall ();), my results displays no data as well. What is the problem with this stored procedure?


    create or replace
    PROCEDURE spAllocationSelectAll IS
    Whole AllocationID;
    AllocationName Varchar2 (50);

    BEGIN
    AllocationID: = 0;
    AllocationName: = ";

    SELECT
    AllocationID,
    AllocationName
    IN
    AllocationID,
    AllocationName
    Of
    lkAllocation
    ORDER BY
    AllocationName;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    NULL;
    WHILE OTHERS THEN
    -Consider recording the error and then re-raise
    LIFT;
    END spAllocationSelectAll;

    Well, I'm not really in .net (I would participate in another forum so ;)), but this might be useful?

    Value (Oracle.DataAccess.Types)      System.Data.DbType      OracleDbType
    OracleRefCursor      Object      RefCursor
    

    http://download.Oracle.com/docs/CD/B19306_01/win.102/b14307/featOraCommand.htm#g1025379
    http://download.Oracle.com/docs/CD/B19306_01/win.102/b14307/featOraCommand.htm#g1025072

    Perhaps the [forum Windows and .net | http://forums.oracle.com/forums/category.jspa?categoryID=44] is worth a try as well.

  • When I click on the 'Get' button in the app store for El Capitan, the beachball cursor rises and crashes the app store (not responding) in the force quit window...

    When I click on the 'Get' button in the app store for El Capitan, the beachball cursor rises and crashes the app store (not responding) in the force quit window...

    How can I fix it?

    Nevermind, I restarted the computer and it was fixed

  • Impossible to download and update the app on the iPhone 6 Plus

    Topic: impossible to download and update the app on my iPhone 6 Plus

    Turn off your device and turn it on again. If this does not help, sign out of your account and reconnect.

    In addition, you can try to reset your settings.

    • Press and hold the sleep/wake button
    • Press and hold the Home button
    • Press and hold both buttons until the display turns off and on again with the Apple logo on the subject.

    Alternatively, you can go to settings - general - reset - Reset all settings

  • Since the upgrade to ios 9.3 on my iphone 6, links in the email and SMS are not working and freeze the apps.

    Since the upgrade to ios 9.3 on my iphone 6, links in the email and SMS are not working and freeze the apps. If anyone has had this problem and if yes, how do solve you this problem?

    There has been a number of similar reports. See also http://osxdaily.com/2016/03/25/troubleshooting-ios-9-3-update-problems/

  • How to maintain the same State of the application after closure and reopen the app?

    Hello

    My problem is while accessing the request, if I close and reopen the application then the previous state of the application is at a loss.  Please help me to maintian the same State of the application after close and reopen the app means reopen after application, enforcement should be focused on the last viewed item and I used the browser component if I reopen the app, then content browser also be there under the previous state.

    Advanced thanks for any help.

    One proposed by Simon is 'Close' and that you save enough information to rebuild your Application in the State was restoring it when it is reopened.

    Alternately, instead of really close your application, you could just put it on the bottom using

    UiApplication.getUiApplication () .requestbackground ();

    Once in the background, when the user selects again your application it will start immediately and will be exactly as it was left.

    This does not, of course, runs through judgment or commissioning of treatment you could want, so, for example, will not store all resources you want to put away when you know that the user is going to use your app for a while.  To help with this, look at the Application.activate () and Application.deactivate () methods.

    I hope this helps.

  • Cannot install and update the apps store of windows 8

    Cannot install and update the apps store of windows 8. When I click the button install is not install only loadin. Plese help me.

    After trying all suggestions from several sites, I found that the problem is that the Firewall window must be running in order for the applications to install.   If you are running Windows 8 Pro, go to the desktop and click on "My computer" and double click on 'manage '.  In the window on the left side computer management, expand "Services and Applications".   Click on 'Services', in the Center window, scroll down to "Windows Firewall" right click on "Windows Firewall" and click "Properties".  If the Startup Type is "disabled", click to drop down and select "Automatic".  At this point, you can click on 'Start' under the service status.  Once the Windows Firewall is started, you should be able to start installing and or update your apps from the app store.

  • How can I find and delete the app that keeps me close my office?

    Whenever I try to power off my desktop computer, I get a message that says "this app prevents you to close...". "or something. I don't know how to find and delete the app.

    Open the Task Manager by right clicking on the toolbar to see the programs running.

  • I get the error message: 1 when you try to download the creative application of cloud. I tried rerun the installation and use of the cleaning tool. I can not uninstall and reinstall the app because there never have down loaded initially.

    I get the error message: 1 when you try to download the creative application of cloud. I tried rerun the installation and use of the cleaning tool. I can not uninstall and reinstall the app because there never have down loaded initially.

    Try with the solution provided in the link below:

    ERRO 1: Creative cloud cannot install

  • Can you have CC installed on 2 computers AND have the app on your phone?

    Can you have CC installed on 2 computers AND have the app on your phone?

    Hello

    You can have the creative cloud installed and signed in on two computers as long as you don't use it on one at a time. Download and install as you did on the first computer, sign in to your Adobe account on the Adobe using your Adobe ID website, download the desktop app from clouds, then download the software. Sign on a computer that should not be used: log in and log out of the desktop Adobe Creative Cloud application

    You can have various applications of creative cloud on your phone as well:-Adobe mobile, iPhone, iPad, Android apps | Adobe Creative Cloud

Maybe you are looking for