Purge BUG APEX 4.1.1 sessions admin instance

Hello

When I connect you to the workspace IN-HOUSE and go
Home > managing Instance > State of Session > Purge of the Sessions, according to the age
then click on the button to Purge Session I get error
ORA-06550: line 1, column 22: PLS-00302: component 'PURGE_OLDEST_SESSIONS' must be declared ORA-06550: line 1, column 7: PL/SQL: statement ignored

Is that what this bug or something wrong on the Forum?

I have question
SELECT comp_id,
  comp_name,
  version,
  status
FROM dba_registry
WHERE comp_id = 'APEX';
And everything seems to be ok
COMP_ID          COMP_NAME               VERSION               STATUS
--------------------------------------------------------------------------------------------
APEX          Oracle Application Express     4.1.1.00.23          VALID
And there is no invalid object in the database


Kind regards
Jari

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

Published by: jarola on April 3, 2012 15:49

I checked export 4050 Builder app and there is reference to wwv_flow_cache.purge_oldest_sessions.
Then I check flowc.sql is this procedure there.
Found no procedural but I found comments
Rem      mhichwa    01/02/1999 - Added purge_oldest_sessions
Rem      jstraub    12/01/2011 - Removed purge_oldest_sessions, obsolete
Seems this is the bug

Hi Jari,

Thanks for reporting this. I opened the 13925921 bug for this issue.

Kind regards
Christian

Tags: Database

