404 not found the requested URL /pls/apex11/wwv_flow.accept was not found on this server.

Hello

I tried to connect to Apex on internal workspace.

I get the error

ORA-00604: an error has occurred at the SQL level 1 recursive

ORA-00972: identifier is too long

ORA-06512: at line 10

ORA-06550: line 22, column 3:

PLS-00306: wrong number or types of arguments in the call to 'ACCEPT '.

ORA-06550: line 22, column 3:

PL/SQL: Statement ignored

FATHER's name: apex11

PROCEDURE: wwv_flow.accept

  URL : http://servername:7777/pls/apex11/wwv_flow.accept

Any help?

Thanks in advance

lukx

Environment

OS-> win xp

Version of DB-> Oracle 11.2.2

Apex Version-> 4.2.2.00.11

Hello

I found the reason. On my test DB I put a db ' AFTER SERVERERROR ON DATABASE 'trigger.

After trigger deactivate everything works fine.

Lukx

Tags: Database

Similar Questions

  • I can't open my email on Firefox, it works on explore. When you go to the page I get this message "the requested URL /hunter/ajax_login/redirect.php was not found on this server."

    Question
    I can't open my email on Firefox, it works on explore. When you go to the page I get this e message "the requested URL /hunter/ajax_login/redirect.php is not found on this server."

    Reload Web pages, and ignore the cache.

    • Hold SHIFT and click reload.
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Cmd + Shift + R' (MAC)

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".
  • HTTP 404 not found - the/apex/f requested URL was not found on this server

    All of a sudden, I get the following errors on one page in my application - "the apex/f URL requested is not found on this server".

    I tried to export and import the page with no luck.  The import/export process works successfully; However, I get the same error on the new exported page.

    I can edit the page and the rest of the application is operational - I can not simply run the page without receiving the "Not found" error

    I use the Oracle 11.2.0.3 database.  I use thepl/sql gateway to connect to the APEX.

    I looked at many articles from forum, but nothing seems to be due to my problem.

    It seems that the key generated on the URL is damaged:

    http://localhost:8585/apex/f? p = 101:3:1337553032969279:NO:

    If I remove the 1337553032969279:NO: URL, the login page is running successfully, but a time Oracle tries to access the page it adds the BACKSPACE on the URL and I get the message "not found".

    The keys for the other pages of the DBMS work very well. Only, I have a problem with this page.

    Hello

    You get this error when you run the APEX page?

    Can you import your application to apex.oracle.com or reproduce the HTTP 404 not found error?

    If you share the developer connection information in the workspace, I can try to take a look at what could be the problem.

    Kind regards

    Jari

  • The URL requested/pls/apex/procedure is not found on this server

    Hello

    I'm moving to a new server, applications and spin the issues with file download procedures.

    I received the following error message when you try to upload a blob by using the procedure:


    Forbidden

    You don't have permission to access the/pls/apex/PDSQADB. CUSTOM_IMAGE_DISPLAY on this server.


    Based on this post (Re: DOWNLOAD Custom default after upgrade to 3.1.2 we have implemented comment line for authorization of the DADDY configuration file):

    < apex/pls/location >
    Order deny, allow
    Docs PlsqlDocumentPath
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString ServerAlias:1521:SBox ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA. AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    Apex PlsqlDefaultPage
    PlsqlDatabasePassword apex_user
    #PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow all the
    < / location >


    This allowed execution of procedure (below):

    create or replace PROCEDURE "CUSTOM_IMAGE_DISPLAY" (p_image_id in number)
    as
    l_mime VARCHAR2 (255);
    number of l_length;
    l_file_name varchar2 (2000);
    lob_loc BLOB;
    Start
    Select mime_type, blob_content, dbms_lob.getlength (BLOB_CONTENT)
    in l_mime, lob_loc, l_length
    from ds_documentation where id = p_image_id;
    -Set up the HTTP header
    -Use a NVL around the mime type and if it is a null value, set it to
    application/octect - who can initiate a download of windows window
    owa_util.mime_header (NVL(l_mime,'application/octet'), FALSE);
    -Set the size so that the browser knows how to download htp.p ("Content-length: ' |") l_length);
    -The name of the file will be used by the browser if users is a htp.p "save under" ("Content-Disposition: filename ="' | l_file_name |) '"');
    -Close the headers
    owa_util.http_header_close;
    -Download the BLOB
    wpg_docload.download_file (lob_loc);
    end;


    Here is the URL of the link in the report:

    #OWNER #. CUSTOM_IMAGE_DISPLAY? p_image_id = #ID #.


    There is another application in the same workspace, but the other schema using an identical procedure and the url link that gives the following error:

    Not found
    The/pls/apex/EDSQADB requested URL. CUSTOM_IMAGE_DISPLAY was not found on this server.


    The following grants have been applied:

    Name of the constituent object of the privilege dealer
    YES EDSQADB CUSTOM_IMAGE_DISPLAY PUBLIC PERFORMANCE
    DEBUG THE PUBLIC YES EDSQADB CUSTOM_IMAGE_DISPLAY


    Entire area suggestions greatly appreciated.

    Thank you
    Matt

    The error with the 'CPIT.file_download' might be missing privileges. Run the statement below as "sys" and check if it solves the problem.

    Grant execute on CPIT.file_download to apex_public_user;

    CITY

  • The/pls/apex/f requested URL was not found on this server. -out of blue

    Hello
    I started getting error '/ pls/apex/f URL was not found on this server.' requested while trying to 'run' on the page. I can edit it and, if iexport/import it it works fine, until after I start making changes to all switch elements of "item displayed as text basedo n lov, does not save state' to 'Save State '. It doesn't seem to be a specific item...
    Where can I see the log which is agitated hapenning during execution of this page?
    Thank you
    Andrew

    Andrew,

    RE: 1 - because now I just want to be able to see step by step what happens when rendering or submit occurred.

    Running in debug mode will show you that.

    RE: 2 - you said: "then the method I described (that you used) is the simplest way." I'm not sure I understand - what methodology?

    You said in the second post on this topic, "the approach I used to nail the region is the link: here", and you have access to a post where I described how I would do, still shows here:

    I would disable systematically on the side 'show' of the page. Start by regions. Put a condition never on each. Run the page. If the error Stops, you know that the problem was in one of the regions. If this is not the case, turn off the process and calculations, etc.. Then enable these components one by one until the problem recurs. When you conclude that the problem area (if it's a region), then disable the elements and buttons in the region and so on. The problem may be due to an unhandled exception somewhere inside one of the components.

    RE: 3 - all types. It is not clear (to me at least) if the binding occurs correctly, what values are passed to the pl/sql. I have referred to the session variable correctly or I made a typeoff, etc., etc.

    Again, more details on the situation would be useful. At page debug output is not sufficient, and equip your own code is not enough, you can always find your database session and see what happened. Add & ptrace = YES to the URL, run the page or send the page check the destination database for the trace file and tkprof dump to get a report.

    Scott

  • Help debugging: / pls/apex/f requested URL was not found on this server.

    Hi - unfortunately, I was on a hiatus APEX 7 months; I'm a little rusty.

    I'm going back to the application, I was working on that and get some behaviors
    that I don't remember. (Doesn't mean it wasn't there...)

    There is a page in my application (a report page) that once I sail
    for her, an attempt to access any other page in the application (for example to sort the results,
    results go back to the page where the query specs are entered, change a line):

    The/pls/apex/f requested URL was not found on this server.

    The generated url look completely valid and identical, with the exception of the page number,
    for those that are generated by another similar set of pages. Session state protection is
    disabled.

    Ideas?

    Thank you
    Carol

    Carol,

    If you can isolate it on a single page, say the login page after the termination, then you must disable a component on this page both (start with areas) until the problem no longer occurs. Also check the level of the application of the process of calculations and the authorisation schemes.

    It could be a problem with a value of source element / default or a query LOV too.

    Scott

  • all the site went "not found HTTP 404 error. The requested resource is not found. "and the"Firefox cannot load Web sites but other programs can"page is not helping

    all the site went "not found HTTP 404 error. The requested resource is not found. "and the"Firefox cannot load Web sites but other programs can"page is not help somehow

    One possible cause is security software (firewall, antivirus) that prevents or limits Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and leave your firewall again ask permission to get full unlimited access to the internet for Firefox and the plugin-container and the update process.

    See:

    You can try to reset (power off / on) of the router.

  • Can't access websites in Google Chrome error: the requested URL could not be found

    Original title: Error message

    Hello, I get the message below when I try to go to a Web site, but only from Google Chrome, it works from Internet explore and he used to work in any case of Chrome before, so weird and so boring!

    any ideas?
    Thank you very much.
    ERROR the requested URL could not be found

    While trying to retrieve the requested URL, the following error was encountered:

    • Invalid query

    Some aspects of the HTTP request is not valid. Possible problems:

    • Missing or unknown request method
    • Missing URL
    • Missing HTTP identifier (HTTP/1.0)
    • Demand is too great
    • Content-Length missing for POST request
    • Transfer-Encoding not supported
    • Illegal character in hostname

    Footprint 4.8/FPMCP 

    Hello

    If I understand correctly, you are unable to open Web sites using Google Chrome and the same works fine in Internet Explorer.

    Did you of recent changes made to your computer?

    We will try the suggestions from the following link.

    Clear your cache and other data from browser

    http://support.Google.com/chrome/bin/answer.py?hl=en&answer=95582

    If the problem persists, you can communicate with the support of Google Chrome.

    http://productforums.Google.com/Forum/#! Forum/chrome

  • The error is "The request that URL was not found on this server." (- 1100)

    Hi guys!

    Perhaps you have faced with the following question: the error is "the query URL is not found on this server." (- 1100) trying to get a glimpse of the PDF on the Home Viewer.

    I've successfully added of links to pdf files, downloaded HTMLResources.zip a month ago. Now, I need to create a test for the same folio version and links don't work at all - I get this error message - the error is "The request that URL was not found on this server." (- 1100).

    What this may be connected with? I has not changed anything in the article work files or...

    Hello

    I solved this problem in the following way:

    1. put that you a folder of zip upwards. Average if the current position of your zip is... / sources/test - put the zip... /sources.

    2. then import HTMLResources once more.

    Note: zip should not contain a folder with the same name.

    Kind regards

    Sam

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

    Please help me...

    After running in the command prompt (java-jar c:\apex.war) to install the earpiece of the apex.
    I have error when I call link http://localhost: 8080/apex/listenerConfigure.

    In the browser displays:

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

    How can I fix this error?


    Thx  :)  :)  :)

    How to mark this thread?

    It seems that you have marked threads as answered present. ;) Probably, you will also find a way to mark messages like 'proper' or 'helpful '...

    at this point, I select complete development environment for the execution environment of this stage is spent. is it good?

    Fix.

    next step is 3.3.3 change the password of the ADMIN account, I think that this step went too couse I read
    "In a new installation of the Oracle Application Express, or if you convert a runtime environment in a development environment, you must change the internal ADMIN account password. In an upgrade scenario, the password is retained and carried over from the prior release. "is right?

    Well, it depends on... You have installed APEX the first time, you do not have a new facility. Anyway, it does not hurt to reset this password... After all, you have validated, you don't know, right? So the only option you have to meet her anyway...

    and a question again, how do to restart proses in point 3.3.4 restart the process?

    Documentation is actually a bit confusing, as this whole section applies only to installation with the APEX listener, so usually there is no Oracle HTTP Server must be restarted. Service that you do not want to restart the listener APEX itself.

    -Udo

  • R12.1.1 upgrade issue the requested URL OA_HTML/AppsLogin was not found on

    I finished implementing the patch 7303030 Update for 12.0.6 12.1.1. Thank you for the great help I get from this forum.
    Now, there is another problem I faced. The login page has not come and gives the following error->
    -----------------
    Not found
    The OA_HTML/AppsLogin requested URL was not found on this server.
    ----------------

    Then, I rebooted all apps and data base server. Then l'execution./adstrtal.sh I encountered following error->

    ----------------
    You are running version 120.12.12000000.6 adformsctl.sh

    From successful OPMN FORMS OC4J instance...
    Call txkChkFormsDeployment.pl to check if the last FORMSAPP. EAR is deployed...
    Program: /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl started @ Fri Jan 21 18:07 2011

    Logfile = /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/inst/apps/DEMOFNA_inkolsun04/logs/appl/rgf/TXK/txkChkFormsDeployment_Fri_Jan_21_18_06_59_2011/txkChkFormsDeployment_Fri_Jan_21_18_06_59_2011.log

    Complete program: /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl @ Fri Jan 21 18:07 2011

    Error when running the perl script txkChkFormsDeployment.pl
    /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/inst/apps/DEMOFNA_inkolsun04/logs/appl/admin/log/adformsctl.txt

    adformsctl.sh: leave with the State 1

    .end std out.
    ALL OF THE FOLLOWING FILES ARE NEEDED TO RESOLVE ERRORS
    Logfile = /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/inst/apps/DEMOFNA_inkolsun04/logs/appl/rgf/TXK/txkChkFormsDeployment_Fri_Jan_21_18_06_59_2011/txkChkFormsDeployment_Fri_Jan_21_18_06_59_2011.log

    .end err out.
    ----------------

    The txkChkFormsDeployment_Fri_Jan_21_18_06_59_2011.log file contains the following information->
    ----------------------
    Script name: txkChkFormsDeployment.pl
    Script version: 120.0.12000000.1
    Started the: Fri Jan 21 18:07 IST 2011

    ==============================================
    Forms is configured in servlet mode *.
    ==============================================

    ERROR DESCRIPTION:
    (Can not find the object "txkFormsDeploymentStatus" via package "TXK::Techstack" method to /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/apps/apps_st/appl/fnd/12.0.0/pa
    TCH/115/bin/txkChkFormsDeployment.pl line 225.
    )
    Complete program: /CLIENTDEMOREL12/visrel12/TESTFNA_CLONE/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl @ Fri Jan 21 18:07 2011
    ----------------------

    Please help me how to solve this problem.

    AutoConfig resulted?

    You have errors in the database log file? All invalid objects?

    Have you tried to compile JSP files and see if it helps?

    Thank you
    Hussein

  • Apex Oracle 10 g the requested URL /apex/wwv_flow.show was not found on this

    I searched the forum without being able to find a solution that works for me.
    I'm trying to create a table with the following sql.
    CREATE TABLE MEMBERS
    (
      MEM_NUMBER           VARCHAR2(12 BYTE) CONSTRAINT MEM_NUMBER_NN NOT NULL,
      MEM_SNAME            VARCHAR2(25 BYTE),
      MEM_FNAME            VARCHAR2(25 BYTE),
      MEM_ANAME            VARCHAR2(25 BYTE),
      MEM_TITLE            VARCHAR2(25 BYTE),
      MEM_IDTYPE           NUMBER(5),
      MEM_IDREF            VARCHAR2(120 BYTE),
      MEM_DATE_IDISS       DATE,
      MEM_ADD1             VARCHAR2(60 BYTE),
      MEM_ADD2             VARCHAR2(60 BYTE),
      MEM_ADD3             VARCHAR2(60 BYTE),
      MEM_ADD4             VARCHAR2(60 BYTE),
      MEM_PCODE            VARCHAR2(12 BYTE),
      MEM_PHONE            VARCHAR2(20 BYTE),
      MEM_DREG             DATE,
      MEM_TREG             DATE,
      MEM_DLAST            DATE,
      MEM_DBIRTH           DATE,
      MEM_DOBON            NUMBER(1) CONSTRAINT MEM_DOBON_NN NOT NULL,
      MEM_POST             NUMBER(1) CONSTRAINT MEM_POST_NN NOT NULL,
      MEM_NEW              NUMBER(1) CONSTRAINT MEM_NEW_NN NOT NULL,
      MEM_BARRED           NUMBER(1) CONSTRAINT MEM_BARRED_NN NOT NULL,
      MEM_SEX              NUMBER(5),
      MEM_BDAY             NUMBER(5),
      MEM_BMONTH           NUMBER(5),
      MEM_BYEAR            NUMBER(5),
      MEM_ANAL01           NUMBER(5),
      MEM_ANAL02           NUMBER(5),
      MEM_ANAL03           NUMBER(5),
      MEM_ANAL04           NUMBER(5),
      MEM_ANAL05           NUMBER(5),
      MEM_ANAL06           NUMBER(5),
      MEM_ANAL07           NUMBER(5),
      MEM_ANAL08           NUMBER(5),
      MEM_ANAL09           NUMBER(5),
      MEM_ANAL10           NUMBER(5),
      MEM_CARDNO           VARCHAR2(22 BYTE),
      MEM_FACE             NUMBER(10),
      MEM_ID               NUMBER(10),
      MEM_ENTRY            NUMBER(1) CONSTRAINT MEM_ENTRY_NN NOT NULL,
      MEM_CARD1            VARCHAR2(22 BYTE),
      MEM_TYPE1            VARCHAR2(4 BYTE),
      MEM_COLOUR           NUMBER(10),
      MEM_NAMEDAY          NUMBER(5),
      MEM_NAMEMONTH        NUMBER(5),
      MEM_ANIVDAY          NUMBER(5),
      MEM_ANIVMONTH        NUMBER(5),
      MEM_ANIVYEAR         NUMBER(5),
      MEM_NAMESPECIAL      VARCHAR2(4 BYTE),
      MEM_ITGNO            VARCHAR2(12 BYTE),
      MEM_GDREG            DATE,
      MEM_ENTERED_BY       VARCHAR2(16 BYTE),
      MEM_LAST_UPDATE_BY   VARCHAR2(16 BYTE),
      MEM_SIG              NUMBER(10),
      MEM_NO_GRAD          NUMBER(1) CONSTRAINT MEM_NO_GRAD_NN NOT NULL,
      MEM_FREE_PARK        NUMBER(1)                DEFAULT 0 CONSTRAINT MEM_FREE_PARK_NN NOT NULL,
      MEM_STATUS           VARCHAR2(9 BYTE)         DEFAULT 1                     NOT NULL,
      MEM_AUTH_STFF_CRDNO  VARCHAR2(12 BYTE),
      MEM_BARCODE          VARCHAR2(37 BYTE),
      MEM_BADGE_NUMBER     NUMBER(16),
      MEM_GRPADDR_NAME     VARCHAR2(50 BYTE),
      MEM_DISP_NAME        VARCHAR2(25 BYTE),
      MEM_DIST_FRM_CASINO  NUMBER(24,4),
      MEM_GEO_CODE         NUMBER(5)
    )
    and the answer I get from the Apex is: -.
    The requested URL /apex/wwv_flow.show was not found on this server

    Please tell me what I'm missing.

    Try to run in sqlplus.

    There is a difference between your 2 attempts to validate the statement. The second includes a schema qualifier:

    CREATE TABLE SGM.MEMBERS...
    

    You run that he logged in as user SGM?

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

    I must have made a mistake, now I can't access my APEX! Help, please!

    Previously, I tried to [solve a problem for my application | http://forums.oracle.com/forums/message.jspa?messageID=3690272]. I created a 'APEX_030200.wwv_flow_epg_include_mod_local' function as user sys, then I dropped it.

    Later, I think I should open as the user 'APEX_030200' SQL * Plus, so I tried this "connect APEX_030200", but when I entered a password (I don't know what it is), he told me the account is locked. So I used this command to unlock, "change user APEX_030200 account unlock.

    So far, I realized that there must be a reason any that the account was kept locked. So I wanted to make sure that the application is still working. Bad news! It stopped working! Once I clicked "Go to database home page", he always redirected me to "http://127.0.0.1:8080/apex/apex" and the error message is "the/apex/apex URL was not found on this server is requested".

    I'm sure the DB is running and the service is running, because I can access it here "http://127.0.0.1:8080 / i /. Something has went bad because of my operation. Please help me! I was going just to complete the application, but now everything is gone!

    1 million thanks!

    My environment:
    Oracle Express Edition
    APEX 3.2
    Windows XP
    I installed at the TOP of this way:
    [Installation of the database and configure the embedded PL/SQL gateway | http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/db_install.htm#insertedID4]

    Hello: >
    I created a 'APEX_030200.wwv_flow_epg_include_mod_local' function as user sys, then I dropped it. >

    You cannot have 'created' this function! The feature is installed by Setup of the APEX. This function must exist in the database for APEX work properly. Install the function described below in your database

    CREATE OR REPLACE function APEX_030200.wwv_flow_epg_include_mod_local(
        procedure_name in varchar2)
    return boolean
    is
    begin
        return false; -- remove this statement when you modify this function
        --
        -- Administrator note: the procedure_name input parameter may be in the format:
        --
        --    procedure
        --    schema.procedure
        --    package.procedure
        --    schema.package.procedure
        --
        -- If the expected input parameter is a procedure name only, the IN list code shown below
        -- can be modified to itemize the expected procedure names. Otherwise you must parse the
        -- procedure_name parameter and replace the simple code below with code that will evaluate
        -- all of the cases listed above.
        --
        if upper(procedure_name) in (
              '') then
            return TRUE;
        else
            return FALSE;
        end if;
    end wwv_flow_epg_include_mod_local;
    /
    

    CITY

  • Colon, causing a "the requested object is not found on this server" error

    I have a Description field that is defined as a text box, its game to maintain up to 4000 characters and works perfectly, but if the user enters a colon: in the text and tries to save changes, or navigate to another page, we get a "the requested object was not found on this server" error. If I update the field through SQL, it updates very well.

    Please let know us in this moment test phase of the customer. Thank you, Laura

    When you close a thread and mark, you must assign points to correct answers...

    Thank you

    Tony Miller
    Webster, TX

  • The requested URL was rejected. Please see your administrator. Your support is ID: 1237142

    The requested URL was rejected. Please see your administrator.

    Your support is ID: 12371425760646637041

    Impossible to allow:
    missing service xapi node
    Please visit http://www.sony.con/mydash for help with this problem.

Maybe you are looking for