Unable to present a work when the variable is a composite

Hello

I tried to present a work of dbms_job.submit

DBMS_JOB. SUBMIT (l_job,
' gitm_goaml_job_proc ('|) '''|| p_wrk_gidamlrp | " ' ||'),
SYSDATE,
"SYSDATE + (10 /(24*60*60))');

P_wrk_gidamlrp here is a composite type of variable I created in a package specification.

When I try to complie the code I get an error that ' | have not been used properly ", but if I replace p_wrk_gidamlrp with a variable of type of data simple things work very well."

Can you please let me know the reason for this error?

Thank you
-vinod

Published by: 965358 on October 15, 2012 04:07

965358 wrote:
Hello

I tried to present a work of dbms_job.submit

DBMS_JOB. SUBMIT (l_job,
' gitm_goaml_job_proc ('|) '''|| p_wrk_gidamlrp | " ' ||'),
SYSDATE,
"SYSDATE + (10 /(24*60*60))');

P_wrk_gidamlrp here is a composite type of variable I created in a package specification.

When I try to complie the code I get an error that ' | have not been used properly ", but if I replace p_wrk_gidamlrp with a variable of type of data simple things work very well."

Can you please let me know the reason for this error?

Thank you
-vinod

If p_wrk_gidamlrp is a composite type of variable, then you can simply concatenate it to a string. Concatenation expected varchar2 values or data types that can be implicitly converted to a varchar2 (although the implicit conversion is not recommended). Oracle cannot implicitly convert a composite type in a string of varchar2.

Tags: Database

