Unable to submit a job when the variable is a composite one

Hi
I was trying to submit a job from dbms_job.submit
DBMS_JOB.SUBMIT(l_job,
'gitm_goaml_job_proc('||''''||p_wrk_gidamlrp||''''||'),
SYSDATE,
'SYSDATE + (10/(24*60*60))');
Here p_wrk_gidamlrp is a composite type of variable which i have created in a package spec.
when i try to complie the code I receive an error that '|| have not been used properly' But if i replace p_wrk_gidamlrp with a simple data type variable things work fine.
Can you please let me know the reason of this error?
Thanks
-vinod
Edited by: 965358 on Oct 15, 2012 4:07 AM

post details of your datatype etc. otherwise we don't know what you've got in there and how we can help.
Also make sure you include your database version and use {noformat}{noformat} tags as described in the FAQ: {message:id=9360002}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the butten is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    I am creating a form on LiveCycle Designer and I am trying to create a form that has a e-mail submit button.  When the button is utilized it attaches the form to the e-mail in an plain text .xml format rather than the pdf format.  Is there a quick fix?

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button Object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

  • Boy what a screw job when the program freezes in the middle of site wide fo

    Boy what a screw job when the program freezes in the middle of site wide folder name changes.
    Then you never know what did get changed or not until you wade thru every possible one.
    And you cant just redo change the folder name, cuz the folder name did change.
    Further, every attempt locks the program.
    lost on broken links...
    OK I'm talking about changing a folder name: ceaseless freezing
    OK Now when it does work, none of the
    AC_RunActiveContent.js
    updated.  What a mess
    DW CS3
    Mac OSX.4.11

    you can force quit the front-most application in Mac OS X v10.5 or later by pressing Command-Option-Shift-Esc for three seconds.

  • Triggering  a job when the first job gets cancelled...

    From BMV0, we can trigger a job once the first job is completed using the 'After Job' option. Can u tell me if its also possible to start another job when the first job gets cancelled ?
    Message was edited by: Sushma Anuprava
    Message was edited by: Sushma Anuprava

    Hi,
    Go to the database view V_OP and check for the column 'STATUS' which gives the background job status , based on value from this column (cancelled status ) , start the new job with FM : 'JOB_START' .
    Regards
    Appana

  • How do I select the entire text when the focus is moved to one TextBox?

    How do I select the entire text when the focus is moved to one TextBox?
    There are three TextBoxes.  I use <TextBox TabIndex="1"/> to set the order they are selected.  When I enter one specific TextBox, I would like to have the entire text selected ... one key stroke removes all of the text in that TextBox.
    bhs67

    I do it the following way:
    1.  Override the OnStartup for the application.  Use the following code: (VB.NET)
    EventManager.RegisterClassHandler(GetType(TextBox), TextBox.GotFocusEvent, New RoutedEventHandler(AddressOf TextBox_GotFocus))
    2.  In the event handler use this code (again VB.NET)
    Private Sub TextBox_GotFocus(ByVal sender As Object, ByVal e As RoutedEventArgs)
    _theTextBox = CType(sender, TextBox)
    If setFocusTimer IsNot Nothing Then
    RemoveHandler setFocusTimer.Tick, AddressOf setFocusTimer_Tick
    End If
    setFocusTimer = New DispatcherTimer
    setFocusTimer.Interval = TimeSpan.FromMilliseconds(10)
    AddHandler setFocusTimer.Tick, AddressOf setFocusTimer_Tick
    setFocusTimer.Start()
    End Sub
    Private Sub setFocusTimer_Tick(ByVal sender As Object, ByVal e As System.EventArgs)
    setFocusTimer.Stop()
    _theTextBox.SelectAll()
    End Sub
    What this does is register a handler for every textbox in your application.  This will execute when the GotFocus event is raised and will allow you to do whatever (in this case select all) you want.  A great way of handling things at the application
    level.
    Lloyd Sheen

  • Unable to schedule a job from the Jobs Library

    Hi,
    I have created and stored a job in the Job Library, however when I try and submit it to run with a schedule and against specified targets Grid just seems to hang, and eventually it comes back with "Application server is not responding". I have set it up as a sql script and used a PL/SQL block, I have tested the script outside of Grid and it works fine. I have tried using prefered credentials and override credentials, but this makes no difference.
    I am running OEM 10g Release 3 on Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    Anybody had anything similar?

    Thanks for the reply. Tested connectivity to both databases from Grid all looks good. Attempted to set up a job individually for each db and it hung on both, again I tried using default credentials and override credentials.

  • Pass the variable from timeline to one of my classes !?

    Hello !
    The title says it all.
    I need to pass a boolean variable initially set to false to one of my classes called "EasyGame".
    It is than changed to true when one of the function in this class is runned.
    I tried some different ways but had no luck.
    Anyone have an idea ?

    If you instantiate the class in the timeline, you can just call a method in the class - passing the variable as a parameter.
    easyGame.setTimelineVar(myVar);
    And have another method that lets you retrieve the value:
    myVar = easyGame.getTimelineVar();

  • Cannot submit app update - "Error The submission can only contain one appx or one appxbundle."

    I'm trying to submit my app update to the store and I get the following error:
    Error
    The submission can only contain one appx or one appxbundle.
    So I thought I should maybe utilize the "Delete" option to allow me to submit an updated appx or appxbundle (since these are the only file types that App Studio allows us to build). However, when I do, I get the
    following message:
    Can't delete this package
    You must have at least one 8.1 package in your submission.
    ... So I'm basically stuck. Can't delete to upload a new one. Can't upload a new one because there's one already there. It would be nice if you could automatically sunset the old appx/appxbundle package in favor of the new
    one.
    Update: Solved! Solution below.

    Since this is still an issue, shouldn't it be escalated for a fix so that the page works on any modern browser?
    I see two independent problems here:
    - Hitting Delete should work, not bash the user with a "You must have at least one 8.1 package in your submission." message (i.e. allow the developer to delete and then add a new file, if so desired). After all, when making the initial submission
    we are in the same situation (no file yet), so it can't be that bad, as long as this is checked for at a later stage.
    - Show that Replace button which seems to be hiding! If it is a Silverlight issue, why require Silverlight in the first place?
    P.S.: I am experiencing this with IE (no Replace button, Windows 8.1 x64 and latest updates).

  • Cannot submit dynamic form when the form go to the same URL

    Hi,
    I am using Safari 5.1 (7534.50). I am having problem on dynamic form submission.
    When I click on the button 1 on the following form, it will open a page in a new window.
    After that, if I push the button 2, the form cannot be submit and it won't open a new page.
    If I push the button 1 again, the form cannot be submit again either.
    <form target="_blank" action="http://www.domain.com" method="get" name="prForm">
    <input value="0" name="test">
    </form>
    <a href="javascript:submitForm(1);">Submit Button 1 </a>
    <a href="javascript:submitForm(2);">Submit Button 2</a>
    <script type="text/javascript" language="javascript">
    function submitForm(val) {
        var pf = document.prForm;
        pf['test'].value = val;
        pf.submit();
    </script>
    This behaviour has been considered as a bug in Google Chrome and has currently been fixed.
    I wonder if Apple will fix the same bug in the future?

    Might make this easier to answer if you can see the page in question:
    http://www.whataretheyreallylike.com/review.html
    Your thoughts, please?

  • Unable to submit any item in the form library through InfoPath form

    I had created a form and link to a form library, but when i click on new document  it show me this dialog box with URL
    ms-infopath:nft|u|.....|s|......
    and then it open InfoPath form after submitting it does't not insert any value in the Form library.
    In my case
    1.I want to remove ms-infopath:nft|u|.....|s|......
    2. Form should open in web browser.

    Hi
    ank89 ,
    Please take steps as below:
    Create a Form using SharePoint Form Library template.
    After customizing the form , click  File ->Publish -> SharePoint Server -> save the form -> in the Publishing Wizard page input your site URL -> provide your authentication account.
    Check “Enable this form to be filled out by using a browser” and Form Library.
    Select your Form Library and edit the Form Library field , then Publish it and you will get what you want.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I am unable to attend calls even when the network is full!

    I am using Pure Sola v2 Custom Rom.Network signal is great but i can neither attend calls nor can call to a number.Most of the time I have to try 6 or 7 times in order to make a successful call. My SIM works fine on other cellphones.No such issue..The problem was also there in stock rom..help me please..

    anyone knows the solution..please help me if u can..

  • How do I find the creation date of a pdf file when the user did not enter one (doesn't show up in properties)?

    I can't find the stamp in properties, etc.. does not show up. I do not know how to otherwise get the date. This is Version 1.4  (Acrobat 5.x) DPE build 5095

    The data is not there at all. My mention of hidden metadata (perhaps confusing) is to emphasise that there IS NO hidden metadata, because that would be a Bad Thing.

  • Firefox will not 'save as pdf' for whole page, when the page is a large one. How can this be fixed?

    My Mac Desktop PPC (2002) is running 10.4.11.
    Firefox has no more updates beyond 3.6.24, which is what I'm running here.
    I want to save a NY Daily News live update page (large and with photos..) ..which is not 'infinitely large': this one is page 3..
    But the resulting pdf is two pages, with a NY Daily New beginning.. and an 'end' on page 2. Nothing in between.
    can you help
    'Troubleshooting information' is non-applicable here, since Firefox does not even acknowledge this as a category..!

    See:
    *http://kb.mozillazine.org/Problems_printing_web_pages
    *https://support.mozilla.org/kb/Printing+a+web+page
    Try to adjust the print scale: File > Page Setup > "Format & Options": Scale (unselect: "Shrink to fit page width")

  • Trying to submit a job for Compressor

    I'm having trouble submitting my sequence once it's been imported into Compressor.
    After performing the necessary steps then clicking on the submit button the window
    displays the name and priority, but for the cluster it displays "no value". So I click on submit again, then a warning appears stating: "Unable to submit to queue"
    Please restart or verify your Compressor installation is correct.
    I've tried to restart which didn't work either.
    I've also tried going into the QMaster under system preferences, but that seems to be fine. Please help me!

    I have been experiencing the same issue with Compressor, unable to submit a job to be compressed.
    This issue started recently, after the Pro App update.
    I am using Compressor 3.5, there are no current updates available in "Software Update".
    I have not tried reinstalling Final Cut Studio yet, I would like to avoid that if possible. I'm sure there is a software update fix coming soon... In the mean time, I am unable to use compressor.

  • Need to send Automatic mails when the report successful or Fail.

    Hello Experts,
    Created one report for reconciliation to check BW and R/3 figures.
    There are exceptions designed using reporting Agent settings on the same report.
    (When the values from R/3 to BW are matching it shows Green color and if the values are not matching report shows red color in the columns.)
    There are some mandatory variables for Company code, Period and Currency Type.
    Selections for  Company code and Period are fixed but We have three currency types (00,10,30)
    Reports needs to be executed for three currency types.
    Requirement is that
    when the report is executed for One currency type  (Ex u2013 00)
    If the key figure column shows Green color , Immediately mail has to be sent to necessary mail IDs saying the status successful.
    If the key figure column shows Red color , Immediately mail has to be sent to necessary mail IDs saying the status Failed.
    Like this the same report has to be executed for other two currency types and send the the same status as above phenomenon.
    Sending mails can be taken care by BASIS people with SMTP configuration.
    I want to know the development needs to be done from BW side.
    Are there are any settings in BW to send the message as Successful  when the report shows green color and message as failed when red color appears in the report.
    Regards,
    Siva.

    Hi,
    As i understand you need to set up an alert framework.
    Please check :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b6d59590-0201-0010-5f9d-adb9f6b14d80?quicklink=index&overridelayout=true
    This can also be achieved using BEx broadcaster
    Please check :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/efdbd593-0e01-0010-4eb1-a09ffedd550a?quicklink=index&overridelayout=true
    Hope this helps.
    -Vikram

Maybe you are looking for

  • SAP message Log

    Does SAP maintain log of all the messages displayed on screen using MESSAGE statement? We are investigating a problem and want to see the messages displayed by SAP during the time when problem occured.

  • How do download my video without a fire-wire port??

    How disappointing! Just discovered the lack of a FireWire port on my new MBP when I started to download video from my Sony Camcorder. What now?? Been looking for an adapter with a USB 3.0 or a hub, but to no avail. There is a cord with USB on one end

  • Intel Xserve and kernel panic on high I/O load

    Hi everyone, Having added our 1st Intel Xserve to our server farm for test purposes we have encoutered several kernel panics on high I/O loads to Xsan volumes and standalone Xraid's. Below is a portion of the system.log after restart. The amusing par

  • Upgrading DB 11.1.0.6 to 11.1.0.7

    Hi all, Windows 2003 server. We have an existing PROD database of version 11.1.0.6. Due to some encountered bugs, we are required to upgrade to 11.1.0.7 Can you correct me if I am right it my procedure to apply the patch upgrade? 1. Download patch. 2

  • Photoshop CS3 Crashing consistently in Windows XP SP2

    Hello, I'm using Photoshop from the Web Premium CS3 package on my Windows XP machine.  I've never had problems with it in the past, but today when I've gone to use it it will consistently crash if I select File->New while I have a file already open.