Need some help for error message

Procedures of package Portal30.wwv_builder do not seem to work anymore. When I want to create any database object, or even to modify some application components (call wwwv-builder.accept or wwv_builder. show) here is the message displayed :
Mon, 23 Apr 2001 14:59:00 GMT
ORA-03113: fin de fichier sur canal de communication
DAD name: portal30
PROCEDURE : PORTAL30.wwv_builder.accept
URL : http://demo:80/pls/portal30/PORTAL30.wwv_builder.accept
PARAMETERS :
============
P_AL1:
<HTML>
<HEAD>
<TITLE>Example</TITLE>
</HEAD>
Can anyone help me ?...
null

Which versions of the database and portal are you using?

Similar Messages

  • I need some help for an explanation. Loop for 1 minute.

              int minute=1;
              long currentTime=System.currentTimeMillis();          
              long stoppingTime = currentTime + (minute * 60 * 1000);
              while (currentTime<stoppingTime) {
                   // do x;
                   currentTime=System.currentTimeMillis();
              }I want to have the loop to run for 1 minute. It does not seem to work.
    What did I miss? I need some help for an explanation.

    Ran:
    class PrintTimeAsProcess {
      public static void main(String[] argv)  throws Exception {
        int minute=1;
        long currentTime=System.currentTimeMillis();
        long stoppingTime = currentTime + (minute * 15 * 1000);
        System.out.println("START Time: "+currentTime);
        while (currentTime<stoppingTime) {
          currentTime=System.currentTimeMillis();
        System.out.println("END Time: "+currentTime);
    }Got:
    START Time: 1149278202718
    END Time: 1149278217718
    1149278217718
    -1149278202718
    15000

  • I need some help , for create some paper on air

    Hi everyone
    I need some help , i work in a static sequence from Tehran street (1 frame), i paint damages on this frame in Photoshop because i need war atmosphere, then i add some smoke and cloud with particular .
    but i think this sequence is not realistic yet
    now i want add some moving paper in air and on street
    do u have any solution for how can i make this paper and moving those
    Thanks a lot
    and pardon me for bad English
    Ali Molavi

    The best tool to add this kind of particle is After Effects.
    If you have the Creative Cloud then I recommend you download that.
    Slightly annoying voice over, but here is a youtube tutorial you can follow top make floating particals. You can adjust it to make it look exactly as you want.
    http://www.youtube.com/watch?v=dq2op6yqvFk&noredirect=1

  • Need A Fix For Error Message Safari 5.1.7 OS X Lion 10.7.4

    When trying to open bingo on a Will Hill gambling site in Safari 5.1.7 OS X Lion keep getting this error message.
    This worked perfect a few month ago when i last used it and it opens fine if i use Firefox.
    Have reset Safari and Reset the Cache and still the same Error message.
    An error has occurred.
    You may need to refresh the application.
    Please contact customer support if the problem persists.
    Click here to close this message.
    Your session has timed out.
    After the current game has completed please log back into the application.

    If you don't already have a current backup, back up all data, then reinstall the OS.* You don't need to erase the startup volume, and you won't need the backup unless something goes wrong. If the system was upgraded from an older version of OS X, you may need the Apple ID and password you used.
    If you use FileVault 2, then before running the Installer you must launch Disk Utility and select the icon of the FileVault startup volume ("Macintosh HD," unless you gave it a different name.) It will be nested below another icon with the same name. Click the Unlock button in the toolbar and enter your login password when prompted. Then quit Disk Utility to be returned to the main screen.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    If you installed the Java runtime distributed by Apple and still need it, you'll have to reinstall it. The same goes for Xcode.
    *The linked support article refers to OS X 10.9 ("Mavericks"), but the procedure is the same for OS X 10.7 ("Lion") and later.

  • Need some help for checkbox

    Hi and Evening to Everybody,
    I have a Scenario where i need to select an entire row using the check box. Let me first define the Situation. I created a Simple Sql-report where the first column is a Simple Checkbox and the second column is a display only name and followed by the rest 5 columns as a checkbox.
    my table structure is :
    **create table satt (SELECT_ALL VARCHAR2(10), Name VARCHAR2(50), Object1 VARCHAR2(10), Object2 VARCHAR2(10), Object3 VARCHAR2(10), Object4 VARCHAR2(10), Object5 VARCHAR2(10));**
    Now i had a requirement where i need to Check All or Uncheck All Checkbox by clicking SELECT_ALL column header and i made it using
    simple java-script :
    "<input type="Checkbox" onclick="$f_CheckFirstColumn(this)">"
    Now i need to Check all checkbox in a row by clicking any of the SELECT_ALL check boxes. (Say i have 5 checkboxes in SELECT_ALL column and if i click 3rd checkbox... i need the entire 3rd row checkbox to be checked on click of that 3rd check box).
    I hope i was clear with my question. i did my best. Please help me out with this... Im eagerly lookin for the solutions.
    Thanks & Regards,
    - The Beginner.
    Edited by: 854477 on Jul 18, 2011 1:50 AM

    Dear BEGINNER..
    Assuming that you're using a standard table based layout for the report, what you need to do is add some code in the HTML attributes of the checkbox in the first column..
    The following javascript would set all other checkboxes in the same ROW as the first checkbox to the same state as it is.
    onclick="if (this.checked) {$f_CheckAll(this.parentNode.parentNode, true);} else {$f_CheckAll(this.parentNode.parentNode, true);}"NOTE: that this will only fire if the first checkbox on the row is actually clicked by the mouse. It won't fire if the first checkbox in the row is set by the CHECK_ALL in the column header.
    Hope this helps.
    Doug gault
    www.sumneva.com

  • Need some help for this code.

    Hi Everyone,
    I've test codes for east region and west region.
    I've a requirement to replace the west test id with east test id.
    That mapping has been done by the onshore team, I've got the mapping doc.
    But updating these details is a tricky part. It's nothing like direct update and replace those test codes.
    As per the mapping if it's
    In case of one to one (East - West) mapping which going to affect only a single row, I’ll have to update there,directly.
    In case of one – many (East - West) mapping and which is going to affect multiple rows, I’ll have to update the latest one and rest will be deleted only in that group. To identify the latest we have to check the latest order detail for that test.
    Suppose I've a west code named W123 and it has to be replaced with E123, in this case direct update.
    But now I've a transaction table where a patient has ordered multiple tests, In this case suppose the
    patiend id is P123 and ordered tests are W123, W234, W345; I'll have to update W123 as E123 and rest
    should not be deleted.
    But if I'll get multiple west code mapped towards single east code, the latest record as per the order detail needs
    to be updated and rest needs to be deleted if mapped with multiple west test codes, for single record and group record as well. Some thing like this.
    E123 - W123, W234 so I'll have to find out the latest and update there accordingly for single record and now
    patient has orderd multiple tests and the group record is like P123(patient) -----has orederd for W123, W234, W345.
    Now only the lastest test code suppose W234 has to be replaced with E123 and W123 has be deleted and W345
    should be there with E123.
    Now please see the code.
    CREATE OR REPLACE
    PROCEDURE P_UPDATE_TEST_ID AS
    V_EAST_TEST_ID            TEST_CODE_CONVERSION.EAST_TEST_ID%TYPE;
    V_ARRAY                   VARCHAR2(4000);
    V_COUNT                   NUMBER := 0;
    BEGIN
      FOR I IN (SELECT EAST_TEST_ID
                      ,STRAGG(WEST_TEST_ID) AS V_STRING
                FROM TEST_CODE_CONVERSION
                GROUP BY EAST_TEST_ID)
      LOOP
        V_EAST_TEST_ID            := I.EAST_TEST_ID;
        V_ARRAY                   := I.V_STRING;
        V_COUNT                   := V_COUNT+1;
        DBMS_OUTPUT.PUT_LINE('EAST_TEST_ID = ' ||V_EAST_TEST_ID|| ' || '||
                             'WEST_TEST_ID = ' ||v_array);
        Now after this I need to segregate the string values and check individual record
        and group record as well, for update. Now If I'll add the regexp_substr, then how
        to map those extracted values for checking.
      END LOOP;
      DBMS_OUTPUT.PUT_LINE('v_count = ' ||V_COUNT);
    END P_UPDATE_TEST_ID;Please suggest something.
    Regards,
    BS2012.
    Edited by: BS2012 on May 23, 2013 4:40 PM

    Hi Bawer,
    Thanks for your interest, but I've done that yesterday.
    Bawer wrote:
    Sorry, but
    >
    Here I'll have to check which one is the latest and update that with relative east test id ...
    >how do you describe the *'latest'* and *'relative east'* ?We have one more template table where we'll have to take the max of template_test_id to figure out "which one is the latest?" To identify the relative east we have a parent table named "test" from there we can find the relative test ids by the column name called East_west_ind (indicator); as per the mapping.
    and depending to this,
    >
    ... rest one has to be deleted and other should be untouched.
    >which one is here, in your sample to be deleted and which should be untouched?
    (maybe a sample after-update output?)If you see the patient id 93, we have number of tests has been ordered. But 3257, 3515 test ids are same as per the mapping. So we need to check the max of template_test_id to figure out "which one is the latest?" as we have one entry in template table always for a new order. In terms of that I'll have to update 3257 as it's the latest entry and 3515 has to be deleted and rest of the test ids should be untouched. I did it yesterday, but i couldn't respond you. Thanks once again for your interest.

  • HT1338 I need some help for my iMac and cannot get it as am out of USA?

    My iMac is slowing down and cannot empty my trash specially for the locked items, and do not know why they are locked essentially?
    Thanks for help.

    Hi, thanks for helping me, most of the files are Music Type, MP4 that I deleted and need to empty the trash from them.
    And I need to delete all.
    Thanks.

  • Need some help with error

    I am taking a course in Java and am getting an error in my code-Can anyone help? I would appreciate it!
    When I compile I get-
    C:\IST265 Java\lesson2\GFH2_1.java:23: ')' expected
    ^
    1 error
    Tool completed with exit code 1
    My code is
    //Convert fahrenheit to celsius
    public class GFH2_1
    //Main method
         public static void main (String [] args)
    //VARIABLES LIST
         double fahrenheit;     //variable of type double
         double celsius;          //variable of type double
    //PROMPT THE USER TO ENTER FAHRENHEIT
         System.out.print ("Enter fahrenheit: ");
         fahrenheit = MyInput.readDouble(); //function readDouble is called
    from
                                                      //from the class MyInput
    //COMPUTE CELSIUS
         celsius = (5/9)*(fahrenheit - 32);
    //DISPLAY RESULTS
         System.out.println(celsius + " celsius is equal to " + fahrenheit + " fahrenheit."
         // Pause
         System.out.println ("Press Ctrl+C to close this window...");
         MyInput.readInt(); //function readInt is called from the class MyInput

    THANKS!! I'm getting closer. I changed the code to be
    //Convert fahrenheit to celsius
    public class GFH2_1
    //Main method
         public static void main (String[] args)
    //VARIABLES LIST
         double fahrenheit;     //variable of type double
         double celsius;          //variable of type double
    //PROMPT THE USER TO ENTER FAHRENHEIT
         System.out.print ("Enter fahrenheit: ");
         fahrenheit = MyInput.readDouble(); //function readDouble is called
                                                      //from the class MyInput
    //COMPUTE CELSIUS
         celsius = ((5/9)*(fahrenheit - 32));
    //DISPLAY RESULTS
         System.out.println(celsius + " celsius is equal to " + fahrenheit + " fahrenheit.");
         // Pause
         System.out.println ("Press Ctrl+C to close this window...");
         MyInput.readInt(); //function readInt is called from the class MyInput
    BUT I get
    "Enter fahrenheit: I enter "212"
    it returns
    0.0 celsius is equal to 212.0 fahrenheit.
    As I look at the formula, it should work-yes? no?

  • TS1368 Can't fully access iTunes store and need some help. Error code 1202

    I can't fully access the iTunes store.  In iTunes, I can't view graphics on the main page; the text is not formatted; links result in a message that an unkonwn error has occurred (-1202).

    Yuk, this one seems to be a windows issue IIRC.

  • I need some help for GreenScreenShader in Unity.

    Hello.
    I want to add Shadow in GreenScreenShader with the GreenScreen Unity3d Sample.
    I have tried to modify GreenScreen Shader file and I can cut off the green color.
    But, when I try to use the GreenScreen object to cast a shadow on ground, I found it hard to me.
    So many ShaderLab directive is undocument in Unity. I can't write only Vertex and Fragment Shaders to CAST a shadow in SM5.0. There is not Sample to use Vertex and Fragment Shaders implement  SHADOW on Unity official document .
    Thanks.

    Hello.
    The Kinect for Unity Plugin created by Microsoft Official. It's amaze.
    I have no idea. Some Shader directive in 'GreenScreenShader.shader' is undocument in Unity. I know that is DX11 hlsl, but I am confuse with ShaderLab cg/hlsl. Especially the Fragment Shader in 'GreenScreenShader.shader'.

  • I need some help for my code,  I lost my way

    Hi, all, I got a little problem when I try to compile my project(jdk1.6/winXP pro),
    I try to get the current file path by the following code(I know this is not the correct way to do it) . The wired thing is that:
    When I try to run these code with my Eclipse(or just run this single class file), it works.
    when I jar this class into jar file and try to run the jar file, then it doesn't, and reported the error "java.lang.NullPointerException at Test1.main".
    Is there any friend can help me to explain why this happened?
    its really appreciated.
    public class Test1
    public static void main (String[] args)
         String user_directory = null;
         try
         user_directory = Test1.class.getResource(".").getPath();
         user_directory = java.net.URLDecoder.decode(user_directory,"UTF-8");
    System.out.println("\n >>> " + user_directory + "\n" );
         catch (Exception e)
         e.printStackTrace();
    }

    I already know how to get the path of the class file.
    I just want to know {color:#ff0000}why I can run the the code in a single class file rather than run it inside a jar file{color}?
    Thank you
    Edited by: willnzy_cn on Oct 2, 2007 3:24 AM

  • Need some help for photo transitions

    How can i make a banner using photo transitions like this: www.sportrecife.com.br ?!
    Can i make it using iweb?!

    Welcome to the discussions. I could be wrong, but it looks like that is being done via Javascript. One way to achieve a similar effect is to create a QT movie slideshow. Here's an example of a fast loading, looping embedded slideshow (not mine):
    http://www.heese-cadieux.com
    ...and done like this:
    iPhoto > select photos > File > Export... > QuickTime tab ...set width and height, etc.
    Then iWeb > Media button > Movies tab ...drag in your movie created above by iPhoto.
    Then iWeb > Inspector > QuickTime tab ...settings.
    Note: The above generates a QT slideshow of small file size and thus appears quickly in a web browser.

  • What does a new non-DE user need? | Help for a Wiki page

    Hey Archers,
    I'm using Arch with the Compiz Standalone Window Manager and I need some help for a project.
    It turns out (who knew) that computers need a lot more to run smoothly than just a desktop and applications. You need network managers, gtk themes and much much more. Now, Desktop Environments such as GNOME and KDE provide a lot of these programs built-in, good for them, but I'm looking to build my system as dependency-free as I can and the big DE's don't really provide that. Especially GNOME just ropes me in whenever I want to use the tiniest piece of it (darn you gnome-keyring).
    So I come to you fora, with a quest for information. I want to compile an overview of essential and useful applications with minimal dependencies that allow a CompizIndy user to build his system freely. And if I get enough information, I want to turn it into its own page for the Wiki so it becomes easier to get started with a birds-eye view of what you need to flesh out your system (not exclusively for CompizIndy btw). So please help me!
    What applications/daemons/tools should a new system install? I'm not asking which ones are the best or worst or your favorites, just which kinds do you need --that aren't covered in the install guide--?
    For example it's advisable to get:
    Panel/dock
    desktop manager
    network manager
    compositing manager
    a tool for managing removable devices (ntfs-3g etc)
    a packer/unpacker
    a screensaver
    power management
    alt-F2 runcommand
    custom keybindings
    a user switch/logout manager
    a volume manager
    etc.
    So what do you recommend? What do you need to get up and going?
    Hoping to hear from you guys and girls,
    Matthias
    PS: if I'm doubling up on anything, please let me know and save me effort and embarassment ^_^
    Last edited by Matsjo (2011-01-28 20:37:26)

    There are many threads on this, although individual ones asking for "the best app to do XXX". You could try searching those. Also Search for the LnF Awards threads. you might find a few ideas there. We also have wiki pages for light-weight applications which might be useful
    Panel/dock  none
    desktop manager none
    network manager netcfg
    compositing manager none or xcompmgr (for basic compositing)
    a tool for managing removable devices (ntfs-3g etc) udiskie or udev rules or devmon
    a packer/unpacker coreutils eg - tar, bzip etc with an alias called "ex" in .aliases
    a screensaver none
    power management ???
    alt-F2 runcommand gmrun
    custom keybindings xbindkeys
    a user switch/logout manager none
    a volume manager see udiskie....
    BTW, if this is for you, then simply install Arch and use a non DE based WM --- eventually you will figure out what you are missing

  • The backup disk image "/Volumes/Data/David Witkowski's Mac Pro.sparsebundle" is already in use.  Whenever Time Machine starts to backup to Time Capsuel I get the previous error message. I need some help to fix this.

    The backup disk image “/Volumes/Data/David Witkowski’s Mac Pro.sparsebundle” is already in use.  Whenever Time Machine starts to backup to Time Capsuel I get the previous error message Where can I find this disk image?. I need some help to fix this.
    Thanks,
    David W

    There are multiple answers and solutions if you look just to the right under the heading of More Like This.

  • HT1222 I need some help.... I Have the iPhone 4S and downloaded the new software (6.0) and everything seems great so far except when I try to open a link in safari from a different app (messages, Facebook, ext..) it glitches and won't load. Any advice?

    I need some help.... I Have the iPhone 4S and downloaded the new software (6.0) and everything seems great so far except when I try to open a link in safari from a different app (ie..messages, Facebook, ect..) it glitches and won't load. The blue loading bar will just jump back and forth and the page will not load properly if at all....

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

Maybe you are looking for

  • Reg:lsmw

    i created lsmw program for mm01 using direct input method . i done upto defining source fields now i want to create the relation between structures ,In this step what to do can any body give suggetions here i am sending what i have dine Here I am def

  • GRC AC 10.0 Mass risk analysis vs. Role level analysis

    Hello GRC experts, I urgently need your advice on the issue  with deactivated permission objects which are identified as risks in the mass role analysis. For example, in one role we have deactivated the permission object: S_ARCHIVE, and there are No

  • Best Way to Backup Mail, Archive or Drag and Drop?

    I'm going to perform a clean install on a 4 year old G5 at work and I'm backing up the mail but I was curious if the Drag and Drop method I've used in the past is the most efficient? In the past, I've just copied the entire mail folder to a backup lo

  • Unable to install the RT Watchdog on a PXI-8106 RT controller

    Hi, After upgrading my NI Developper Suite from rel. 8.2 to 8.2.1 (clean install, means deinstalling the rel. 8.2 and new install of rel. 8.2.1, incl. DAQmx 8.5). Installing the software trough MAXn the new PXI-8106 RT controller, everything is worki

  • Download same software update for each user account? is this right?

    i am sorry if this is the wrong place, i have looked all over these discussions for help and help is what i need. i downloaded the iphone 3.0 software update on one user account and installed it. then i logged into another user account on the same im