I have several environments where we have implemented sqlcl and apex versioning. Oracle database 19c - SqlCL version 20.3 The only difference versus other envir
I want to export/import an oracle apex application between two different workspaces. i have already tried to create supporting objects then export the applicati
i need help for a problem. Before someone complain. I have post the same question in another forum but i didn't get any useful help there. https://community.ora
I have a function in Oracle 21 version that return a CLOB variable, let's call it x (more than 4000 bytes) and I'm selecting this variable to display it in a cl
I am trying to have an APEX report show only responses submitted in the last 30 minutes. Is it possible to do this with the where clause? Getting stuck with all
I have a requirement to change the owner of an interactive report and also change the interactive report from public to private. I am aware of the APEX_IR.CHANG
I've got a tabs container with three tabs. They have select lists and checkboxes on them which have sql queries as source. Users can select entries in the lists
I'm trying to copy a specific cell from an Interactive Grid (which is in Display Only mode, if that matters), and instead of copying the cell I'm in, I'm copyin
I have a Post Text Item at the end of my text fields. When I click on it, it shows a PopUp, that retrieves a key to insert in one of my tables. It is possible
I have started using and learning APEX 21.2. It seems in previous version there was a sample database application that included sample data when installed. In 2
I am working on building a classic report where I want to view the results in a table format. I am using the source as "Function Body Returning SQL Query" Lang
i am pretty new to oracle apex. i have created oracle apex pwa. now i want to have an exit button on home page to exit the application just like a native app. T
In Oracle Apex SQL Workshop, is there a set of hot keys to activate the Run Command? I've researched this online and have not found an answer. It seems labori
I have multiple report pages. I am working on a system that stores a lot of data. Is it possible to have reports that are able to have column edited on two diff
For a school assignment I need to simulate a deadlock in the UI of my APEX application. I know how a deadlock works and why it occurs, but I cannot figure out h
I'm currently creating an app in Oracle APEX and for some unknown to me reason while trying perform UPDATE/DELETE action by clicking on 'edit' button in the rep
I am working on SSO using CPIP for Oracle APEX. I can get SSO working once, but it won't work after the user logs out unless they delete their cookies. To fix t
I was using Oracle apex cloud account on https://apex.oracle.com/pls/apex Unfortunately my workspace account got locked. As I don't know the password of admin
I'm trying to update Display Only page item with a dynamic action on one select lists and want to display the value in that display only item. My code works and
I have a problem with returning a json object from a REST method in Oracle Apex. Apex puts an escape character in front of every quotation mark and hence the js