Wwv_flow.show not found

We were having strange performance issues on the Application Express web interface for our product. To get around this, we installed another database (using the same ORACLE_HOME), copied our web programs to the new database, moved some of the data, and set up db links and synonyms for the missing tables. While in transition, we're still running the old instance of Application Express through the Embedded PL/SQL Gateway on port 7777 and the new instance the same way, except on port 8080. We have an Apache web server running as a proxy to the new instance for the customers to access through.
Everything was working fine for about a week, but now we're getting intermittent errors on the old instance like "Not found The requested URL /apex/wwv_flow.show was not found on this server". Once or twice there was an I/O error that would go away when you hit refresh. I know it's nothing in our application, because this is happening with the built-in SQL Commands page within Application Express' SQL Workshop. I've looked around at other pages and threads on the error, but they were abandoned before being answered or the problem was in their code. This has shown up on 4 computers (Vista, XP Pro, XP Pro x64, and SLES 10 x64) and 3 different browsers (Firefox 3, IE 7 and Chrome). We haven't had any problems with the new instance yet, aside from a minor bump or two with migrating our programs.
Here's some system Specs
OS: SUSE Linux Enterprise Server 10 service pack 2 x64
Disk Array: 6 SAS drives in RAID-5 with on designated hot spare (using ASM on a partition for Oracle data)
Oracle Version: 11g Standard Edition
APEX Versions: 3.2.0.00.27 (new instance) and 3.1.2.00.02 (old instance)
Any ideas on what could be causing the problems?

Running an additional database on the same machine doesn't usually solve performance issues, it creates them. 1 database per server is the ideal scenario, especially if performance is the question. Also, if performance is your goal, why not use the Oracle HTTP Server which will far outperform the EPG? It's also a lot easier to debug these issues. Get OHS running and check the error log when you see these issues.
Have you run any ASH or ADDM reports on the database(s) to see what the root cause of your performance problems is? Nobody will be able to diagnose performance problems without you posting some more information nor will you find a magic bullet by searching the forum. A good start is the performance and tuning guide:
http://download.oracle.com/docs/cd/B28359_01/server.111/b28274/toc.htm
Your second post is not helpful and is quite inflammatory. If you want help, ask for it like you did in your first post. If you want people to ignore your posts, keep posting messages with the same tone as your second post.
Tyler

