Oracle APEX workflow – getting db service name
In my Apex workflows, I’m calling an API which uses sys_context('USERENV', 'SERVICE_NAME')
. I dynamically assign it to a variable, which I then use to create a POST request. I need to know my environment (dev, test, etc.). In the API called from workflows, sys_context('USERENV', 'SERVICE_NAME')
returns NULL.
why Interactive grid not saving the data calculated by java script code?
I have interactive grid based on this query :
Disabled Page Item Value Not Submitted on “Submit Page” in Oracle APEX
I’m encountering an issue in my Oracle APEX application where I have a select list page item that is dynamically disabled based on certain conditions. However, I’ve noticed that when this item is disabled and the page is submitted via “Submit Page,” its value isn’t sent to the server, causing difficulties in my subsequent PL/SQL processing logic.
Managing environment related variables in oracle apex
How can me manage environment related variables like values that should change based on whether its dev or test environment etc. on oracle apex?
Downloading APEX Chart as an IMG/PNG
I am looking for a way to download my Oracle APEX charts within my application via a button press. I have tried looking at the Pretius Chart Export and the APEX Create and Download Screenshots plugin but both don’t seem to work in APEX version 23.1.0, any help to find a solution would be greatly appreciated.
ORA-20876: Stop APEX Engine when running workflow in oracle apex
I tried an Oracle apex example explained in this tutorial.
https://blogs.oracle.com/apex/post/simplify-medical-appointments-using-apex-workflow
I followed all the steps but when I ran the application, I got an error ‘ORA-20876: Stop APEX Engine’ when creating an appointment.
Modify tooltip for bar graph in oracle apex
I am working on oracle apex 22.2. How can we modify the labels which are shown inside a tooltip for a bar graph?enter image description here
like change the label Series to something else in the above image
Multiple Authentication Schemes switch problem
I have two authentication schemes. First is Custom, second is Social Sign-In. Current (Default) is Custom. When user starts App first time, Custom Scheme is working, but if user Loged In using Social Sign-In (Azure) and goes to login page, he can’t log-in using Custom scheme, users gets error “Invalid Login Credentials”. In Application Errors report I see component name with Social Sign-In scheme name. If users logouts (Social Sign-In (Azure)), Custom authentication scheme works correctly.
Social Sign-In authentication scheme sets when user clicks button, using redirect to page with request APEX_AUTHENTICATION={Scheme Name}
. Switch in Session is enabled for both schemes.
Oracle Apex : FOS – Download Files (Plug-In)
`Hello people of apex I need some help,
How Do I Apply CSS To An APEX Interactive Report Based Upon Universal Theme Chosen?
I have an Oracle APEX 23.1 Application where I have defined 2 different Universal Themes, Blue and Pink. These themes are based upon the Vita theme.