ADR 3.0 w / APEX 5.0 - ERR-7620 and ORA-01403

ADR 3.0 w / APEX 5.0 - I have a new facility on 12 c and APEX and ADR full install without error but when you go to the url of the apex page destination to the /apex/ page and admin to/apex/apex_admin /, I meet ERR-7620 and ORA-01403. It's the same error, as shown in Re: ERR-7620 could determine no workspace for the application (4950), ORA-01403: no data found but I was not able to access the admin page to fix the problem. Any help would be appreciated.


When I run ADR in autonomous on the application server, it starts without error in the command line, but then if I go to http:// < server url >: < port > /ADR /, I get the below error in the browser but no error message on the command line for ADR:

Troubleshooting I tried but has not solved the error:

• Installation against an another DB 11 g 2 and always errors

• Use different URL paths: I tried different paths in the url which should also function as/ords/apex_admin, but I also received the same error. When I try /apex or/apex /, it redirects me to /ords.

• Restart the listener DB and DB itself

• Confirmed that all accounts have been unlocked and checked passwords

Will,

I am sure now that you did a runtime installation and not a full development.  You can convert this: http://docs.oracle.com/cd/E59726_01/install.50/e39144/listener.htm#HTMIG29186

Joel

Tags: Database

Similar Questions

  • Apex 5 on PDB not work. works very well on the root - ERR-7620 could determine no workspace for the application (4500)

    Hi all

    I recently installed Oracle 12 c and Apex 5 on a new server.

    My apex 5 installation went well. I can access it without problem at the root on its default port 8080.

    Later, I created a new pdb file (cloned from pdborcl) and created a new schema.

    as sysdba, I started a new instance of the Apex on port 8888, but when I try to access it through the http://IPAddress:8888 / apex / or apex / http://IPAddress:8888 / apex_admin I get an error (see pictures below)

    Can someone tell me please in the right direction.

    Should I do an install fresh apex 5 on the PDB? I thought that if I installed as sysdba on the CBD, the pluggable DB would inherit apex 5. Help, please

    ERR-7620 could determine no workspace for the application (4500)

    ORA-01403: no data found


    (DOES NOT NOT ON PDB)

    1.PNG


    (WORKING ON ROOT)

    2.PNG



    Hi John,.

    What you said is exactly the problem you will encounter if patch 20618595 of the database is not applied before the APEX upgrade to 5.0. In addition to the opatch apply the approach, you also run $ORACLE_HOME/OPatch/datapatch? At run time, you guarantee that all-ins databases have been opened after the start of the database to the top by issuing alter database connectable to all open?

    Finally, you have indicated that you have installed it on a new server. Is your main interest just to have a new 12 c CBD with APEX 5.0 in it? If Yes, you can do the following to avoid the problem you are experiencing currently.

    (1) create a new 12 c CBD

    (2) connect SYS as SYSDBA to CBD$ ROOT and launch a 4.2.5 or newer version of apxremov_con.sql. If the database that you created in step 1 is 12.1.0.2, you can just use $ORACLE_HOME/apex/apxremov_con.sql

    (3) connect SYS as SYSDBA to CBD$ ROOT and run apexins.sql from the source 5.0 specifying positional parameters, as you normally would

    Kind regards

    Jason

  • ERR-7620 could determine no workspace for the application after you have patched to 5.0.2

    Hello

    We have just improved our test case Oracle APEX and now the ERR 7620 on certain applications and workspaces, but not all; can log in etc. fine application designer. With the help of 11g 2 with Oracle HTTP Server and Apex 5.0.2. Reason for upgrade has been issues with our new ADR configuration that we test; but this is not currently the live platform.

    See you soon

    David

    Hello

    You can run the following as SYS SQL please:

    alter session set current_schema='APEX_050000';
    
    select c.account_status,
           f.security_group_id
      from wwv_flows f,
           wwv_flow_companies c
    where f.security_group_id = c.provisioning_company_id
       and f.id             = 214;
    

    account_status should be ASSIGNED. If it is null then Oracle Support should be able to point to a Note that described for updating this status. ASSIGNED

    Concerning

    Patrick

  • ERR-7620 after applying the fix to the 5.0.2

    After you apply the latest patch without error on our environment all our applications is no longer in effect.

    They all end with

    ERR-7620 could not determine the workspace for the application (application_id).

    ORA-01403: no data found


    anyone?

    You can run

    exec apex_instance_admin.enable_workspace(...name...);

    commit;

    to account_status the ASSIGNED value.

    Kind regards

    Christian

  • Apex schedule 5, disable drag and drop (only!) to specific entries

    Hi all

    (in particular, the gurus of js/jquery)

    I have 5 Apex calendar I let slip and fall in informaciones. However, for some special entries (for example .apex-cal-red) I want to disable drag and drop.

    Would be great if someone could go an example to illustrate how this can be accomplished.

    Thanks in advance!

    André

    Hi andreml,

    andreml wrote:

    I have 5 Apex calendar I let slip and fall in informaciones. However, for some special entries (for example .apex-cal-red) I want to disable drag and drop.

    Would be great if someone could go an example to illustrate how this can be accomplished.

    This feature will be introduced in the next version 5.0 of the APEX.

    Refer (response by Patrick M-Oracle): Re: APEX 5.0 Calendar disable the links for the last days

    The time being, you can use validation-based approach.

    Reference: Apex 5: calendar, how can I restrict only one entry per date of

    Kind regards

    Kiran

  • How to move or delete an APEX application programmatically using application_id and / or aliases?

    Oracle db 11 g 2

    Oracle APEX 4.2.1

    Linux RHEL 6.3

    ------------------------

    Is anyone know the function or procedure to remove or delete an APEX application programmatically using application_id and / or aliases?

    The best I can Google is:

    wwv_flow_api.remove_flow (application_id); -to drop id app by app of APEX

    Any other suggestions?  Any call APEX API I do (I do not see in the APEX API Ref).

    Thanks to a bouquet.

    Hi tx

    We use a script that calls these procedure packed high-end APEX api indeed.

    This script (called: uninstall) is called from one in Linux. Sh script file

    In our case, the application and space to work used the same name, but you can easeliy that adapt to your situation.

    The script is called in the script as .sh

    $> sqlplus / as sysdba @de - install.sql

    The script has the following content:

    DECLARE

    / * End: uninstall Apex

    Settings: 1 = name of work/application space

    */

    l_application_id NUMBER;

    BEGIN

    SELECT Application_id

    IN l_application_id

    Of apex_applications

    Workspace WHERE the = ' & 1' AND alias = ' &1';. ' -find the application with a given name to a certain workspace (with the same name)

    wwv_flow_api.set_security_group_id (p_security_group_id-online APEX_UTIL. FIND_SECURITY_GROUP_ID('&1'));) -sets the security group so that you can remove this application

    wwv_flow_api.remove_flow (l_application_id); -remove the application

    EXCEPTION

    WHEN NO_DATA_FOUND THEN - say nothing when the application does not exist

    NULL;

    END;

    /

    output

    Hope this helps you

    Best regards, Wouter

  • APEX 4.1 BUG: ORA-01403: when you try to remove column classic report

    Hello

    I have produced this on apex.oracle.com.

    Create classic example from query report
    select ename,
    empno,
    mgr,
    job,
    deptno
    from emp
    Change report attributes and add the derived column.
    Edit derived column, and place for the Expression of the column formatting HTML
    #ROWNUM#
    Will change the report query and delete the ename column of query.
    Press on apply changes and the result is error ORA-01403: no data found


    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

    Published by: jarola on January 4, 2012 09:07

    Hi Jari,

    Thank you for reporting this issue, I filed bug 13738357 to follow it.

    Kind regards
    Marc

  • ADR 3.0 without Apex?

    Hi all

    I have a general question about ADR. My environment is ADR 3 more Oracle 12 c:

    1. I've read that you can use ADR 3.0 without installing Apex, which means that I can just install/config ADR on the level of database without having to install the Apex?

    2. If the answer to question 1 is Yes, I think once ADR installed/configured, I can activate the ADR at the schema level, I can then be accessed by a url like this:

    http://server_host:port / ADR/dbuser/table_name

    I just did this and I can start to ADR successfully but the url (or even if I use http://server_host:port/ADR/) gives me a 404 error. I've read several post here which was a similar story, but all have installed Apex.

    What I'm trying to do is allow some table REST service level so that other app/tools can use it to access data here.

    Maybe my interpretation is not correct and I must have the Apex installed?

    Thank you

    Mike

    Hello

    I think you need to create a ws using the PL/SQL API's for CLC in order for your table. See "Creating a RESTful ADR Service with PL/SQL" here:

    http://blog.cdivilly.com/2015/03/12/ords-3.0.0-rest-PLSQL-API/

    Good luck

    Marius

  • ERR-7620 could determine no workspace for the application (4950), ORA-01403: no data found

    Hi, I am trying to upgrade XE APEX 4-5 with this tutorial

    https://docs.Oracle.com/CD/E59726_01/install.50/e39144/oracle_xe.htm#HTMIG29430

    Everything was fine, no errors, but after upgrade, I can't run apex over and get this err message.

    Laptop with MS 8.1 PRO, 64

    What should do? Thanks for help.

    Have you read step # 8 in the instructions? :

    1. Go to the Oracle Application Express Administration Services application:

      1. In a Web browser, go to:

        http://hostname:port/apex/apex_admin
        

        Where:

        hostnameis the name of the system where Oracle XML DB Protocol server is installed.

        portis the port assigned to HTTP the server of Oracle XML DB Protocol number. In a default installation, this number is 8080. If you use the multitenancy of 12 database Oracle, then each database plug-in (PDB) will be a separate port number.

        apexthe database access descriptor (DAD) is defined in the configuration file.

      2. On the login page:
        • Username - enter admin .

        • Password - enter the Oracle Application Express account password specified in step 7.
        • Click on connect to Administration.

        Note that, depending on your configuration, you may need to change your password when you sign in for the first time.

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Export of apex (oracle.apex.APEXExport) on Oracle 12 c and ORA-28040

    Customer running of Java oracle.apex.APEXExport (from Apex v4.2.5) against a 12.1.0.2 RAC - and JDBC connection failure made with a ORA-28040: no authentication protocol for. (works without problem against all our 11g RAC)

    Oracle MOS see Notes section Configuration of SQL * Net of parameters (SQLNET.) ALLOWED_LOGON_VERSION_CLIENT and SQLNET. ALLOWED_LOGON_VERSION_SERVER) to an earlier version (example 8) on the client and the server, bouncing the listener, etc.

    Googling turned up the solution to the CLASSPATH to include the ojdbc6.jar (as the first jar jdbc in the path) - and only using one more late JDBC driver/pot solves the problem.

    Played a bit with both options, but not luck. Always get the error ORA-28040 .

    Ideas, comments and suggestions will be appreciated on how to address this issue.

    Well, problem solved. With the CLASSPATH workaround works fine - if done correctly.

    Find an odbc6.jar on the platform, for example

    find $ORACLE_HOME-name ojdbc6.jar

    Set the classpath the jar of real and then in the utilities directory in your file Apex (i.e., the location where you have unpacked your download Apex). For example

    export CLASSPATH=/u01/app/oracle/product/11.2.0/dbhome_1/jdbc/lib/ojdbc6.jar:/software/apex/utilities

    Now run export Apex by following the instructions, for example

    Java oracle.apex.APEXExport - db :: -user -password -instance

  • Apex 5.0: Theme Roller and background image

    Hi all

    I'm new to APEX 5, but have many years experience with HTMLDB/APEX.

    I created a dummy application with only a blank page. Now I want to give a background image for all the pages of my apex application. To do this, I downloaded a picture of 'images of the workspace' and now, I would like to use this image as a background image. Here are my questions:

    1. How can I declare this image as background image using the custom field 'CSS' roll theme?
    2. Is this possible using the theme roller?

    Thank you

    Hi S-Max,

    of course, it is possible and it is not necessary to change the universal theme page templates. You can easily do with theme roller.

    1. Go to components-> themes-> universal theme shared
    2. Scroll down to the region of "files".
    3. Download your background image with the 'Upload File' button (Note: this is not a static file request or workspace, instead, this will be a static file of the theme!)
    4. Run your application
    5. Open the theme roller and choose your theme style
    6. Go to the "Custom CSS" attribute
    7. Use the CSS code you have pasted above, but delete #WORKSPACE_IMAGES #.
    8. Click Save / Save as (-> generates the new theme CSS stylesheet file, which is stored as a static file of the theme next to your background image.) That's why you can make reference to the image with a relative URL).
    9. Click the current value (if the custom theme style is not already the current)
    10. Topic close Roller
    11. The above generated theme style CSS file gets charge and your background image should display

    Concerning

    Patrick

    ---

    Member of the APEX development team

  • APEX Spinner 5.0 utility and process of AJAX

    Hello

    I would like to make use of the provided spinner utility:

    https://docs.Oracle.com/CD/E59726_01/doc.50/e39149/javascript_api.htm#AEAPI30161

    I did AJAX which is called when clicking on link

    < a id = "sunil" href = "#" onclick = "callMe ()" > Test < /a >

    And my call to treat:

    <script language="javascript">
        function callMe(){
            // For showing spinner using apex utility
            var lSpinner$ = apex.util.showSpinner( $( "#sunil" ) );
          
    apex.server.process (
      "MY_APP_PROCESS"
    ,   {   x01: 'my first custom value'
        ,   x02: 'mysecond custom value'
        ,   x03: 'my third custom value'
        ,   p_arg_names: ['G_11','G_12','G_13']
        ,   p_arg_values: ['My 11th custom value','My 12th custom value','My 13th custom value']
        }
    , {    dataType: 'text'
        ,   success: function(pData){alert(pData)}
        }
    );
            // For removing spinner after work is done
            lSpinner$.remove();
        }
    </script>
    
    
    

    My AJAX process works perfectly, but instruction above and end of the loading icon reflect at all, and I can assure that there is a delay of at least 4 seconds. Everyone has implemented this?

    Thank you

    Sunil Bhatia

    Hi Sunil,

    There is no need to complicate things. apex. Server.Process already includes everything you need. Try the following code:

    function callMe(){
    
        apex.server.process(
            "MY_APP_PROCESS", {
                x01: 'my first custom value'
            }, {
                dataType: 'text',
                success: function(pData) {
                    alert( pData );
                },
                loadingIndicatorPosition: "page"
            });
    }
    

    It uses loadingIndicatorPosition: 'the page' to show a top while performing the AJAX call. See the documentation for apex.server.process for details https://docs.oracle.com/cd/E59726_01/doc.50/e39149/javascript_api.htm#AEAPI29523

    Also note that you should not use < script=""> plus for your JavaScript code, just put in the attribute of level page 'function and Global Variable declaration'.

    Hope that helps

    Patrick

    Member of the APEX development team

  • How APEX display Page items large and "BOLD" (as large as specify it)

    Hi all

    I'm a novis in the APEX and HTML/CSS/Javascript etc. I need to display some of the major elements of the page and "BOLD" I want to really stand out from the rest the page elements, for example. an element name or a company name. Even if I put it "Bold", it still doesn't stand out enough. Please can someone guide me how this. I don't absolutely know zip about the CSS files, etc.. I hope it won't be too complicated.

    Thanks in advance

    Dominic

    Dominic Dovale wrote:

    Is there some way I can change the font of the element real value as well, not only the label?

    Concerning

    Dominic

    Yes,

    Use the following css for weight are size, colors and fonts for Page and article Page point label.

    label[for="P1_COMMENT"], #P1_COMMENT {
      font-size: 16px !important;
      font-weight: bold !important;
      color: red! important;
        }
    

    put this in

    Edit page > CSS > Inline

    This css affect only for P1_COMMENT

    Hope this helps

  • Apex deploy Application in the environment - ORA-02291: integrity constraint

    Hi all

    I do my first application export import and stumbled across a bug.

    The bug causes the same error like: error application to import 4.1 and 4.2 , but my environment is different.

    In short, I'm building my APEX application on itself One with APEX 4.2.4 11.2.0.4 1. The application is configured to compatible 4.2.

    I export version Run Time only.

    I am importing in XE 11.2.0.2 with APEX 4.2.4 with the environment at the time of the throw using SQL * more. !! The schema exists in the two databases.

    I get the following error, and I wonder if I need also to export the workspace for installation works, or if I do something wrong all together and just did not understand the process of export/import (deploy).

    SQL > @f7001.sql

    REQUEST 7001 - MYAPEX Web Application

    Set credentials...

    Check the compatibility...

    Set Application ID...

    .. .UI types

    Start

    *

    ERROR on line 1:

    ORA-02291: integrity (APEX_040200.WWV_FLOWS_FK) violated constraint - found parent key

    ORA-06512: at "APEX_040200.WWV_FLOW_API", line 2094

    ORA-06512: at line 3 level

    Disconnected from the database to Oracle 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    Thanks in advance for any help or you advise in this case.

    Jan S.

    Hi Jan,

    you have two options.

    (1) on your system only run time, you can use the APIs of the Forum (APEX_INSTANCE_ADMIN) to manually create the workspace and the allocation of scheme.

    (2) use the JAVA export utility from the command line and specify the parameter - expWorkspace and - expMinimal (/ utilities/readme.txt) to export the workspace. But please note that it will still be exported users and groups. You need to remove the generated SQL file.

    Personally, I'd go with the API. It should be fairly simple. Just call APEX_INSTANCE_ADMIN. ADD_WORKSPACE when it is connected as SYS/SYSTEM or a user who has been granted the role APEX_ADMINISTRATOR_ROLE.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

  • How to get the user clicks SeriesName APEX 4.2 flash chart and defined on a hidden element?

    Hello

    I'm developing a graphic clickable flash of APEX, which should be linked to a specific set of data on another page using the SeriesName (clicked several sets of cards).

    (Returned by a function) sql for APEX chart is

    Select distinct null link, d. DNAME label
    , sum(e. SAL ) over (partition by e. ( DEPTNO salary ( )
    , sum(e. Comm ) over (partition by e. DEPTNO ) comm
    de d Dep. , emp e
    e. DEPTNO = d . DEPTNO

    Currently I am able to disply SeriesName (e.g. salary or Comm) on the 2D chart. This is done by including {% SeriesName} Custome XML.

    But I am unable to detect which series name, the user clicks on - pay is comm.  for example, I am not able to enter the name of the series clicked and set it to a hidden item (called P38_SERIES_NAME).  I have to use JavaScript to achieve this? If so, how?

    The reason why I want to use the unique sql is due to that I will have to call a function to return the dynamic and running sql code, I don't know how many series I. i.e. could be comm, average age, salary, bonus etc...

    What is the easiest way to achieve this?   I use APEX 4.2 and Oracle 11 g.

    Thanks for your advice.

    Concerning

    Susanna Su

    Susanna,

    What you experience is the difference between session state and the value of the element on the page. The URL you have is generated on the rendering of the page and use the value of current session state of the question right now. Then when the page is on the client side and that you set the value of the item through javascript this value is still next to the customer and not in session state. Put the value in session state would not matter, however, because the link has already been made. Your best option is to send the page, ensuring the correct value is set to session state and use a branch in present after the process to redirect the user to the correct page.

    I have also described this here: https://forums.oracle.com/message/11110579#11110579

Maybe you are looking for

  • Do the Invisible tab or inactive

    I develop in 2013 of LabWindows/CVI. I have a tab on a panel with 3 tabs control.  The 3rd tab is "features of the future". Currently, I put tab to "initially grayed out. When the Panel is displayed you can still see the tab and click on it and see a

  • Alienware X 51 - graphic R1 and food issues

    I bought the base model Alienware X 51 in March 2012 and have a few questions in what concerns the upgrade of the power supply and graphics card. Currently, he has the GeForce GT545 graphics card and a power of 240 w. Also, my order said it's an Alie

  • BlackBerry Passport Edit Google docs or leaves Google online directly using the passport of Blackberry

    Hello Is anyway for the passport of Blackberry to change directly online Google Docs or Google spreadsheets?  The Blackberry browser only allows me to view, but not change. The Docs to Go app does not seem to offer this ability to do online editing.

  • Migrate from PC to Mac

    my PC for my photos directory is C:\pictures\users\jimdad\picturesmy PC for my catalog directory is C:\lr5ciib\LR5_PSE11_Import_from_LT_2013_06_15my catalogue LR6 name is LR5__PSE11_Import_from_LT_2013_06_15 - 2.lrcatmy data LR6 directory is named LR

  • FOR and FORALL

    -cursorCursor curor1 ISSELECT *de table2;BEGIN-For LOOPFOR Looper IN curor1 LOOPSELECT count(*) INTO counter FROM table1 WHERE id = looper. id ; IF meter > 0 THENSELECT name IN sacond_name DE table1 OÙ id = looper. id ; IF sacond_name = Looper . Name