Similar Questions

  • Music app does not work when the screen is closed!

    Android6.0.1

    Compact Z5.

    When I listen to the music in the music of sony and closed the screen app, music will play a minute and stop, even when I turn the offshore endurance and add it to the white list, but it doesn't work.

    Other applications that can play music also encounter this problem. Some applications of music need wifi, they cannot work when the screen is too closed.

    What can I do about it?

    I think also ultra endurance disables many apps, so my guess is that you have a 3rd party app that close somehow your applications when the phone goes to sleep.

  • Network type changes 'Public' and does not return to work when the default gateway is detected

    Original title: Type of network not restored on ethernet cable reconnect.

    I have a Dell Precision R5500 running Windows 7 Professional Service Pack 1. It is connected to a network that is stored as a type of 'work '. When the ethernet cable is removed and replaced network type changes to 'Public' and does not return to work when the default gateway is detected. I also have a Toshiba Tecra M10 running Window 7 Professional Service Pack 1 that initially detects the network restored as 'Public', but 'Work' once again Exchange is a connection to the default gateway. Is there a setting somewhere in the strength of the network to double check its type periodically?

    Hello

    You have any other network assets wireless (specifically) running on the computer?

    Have another active network connection could also cause this.

    Allows us to follow the methods mentioned below and see if they help.

    Method 1: Run the network troubleshooter.

    When the network type gets changed to 'Public' after the cable is disconnected and reconnected. The troubleshooter should let you know if there are errors with the associated services.

    See the following article:

    Using the troubleshooter from network in Windows 7:

    http://Windows.Microsoft.com/en-us/Windows7/using-the-network-troubleshooter-in-Windows-7


    Method 2:
    check if network discovery and file sharing options are enabled in the network and sharing Center.

    See the following steps:

    a. click on start toreduce this top, type network and sharing Center in the Start Search box, and then click network and sharing Center in the programs list.

    b. If network discovery is off, click the arrow to expand the section, click turn on network discoveryand then click apply.

    Reduce this includes this imIf that you are prompted for an administrator password or for confirmation, type your password or click continue.

    c. If file sharing is off, click the arrow to expand the section, click turn on file sharingand then click apply.

    Collapse this includes this ima

    If you are prompted for an administrator password or for confirmation, type your password, or click continue.


    Method 3: Uninstall the network drivers and then install the last set of drivers on the manufacturer's Web site and check the issue.

    See the following steps:

    (a) click Start, right click on computer.

    (b) click on properties, click on Device Manager

    (c) expand the network adapter, right click on the adapter option

    (d) click on uninstall

    (e) now go to your computer / site Web of the manufacturer of the device, download the updated drivers and install them.

    Reference:

    Updated a hardware driver that is not working properly:

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

  • "mouseout/mouseouthandler()" does not work when the mouse leaves the scene

    AnimateCC. How to detect what mouse leave banner?

    Button has the same size as the banner

    Canvas_mouseOut

    Try switching the mouse banner cursore, Panel of exploration

    My code can't handle this problem:

    ////////////////////////////////////////////////////////////////////////////////////

    This.Stop)

    frequency of var = 20

    stage.enableMouseOver (frequency);

    this.btn.addEventListener ('mouseover', mouseOverBanner.bind (this));

    this.btn.addEventListener ("mouseout/mouseouthandler()", mouseOutBanner.bind (this));

    function mouseOverBanner() {}

    this.buynow.gotoAndPlay ('over')

    }

    function mouseOutBanner() {}

    this.buynow.gotoAndPlay ('out')

    }

    ////////////////////////////////////////////////////////////////////////////////////

    The solution is to target the whole canvas instead of a button to fill the canvas; This also works when the ad inside an iFrame:

    .addEventListener canvas("mouseover", mouseOverBanner.bind (this));

    .addEventListener canvas("mouseout/mouseouthandler()", mouseOutBanner.bind (this));

     

    function mouseOverBanner() {}

    this.buynow.gotoAndPlay ("over");

    }

     

    function mouseOutBanner() {}

    this.buynow.gotoAndPlay ("out");

    }

  • getURL() does not work with the variable

    I have a button that does two things:
    First of all, it opens a new Flash movie in a new window, using the line:

    getURL ("javascript:OpenBrWindow('/movie2.asp','MyMovie','status=0,scrollbars=1','865','690_','true')");

    It then redirects the original window to another URL by using the line:

    getURL (" http://www.mydomain.com")

    This works very well when the two lines are combined into an instance of button as follows:

    on (release) {}
    getURL ("javascript:OpenBrWindow('/movie2.asp','MyMovie','status=0,scrollbars=1','865','69_0','true')");
    getURL (" http://www.mydomain.com")
    }

    But if I set a variable to contain the first url, replace the url with the variable, the new window never opens.

    Here's the new code:
    It is located in frame 1:
    MyURL = "javascript:OpenBrWindow('/movie2.asp','MyMovie','status=0,scrollbars=1','865','690','tru_e')";

    This is the new code behind the button instance:
    on (release) {}
    getURL (myurl);
    getURL (" http://www.mydomain.com")
    }

    The second command, redirection, works, but a new window never opens to the other film.

    Any ideas?

    Thank you
    Beth

    Okay - with some trial and error I figured it. I discovered that the variables declared and populated in the timeline not copied to the button unless they are configured as global variables. Call of my variable _global.myurl did the trick.

  • Camileo P30 does not work when the 8 GB SDHC card is inserted

    Hello
    I just got a new camcorder Camileo P30.
    I also bought a card 8 GB class SDHC 6 100 'Lexar Premium' x
    And it does not work with the card inserted.

    Here are the symptoms:
    (1) when the card is not inserted I can do everything OK - take pictures and video, use the menus, it turn on and off.
    (2) when the card is inserted, the following occurs:
    2.1) I can't take pictures or video - it does not meet the pressed buttons.
    2.2) I can't access menus.
    2.3) I can't shut off again.
    2.4) I do not identify the amount of memory is available (shows only 0 recording time remaining).
    (3) I have tried different combinations of:
    3.1) Insert the card so that the camera is turned off.
    3.2) Insert the card so that the camera is turned on
    3.3) Insert the card while the device is switched on and in one of the menus.
    (4) the camera doesn't always work if I take the card again.

    During these expriments (#3), I was sometimes able to get a record time correct left (#2.4), but still #2.1 to 2.3 # were a problem.
    At one point, I was also able to "format" the card and subsequently, he showed a record very long time available (not matching only not to the size of the map) and #2.1 to 2.3 # were still in force (i.e. I couldn't use the camera or turn it off).

    Note to work around the #2.3 I took the battery.

    I was not yet looking for updated firmware, or connect it to the PC.

    Has anyone of you has met with such a problem?
    What did you do to solve it?

    Thank you.

    Hello

    Have you tried another card SDHC?
    I m not very well what is happening here, but I recommend you another card in this camcorder.
    I m P30 not owner but I have a: 30 and the camcorder reads without problems for 16 GB SDHC card. It works perfectly.

  • Satellite P205: Touchpad does not work when the new adapter is connected

    I got a replacement charger for my Satellite P205 but put it has A 4.19 instead of 3. 95 has, they said that it didn't matter, but since I use the charger, I have the following problems:

    -Does not load properly and turns off after an hour.
    -The touchpad has a mind of its own when the charger is connected (windows opens if hovering over button, through the screan jumps when I try to move it, freezes and disappears)
    -Charger Word to say the laptop plugged in but not charging

    What can I do to remedy these problems, the laptop works perfectly when the charger is not plugged in?

    See you soon!

    Hello

    I guess that the touchpad worked correctly in the past with the former sector adapter.
    Is this good?

    Well, it seems that these questions are related to the new power adapter and I would recommend using a 100% compatible adapter.

    Check the AC adapter s old part number and if the issues could be resolved using this adapter.

  • HP Pavilion 17-f049nd: graphic equalizer Beats Audio does not work when the multistreaming is enabled. (Realtek audio)

    Hello

    While I was listening to music with my helmet on I decided that I wanted to add some bass with the control panel Audio Beats.
    But using the graphic equalizer sliders not cause the change in the output.

    So I've updated my driver to the latest version hoping that would solve the problem.

    The problem was fixed immediately after reinstalling, but I discovered that the multi-streaming has been disabled.

    As soon as I activated the multistreaming in Control Panel, I noticed the legalization was extinguished immediately.

    I like both options and want to use both.

    So I thought when the multistreaming is activated the graphic equalization no longer works.
    Is there a solution where I can use the multistreaming and still keep the graphic equalizer?

    I hope this is enough information, if needed I can provide more.

    Greetings Jeronetj3

    Hi @Jeronetj3 ,

    Thank you for your query.

    I regret to inform you that you can not enable both options.  You will need to choose one or the other function that is most important.

    The Beats audio panel doesn't have an option to control two different audio sources.

    Concerning

  • LAN does not work when the Cisco E1000 router hangs

    Original title: Download sp3

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! I bought recently a new Cisco E1000 router. My computer is a laptop model Lenovo 0769.

    I am running windows XP with sp2. The cisco software requires sp3. I called support of cisco and even they couldn't get to download sp3. My network is wireless on the router and I had to install from another laptop computer on the system. My LAN does not work when hooked. What do you suggest to me.

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hi mdenrique,

    1. what exactly do you mean by LAN (Local Area Network) does not work? You get the error message?

    If you have not installed Service Pack 3, try the following steps:
    Step 1: Download Service Pack 3
    see How to obtain the latest Windows XP service pack .
    b. scroll the window and click on "Download now the Windows XP Service Pack 3 package" to download the service pack.
    c. save the file on the desktop.

    Step 2: Install Service Pack 3
    a. open the file downloaded and follow the instructions in the wizard to complete the installation.
    b. restart the computer once the installation is complete.

    For more information, see steps to take before you install Windows XP Service Pack 3

    Note: Once you have installed service pack 3, install the router and check if the problem persists.

    Step 3: To troubleshoot LAN, run home and small Office Networking Troubleshooter
    a. Click Start and then click Help and Support.
    b. under Pick a help topic, click Network and Internet.
    c. under network and the Web, click on resolution of networking or Web problems and then click on home and small Office Networking convenience store.
    d. answer the questions in the troubleshooter to try to find a solution.

    For more information, see the following articles:
    1 see How to troubleshoot a network in Windows XP
    2 see two resources to solve the problems of connection network in Windows XP

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Using Windows Live Hotmail, I am unable to fix attchments, even when the elements are photographs stored on my computer.

    With the help of Hotmail, I am unable to attchments atttach even when items are photographs stored on my computer. I get an error message that says that I don't have a link to the internet, even when I

    Hello

    As you are facing problems with Windows Live Hotmail, I suggest you to report your query in the link given for assistance.

    http://windowslivehelp.com/product.aspx?ProductID=1

  • Problem - VGA output VGA or HDMI port does not work when the connection to the input of your TV

    Problem of VGA output - using an acer aspire 5520-5912 trying to connect it to the TV input - connect S-Video works well - port however VGA or HDMI does not work - 1 when I plug the VGA cable that goes to an entry of RD Gr Bl on TV, my screen goes black - as soon as I unplug the cable and press FN + F5 I get the screen back - if I restart the computer in order to have the computer to identify the external screen it will just a black screen when the priming. Troubleshooting using no external monitor is identified unless I use the S-video connection.  The Hdmi connection gives me the same result that the VGA - convenience store attempt will identify the computer screen.  OPSYS Vista. Thank you

    Hi cdk14031


    You have set display up-to-date drivers installed?

     

    Step 1 :
    To resolve the problem, you can check if the uninstall and reinstall so help display drivers.
    Also check if you have any exclamation point or cross the marks on the sides of display devices listed in Device Manager.

    a. click Startand then click Control Panel.

    b. click system and Maintenance, click Systemand then click on Device Manager.
    Note If Control Panel is in Classic view, double-click System, and then click Device Manager.
    If you are prompted for an administrator password or a confirmation, type the password, or click allow.

    c. in the Manager device, expand display driver, display devices, right-click and then click on Properties and on the driver tab, click Uninstall.

    d. When you are prompted to confirm that you want to remove the device, click OK.

    e. restart the computer.

    After the computer restarts, the drivers will be installed automatically.

    Step 2:

    If the problem persists I suggest you to check if you install the latest updated driver on the manufacturer's Web site to help you.

     

    You can also check out the link below and check if you get an updated video driver. You can install updates in optional updatesvideo card driver.
    http://Windows.Microsoft.com/en-us/Windows-Vista/update-a-driver-for-hardware-that-isn ' t-work correctly


    You can also check the support link and check if these help - below

    http://Windows.Microsoft.com/en-us/Windows-Vista/connect-your-computer-to-a-TV

    I hope this helps.

  • E7440 latitude: Wake-on-Lan works when the laptop is turned off, but not when it's put into hibernation

    I have a Latitude E7440 running a clean install of Windows 10. If the computer has been stopped, I can use a Wake - On - Lan Magic Packet to the MAC address of the Ethernet port (as described here) to turn the computer back on. But if the computer is in hibernation, it does not work.

    Probably, it is that when the computer is in hibernation the link on my switch light is off, but when it is stopped, the link light is on.

    So my question is: How can I get this phone to maintain the LAN port when hibernation, in the same way on shutdown? Thanks in advance.

    smammy,

    Click on the link below for a possible resolution following on problem of your computer network settings.

    How do I enable Wake on Lan on Windows 10

  • Microphone does not work when the headset is connected (Windows 7 with Realtek HD Audio).

    I am a user in advance, but this got to be one of the funniest problems ever. First, I had 2 headphones with microphone.

    1. An old helmet specified with microphone
    2. A new headphones A4Tech HS-100 with microphone that I just bought
    Problem:
    • Using the new helmet I bought, when I plug the microphone (pink jack even) it works, but also when I plug in the headphones (same headphone jack), the microphone no longer works (cannot receive all the sounds, even if it is detected clear as already plugged) and only the work of helmet.
    The most funny thing is:
    • The old headset works fine when I plug the microphone (jack Pink) and headphones (headphones) to my ASUS N81V laptop.
    • When I plug the microphone on my laptop and plug the headphones to my iphone, the microphone and the headphones work!
    • To experiment more, my laptop has a HDMI output connected to an external HDMI monitor, when I connect the microphone on my laptop, only it works, but as soon as I connect the headphones to the headphone jack on the external HDMI monitor, the microphone works again!
    Things, I tried and does not work:
    • Maximize the microphone amp
    • Separate entry made in the audio Panel
    • Ensure the microphone is not dumb anywhere
    • Install the latest drivers from the manufacturer and realtek Web sites
    I want to get both my mic and headphones works when plugged the laptop, what exactly is the problem? Any help? Thank you very much.

    I have a similar problem with my netbook a built-in microphone running Windows Starter, that's how mine to get the fix:

    Control Panel - his - recording tab - click on Configure button - set up micro - Configuration of the Microphone Wizard.

    You'll see three choices 1. Headphones Microphone 2. Table microphone 3. Others.

    All what I have to do to fix my netbook is to select the desktop instead of headphones with Microphone Microphone (it has been revived somehow).

  • Keyboard stops working when the computer is idle

    I have an ASUS desktop and windows 7.  When the computer is idle for a few minutes, the keyboard farm operation.  The mouse works fine.  Tried a new keyboard and no solution.  Tried a different USB port and the same thing.  If I restart my computer, it works fine until it is idle for a few minutes and then stops again.  Really frustrating.  any ideas?

    Original title: keyboard closed unexpectedly

    Hi Majohnson,

    Thanks for posting your query in Microsoft Community.

    I imagine the inconvenience that you are experiencing and will certainly help you in the right direction to solve the problem. However, I would be grateful if you could answer a few questions to refine the question in order to provide you with better assistance.

    1. This is not the exact model. your ASUS computer?
    2. The issue has started happening recently? If so, did you do the computer-specific changes before this problem?

    The question could arise is there some problem of corruption of pilot partners or a third party service interferes with the function of the normal keyboard. In order to diagnose and resolve the issue, I would suggest trying the following methods and check if the problem persists.

    Method 1:

    Try to start the system in safe mode and check if the number is reproduced. If this isn't the case, then clean the computer starts and check if that helps.

    Step 1:

    Safe mode is a diagnostic mode in which you are connected with only the minimal necessary services and active pilots. Check if the number is reproduced.

    Start your computer in safe mode

    Step 2:

    Place your system in the clean boot state helps determine if third-party applications or startup items are causing the problem. You must follow the steps in the article mentioned below to perform a clean boot.
    How to perform a clean boot in Windows

    Note: See "how to reset the computer to start normally after a boot minimum troubleshooting" to prepare the computer to start as usual after a repair.

    If the problem persists, try the following method.

    Method 2:

    If you have any security software installed on your computer, try to temporarily disable the security software and check if the key words work properly. Subsequent update of the security after a repair software.

    Disable the anti-virus software

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    See method 3 for additional assistance on the issue.

    Method 3:

    Uninstall and reinstall the drivers USB controllers. Use Device Manager to uninstall and reinstall all USB controllers. This allows controllers to recover the port USB of his condition does not respond. USB controllers represent the USB ports in Device Manager.

    1. Open Manager devices by clicking the Start button, click Control Panel, click system and security, and then, under System, clicking Device Manager. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    2. In the list of the categories of equipment, locate and expand Bus USB controllers.
    3. Right-click every device under the Bus USB controllers node and then click Uninstall to remove them one at a time.
    4. Restart the computer and let the USB controllers get reinstalled.
    5. Plug in the keyboard and test to make sure that the problem is solved.

    For more information, please refer to:

    Updated a hardware driver that is not working properly

    Mouse, touchpad and keyboard with Windows problems

    Hope this information is useful. Let us know if you need more help, we will be happy to help you.

  • WiFi no longer works when the computer was unplugged

    We just got wifi via the border about two weeks ago. Initial configuration must be done with an Ethernet cable, but our jack is not in the computer room, it's in the living room, so we had to move our entire computer in the living room to set up. Well, once it has set me up we unplugged the power cord and the computer still worked on the wireless connection. We did not want to leave in the room forever so we unplugged and he returned to the computer room. Now, he does not connect to internet at all and says that we need an Ethernet cable. I want to know why it worked before wireless, but when we moved he stopped and how to fix it. Any help please?

    RCC

    You must contact the wonderful support of border.  They know only the correct settings.

    However, it may be a driver.  One way to check is to go into the Device Manager
    (départ > recherche > le gestionnaire de périphériques), then check the network device to see if there is an Ethernet device and a wifi device listed)

Maybe you are looking for