Can not able to save the data while executing the package/procedure

Hi,
I created one package and schedule this in JOB, job is running successfully but data is not inserting in table,
CREATE OR REPLACE package body LST_RPT as
procedure gender_proc(gender varchar2) is
begin
insert into gender_count
select * from mag_hotline_gender;
end;
end LST_RPT;
after that I am executing this
exec MSREUL.MKE_LST_RPT.gender_proc('M');
but it is not saving the data
can anybody suggest where I am doiing mistake

Hi Arun,
Thanks for the suggestion.
I checked my table structure, gender_count was GTT(global temporary table), Now I changed the structure package is executing sucessfully and able to commit the data
exec MKE_LST_RPT.gender_proc('M');
commit;
can you plz help on another point I want to schedule this package on job means it runs on every day and commit automatically, I am using TOAD but unable to create job can you plz help on this issue.

Similar Messages

  • I am not able to save any pics taken from the phone ????????

    should i reset or what i have very imp data in it so can u advise me what to do

    actually am not able to save them on my i phone , I actually deleted the folder which appears when we connect the I phone to the windows system (photo transfer without I tunes) I tried to restore it with I tunes and it started working but I loaded the backup the problem continued , one of my friend is also facing the same problem

  • After Mavericks update, i am not able to save flash files (fla) to the server.

    After installing OS X Mavericks, i am no longer able to (resave) any flash files (.fla) to any of our servers or local storage devices.
    When saving the file the first time all seems fine, trying to save the same file again results in the error message bellow.
    The error message : "Unable to save the documents as '/volumes/content/users/brian/test.fla' Please try saving to a different filename or ta different location"
    Saving a file locally doesn't give me these problems.
    Im currently running Flash CC 13.0.1.808 on a iMac.

    Hi,
    The December 2013 update(13.1.0.226) already resolved the buzzing sound issue on Maverics. Please update your Flash CC for that fix.
    Save issue is under investigation. While this issue is being fixed, you can recover the corrupted files by following the below steps
    1. Change the file extension of your corrupted fla to zip eg: corrupt.fla to corrupt.zip
    2. Extract the zip file
    3. Open the xfl file from the extracted folder in Flash CC(you will see the file is of up to date and non-corrupted)
    Other trivial work-arounds:
    1. Save your file as .xfl(uncompressed fla) instead of .fla
    2. Connect your shared location via afp protocol on Mac 10.9 whereever-possible
    3. Use Mac 10.8 or lower versions if-possible
    Thanks!
    Mohan

  • Not able to link any user while running the scheduler

    Hi,
    I have written a scheduler to reconcile the data into OIM. While running the scheduler my users are able to get linked to any user. Though Modification of the existing users are happening and scheduler is running without any error.
    Please help me in resolving this issue.
    Regards

    Did you set your reconciliation action rules and reconciliation rule? After, did you create a reconciliation profile?
    -Kevin

  • Not able to serach for competencies while creating the COmpetency assessmen

    Hi,
    I am trying to create a competency assessment template and while doing so I have to select competencies.
    I am facing an issue where it keeps erroring "please enter a serach criteria" though I enter 2 search criteria atleast.Also if I select the COmpetency type it works fine.
    Secondly how is the data populated in per-competen_elements table?
    I created the competency by entering the details on the competency form as a local competency..Is there any other details to be enetered?

    Hi user,
    It's a good idea to check the include job competences checkbox when creating your competency template.
    If you want competences to be appraised, you should use the "Competence Requirements" screen. You can find it if you login as Global Super HRMS Manager, then under the "Career Management" group.
    Here you can select the position you want to create competences for and these will show up when the appraisal is published. You can choose to end date a competency if you don't want it to show up in the next appraisal.
    So basically, if you enter the competency for a position using the Competency Requirements screen, it will show up in the per_competence_elements table

  • Not able to Retrieve Transaction Data based on the property of master data

    Hi,
    I am trying to retrieve transaction data based on property of Master Data for ACCOUNT (property  ACCTYPE = ‘EXP’)
    in BPC 10 version for netweaver.
    Transaction data is present at backend, But I am not getting data in Internal table after running RSDRI Query.
    I am using this code.
    DATA: lt_sel TYPE uj0_t_sel,
    ls_sel TYPE uj0_s_sel.
    ls_sel-dimension = 'ACCOUNT'.
    ls_sel-attribute = 'ACCTYPE'.
    ls_sel-sign = 'I'.
    ls_sel-option = 'EQ'.
    ls_sel-low = 'EXP'.
    APPEND ls_sel TO lt_sel.
    lo_query = cl_ujo_query_factory=>get_query_adapter(
    i_appset_id = lv_environment_id
    i_appl_id = lv_application_id ).
    lo_query->run_rsdri_query(
    EXPORTING
    it_dim_name = lt_dim_list " BPC: Dimension List
    it_range = lt_sel" BPC: Selection condition
    if_check_security = ABAP_FALSE " BPC: Generic indicator
        IMPORTING
    et_data = <lt_query_result>
        et_message = lt_message
    Data is coming if i use ID of ACCOUNT directly, for e.g.
    ls_sel-dimension = 'ACCOUNT'.
    ls_sel-attribute = 'ID'.
    ls_sel-sign = 'I'.
    ls_sel-option = 'EQ'.
    ls_sel-low = 'PL110.
    APPEND ls_sel TO lt_sel.
    so in this case data is coming , but it is not coming for property.
    So Please can you help me on this.
    Thanks,
    Rishi

    Hi Rishi,
    There are 2 steps you need to do,.
    1. read all the master data with the property you required into a internal table.  in your case use ACCTYPE' = EXP
    2. read transaction data with the masterdata you just selected.
    Then you will get all your results.
    Andy

  • Facing the problem while executing the Servlet on Jserv Unix box

    Requirement : To Upload the CSV file from client machine to the database
    server's UTL file directory path and load the
    contents of the file in to table by using PLSQL procedure.
    Followed Process : 1> JSP page is used to take the CSV file as Input for
    transferring to the Database server's UTL file directory
    path.
    2> SERVLET is called by above mentioned JSP which
    transfers the input CSV file to the database server UTL
    path.
    It also called the PLSQL procedure which load the contents
    of the file in the table.
    File Transfer Method: Multi-part/Form-data
    Web-server : Apache-Jserv
    Operating System : Unix
    Problem     : After trying to upload the file from JSP, I am getting the INTERNAL SERVER ERROR.
    Note          : The above process has been tested successfully on TOMCAT5 server on Windows XP.
    After checking the error log file ..I am getting the follwing error
    02/06/2005 09:56:08:350] (ERROR) balance: continuing session to bbebapp.balfourbeatty.com : 16600
    [02/06/2005 09:56:19:391] (ERROR) balance: continuing session to bbebapp.balfourbeatty.com : 16600
    [02/06/2005 09:56:19:397] (ERROR) ajp12: Servlet Error: java.lang.NoSuchMethodError: null
    [02/06/2005 09:56:19:397] (ERROR) an error returned handling request via protocol "ajpv12"
    [02/06/2005 09:56:19:397] (ERROR) balance: 10204 internal servlet error in server bbebapp.balfourbeatty.com:16600
    [02/06/2005 09:56:19:397] (ERROR) an error returned handling request via protocol "balance"

    Hi Pavan,
    In the below WLST command please provide a "Space" between every comma ( , )...like following
    wls:/base_domain/serverConfig> reassociateSecurityStore(domain="base_domain", admin="cn=orcladmin", password="welcome1", ldapurl="ldap://<hoistname>:389", servertype="OID", jpsroot="cn=jpsroot_idm_idm1")
    like there is a Space before servertype="OID" same password="welcome1" there is a Space before password...
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Not able to save bindings when calling bindings.getOperationBinding("update") in customized method.

    Hi All,
    I'm new to ADF and trying to learn it.
    I'm using JDev version 11.1.1.6.0.
    My use case is mention below :
    1. I've created 2 Bounded task flows and calling one task flow from another task flow using task flow call activity.
    2. In child task flow, i've created view activities with Train component. View activities have text fields, radios buttons, tables etc which can be filled by user.
    3. I want to save the page data to payload if I move to next view activity using Next button or by train bar.
    To accomplish this scenario, I'm calling a customized actionListener on click of Next button/Train Stop Bar in which I'm using below mention code :
    BindingContext bindingContext = BindingContext.getCurrent();
    BindingContainer bindings = bindingContext.getCurrentBindingsEntry();
    OperationBinding obj = bindings.getOperationBinding("update");
    if(obj != null){
         obj.execute();
         if(!obj.getErrors().isEmpty()){
              System.out.println("Not able to save data......");
         else{
              System.out.println("able to save data......");
    But I'm not able to save page data to payload/bindings. If i close the window using browser close button and move back to previous train stop in which i've filled the data, the data get lost and all the text fields/Radio button become empty.
    If I use Save button provided by Oracle BPM, then I'm able to save it. and data reflected even after if i close the window using browser close button.
    So I also try to use the below acode but did not get any success :
    FacesContext fctx = FacesContext.getCurrentInstance();
    Application app = fctx.getApplication();
    ELContext elContext = FacesContext.getCurrentInstance().getELContext();
    InvokeActionBean invokeActionBean = (InvokeActionBean)app.getELResolver().getValue(elContext, null,  "invokeActionBean");
    invokeActionBean.setAction(actionEvent);
    invokeActionBean.action();
    Can somebody please let me know, what am I doing wrong here or if I'm missing anything.
    Any pointers/suggestions for its resolution are welcome.
    Thanks in advance.

    Hi Timo,
    Yes, it is the same binding which is called from BPM Save button.
    I did not use the debugger but i tried to print the OperationBinding object which was showing me proper binding for update.
    Even when i tried to print the return value of invokeActionBean.action(); method, it print the proper string "closeTaskFlow".
    So if I see it logically, then I'm just trying to call the methods of InvokeActionBean from my customized method.
    If methods of InvokeActionBean not being accessed, or if it was not getting called, then it should not print the "closeTaskFlow" as return value.
    I only want to save page data into bindings once I'll move away from page precisely on moving next.
    If there is any other work around for this issue, please let me know.
    I've also tried to use Explicit/Implicit save points provided by ADF but that did not work too.

  • Error while executing the BO Dash Board

    Dear Sapians
    i am facing the following issues in the BO while execute the Dash Board.
    But the authorization working fine in BW side . In the filter of the BO Dash Board i am getting the correct values which i was restricted in the BW side.
    Please help me to solve this.
    Thanks
    Haji

    Hi Vamsi.
    The exactly erro refers to a problems when you try upgrade from these version to 11.5.10.
    Can you read this note and apply solution? The note refers a patch, but the problem is the same.
    After Patch 4334965, adstrtal.sh & adstpall.sh is failing with errors [ID 360046.1]
    BR Rafael Ceolim

  • I am not able to save the pdf with filled data or related to reader extension

    Hi,
    I have designed a pdf with some text field controls. But i am not able to save the document when i fill some data into the pdf.
    or whenever i save data it says that the pdf will be saved blank.
    I know that this is the reader extension issue. How to i add this reader extension feature into it.
    I know that reader extension can be
    1. cached
    2. A document can be made reader extended using adobe live cycle process.
    3. also it can be embedded while designing the pdf.
    Can any body let me know how do i incorporate reader extension feature while designing and at runtime too.
    I know we have taken reader extension license but dont know how to use this reader extension feature.
    Regards
    Sunil

    Hi Sunil,
    You indicate that you have a Reader Extensions license, did you also purchase Adobe LiveCycle Reader Extensions ES2? You would apply the license to your form using this server product.
    You can also apply reader rights using Acrobat Standard v9 (or Acrobat Professional v8), but this has license restrictions - see EULA. Also the rights that are enabled using this route will not be as many when compared to LC Reader Extensions ES2.
    I have a summary here:
    http://assurehsc.ie/blog/index.php/2010/05/using-livecycle-forms-in-acrobat-and-reader/
    Also have a look at the Adobe page:
    http://www.adobe.com/products/livecycle/readerextensions/
    Maybe talk to the Adobe sales in your region.
    Good luck,
    Niall

  • Users are not able to save pdfs after editing - Adobe XI. They do not use the Win7 explorer preview pane.  If they completely close the Win7 explorer window, they can save - Adobe XI thinks the preview pane is open when it is not.

    Users are not able to save pdfs after editing.  Product is Adobe XI, OS is Win7 64-bit.  When saving, an error pops up that the file cannot be saved, it is in use.  If they save as a different name, it works.  Found several forums/blogs/etc that suggest the problem can be solved by closing the Window7 explorer preview pane.  They don't use the preview pane.  I figured out that if they completely close the explorer window, they can save.  But this means they have to open and close explorer for each file.

    Hi, I would like to chime in and say that this problem has not yet been resolved. It is extremely annoying when all I do is highlight a document in the file explorer and I get 5 errors (evenly spaced out about 20 seconds apart telling me that "Microsoft
    Word Cannot Start (24)". These errors persist even after windows explorer and word are closed. And I don't want to start terminating processes just to make them stop every time.
    I'm a little frustrated with this problem and the other problems I've encountered with MS Office 2013 with file corruption, crashing, 2010 compatibility issues, and the whole host of errors when trying to actually do WORK with Word.
    I do work with long, complex reports in Word because that's the best way available for myself (and my coworkers) to use. However, I sincerely regret upgrading to Office 2013 because of it. I love it, all of its features, and its interface, but I simply cannot
    use it without problems.
    Submitting an official complaint whenever the phone reps start up again in the morning.

  • Not able to save data in pa30 action infotype in production

    Hi,
    In my organization users are not able to save data in SAP HR  pa30 action info type in production.
    It is gets hanged and throws run time error after run long time .
    in ST22 it will give below error:
    Runtime Errors   TSV_TNEW_PAGE_ALLOC_FAILED
    Information on where terminated
        Termination occurred in the ABAP program  "SAPLRHAS"   in "FILL_STRU_TURBO"
        The main program was "MP000000 ".
        In the source code you have the terminated point in line 759
        of the (Include) program "LRHASF00".
    Thanks and regards,
    Tarun

    Hi,
         Pls check your relationship of reporting postions and set up relationship A002 and also check organization relationship
        otherwise take help form ABPERs and debug and partiuclar prorgram and where and witch object its throwing
        error found out.
    Regrads,
    Tarun

  • Not able to save a newly created Data Model in BI Publisher.

    Hello everyone,
    I was trying to create a new Report (my very first report) in BI Publisher. I created a new Data Model and a Data Set. But I am not able to save the Data Model and thus not able to proceed to the report. There's no error shown. Same happens with reports too.
    Kindly provide me with a solution.
    Regards
    Ash
    Edited by: 902739 on 28-Dec-2011 01:02

    You should have a group called 'XMLP_ADMIN' in your repository and administrator or the user you are using should be part of that group. Look into paint.rpd for all these.

  • HT1399 I was able to see the lyrics while playing the audio when my iOS was 6.1.4 now i do not know what to do to see the lyrics while playing the audio or a karaoke

    I was able to see the lyrics while playing the audio when my iOS was 6.1.4
    now i do not know what to do to see the lyrics while playing the audio or a karaoke after upgraded(?) to iOS 7
    Is there any chance to see the lyrics in iOS 7 or i want to degrade it to 6.1.4?

    Thank you for responding. I'm not sure if my complete original message came through. It was just today that an automatic update notice came through, and I installed the update that was offered. So I have to guess that version — 10.1.10 — is the latest version that's available to me. My OS is 10.6.8. Again (in case the complete message isn't appearing), I'm on an older Mac, specifically MacBook 2.1. Perhaps this is the problem, and I never should have updated a few years ago. If so, I wonder if there's any way I can go back to that earlier version that worked well for me, rather than the last few versions, which have not.

  • I'm not able to save any files on an none apple external hard drive, what can i do to make it work?

    I bought a omega 320GB external hard drive so a friend could save the files off an old windows laptop i had but now when i try and open the files on my mac, it doesn't let me. i'm also not able to save any file on to this hard drive either! can some one please help me?

    The drive has the NTFS format, which the Mac OS can read but can't write to. Copy the files from the external drive onto your Mac, then reformat the external drive using Disk Utility, creating a Mac OS Extended volume and using the GUID partition scheme. Then you'll be able to write to the drive. Note that reformatting erases everything from the drive, so don't do it until after you've saved the drive's contents to other media.

Maybe you are looking for

  • Blog page in iweb site not responding or linking like other pages

    Hi This is a new issue for me. I have multiple pages that I created in my iweb site through my personal domain ... studio8films.net All page hyperlinks will work properly, but the BLOG page seems to stall and when I look at the bottom of the window i

  • My photosmart is printing pink instead of red

    When printing from photoshop my printer is printing in pink something that is clearly red. I have cleaned the printhead and there is no change 

  • Non inventory Item used in BOM/production, but i need used qty used

    Hi What type of item do i use best or how can i achieve this: I have a license cost that is used in BOM's and therefore in production orders as well. Its cost is added to the product this way. At the end of a period, i need to know how many of the it

  • Hyper draw graphic bug?

    Can anyone confirm this? When I draw in hyper edit data or move track automation to a region, the display in the arrange page is one quarter note later than the data that shows up in the event list. Needless to say this makes editing data difficult.

  • Lenovo Mobile Assistant desktop version

    I just purchased a Lenovo A680 smartphone and it has the Lenovo Mobile Assistant installed in it. When I tried using it, it says that I need to download and install the desktop version first on my PC. I tried searching support.lenovo.com, the whole l