Similar Messages

  • After 4.2.1 upgrade get:  requested URL /pls/apex/wwv_flow.accept not found

    Hi,
    Our hosted site just upgraded to 4.2.1 and I am getting:
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    After trying to make a change on a master/detail form. I thought Apex 4.2 increased the # of fields on a master detail form so was surprised to see this error. Even when I reduce the number of columns showing on the detail part of the form which can have many rows as well, I am still getting the above error.
    Has there been any change in 4.2 that would change the behavior of a straightforward save of a multi row master detail form?
    In the past with Apex 4.0 I had to limit the columns being shown, but now I am reducing the # of columns even further and still get the error.
    UPDATE: I just removed from the report region definition several columns (which were deselected from the Report Attributes so not actually showing in the master-detail form) and now I am at least able to add rows and save changes. Again I am totally surprised that this behavior is happening when I thought 4.2 allowed for MORE page items!!
    I still cannot Delete rows from the detail section -- I get the odd message of :
    ORA-02292: integrity constraint (ENTERPRISE_SYSTEMS.RESOURCE_REQUEST_CON) violated - child record found
    But these rows have no child record!! They ARE the child records of the Master form. I had seen this behavior again related to the number of items showing on a page. Seems to me to be a bug in Apex that I had hoped would be removed with the 4.2 upgrade.
    Am I missing something!!
    PM
    Edited by: patfmnd on Dec 28, 2012 10:39 AM

    For the first problem, I'd check the alert log first, location:
    select * from v$parameter where name like '%user_dump_dest%';

  • Export / Import error (wwv_flow.accept not found)

    Here is what I have ... (APEX version 2.2)
    - A machine running http server / database having a apex application built on it.
    - A second totally separate machine with http server / database and apex installed with no applications.
    I want to export the application from one database and then import into the second database. So I exported the application using UNIX file format and saved away the file. Then I attempted to import this file with file type application and file char set Unicode. After clicking next I get the error 'File Not Found' with the url being http://<hostname>:7777/pls/htmldb/wwv_flow.accept
    What am I missing? Thank you for any help and let me know if I am missing some information since I am new to this.

    I am trying to export an application developed on 10gR2 on my Windows laptop with Apex 221 into an AIX (unix) 9iR2 9206 database, also running Apex 221. The user interface on both works.
    I am connecting to both right now with the http bundled with 10gR2 on the same laptop until this evening when I can bounce the IAS so it can access the 9i database.
    I am getting this error:
    [Tue Jan 30 12:37:08 2007] [error] [client 150.134.8.5] [ecid: 1170178628:10.10.10.10:2492:5552:10,0] Invalid method in request 21015395903429
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:17,0] mod_plsql: /pls/APEXT/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:18,0] Invalid method in request \"
    My DAD looks like this:
    <Location /pls/APEXT>
    Order deny,allow
    Deny from all
    Allow from 150.134 10.10.10.10 127.0.0.1
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString XXXX:1521:XXXX SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_ojects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword XXXXXXXX
    PlsqlDefaultPage apex
    </Location>
    One thing I noticed:
    FLOW_FILES.WWV_FLOW_FILE_OBJECTS$ does not have any grants on it that it can be updated. I'm eyeballing FLOWS_020200's privileges now.
    What am I doing wrong? I'll most likely need to make the same change in the DAD on the IAS before I bounce it.
    Doug

  • Page wwv_flow.accept not found

    Hello,
    I recently installed Oracle XE 11G and then Apex 4.1.1 on a Windows 7 Home Premium server. I went to create a workspace before I restored any data or apps. I created a new Workspace, and after inputting all the data and receiving the confirmation, I received a Page Not Found error with the following URL:
    http://localhost:8080/apex/wwv_flow.accept
    Any ideas as to what the problem is?

    Scott,
    Thanks. I tried this but it is not even displaying anything. All the info I find is about using htmldb_item package inside a SQL statement. I must mention that my region is a PL/SQL block (not a SQL query). I have a lot of custom code inside which I have my SQL statement too. Here's my code snippet:
    if (substr(v_service, 0, l_index-1) is not null) then
    select HTMLDB_ITEM.CHECKBOX(1,substr(v_service, 0, l_index-1)) "Z1",
    service_name into v_temp, v_sname
    from services
    where service_id = v_value;
    end if;
    Thanks.
    Shuba
    PS: Who are you? You seem to be the guru of apex and you answer everyone's queries, which is so nice! :-)

  • /apex/wwv_flow.accept not found when accessing remotely after XE upgrade

    Hi,
    I upgraded my XE instance to APEX 3.2 and enabled remote connections using:
    exec dbms_xdb.setListenerLocalAccess (l_access => FALSE);
    Now, when I edit items or insert records on my created page, I end up getting a timeout accessing the wwv_flow.accept file.
    For example, if I follow these steps:
    1. Log into APEX remotely as workspace administrator (successful)
    2. Navigate to application definition (successful)
    3. Make a change to global notification and click APPLY CHANGES
    4. The brower will time out on http://x.x.x.x:8080/apex/wwv_flow.accept
    Note that there is no 404 error. Rather the browser simply times out. It doesn't matter if I use the ip or server name. I've removed all proxy settings, so it can't be that...
    Some APEX items work, I suppose anything that does not reference wwv_flow.accept. For example, I can update an existing record (just not insert).
    Also, everything works perfectly when I am accessing from the local server through the loopback interface.
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    Application Express 3.2.1.00.12
    Thanks - I appreciate any help!
    -Matt

    Hi, have you allowed all of the following programs through the firewall:
    \oraclexe\app\oracle\product\10.2.0\server\BIN\omtsreco.exe
    \oraclexe\app\oracle\product\10.2.0\server\BIN\LSNRCTL.EXE
    \oraclexe\app\oracle\product\10.2.0\server\BIN\oracle.exe
    \oraclexe\app\oracle\product\10.2.0\server\BIN\TNSLSNR.EXE

  • Tv show not found on apple tv store but on itunes

    HI,
        I'm trying to find a particular tv show on my apple tv and I want to buy it. The show is not available at all on the apple tv store but, when I'm looking for it on my ipad, I can buy it.
    Why can't I purchase that show on my apple tv?
    Both my devises are set up the same (Canada) and with the same account information.
    Please help, my son wants to see the next episode.
    The show in question is: Legend of Korra : book four : balance.
    Thanks

    On your iMac go to iTunes > Preferences  > Store > Show iTunes in the Cloud Purchases.
    Then look under your TV Shows and see if it shows your purchased episodes there with a cloud icon.

  • The requested URL /apex/listenerConfigure was not found on this server

    please help me..
    after run in command prompt (java -jar c:\apex.war) to install apex listener,
    i have error when i call link http://localhost:8080/apex/listenerConfigure.
    In browser show :
    Not found
    The requested URL /apex/listenerConfigure was not found on this server
    how i can fix this error?
    thx :) :) :)

    Hi Beny,
    let's see what I can do to help you fix your installation.
    java -Dapex.port=1521 -jar c:\apex\apex_listener\apex.warThat way you would try to start the APEX Listener on a port that is usually used by the database listener. This could work if you don't have a database installed on that machine or you configured the database listener to use a different port, but I wouldn't recommend to use that port anyway, as anybody will associate it with at database listener... In your case, it sounds like you have a database installed on the same machine you start your APEX Listener on and the database is using that port already. That's why you get "nothing" when you try to access the APEX Listener - the APAEX Listener can't bind to a port that's already used by another process.
    java -Dapex.port=8081 -jar c:\apex\apex_listener\apex.war That port sounds better. The fact that you get an internal error indicates that the APEX Listener is actually working on that port, so we could try to debug.
    My first guess is, that you've already configured the APEX Listener before. Since you had it running before, I assume you didn't remove the old configuration, so the APEX Listener will reuse it. You'll find the corresponding information in the console output of your APEX Listener.
    If that's the case, the error will most likely not be in the previously working APEX Listener configuration, but in your APEX installation. Did you perform the installation steps concerning the APEX_PUBLIC_USER documented for the installation of APEX using APEX Listener? See the corresponding section of the [url http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/otn_install.htm#BABDEEIH]APEX Installation Guide for details.
    -Udo

  • How To Unravel files in project area not found

    I create 9 Premiere projects, each under a root directory (proj/p1;proj/p2;proj/p3;etc.).
    As I was working on my videos I was capturing screen shots of the video and using them on different layers.  that is, I would be in proj/p2 and I woud capture screen shots to proj/p2/assets.  The problem is that sometimes I would forget to change the capture directory and I would be in proj/p3 and I'd capture the image to proj/p2.  I did that a lot.
    So, I changed to a different computer that had a different real path to proj and now, all the images I did the "cross capture" incorrectly don't show up.  When I try to do a "reattach" the file that is showing not found, it does not actually attach it.  I have to re-add it to my project and surgically replace the new file on the time line (very painful and slow).
    Any suggestions on how to do this faster? (or am I not being clear)
    thanks

    Nope.
    The moral of the story...don't move things around.

  • VCS-E unable to make outgoing call with search rule not found error

    Hi 
    I deploy telepresence device registered to CUCM and connect with VCS-C and VCS-E. The issue now is I am not able to make outgoing call and my search rule show not found, request time out.
    I use DNS zone to make the outgoing call and my VCS-E is able to resolve DNS SRV record. However search rule result show not found.
    Any advise are appreciated.

    Hi
    I managed to make a call to address that I am trying to reach. But it supposed to come up with PIN number to enter instead I saw the message that no incoming video.
    Can you please advise what could be the issue.
     tvcs: Event="Call Connected" Service="SIP" Src-ip="10.84.83.101" Src-port="27224" Src-alias-type="SIP" Src-alias="sip:[email protected]" Dst-alias-type="SIP" Dst-alias="sip:[email protected]" Call-serial-number="24a63c27-42b4-4950-ba02-6a548b279a09" Tag="f060faef-441f-47a2-9c75-e1b0623b5e14" Protocol="TCP" Call-routed="YES" Level="1" UTCTime="2015-02-25 14:38:32,604"

  • Not found - The requested URL /apex/wwv_flow.show was not found on this ser

    I have a very simple anonymous block (see below) which I am using to test an area of the database I am developing using OE and APEX. Sometimes the block works and other times it fails with the following error message------
    Not found - The requested URL /apex/wwv_flow.show was not found on this server
    Before the error message is displayed a pop-up window appears with a submit button ( the heading on the window contains --- Enter Bind Variables - windows internet explorer), which I do not understand.
    Is the problem I am experiencing due to some memory limitation ? or do I have a corrupt oracle system (everything else appears OK though).
    Any help or advice would be much appreciated.
    Best Regards
    Lawrence Cattell
    Here is the anonymous block (please no comments on the code). If I extend the number of DBMS_OUTPUT.PUT_LINES beyond the current number of 3 it fails everytime, sometimes it works with 3, sometimes it fails. Is it related to the number of variables I am binding to the WSI_QUOTE Type ?
    DECLARE
    v_dir VARCHAR2(20):='WSI_REPORTS';
    V_COUNT NUMBER(2,0);
    V_QTE_REF_NBR WSI_QUOTES.QTE_REF_NBR%TYPE;
    V_CTR_ID WSI_QUOTES.CTR_ID%TYPE;
    v_QTE_REC_NBR WSI_QUOTES.QTE_REC_NBR%TYPE;
    v_QTE_DTE WSI_QUOTES.QTE_DTE%TYPE;
    V_PEB_NBR WSI_QUOTES.PEB_NBR%TYPE;
    V_QTE_COM WSI_QUOTES.QTE_COM%TYPE;
    V_SAI_NBR_01 WSI_QUOTES.SAI_NBR_01%TYPE;
    V_QTY_01 WSI_QUOTES.QTY_01%TYPE;
    V_SAI_NBR_02 WSI_QUOTES.SAI_NBR_02%TYPE;
    V_QTY_02 WSI_QUOTES.QTY_02%TYPE;
    V_SAI_NBR_03 WSI_QUOTES.SAI_NBR_03%TYPE;
    V_QTY_03 WSI_QUOTES.QTY_03%TYPE;
    V_SAI_NBR_04 WSI_QUOTES.SAI_NBR_04%TYPE;
    V_QTY_04 WSI_QUOTES.QTY_04%TYPE;
    V_SAI_NBR_05 WSI_QUOTES.SAI_NBR_05%TYPE;
    V_QTY_05 WSI_QUOTES.QTY_05%TYPE;
    V_SAI_NBR_06 WSI_QUOTES.SAI_NBR_06%TYPE;
    V_QTY_06 WSI_QUOTES.QTY_06%TYPE;
    V_SAI_NBR_07 WSI_QUOTES.SAI_NBR_07%TYPE;
    V_QTY_07 WSI_QUOTES.QTY_07%TYPE;
    V_SAI_NBR_08 WSI_QUOTES.SAI_NBR_08%TYPE;
    V_QTY_08 WSI_QUOTES.QTY_08%TYPE;
    V_SAI_NBR_09 WSI_QUOTES.SAI_NBR_09%TYPE;
    V_QTY_09 WSI_QUOTES.QTY_09%TYPE;
    V_SAI_NBR_10 WSI_QUOTES.SAI_NBR_10%TYPE;
    V_QTY_10 WSI_QUOTES.QTY_10%TYPE;
    V_CTR_NME WSI_CUSTOMERS.CTR_NME%TYPE;
    CURSOR GET_QUOTE_INFO_CUR IS
    SELECT *FROM WSI_QUOTES WHERE QTE_REC_NBR = 2;
    BEGIN
    DELETE WSI_QUOTE_TEMP_HOLD;
    OPEN GET_QUOTE_INFO_CUR;
    LOOP
    FETCH GET_QUOTE_INFO_CUR INTO V_QTE_REC_NBR,V_QTE_REF_NBR,V_CTR_ID,v_QTE_DTE,V_PEB_NBR, V_SAI_NBR_01,V_QTY_01,V_SAI_NBR_02,V_QTY_02,V_SAI_NBR_03, V_QTY_03,
    V_SAI_NBR_04, V_QTY_04, V_SAI_NBR_05, V_QTY_05,V_SAI_NBR_06, V_QTY_06,V_SAI_NBR_07,V_QTY_07,V_SAI_NBR_08, V_QTY_08, V_SAI_NBR_09, V_QTY_09,
    V_SAI_NBR_10,V_QTY_10,V_QTE_COM;
    EXIT WHEN GET_QUOTE_INFO_CUR%NOTFOUND;
    SELECT CTR_NME INTO v_CTR_NME FROM WSI_CUSTOMERS WHERE CTR_ID = V_CTR_ID;
    END LOOP;
    CLOSE GET_QUOTE_INFO_CUR;
    V_COUNT :=1;
    DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_01|| '***' ||V_QTY_01);
    DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_02|| '***' ||V_QTY_02);
    DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_03|| '***' ||V_QTY_03);
    END;

    The interpreter could be choking on the "*from" (no space before "from") might not be parsing the SQL as intended .
    The "Enter Bind Variables" dialog box is coming from something undefined, I'd suggest putting that block into an .sql file and run it via sqlplus.
    To demonstrate how a bind variable is handled try setting up a file with:
    select * from sometablename where somecolname = &somekeyval;
    -- or '&somekeyval' if its varchar2When you connect with sqlplus and run that file it will prompt for the value to use for "somekeyval".
    Only other thing is to ensure the "select * ..." has the same column names and in the same order as expected by the fetch, perhaps the table layout has changed and you could be getting an added column or maybe missing one at the end of the list.
    If you try running that block in a sqlplus session enable serveroutput to see the dbms_out result (set serveroutput on size 50000)

  • This procedure name is not found in the database: wwv_flow.show

    I created an interactive report, which works fine in the APEX developer, using the Application Express Authentication scheme.
    To add it to our Self-Service web system, I change the authentication scheme to a custom scheme that has been working fine for other applications, although I don't know of any other interactive reports using this scheme in Self-Service.
    Anyway, the interactive report is displayed in our Self-Service system using the custom authentication scheme, but if I display the Action menu and click on one of the options (Filter, Sort, Compute...), a pop-up window is displayed saying:
    This procedure name is not found in the database:
    wwv_flow.show
    That error is also displayed when I try to edit the displayed filters.
    Does anyone know why I might be getting that error or have suggestions on things to try to track it down?
    Thanks,
    Laura

    Laura,
    To add it to our Self-Service web systemWhat does that mean? What did it entail?
    I'm thinking maybe you embedded some relative links into a menu system in which the base href was not appropriate, ... or something.
    Scott

  • "The requested URL /apex/wwv_flow.show was not found on this server "

    Hello, I am getting a "Not found" error, along with the error message displayed in the Subject title, when executing pl/sql commands in the "Home> SQL> SQL Commands" window.
    Not all the time, it is intermittant. If I shut down and restart, that same command will often run ok later.
    It only happens when I edit the PL statement. Sometimes if I remove the edit, the error stops occurring, sometimes the error contiinues to appear.
    If I paste in a previously saved version of the same statement that worked prior to an edit, sometimes it works, sometimes it will still cause the error once they start to occur.
    This is a new install of Oracel 10G Express Edition, downloaded direct from Oracle and installed within the past two weeks.
    It is installed on a Lenovo T60 with WinXP SP2.
    I am an admin on this laptop, and for this install of Oracle. Since this is a standalone install on a workstation, there is no DBA support other than me.
    I am an experienced IT developer, but not a DBA. though I have taken some administration courses. I am new to PL though.
    I also had a problem with not having authority to run utl_file, but I was able to correct that with a grant as SYS. Could this be related in some way? (doubtful).
    Possibly some odd execution authority issue on a DB object?
    It is being used strictly for application development, so that I can avoid impacting testers and users in the normal development environment on a project where we have development and testing running concurrently.

    You said: "... Oracle SQL Developer uses the existing DB. ..."
    I think, just like TOAD, SQL Developer can connect to whatever database you tell it to as long as you give it the right username/password@host.
    For example, with XE, after I unlocked the sample "HR" account*, I can connect to the sample database on XE with HR/HR@XE.
    *with XE running on your local machine, see http://127.0.0.1:8080/i/doc/getting_started.htm#CHDGDHID
    (more direct URL)
    Message was edited by:
    grypysc

  • SQL error not displayed. Instead wwv_flow.accept was not found

    Hi,
    My Question:
    Why does the SQL error in this case not get propagated up the chain?
    BACKGOUND:
    Just spent a few hours trying to figure out why when trying to insert into a table using a wizard created page I was getting the error: The requested URL /pls/htmldb/wwv_flow.accept was not found on this server. It turns out that the error message is a red herring, and the problem was caused by a SQL error that I thought should have been caught and displayed.
    When running the page under debug, the error is displayed, but run as Joe Blow user, the www_flow.accept error is received.
    DETAILS
    Process details where the insert takes place:</h3>
    Process point:
    After Submit - after computations and validations
    Process Messaging
    Process Error Message
    Unable to insert a row to TRAINING_SESSIONS
    HTML DB ERROR (NOT IN DEBUG MODE)
    This is the error the end user sees in the browser:
    The requested URL /pls/htmldb/wwv_flow.accept was not found on this server
    APACHE ERROR_LOG
    [Sun Jun 06 17:50:28 2004] [error] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404 ORA-03113: end-of-file on communication channel
    [Sun Jun 06 17:50:28 2004] [alert] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/wwv_flow.accept
    HTMLDB DEBUG MODE OUTPUT
    This is what you see when running the page as developer with debug on:
    0.01: Processing point: AFTER_SUBMIT
    0.01: ...PLSQL (AFTER_SUBMIT)
    INSERT INTO "TRAINING_SESSIONS" ("TRNG_ID",
    "COURSE_ID",
    "START_DATE",
    "LOCATION",
    "COST")
    VALUES ( TRNG_SEQ.NEXTVAL,
    :P27_COURSE_ID,
    :P27_START_DATE,
    :P27_LOCATION
    :P27_COST)
    0.01: Show ERROR page...
    0.04: Processing point: AFTER_ERROR_HEADER Home
         Error      Unable to insert a row to TRAINING_SESSIONS
    OK      
    0.06: Processing point: BEFORE_ERROR_FOOTER
    ORA-06550: line 6, column 9: PL/SQL: ORA-00947: not enough values ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
    ACTUAL PROBLEM:
    The sequence TRNG_SEQ does not exist!

    Has anyone found what causes this problem? I am running HTMLDB 1.6
    I have a HTMLDB application running against four databases. I develop in one and export and import the application to all databases. It appears that on the databases that are NOT development, this www_flow.accept was not found comes up instead of the error page.
    Please help! We are getting so close to wanting to release this application.

  • Wwv_flow.accept was not found on this server when PlsqlTransferMode = RAW

    Hello. When PlsqlTransferMode is set to RAW, I have an error "wwv_flow.accept was not found on this server" on submiting any page.
    Procedure wwv_flow.show() works correctly in this mode.
    My dads.conf is
    <Location /utf>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString ACER:1521:utf8
    PlsqlTransferMode RAW
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword xxxx
    Allow from all
    </Location>
    My error_log on server is
    mod_plsql: /utf/wwv_flow.accept HTTP-404 ORA-01403: \xe4\xe0\xed\xed\xfb\xe5 \xed\xe5 \xed\xe0\xe9\xe4\xe5\xed\xfb\nORA-06512: \xed\xe0 "SYS.HTP", line 987\nORA-06512: \xed\xe0 "SYS.OWA", line 105\nORA-06512: \xed\xe0 line 36\n
    PLEASE, HELP!!!

    There is something similar before:
    wwv_flow.accept was not found on this server
    what lead to some DAD changes....revert is helping ?
    Regards,
    Damir

  • Error 404 wwv_flow.accept was not found

    I'm on Apex 3.0 and Oracle 10.2.0.1.0
    Suddenly my applications started to behave strangley:
    In tabular forms when I am deleting row(s) I'm getting Error 404 and it says
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    I have not shanged application lately except that I am doing some translations via XLIFF.
    Apache log file shows:
    mod_plsql: /pls/apex/wwv_flow.accept HTTP-404 ORA-03113:...
    mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/apex/wwv_flow.accept
    Any idea? Please!
    Janis

    It's a very weird bug indeed! It behaves somewhat randomly.
    Logging out and in again helps for some tabular forms to perform a single delete operation but not for others.
    Flushing shared pool has no effect.
    Recreating the page has the same problem.
    Removed translation mapping (which i suspected) - no effect.
    Finally, I guess I found the problem.
    My tabular forms are built on views with INSTEAD OF triggers.
    The view definition itself was written using JOIN operators for joing data tables.
    When I converted SQL syntax back to Oracle style it seems to have solved the problem.
    I'll have to do more testing on this - but it definitely must be registered under a new bug number (i guess)
    Janis

Maybe you are looking for

  • Premiere Elements 11 editor won't start

    I've used this program on three previous projects on my HP with a Icore5 processor and have had no problems. Recently I have started a new wedding project and was having some problems with the media loading very slowly. I finally got tired of waiting

  • DML Exception

    Hi - Can anyone help me with this exception. We are using Business components, applicationmodule pooling and datasources on our middle tier. The exception starts to happen after the oc4j container has been running for a little while (half an hour to

  • PA 40 IS NOT RUNNING PROPERLY

    HI ALL I HAVE ONE QUERY WITH PA40. I HAVE ALREADY CONFIGURE PA40 BUT WHEN I HIRE AN EMPLOYEE IT ONLY ACCEPT IT 0000 AND IT DOESNOT OPEN IT 0001 PL LET ME KNOW REGARDS UTKARSH

  • How do you hide zeros using Number's formula?

    I have cells with formulas, such as: =J17*Q17 On my spreadsheet, there are thousands of cells like this. When not used, I want the output to be blank. Currently, it shows "0" Is there anything I can add to my forumla that would make the cell blank?

  • This is the Worse update I ever encounted!!!

    Is there anyway I can go back to iOS7?...Apple you can forget about me purchasing the iWatch!..I'll keep my reliable pebble