Store procedure doesn't work

I create a procedure in the schema, and I create a form manually with html whose action calls this procedure, such like this:
<form action="!MYORACLE_DATA.IPORTAL_POLL.update_poll" method="post">
When I click submit, such error comes out like this:
ORA-06550: line 7, column 2:
PLS-00201: identifier 'MYORACLE_DATA.IPORTAL_POLL' must be declared
ORA-06550: line 7, column 2:
PL/SQL: Statement ignored
Actually, it was working before I tune the database. But I don't think it is the reason cause it doesn't work. Does anybody know solution, thanks in advance.
null

Hi,
I tried creating 2 procedures :
TEST1 as follows:
create or replace procedure test1
as
begin
htp.formOpen('portal30.test2');
htp.formtext('ename');
htp.formsubmit;
htp.formclose;
end;
and another TEST2
create or replace procedure TEST2(ename varchar)
as
begin
htp.p('Hello '&#0124; &#0124;ename);
end;
I grant execute on both this to public and execute this it works fine.
But if I include an '!' before portal30 as U have done "!MYORACLE_DATA.IPORTAL_POLL.update_poll" then it doesn't work.
Please try removing the same .
Hope this helps.
Anu
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Xiaopeng Zhang ([email protected]):
I create a procedure in the schema, and I create a form manually with html whose action calls this procedure, such like this:
<form action=
"!MYORACLE_DATA.IPORTAL_POLL.update_poll" method="post">
When I click submit, such error comes out like this:
ORA-06550: line 7, column 2:
PLS-00201: identifier 'MYORACLE_DATA.IPORTAL_POLL' must be declared
ORA-06550: line 7, column 2:
PL/SQL: Statement ignored
Actually, it was working before I tune the database. But I don't think it is the reason cause it doesn't work. Does anybody know solution, thanks in advance.<HR></BLOCKQUOTE>
null

Similar Messages

  • After instaling mavericks  terminal, preview, app store, etc,  doesn't work anymore

    after instaling mavericks the terminal, preview, app store, etc,  doesn't work anymore...
    What have to do to solve this problem?

    You ran a defective third-party "utility" such as "CleanMyMac" that purports to "clean up" "junk" files. What it really does is to corrupt the operating system.
    The first thing you need to do is remove that software, if you know what it is, according to the developer's instructions. Never install it, or anything like it, again. Then see below.
    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.
    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.

  • Purchased tab in "App Store" app doesn't work when AppleID is not an email address.

    After updated my iPhone and iPad to iOS 6 (both 6.0&amp;6.0.1), Purchased tab in "App Store" app doesn't work when AppleID is not an email address. This happened since 6.0 and I hope that it will be fixed in6.0.1 but it doesn't.
    When I tap at Purchased tab in iPad App Store or Purchased bar in Updates tab in iPhone App Store, it just hang on "Loading...", but when I changed to other AppleID, it works. Apparently, my AppleID is not an email address but the other AppleID is an email address.
    Not sure where to send my feedback to Apple about this issue.

    http://www.apple.com/contact/feedback.html

  • HT4859 The backup procedure doesn't work.  This is the second time I have been dissapointed in an Apple product!

    I follow the procedure according to the web site directions and it doesn't work.  Nothing is backed up.  When I go to the icloud web site and sign in, nothing is there.
    In addition, I got my son an iPad.  Because he is under 18 Apple will not let him sign up for an account on the App store (even though I could give him permission and monitor the activity). 
    I had to use my account information on the App store.  The result; account information is confused.  I have had to reset the passwords so many times.
    Where is tech support?  You can't talk to a live person on the phone because Apple will not publish tech support phone numbers.  This will be the LAST time I ever purchase and Apple product!

    Winston,
    You are correct in that each should have his own account.  But because my son is under 18, he cannot have his own account.  I would still be in charge of it and monitor it.  I was not going to lie and falsify his birthday.  So, Apple would not let me create a separate account for the App Store or iTunes for him.
    I am also having issues with iCloud and iTunes and synching my PC with the iPhone.  What a PITA!
    The words "user friendly" are not in Apple's vocabulary!
    This will be the last time I ever buy and Apple product!

  • Mac app store still doesn't work properly

    Hi any concern,
    Thank you before,has been almost 3 week.Yesterday I did Re-install OS X take almost 20 hours and then restart automatic around 6 am.But still when I click (update),(Install),(get) or any buttons doesn't work at all this happen on Mac App Store.On ITunes was Ok.I check on Console:
    4/17/15 7:31:08.503 PM com.apple.WebKit.WebContent[567]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").addClassName')", url:"https://se.itunes.apple.com/htmlResources/2A05/da-storefront-autoinstallations.j s", lineNumber:"376"}
    4/17/15 7:31:14.489 PM com.apple.WebKit.WebContent[567]: ERROR: ITSExceptionHandler: {message:"TypeError: 'null' is not an object (evaluating 'document.querySelector("#header").addClassName')", url:"https://se.itunes.apple.com/htmlResources/2A05/da-storefront-autoinstallations.j s", lineNumber:"376"}
    4/17/15 7:34:16.802 PM Final Cut Pro Trial[576]: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    4/17/15 7:35:18.194 PM WindowServer[89]: Warning: Program "Dock" posted a mouse-down, blocking hardware events, but did no further mouse activity.
    Please any idea?.Thank you

    I have followed the other discussions and done the suggested updates or deletes and to no avail.
    Unless you tell us exactly what you have tried, we have no way of knowing exactly which updates or deletes? aren't working for you.
    Try installing the combo >  Mac OS X 10.6.8 Update Combo
    It's ok to do this even though you are already running v10.6.8.
    Restart your Mac after the combo is installed, try the App Store.

  • Database toolkit - stored procedure doesn't work in labview

    Hello,
    I have written simple procedure that works good when I run it from workbench but doesn't work from labview. I want to insert some data and get primary key of inserted id:
    CREATE DEFINER=`root`@`localhost` PROCEDURE `new_procedure`(
    IN emp_id_val int,
    IN project_id_val int,
    IN work_mode_val int)
    BEGIN
    insert into work_managment.sessions (emp_id,project_id,work_mode)
    values (11,1,1);
    SELECT LAST_INSERT_ID();
    END
    and why that doesn't work when I call it from labview?
    when i replace last inserted id with:
    select max(session_id) as session from work_managment.sessions;
    it works good in labview
    What could be the problem??

    It could be that there is something screwy with LV, but given that it uses standard interfaces for comm with the DBMS, I would not expect that. A much more realistic possibility is that the toolkit is mucking things up. (A fairly common occurrence.)
    Try bypassing the toolbox -- which you don't really need anyway -- an talk directly to the ActiveX or .net interface.
    Also, what DBMS? What drivers are you using?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Windows Apps Store Installed doesn't works.

    I have Windows 8.1 pro. Whenver a new app is installed in the windows apps store. It just shows up and then minimizes. I just checked my eventviewer(eventwvr), saw this error under windows logs-application-"Activation of app VideoLAN.VLCforWindows8_paz6r1rewnh0a!App
    failed with error: No such interface supported See the Microsoft-Windows-TWinUI/Operational log for additional information.". Don't know what to do. Please help me.

    Hi harishn007,
    According to the result of AppsDiagnostic.diagcab, there might be an issue related to the “Windows store cache’’.
    You could open Command Prompt and Run “DISM / Online / Cleanup-image / RestoreHealth” Command to check component Integrity.
    If component Integrity is fine and it still doesn’t work, I recommend resetting your Windows store cache.
    Please search and run wsreset.exe in Windows Charm bar to reset Windows store cache. It will Clear & Reset Windows Store Cache in Windows 8 / 8.1.
    Or you could reset your cache manually:
    Open’’ C:\Users\<user name>\AppData\Local\Packages\WinStore_cw5n1h2txyewy\LocalState’’ and rename ’’Cache’’ folder to “Cacheold”
    and create a new “Cache” folder.
    And also it might be caused by corrupted register information or user profile.
    I recommend you run following commands as administrator to re-register apps:
    powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register  'C:\Program Files\WindowsApps\<App full name>\AppxManifest.xml'
    You could find the App full name information in ‘’C:\Users\<username> \AppData\Local\Packages’’. E.g.,” Microsoft.BingMaps_8wekyb3d8bbwe”
    Let’s see what happens.
    Also, considering that the corrupted user profile will cause this issue, please test in new user account to see if it can work fine.
    Regards

  • Store procedure doesn't return resultset

    hi guys
    i m stuck in a prob.I am using "com.microsoft.jdbc.sqlserver.SQLServerDriver"
    when i call a normal query it run fine but when i try to call a store procedure it gives no result set was produce, is it a problem with driver but if i use jdbsodbc driver it work fine.
    code:-
    pStmt= conn.prepareStatement("{call insertOpacResultsTemp(?,?,?,?,?)}");
    pStmt.setString(1,sUserID);
    //and other parameters
    Resultset=pStmt.executeQuery();
    plz guys help me out

    Hello Amit,
    Oracle Stored Procedure
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    create or replace package test_package as
    type my_cursor is ref cursor;
    procedure test_procedure (name in varchar2,sys_cursor out my_cursor);
    end test_package;
    create or replace package body test_package
    as
    procedure test_procedure (name in varchar2,sys_cursor out my_cursor)
    as
    l_sys_cursor my_cursor;
    begin
         open l_sys_cursor
         for select * from krm_system
         where parameter_id = name;
         sys_cursor:= l_sys_cursor;
    end test_procedure;
    end test_package;     
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Java code for getting result set
    import java.sql.*;
    import oracle.sql.*;
    import oracle.jdbc.driver.*;
    public class StoredProcTester{
         public static void main(String args[]){
              try{
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:isorcl","user_id","password");
                   CallableStatement cstmt = conn.prepareCall("{call test_package.test_procedure(?,?)}");
                   cstmt.setString(1,"MAX_MEMORY");
                   cstmt.registerOutParameter(2,OracleTypes.CURSOR);
                   cstmt.execute();
                   ResultSet rs = (ResultSet)cstmt.getObject(2);
                   while(rs.next()){
                        System.out.println("ID\t" + rs.getString(1));
              }catch(Exception e){
                   e.printStackTrace();
    }

  • Procedure doesn't work

    Hi
    i have a block which consists of buttons
    (query,edit,add,delete,next,previous,exit,save,cancel)
    and i create a Procedure and write this code:
    PROCEDURE TOOLBAR_BUTTON IS
    action varchar2(50);
    BEGIN
      if action = 'query' then
      EXECUTE_QUERY;
      elsif
      action = 'edit' then
      EDIT_FIELD;
      elsif
      action = 'add' then
      create_record;
      elsif
      action = 'delete' then
      delete_record;
      elsif
      action = 'next' then
      next_record;
      elsif
      action = 'previous' then
      previous_record;
      elsif
      action = 'exit' then
      exit_form;
      elsif
      action = 'save' then
      commit_form;
      clear_form;
      elsif
      action = 'cancel' then
      clear_form;
      end if;
    END;
    and i created WHEN-BUTTON-PRESSED  trigger on block level and wanna to calling the Procedure, so i write this
    toolbar_button;
    but when i run form the buttons doesn't work
    so what should i do ? is there is any thing missing or wrong in coding or what?
    i'll be grateful if any one could help me in this
    Thanks

    OR: give your buttons a logical name and do this:
    sorry , i don't understand this  if u can give me more details or something like example , i'll be grateful
    by the way when i'm searching i found this Procedure and i think it's like what i wanna do
    but unfortunately i could't understand some parts in it and i could't handle
    it to work in my form ,i'll paste it may be it well be useful
    -- This is a generic button procedure. It reads the NAME of the button and
    -- performs a DO_KEY(item_name).
    -- Regarding QUERY-operation:
    -- if there are buttons called EXECUTE_QUERY and CANCEL_QUERY, this function shows
    -- them, when the ENTER_QUERY button is pressed and hides them, when EXECUTE_- or
    -- CANCEL_QUERY ispressed. No error should be returned, if these buttons do not exist.
    -- To make naming of the buttons easier, EXIT, QUIT and EXIT_FORM all perform exit_form,
    -- even if the form is in ENTER-QUERY mode !!!!!!!
    -- A CANCEL_QUERY button-name cancels a currently "open" query.
    PROCEDURE button_proc IS
      action varchar(80);
      -- hide a button (for ENTER_-, EXECUTE_- or CANCEL_QUERY)
      PROCEDURE show_off(item_name VARCHAR2) IS
      BEGIN
        IF NOT Id_Null(Find_Item(item_name)) THEN
          Set_Item_Property(item_name, DISPLAYED,PROPERTY_FALSE);
        END IF;
      END;
      -- try to show a button (for the two query-states. If there is no button to show,
      -- return FALSE to the calling procedure.
      FUNCTION show_on(item_name VARCHAR2) RETURN BOOLEAN IS
      BEGIN
        IF NOT Id_Null(Find_Item(item_name)) THEN
          Set_Item_Property(item_name,DISPLAYED,PROPERTY_TRUE);
          Set_Item_Property(item_name,ENABLED,PROPERTY_TRUE);
          RETURN TRUE;
        ELSE
          RETURN FALSE;
        END IF;
      END;
    BEGIN   
      action := Get_Item_Property(NAME_IN('SYSTEM.TRIGGER_ITEM'),ITEM_NAME);
      IF action = 'ENTER_QUERY' THEN
        -- only hide the ENTER_QUERY button, if there are EXECUTE_QUERY and (!!) CANCEL_QUERY
        -- buttons. Otherwise an existing EXECUTE_QUERY button will be shown.
        IF show_on('EXECUTE_QUERY') AND show_on('CANCEL_QUERY') THEN
          show_off('ENTER_QUERY');
        END IF;
      END IF;
      IF action IN ('EXIT_FORM', 'EXIT','QUIT') THEN
      :GLOBAL.REDA_UNIT:='';
      :GLOBAL.REDA_FILE:='';
        --action := 'EXIT_FORM';
        EXIT_FORM;
        IF NAME_IN('SYSTEM.MODE')='ENTER-QUERY' THEN
         -- Do_Key('EXIT_FORM');
         EXIT_FORM;
        END IF;
      END IF;
      IF action = 'CANCEL_QUERY' THEN
       -- action := 'EXIT_FORM';
       EXIT_FORM;
      END IF;
      Do_Key(action);
      IF NAME_IN('SYSTEM.MODE') != 'ENTER-QUERY' THEN
        IF show_on('ENTER_QUERY') THEN
          show_off('EXECUTE_QUERY');
          show_off('CANCEL_QUERY');
        END IF;
      END IF;
    END;

  • Satellite L650-12Q - Windows 7 recovery procedure doesn't work

    Hello,
    I have Windows 7 Home Premium edition (64 Bit) in my Toshiba Satellite laptop (L650-12Q) and after a fresh start the Windows stopped working. I have a recovery disk which didn't load (I ended up with the pointer in a blank screen) and the windows 7 installation disk wouldn't work either (same thing). Safe mode doesn't work either.
    This probably means that the partition has a problem am I right? - I have used Ubuntu Live CD which confirmed that c:\ cannot be mounted although d:\ can.
    The problem however, is two fold: a) I'm not sure whether aspects of my data are accessible or not (I can't check this) and b) I can't re-install Windows, as the Windows 7 installation process doesn't work.
    Any ideas please on what to do next? I would like to access the partition, have searched the internet (even tried with a Windows 98/XP boot disc) but didn't have any luck as the partition is written in a newer way, which isn't detected by them...
    Thank you in advance.

    > I have a recovery disk which didn't load (I ended up with the pointer in a blank screen)...
    Do you use it for the first time?
    Anyway, try to start recovery disc following these steps:
    -Start notebook model and when you see Toshiba welcome screen press F12 several times to enter Boot options
    -when the boot menu is shown put recovery disc into optical disc drive
    -in menu choose CD/DVD drive and press ENTER
    ODD should start reading recovery disc.
    What happen when you do this?

  • Master-Detail with 2 blocks based in stored procedure doesn't work.

    Hi. I'm Oscar and I'm new for here.
    I have a problem that i can't find the correct answer to solve it.
    Well. I've created a form with 2 blocks. Both of them have the Query Data Source Type Property to "Procedure", and both procedures on database returns one ref cursor of a record type each one.
    BLOCK BL_COMPETICIONES --> query data source: p_get_competiciones (p_Cursor is cursor of record (CODIGO NUMBER,
    NOMBRE VARCHAR2(50),
    SETCRICKETSN VARCHAR2(1),
    SET01SN VARCHAR2(1),
    FECHAINICIO DATE,
    FECHAFIN DATE).
    On triggers (on-lock, on-insert, on-delete and on-update) I have the call to the corresponding stored procedure to lock, insert, delete or update.
    Well, when i've only this block in form, the form works correctly.
    But when I added a second block (which is suppossed to be a detailed data from the first one), and after I've assigned the query procedure and created the relation between both blocks, then run the form and try to execute query on first block, returning records correctly, but then, when execution goes to the program unit "query_master_details", the sentence "execute query" doesn't do anything (and the cursor is in the detailed block), so detailed block continues to be without records.
    I don't know how to solve this. Someone can help me, please?. Thanks.
    Edited by: user5067020 on 09-abr-2009 16:38

    It could be that there is something screwy with LV, but given that it uses standard interfaces for comm with the DBMS, I would not expect that. A much more realistic possibility is that the toolkit is mucking things up. (A fairly common occurrence.)
    Try bypassing the toolbox -- which you don't really need anyway -- an talk directly to the ActiveX or .net interface.
    Also, what DBMS? What drivers are you using?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • TouchID for App Store purchases doesn't work after turning phone off and back on?

    TouchID for unlocking my iPhone 5s works 99.9% of the time.  It's fantastic.  However, using it to authorize App Store purchases, NOT in-app purchases, is less fantastic.  In my case, it seems like every time I turn my phone off and back on, the phone forgets it's can use TouchID to authorize app purchases.  I have to go into Settings -> General -> Passcode & Fingerprint -> (enter my passcode) -> Fingerprints -> iTunes & App Store, and turn that off.  Then I have to turn it back on and enter my Apple ID password.  Not exactly a quick procedure.  The good news is that once I turn it back on, it works like it's supposed to until I turn my phone off and back on again.  If it can remember to use TouchID for unlocking the phone, why can't it remember to use TouchID for authorizing App Store stuff?  Am I missing something?
    Anyone else experiencing the same thing and/or have a solution?  Thanks!

    SKAshanchi wrote:
    From this article:
    http://support.apple.com/kb/HT5883?viewlocale=en_US&locale=en_US
    Note: Touch ID cannot be used for purchases if Require Password in Settings > General > Restrictions is set to Immediately.
    I don't have any restrictions set on my phone at all.

  • Itunes-Store-App doesn't work, although I restarted Iphone

    itunes-Store-App is closing permanently after about 2 seconds! What can I do? I restarted the Iphone twice, but nothing changed!

    Have you tried logging out of your account on your phone by tapping on your id Settings > iTunes & App Store and logging back in and if that doesn't fix it then you've also tried closing the iTunes store app via the phone's multitasking bar and seeing if it works when you re-open it ?

  • After iOS 6 Update, cannot connect to iTunes store, PassBook doesn't work and my carrier is set to "EE" instead of Orange-UK. Help appreciated!

    I have an iPhone 4, 8gb and have just downloaded iOS 6...
    I am so disappointed!
    My iTunes store fails to open or connect to anything. Passbook fails to launch properly- asks to connect to iTunes store, then fails because that doesnt work either.
    Where my carrier in the top left is meant to say Orange (I'm in the U.K) it now says "EE". I'm frustrated. This took over an hour to do and it's done nothing but mess up my phone. Please sort it out!!

    Ok, I've just done that. An error message came up, with half an email address so I changed the year date back and opened passbook.. Then it asked to connect to iTunes, it didn't display the "cannot connect.." message, just showed loading and the wheel going around for ages. Regretting this update, so much hassle. Thank you for your help so far though. Seems like so many people are having the same problems :(

  • I recently upgraded my browser to firefox4..itunes store now doesn't work...any suggestions??

    Itunes store says connection has timed out...not sure what that means.....not working right since firefox4 was installed...help!!!

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than Network connectivity tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

Maybe you are looking for

  • HP LaserJet Pro 200 m251nw - Printing Gray instead of Black

    HI, Hoping someone can help. I'm currently using a HP LaserJet Pro 200 m251nw printer, just over a year old, and it all of sudden started printing gray where it should be 100% black. From what I can see all the other colors seem to work fine.  I saw

  • Onclick not working in IE but working in firefox !!

    Hi This is a problem in DOM I hope I can get some help here .... I am facing a problem with my code .... this is what I am doing ... I am having a link on the page which says "add tab" o clicking this link I add a new tab to the page, I write the cod

  • Select value based on a value in a 2nd column (similar to vlookup)

    Hello all, Is there an alternative to VLOOKUP function in BI 11g? Or what else I can use to return value of 3rd column based on the value in 2nd column? Dept Min_Expense Description of Expense Acct 1000 'COGS' Thank you.

  • DUMP when I try to execute the function SE16N_INTERFACE

    Hi, I have a problem when I execute the function SE16N_INTERFACE. A "DUMP" occurs when I execute this function in the transaction se37. The dump is this:  "WRONG ASSIGNMENT OF A FIELD SYMBOL IN PROGRAM SAPLSEUJ" Is there anybody that had have this sa

  • Audigy SE doesn't work in Windows 7

    #? Hello. My?Audigy SE doesn't work in Windows 7! I know, it was not once posted here, but that's very annoying issue. I want it to be really fixed! I tried everything I found here and even more. Spent a lot of my personal time and have no result at