Similar Questions

  • APEX notification plugin logout/session time-out bug

    In one of my applications, I created a dynamic action on page 0 which fires the apex notification plugin after modal 'autoclose' event of the Skillbuilder plugin page.

    The bug is that whenever the dynamic action for notification plugin is triggered, I'm connected on the generator of the APEX.

    This bug occurs on the apex.oracle.com as well as my local instance of the APEX.

    I have reproduced this bug on apex.oracle.com.

    Workspace: OPENWORKSPACE

    username: developer
    password: Password_123

    Go to "Page 1" and click on create to open the modal window, then add an entry to trigger the event autoclose and notification plugin.

    Concerning

    Anoush

    Anoush salvation,

    you use the most recent version of the plugin (version 1.3) notification? Because nearly two years ago, we have fixed this bug. Since the release notes

    v1.3 (November 24, 2011)

    -) Fixed the problem with the CSS files that caused the underlying Application Express session to be invalidated

    I think that covers your problem. Simply download and update the plugin and you should be good.

    concerning

    Patrick

  • Possible bug - Apex 5 API

    Hello

    I create the schema and Apex workspace by line command/API. The Apex 4 everything was fine. The Apex-5 it throws ORA-20876: APEX motor Stop when I use wwv_flow_api.set_security_group_id for a new create workspace through the API. Creating with Apex Instance Admin interface is very well. Please see below for example:

    --Create Schema
    
    CREATE USER myuser  IDENTIFIED BY mypassword
    DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP
    QUOTA 100m on users;
    
    GRANT CREATE TRIGGER, CREATE SEQUENCE, CREATE SYNONYM, CREATE TABLE, CREATE VIEW,
    CREATE TYPE, CREATE SESSION, CREATE MATERIALIZED VIEW , CREATE PROCEDURE  TO myuser;
    
    ALTER USER myuser GRANT CONNECT THROUGH apex_rest_public_user;
    
    --Create a new Workspace
    
    DECLARE
      l_s  number;
    BEGIN 
    
      apex_instance_admin.add_workspace (
            p_workspace          => 'myuser',
            p_primary_schema     => 'myuser',
            p_additional_schemas => '');
    
    
      l_s := apex_util.find_security_group_id ('myuser'); 
        
        --Setting the security group ID to create user etc in the new workspace.
        --However following throws the error
    
        wwv_flow_api.set_security_group_id (l_s);
        
    END;    
    

    After investigation, I found that if I revoke the CREATE PROCEDURE of the user privilege and re-create the workspace, everything is fine.

    My environment: Oracle 11 g/Linux/Apex 5.0.1

    All thoughts are welcome.

    Habib

    Hi Habib.

    Thanks for finding this. It is indeed a bug, I filed #21530759. The reason for this problem is that add_workspace calls an API that load the info from the workspace in a global variable, at some stage, when the workspace is not yet in account_status = ASSIGNED but account_status = AVAILABLE. The subsequent call to set_security_group_id reuses data in the global variable instead of query information of (modified) workspace.

    Kind regards

    Christian

  • APEX 5.0 Bug: apex.server.plugin pOptions is not defined

    When you call apex.server.plugin with just the identifier of the AJAX (i.e. no pData or pOptions) the following error occurs:

    TypeError: pOptions is undefined


    What happens in server.js on line 429...


    if ( pOptions.queue ) {


    As the docs says that pOptions is optional https://docs.Oracle.com/CD/E59726_01/doc.50/e39149/javascript_api.htm#AEAPI29511 , I think it is a bug.


    When passing to a JSON null pOptions, traverse AJAX request object (confirmed this via the logging on the server), however, there is an error on the page via an alert message. Example:


    apex.server.plugin(
      myAjaxIdentifier,
      {
        x01: 'test'
      },
      {}
    );
    


    The following error message is displayed in an alert message: error: parsererror - SyntaxError: JSON.parse: unexpected end of data to column 1 of line 1 of the JSON data

    Hi Martin,

    Thanks to and for reporting this bug. I entered a bug and we will try to fix it in a version of the patch. For now, labour is about to pass an empty object to pOptions. Regarding the error you get when you do this, take a look at the answer. It cannot be valid JSON. If the response data are not JSON or there is no response data (204 no content) then you will need to use pOptions to specify the response format using the dataType pOption property. See the jQuery for this doc.

    When I tried passing an empty object I don't have the parsererror.

    Thank you

    -John

  • BUG: APEX 4.2.4: Missing ': ' in apex.css

    It lacks two points (' ': ') in http://apex.oracle.com/i/css/apex.css?v=4.2.4.00.07, line 593:

    .checkbox_group ,.radio_group {
      vertical-align: top;
      margin auto 0;
    }
    

    Must be:

    .checkbox_group ,.radio_group {
      vertical-align: top;
      margin: auto 0;
    }
    

    Thank you for reporting this issue. I connected the problem in our tracking system so that it can be tracked and fixed in future releases of bugs.

    Lyna

  • APEX 4.1 V SESSION parameters $

    According to the Application Express Application Builder (4.1) user's Guide (http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/debug_monitor_resource.htm#HTMDB10005) "Oracle Application Express easy to track resources used by applications and pages by calling the DBMS_APPLICATION_INFO package. Whenever the Application Express engine makes or treats a page, the module is set to APEX and includes the page number and ID of request. Once defined, you can query the V$ SESSION V$ SQLAREA views and to monitor operations. »

    However, we use APEX 4.1.1.00.23 and find v $ SESSION. MODULE contains only the application ID, not the ID of the page, for example "MYSCHEMA / APEX: APP 123. The ACTION column sometimes has the page ID for example 'PAGE 100', but more often store any other information in the place as "process - point: BEFORE_BOX_BO.

    We would really like to be able to glean the application ID and page ID for active sessions in some way - can anyone suggest how this is surely possible to APEX 4.1?

    Published by: Tony Andrews on May 16, 2013 12:32

    Tony Andrews wrote:
    We would really like to be able to glean the application ID and page ID for active sessions in some way - can anyone suggest how this is surely possible to APEX 4.1?

    Define them yourself when connecting or loading each page?

    We use DBMS_APPLICATION_INFO routines to set values in V$ SESSION ourselves. Check the docs.

  • BUG: APEX 4.1 Application Builder: LOV query Source

    APEX 4.1.0.00.32 on apex.oracle.com

    The following SQL code is rejected as a dynamic source query LOV in the LOV Wizard (page 4007) and shared components > list of values (page 4111):
    select lov_value lov_label, lov_value
    from
      (select 'Mens' lov_value from dual
      union all
      select 'Womens' from dual
      union all
      select 'Accessories' from dual)
    with
    >
    1 error has occurred
    < li > LOV query is not valid, a display and a return value, column names must be different. If your query contains a query online, the first CLAUSE in the SQL statement must not belong to the query online.
    >
    Don't see how it violates the rules?

    However, change in the body of a function that returns a SQL query and it is allowed on two pages:
    return q'{
    select lov_value lov_label, lov_value
    from
      (select 'Mens' lov_value from dual
      union all
      select 'Womens' from dual
      union all
      select 'Accessories' from dual)}'
    And the SQL of origin is recognized as a local of LOV definition to edit the Page item (page 4311).

    Hello

    I filed bug # 13520001 to change the checking logic of the wizard named LOV to use the same controls that we do on "Edit Item Page" (4311).

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Bug apex 4.1: adding files to a process of type plugin

    I just noticed that it is possible to add files to a process of type plugin on Apex 4.1.0.00.32, something that wasn't possible on 4.0.2.00.08
    Who knows why the development team has decided that is useful only on files to an element, dynamic action, or the plugin area?
    I had some ideas for a plugin where I could use it :)

    But is this a bug or is this a bug in the documentation?

    Hello

    I think I fix this because of a client who was complaining on this matter :-)

    I don't know why it would be useful to have files of plug-ins of type process, because they should only run in the background and do not display any data. In this case, it would be a type of plug-in box.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • BUG: Apex 4 cached Pages lost DOCTYPE

    Hello

    It seems that when you cache pages, model DOCTYPE on the page is lost.
    And this of course break usually layout.

    I did create a single page and copy it to new id.
    I've defined hide the page to the new page.

    You can see samples here
    No cache
    http://Apex.Oracle.com/pls/OTN/f?p=28111:2
    With cache
    http://Apex.Oracle.com/pls/OTN/f?p=28111:3

    At least for me second sample page area is sift left when the user opens the page with IE.

    Same phenomenon also produces versions 3.x Apex where I test.

    Kind regards
    Jari

    Hi Jari,

    Please let us know. I filed bug # 10262085 for the problem.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • BUG: APEX 4.1.1: Page templates do not allow attribute on the HEAD element

    APEX triggers header must contain & lt; & gt; and & lt; / head & gt; tags error when the application goes to a template page if the < tt > & lt; head & gt; < /tt > tag contains attributes allowed by the HTML specifications (or equivalents as chains of substitution APEX).

    See: + {: identifier of the thread = 2352572} +.


    Fell on February 29, 2012 15:54

    Fell on March 2, 2012 13:51

    Hi fac586,

    Thanks for that. I have answered in the linked thread.

    Kind regards
    Anthony

  • is - this bug APEX - 'unwanted data' flashlight for .xls file

    Hello.

    Someone knows how to avoid the "flashlight icon" column with "unwanted data" for the worksheet of economy on the user's desktop?

    We have demand APEX. Last column of the summary report is "flashlight icon" which leads the detailed report. If the user clicks "Save to Desktop spreadsheet" on the overview screen, summary report is saved to the worksheet on access to his office. When the user opens the worksheet, the data in the last column seems rowid, such as AADnYlAAZAAAGsaAAd. For the user, it seems undesirable.

    How to avoid save them the 'flashlight icon' column to the worksheet on the user's desktop?

    Thank you very much for the help.

    MZ

    Published by: mz 29 Sep, 2011 15:16

    MZ,

    Go to the definition of the column and set the attribute "Include on export" to no.

    Thank you
    Janet Tyson

  • Possible bug APEX 4.0?

    As a result of this thread Howto disable a button in the APEX? I disabled a button in my apex 3.2 application and it worked.

    Basically, in the Post of a hidden element element text field, I entered Javascript to disable a button.


    But when I exported that app at apex4.0, I do not see where is the message element hidden item text field. But the button still works.

    Where is the javascript code that I added to the text of item Post of the hidden element field.


    Thank you

    Published by: user5406804 on April 15, 2011 18:44

    If you change (you don't have to save) the element (tell textfeild) type, you should see the indicated area of the element.

    Apex 4, features that are not relevant for each type of item is hidden in the page change using Javascript and appear when you change to something that uses these features.

  • Possible bug: Apex 3.2

    I work with Apex 3.2 and had repeatedly want to reorganize regions on a page by using the function "edit all regions" (apex/f? p = 4000:4650:2370996781112936:FB_FLOW_ID, FB_FLOW_PAGE_ID:972, 1). when I change the regions select list for each of my regions and click on the button apply changes, the regions to return to the original settings even if MRU says "Update page n."

    Someone could try this in your installation and check if this happens to you or not? Thank you.

    Earl

    Hello

    I think that it is fixed on 3.2.1
    http://www.Oracle.com/technology/products/database/application_express/HTML/3.2.1_patchnote.html#BABJCAFA
    >
    8320124 updates ignored when editing from all regions.
    >

    BR, Jari

  • Bug apex 3.1.1 in the development environment on the interactive report page?

    This may have been fixed in 3.1.2 so please ignore if it is.

    Try this:

    1 modify a report with an interactive report.
    2. go in the report attributes tab for IR.
    3. Select "back to Page".
    4) click the icon of change in one of the columns.

    I find that it always returns me to the attributes tab of the report instead of take me to the page editor for this column.

    Is it just me or I come across a bug?

    Stew

    Stew,

    And has now been set for the next release. As an additional note, this bug also affected edition "column groups".

    Anthony.

  • Kill a session caused instance bouncing

    Our database is 2 CARS db knots. The version is 10.2.0.3. The database servers are windows 2003 servers. Recently, I tried to kill a session using 'alter system kill session..' to kill a user session but caused the corresponding instance bounced. I created a TAR with Oracle and downloaded alert logs, trace files and files of $ORACLE_HOME/log / < name of the node - > /racg directory. But Oracle has not found anything to explain why the instance was restarted. He said that I may have killed an Oracle background process. My questions are:

    (1) can you use command 'alter system kill session..' to kill Oracle process? If you can that happen if you had killed a? Just cause the instance to stop and start?
    (2) I tried to find the session that I killed in gv$ active_session_history, but they are too old for exist. I was wondering is there anywhere I found this kind of info.

    Thanks a lot for your help.

    Shirley

    I don't think that you can kill a background session with ALTER SYSTEM:

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    
    SQL> select sid, serial#, program from v$session where program like '%SMON%';
    
           SID    SERIAL# PROGRAM
    ---------- ---------- ------------------------------
            43          1 ORACLE.EXE (SMON)
    
    SQL> alter system kill session '43,1';
    alter system kill session '43,1'
    *
    ERROR at line 1:
    ORA-00029: session is not a user session
    

    But you can always kill with a command to the operating system:

      1  select spid, osuser, s.program
      2  from v$process p , v$session s
      3  where p.addr=s.paddr
      4* and s.sid=43
    SQL> /
    
    SPID         OSUSER
    ------------ ------------------------------
    PROGRAM
    ----------------------------------------------------------------
    2620         Système
    ORACLE.EXE (SMON)
    
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Produ
    ction
    
    C:\>orakill 
    
    Usage:  orakill sid thread
    
      where sid    = the Oracle instance to target
            thread = the thread id of the thread to kill
    
      The thread id should be retrieved from the spid column of a query such as:
    
            select spid, osuser, s.program from
            v$process p, v$session s where p.addr=s.paddr
    
    C:\>orakill XE 2620
    
    Kill of thread id 2620 in instance XE successfully signalled.
    
    C:\>sqlplus / as sysdba
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Feb 23 18:47:12 2010
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    

    -Online Forum was killed. Alert log says:

    Tue Feb 23 18:47:10 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_pmon_2512.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:10 2010
    PMON: terminating instance due to error 474
    Tue Feb 23 18:47:10 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_q001_3208.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:10 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_ckpt_2580.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:11 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_dbw0_2556.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:11 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_lgwr_2572.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:12 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_reco_2652.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:12 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_mman_2540.trc:
    ORA-00474: SMON process terminated with error
    
    Tue Feb 23 18:47:12 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_psp0_2520.trc:
    ORA-00474: SMON process terminated with error
    
    Instance terminated by PMON, pid = 2512
    

    Edited by: P. Forstmann on 23 Feb. 2010 18:50

Maybe you are looking for

  • The camera on my iPhone 6s is suddenly in a folder

    MY camera has moved into a folder called photography and I can't remove it.

  • Audio pop-up coming at random, no video.

    Audio ads pop - up randomly, no new program added before this launch. Kaspersky has detected no viruses such as Sekindo.

  • P400 HP pci - x 8 running in pci - x 16 slot

    I thank in advance for any help I receive. I meet currently a "device not found error" when trying to use an HP p400 table sas pci - x 8 adapter in a pci-16 slot. The motherboard is a Gigabyte H81M-S2PV,8 GB of RAM,650 Watt power supply andAward bios

  • Sims 3

    Hi, I had my sims 3 for alittle while maintaining and everything seems fine until the last a few games, he started to return to the windows form with a poster isfg driver error message (I think) does not, but successfully recovered and then I keep my

  • Recovery the DM4 pavilion as a condition of factory, using the disk value

    I'm trying to recover my DM4 factory condition but Manager HP recovery, on the recovery of the system, show that this option is disabled (partition discovery is removed). I created the setting for recovery (4 disks + repair disc) disc. I would like a