APEX Websheets: Section of PL/SQL not available

Hello everyone,
creating a new section of the page as a user websheet, I like to choose the type of section "PL/SQL". But it appears not only text, Navigation, data and graphics are available.

  • The property Websheet 'allow SQL and PL/SQL' is set to Yes
  • The feature Instance "activate SQL and PL/SQL Access in Websheets" is set to Yes (and the new application websheet was created after I had set it to Yes)

I have also enabled these settings back to ensure that they were properly stored.

Is there another switch, that I forgot?

Request Express 4.2.3.00.08, 11G R2 Enterprise Edition, installed on a Windows 7 laptop.
Thanks for your ideas,
Andreas

Hi Andreas,

This is deliberate. We had to remove the ability to create new areas of PL/SQL in Websheets in 4.2.2 because of security concerns during an internal audit function (the function has been questioned, not the implementation). It has been listed as bug 16536609 (Deprecate support of the section of PL/SQL Websheets) in known issues, but no doubt he deserved a more visible documentation.

Kind regards

Christian

Tags: Database

Similar Questions

  • * Text SQL not available *.

    Hi all

    I'm trying to get a running query sql text. V $ sql, I am unable to find the query.

    OEM, I see the sql id, however its does not not the sql text. It's a report from ash still unable to see the sql text of the query. In the report, it shows as * SQL text not available *.

    How can I see the query which running.


    Thank you

    Hello

    Maybe it's not necessary that it's your query.

    I pulled this from code base. This will address, the hash value, and the SQL text of the code.

    select *
      from (
    select address, hash_value,
           lag(sql_text) over (partition by address, hash_value order by piece) ||
           sql_text ||
           lead(sql_text) over (partition by address, hash_value order by piece)
              sql_text
      from v$sqltext_with_newlines
           )
     where upper(sql_text) like '%TABLENAME%';
    

    See link to the ASK Tom below

    [url http://asktom.oracle.com/pls/asktom/f?p=100:11:4464652388855127:P11_QUESTION_ID:767025833873] How can I track the performance of SQL and PL/SQL

    Thank you
    Vijay

  • Shows SQL ID, OEM, but says: * SQL text not available *.

    I'm a bit confused on this and was hoping that someone can help you.

    I use DBConsole to an Oracle 11.2 (on Solaris 10) database.

    I see really high momentary ' * + tips + * ' in an activity greater than about 20 to 30 minute intervals.
    When I try to understand which SQL is causing the Spike, I drag the section shaded the area containing the Spike and look at all the SQL statements during this period.
    I first try to look the SQL statements by highlighting, or by clicking on the entries in the column of ID of SQL in SQL from the top (bottom left of the page).
    Then I copy and paste the statements in my sqlplus session and see if it causes any sort of spike that I followed in another window OEM looking at key activities.
    Usually, I don't not even a blip on the radar, so I'm not find the SQL statement that causes the spikes.
    Sometimes, however, when I hover over an ID of SQL, it does not show the SQL statement and instead of it shows just the words: [SQL ID].

    Then, I run a report of ASH for the 5 minute window of the shaded area containing the Spike.
    When I look at the "full list of SQL text" ASH report, I found an entry or the Scriptures have to say: * SQL text not available *.

    So then I try to select sql_text from v$ sqlarea where sql_id = «...» "(whatever this sql_id is), and I get no rows found.
    for example,.
    SQL> select sql_text from v$sqlarea where sql_id = '99mjdv0hkh5km';
    
    no rows selected
    In fact, when I try other sql_id, I don't get them either and I guess that's because they are already old v $ sqlarea.
    If I check the v$ sqlarea for up-to-date notifications, they work fine.
    So, the first thing, what controls the duration of v$ sqlarea (pool size)?

    Then I chose to DBA_HIST_ACTIVE_SESS_HISTORY and it displays the information related to the ID of SQL, but of course, it does not show the sql text.
      1* select * from DBA_HIST_ACTIVE_SESS_HISTORY where sql_id = '99mjdv0hkh5km'
    SQL> /
    
    ---------------------------------------------------------------------------------------------------------------------------------------------------
         19242 1311231241               1   68759345
    21-MAR-13 07.24.50.524 AM                                                          394            2337 FOREGROUND
            16         65 99mjdv0hkh5km Y                0          3
    SELECT                                                                         6.2052E+18 99mjdv0hkh5km
                       3          2792326754                4
    TABLE ACCESS
    FULL                                                                16777216 21-MAR-2013 07:24
    Note above FULL TABLE SCAN. That's what I'm trying to dig into who I think is the culprit causing the spikes.

    If your application uses literals, SQL is simply disappeared from sqlarea until you know.

    Although it will certainly be when it is running, then maybe you should look at the right time :)

    the alternative is a 10046 trace to capture the SQL...

  • 11 driver ODBC Microsoft® for SQL Server® - Windows - files not available

    It seems that the files are not available...

    Microsoft ODBC Driver for SQL Server® - Windows 11

    https://www.Microsoft.com/en-US/Download/details.aspx?ID=36434

    When I go to this URL - click on the one that I want - no download works.  I tried a couple of computers different and various internet connections.  Doesn't seem to be a firewall / the problem linked to the internet.

    It seems that files no longer just on Microsoft servers.

    Any other place I can get these from?

    Thank you!
    Jeff

    Jeff

    It seems to be a systemic problem with this exact problem.  I reported it but no answer yet

  • Lightroom - link to the help section comes up with page not available

    I just installed the Lightroom dvd.  The link for help said web page is not available and I can not find dehaze function effects section. Could he not have installed properly?  If so, what should I do?

    You can use this link for help: using Adobe Photoshop Lightroom | Lightroom help

    If you do not Dehaze, it's because you have a version that does not have Dehaze. You need Lightroom CC 2015.1 or later, if you have Lightroom CC 2015, you can upgrade to the latest version of Lightroom maintaining .

    If you have 6 Lightroom, you won't get Dehaze in any version of Lightroom 6.

  • Set the 'Not available' application via the SQL statement

    Hi, I am trying to automate the deployment of applications and wonder if anyone knows how I could define the "Unavailable" via a SQL script application. In the views of the APEX_030200 scheme, there is a view called "APEX_APPLICATIONS" with "AVAILABILITY_STATUS" and "UNAVAILABLE_TEXT" columns What I want to do is to run a statement that sets the 'Not AVAILABLE' application before you run the import script.
    Thanks, J

    Hello:

    You can use the 'wwv_flow_api' to set the State of the application

    DECLARE
    ws_id number;
    BEGIN
    select max( workspace_id) into ws_id from apex_applications ;
    wwv_flow_api.set_security_group_id(ws_id);
    
    wwv_flow_api.set_flow_status (
        p_flow_id => :app_id,
        p_flow_status => 'UNAVAILABLE',
        p_flow_status_message  =>'Application being updated...')
        ;
    end;
    

    The valid values for p_flow_status are
    'AVAILABLE. '
    "AVAILABLE_W_EDIT_LINK,"
    "AVAILABLE_W_INLINE_EDIT,"
    "DEVELOPERS_ONLY,"
    "UNAVAILABLE_URL,"
    "UNAVAILABLE_PLSQL,"
    "RESTRICTED_ACCESS,"
    "UNAVAILABLE".

    CITY

  • Skins ADF in section JSF is not available in 11.1.1.7

    Hi all

    I use Jdev 11.1.1.7, attempted to create skins ADF using New > Jsf but ADF skins is not found.

    Would like to know if it is not available in 11.1.1.7?

    Thank you

    ASHA

    JDev 11.1.1.7 comes without the built-in skin Designer. You can download the editor stand-alone 12.1.3 skin (or any other version) of Downloads of Application Development Framework

    The edior skin to create skins for jdev 11.1.1.7. You hav eto select the version of the skin when you create appear in the editor.

    Timo

  • ORA-01034: ORACLE not available ORA-27101: Kingdom is no Linux-x86_64 shared memory error: 2: no such file or directory process ID: ID of Session 0: 0 serial number: 0

    Hello

    In our society, we have oracle server on Suse Linux with two instances TETA and TETA201.

    One day on a server broke down, because there is no free space due growing files 'archivelog.

    After that I manually deleted several older archivelog files, but after the reboot, the server error occurs when connecting to the database:

    "ERROR:

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux x86_64 error: 2: no such file or directory

    Process ID: 0

    "Session ID: serial number 0: 0"

    $ ORACLE_SID is set to TETA, if export it to TETA201 connection works correctly

    Oracle service startup there is no errors but only one instance is running TETA201 works correctly

    #############################################################################

    # Beginning of start O R A C L E section #.

    #############################################################################

    PARAMETERS from/etc/sysconfig/oracle

    -Set the Oracle kernel settings: Yes

    -Start the Oracle Listener: Yes

    -Start the Oracle database: Yes

    -Start the Oracle Web server: no

    -Start Oracle EManager: Yes

    -Start Oracle iSQLPLUS Manager: Yes

    -Start Oracle Agent: no

    -Start Oracle Internet Filesystem: no

    -Run Oracle Directory Manager: no

    Can not find required file: isqlplusctl - START_ORACLE_DB_ISQLPLUS setting = no

    Undefinied Agent Oracle or not properly configured. Please check.

    Setting the parameters of the kernel for Oracle, see the file

    / etc/sysconfig/Oracle of explanations.

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL = 1250 SEMMNS = 32000 SEMOPM = 100 SEMMNI = 256

    Other values: FILE_MAX_KERNEL = 131072 IP_LOCAL_PORT_RANGE = 1024 65000

    RMEM_DEFAULT = 4194304 WMEM_DEFAULT = 262144 = 4194304 = 262144 WMEM_MAX RMEM_MAX

    Huge pages:

    ULIMIT values: MAX_CORE_FILE_SIZE_SHELL = unlimited

    FILE_MAX_SHELL = 65536 = 16384 PROCESSES_MAX_SHELL

    Kernel defined for Oracle parameters: fact

    -Start listener... done

    + From databases...

    Start entry for SID TETATEST to /oracle/product/11.2.0/dbhome_1/ inskippedratab

    Database instance "TETA" of treatment: save the /oracle/product/11.2.0/dbhome_2/startup.log file

    Instance of database 'TETA201' of treatment: save the /oracle/product/11.2.0/dbhome_1/startup.log file

    Status of Oracle database start: fact

    -Starting Apache... unused

    -From unused application server

    -From Application Server Console... unused

    -Start of Agent... unused

    -From Enterprise Manager...

    DB console departure for TETA starting DB Console for TETA201 done

    -Jumped from iSQLPLUS Manager...

    -From... unused Oracle Internet file system

    -From Oracle Internet Directory... unused

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    /Oracle/product/11.2.0/dbhome_1/startup.log


    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43 2016

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    SQL > Polaczono.

    SQL > ORACLE Instancja zostala zamknieta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43:01 2016

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 1043886080 bytes

    Bytes of size 2234960 fixed

    603981232 variable size bytes

    432013312 of database buffers bytes

    Redo buffers 5656576 bytes

    Baza danych zostala zamontowana.

    Baza danych zostala otwarta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: warm welcome of the instance 'TETA201' database has started.

    /Oracle/product/11.2.0/dbhome_2/startup.log


    PON sty 18 11:42:52 THIS 2016

    SQL * more: Production of the version 11.2.0.4.0 on Mon Jan 18 11:42:52 2016

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 4175568896 bytes

    Bytes of size 2259840 fixed

    1409287296 variable size bytes

    2751463424 of database buffers bytes

    Redo buffers 12558336 bytes

    Baza danych zostala zamontowana.

    ORA-03113: end of file on communication channel

    Māju ID: 10080

    Sesji ID: 33, serial number: 3

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.4.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: hot "TETA" database instance started.

    Linux: ~ # service oracle State

    #############################################################################

    # Begin State O R A C L E section #.

    #############################################################################

    Kernel parameters

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL, SEMMNI, SEMMNS, SEMOPM: 1250 32000 100 256

    Database Instances

    TETA instance is out of service (autostart: Y)

    Instance of TETATEST is broken (autostart: N)

    TETA201 of the instance is declining (autostart: Y)

    AMT-listener: to the top

    Webserver (Apache httpd): low (0 process)

    List of processes by user oracle:

    PID TTY STAT TIME COMMAND

    9855?        SSL 0:00 /oracle/product/11.2.0/dbhome_2/bin/tnslsnr LISTENER

    10128?        SS 0:00 ora_pmon_TETA201

    10130?        SS 0:00 ora_psp0_TETA201

    10132?        SS 0:00 ora_vktm_TETA201

    10136?        SS 0:00 ora_gen0_TETA201

    10138?        SS 0:00 ora_diag_TETA201

    10140?        SS 0:00 ora_dbrm_TETA201

    10142?        SS 0:00 ora_dia0_TETA201

    10144?        SS 0:00 ora_mman_TETA201

    10146?        SS 0:00 ora_dbw0_TETA201

    10148?        SS 0:00 ora_lgwr_TETA201

    10150?        SS 0:00 ora_ckpt_TETA201

    10152?        SS 0:00 ora_smon_TETA201

    10154?        SS 0:00 ora_reco_TETA201

    10156?        SS 0:00 ora_mmon_TETA201

    10158?        SS 0:00 ora_mmnl_TETA201

    10166?        SS 0:00 ora_qmnc_TETA201

    10338?        SS 0:00 ora_cjq0_TETA201

    11195?        SS 0:00 ora_q000_TETA201

    11197?        SS 0:00 ora_q001_TETA201

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    Help, please

    RMAN target /.

    RMAN > startup mount;

    RMAN > overlap archivelog all;

    RMAN > delete archivelog expired;

    RMAN > alter database open;

  • expdp ORA-39213: treatment of metadata is not available

    -bash-3, $ 2 expdp patterns userid=vertex64@orcl2 = directory = DB_DUMP filesize = 1 vertex64 G dumpfile=exp_vertex64_26022014_%U.dmp logfile = log_vertex64_26022014.log

    Export: Release 11.2.0.2.0 - Production on Thu Feb 27 10:48:09 2014

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    Password:

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production

    With partitioning, Real Application Clusters, Automatic Storage Management, OLAP,.

    Options of Data Mining and Real Application Testing

    ORA-39006: internal error

    ORA-39213: treatment of metadata is not available

    one suggests how to troubleshoot or what is the problem

    SQL > SELECT identifiant_composant, version, dba_registry;

    STATUS OF THE VERSION ID_COMP

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

    OWB 11.2.0.2.0 VALID

    APEX 3.2.1.00.12 VALID

    EM                             11.2.0.2.0                     VALID

    AMD 11.2.0.2.0 VALID

    SDO 11.2.0.2.0 VALID

    ORDIM 11.2.0.2.0 VALID

    XDB 11.2.0.2.0 VALID

    CONTEXT 11.2.0.2.0 VALID

    EXF 11.2.0.2.0 VALID

    RUL 11.2.0.2.0 VALID

    OWM 11.2.0.2.0 VALID

    CATALOGUE VALID 11.2.0.2.0

    CATPROC 11.2.0.2.0 VALID

    JAVAVM 11.2.0.2.0 VALID

    XML 11.2.0.2.0 VALID

    CATJAVA 11.2.0.2.0 VALID

    APS 11.2.0.2.0 VALID

    XOQ 11.2.0.2.0 VALID

    RAC 11.2.0.2.0 VALID

    -bash-3, $2 sqlplus / as sysdba

    SQL * more: Production of liberation 11.2.0.2.0 Thu Feb 27 11:02:48 2014

    Copyright (c) 1982, 2010, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production

    With partitioning, Real Application Clusters, Automatic Storage Management, OLAP,.

    Options of Data Mining and Real Application Testing

    SQL > execute dbms_metadata_util.load_stylesheets

    PL/SQL procedure successfully completed.

    SQL > exit

  • Application not available through internal work space

    Hello

    Is it possible to make an application not available through space internal and connected work as an admin user? If so can you point us in the right direction? We have been watching all about to do, but couldn't find anywhere to do it.

    BTW - we made the request not available but we connected to the workspace where the app is as a developer and set the status as unavailable, I was wondering if we could do it as the admin user.

    We currently use Apex 3.2.

    See you soon,.
    Paul.

    I think you have misinterpreted? or maybe I?

    You want the option change the "availability" of an application, not change from run to run and build.

    You can't do it from the internal workspace from what I can tell, but can do so from within your current workspace if you have administrator privileges.

    See Managing the status of building in the Administration of the workspace in the doco: http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/aadm_build_status.htm#BABFDJHI

    In addition, I don't know if you're aware, but you can also change the State of availability through SQL Developer.

    Van
    Trent

    Published by: trent on March 12, 2011 08:18

    In fact, that the documentation is for 4.x... not sure on 3.x, nothing in the doco. Maybe try the technique of the SQL Developer?

  • Parallelism is not available in standard edition?

    SQL> select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Release 10.2.0.4.0 - Production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Version of the operating system: Solaris SPARC 5.10

    Parallel DML function (as option in DEC in PARALLEL, for example) is not available in Standard edition? I couldn't find the info on this from the link below, so ask


    http://www.Oracle.com/us/products/database/options/index.html

    Parallel execution is not available in itself: see section "VLDB, data warehousing, Business Intelligence," to http://download.oracle.com/docs/cd/B19306_01/license.102/b14199/editions.htm#BABJFHED

  • ORACLE is not available after Windows update

    I need help of DBA. I have 11g installed on windows server 2003. over the weekend windows has pushed an update to the server and restarted the server. I use it for applications of the apex. My apex is delay when you try to connect with IE. So I tried to connect to sqlplus in sys. I get this when I try to check that the port is open:


    SQL * more: version 11.1.0.6.0 - Production on Mon Dec 15 11:22:26 2008

    Copyright (c) 1982, 2007, Oracle. All rights reserved.

    Enter the user name: sys as sysdba
    Enter the password:
    Connect to an instance is idle.

    SQL > SELECT DBMS_XDB. GETHTTPPORT FROM DUAL;
    SELECT DBMS_XDB. THE DOUBLE GETHTTPPORT
    *
    ERROR on line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session IDs: serial number 0: 0

    don't know what to do. I'm is closed until the apex is up and running.

    Thank you
    JP

    SHONET wrote:
    I need help of DBA. I have 11g installed on windows server 2003. over the weekend windows has pushed an update to the server and restarted the server. I use it for applications of the apex. My apex is delay when you try to connect with IE. So I tried to connect to sqlplus in sys. I get this when I try to check that the port is open:

    SQL * more: version 11.1.0.6.0 - Production on Mon Dec 15 11:22:26 2008

    Copyright (c) 1982, 2007, Oracle. All rights reserved.

    Enter the user name: sys as sysdba
    Enter the password:
    Connect to an instance is idle.

    SQL > SELECT DBMS_XDB. GETHTTPPORT FROM DUAL;
    SELECT DBMS_XDB. THE DOUBLE GETHTTPPORT
    *
    ERROR on line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session IDs: serial number 0: 0

    Try this,

    sql>startup 
    

    Put here the output of this command. It should propose, if the database is open, the open database.
    HTH
    Aman...

  • iCloud backup after iOS 10 - some files were not available during the last backup

    HI - we are a company with about 350 users of iPhone and iPad.  I put this in the iCloud in the community section, but I've seen other users have the same problem in this section, so I thought I would add here.

    In order to stop users add their own e-mail accounts on the iPhone that lock us the device through restrictions - deactivation of the accounts section.  It stops and then access the iTunes settings.  In the test of iOS 10.0.1, we have one of the devices (a 16 GB 5 s, who had been a backup at 7:20 that morning), improved 9.3.2 that went well with no obvious problems, then, after a few days to leave the handset to the function, we have lifted the restriction and the backup on iCloud to find any backup not occurred since the upgrade and a message 'some files were not available during the last. backup"in its place.

    If all our staff upgrade their phones (we gave says not yet) then the backups look like they stop.  It is easy to fix, as a manual backup, will complete the process, but you have to remove the restriction to do this.

    We tested on iPhone 5, 5 s, air iPad iOS 8 to 9.3.5 and all have this problem.

    I have exactly the same problem, 16 GB iPhone 5s as well. I plan on raising at my Genius Bar appointment today.

  • I tried to backup my iPhone several times. I get a message indicating that some files were not available at the time of the backup. How can I solve this problem?

    I attempt to backup my iPhone several times and it does not backup. I received a message stating "several files were not available at the time of the backup. How can I solve this problem?

    Hello Lope8725,

    Looks like you are trying to backup either iCloud or iTunes, but you have found an error on files being unavailable. Can reply you with the exact wording or a screenshot of the message you are getting?

    In the meantime, you can solve the problem with either of those two sections depending on whether or not it's iTunes or iCloud:

    If iCloud backup could not be completed or if you can not restore

    or

    If your iTunes backup could not be completed or you cannot restore from a backup

    See you soon!

  • Stringers in slow speed not available

    I have a simple question, I got a clip, I would slow down the middle section, but I can't select any part inside the clamp, only beginning and end, why?

    I would like to mark the section that I want to slow down and then add a smooth transition from slowing down in the ends of the slowmo part bot, but smooth option is not available.

    Do I have to pay extra to enable editing tools, or?

    I usually work with FCP and are used to find the tools I need, here I can't even find a trace of all the toppings tools.

    I just wanted to make a quick edit to something and decided to use iMovie, but maybe that's not possible in iMovie I want to do?

    You can make a selection in the timeline in the clip, hold the R button and making the selection. Then in the toolbar above the viewer click on the clock and select the slo - mo you want, fast, slow, or custom. Custom you will define a percentage.

Maybe you are looking for