7,168 questions
3
votes
1
answer
70
views
How to generate URL with path parameters instead of query string?
I’m working on Oracle APEX (v 23.1) with Friendly URL mode enabled.
I want to generate a page URL where the value of a page item appears in the path, not in the query string.
For example, this is the ...
-2
votes
0
answers
61
views
How to determine what is preventing page item selection? [closed]
I'm having an issue with a page item losing its value when navigating via page wizard.
I have a page with 4 sequential inputs: p1_org, p1_vacancy, p1_candidate, p1_assignment. Each item after p1_org ...
1
vote
1
answer
41
views
Render page item which has HTML in Oracle Apex
I have an application where I need to display and stylize the heading of the region. So instead of display heading simply as "Car", I need to display "car icon Car". This icon and ...
2
votes
1
answer
49
views
CSS in a Help Text for a page item gets applied to other page items in Oracle APEX
I have defined the following Help Text for a drop down list on a page in oracle APEX :
<html>
<style>
table, th, td {
border:1px solid black;
}
</style>
<body>
<table ...
-1
votes
0
answers
59
views
How to restrict developer access to specific applications in the same workspace? [closed]
I have a workspace named DEV that contains two schemas: ADMIN and DEV_1.
Inside this workspace, I also have two developer accounts:
DEV_1 (developer)
DEV_2 (developer)
And I have two applications:
...
1
vote
1
answer
92
views
New oracle apex plugin firing on page load/initialization
I have creating my first simple plugin. The idea is to have button in a page, on clicking of which an interactive report region will be reset, instead of going through "Actions menu" of IR.
...
0
votes
1
answer
31
views
ORDS 25.2.1 behind Nginx/Tomcat – cookies appearing in page body
Environment:
- ORDS 25.2 deployed on Tomcat 9.0
- Java 17
- Database and APEX on separate servers (PaaS)
- Reverse proxy: Nginx
Problem:
After upgrading to ORDS 25.2.1, the APEX layout breaks. Some ...
0
votes
0
answers
23
views
set minimum date in APEX (date item being in IG)
I have an IG where there are 2 date fields, and I wanted the second datefield to have a minimum value of the first one+1 day, but only if the first datefield is in the next day, otherwise to have the ...
0
votes
1
answer
39
views
Change color of a chart in oracle apex if its a maximal value
I'm creating a bar chart in Oracle Apex 23ai and I need to change the color of bars from selected rows when they have the max value.
My label is X_LABEL, value is Y_VALUE and X_VAL is used to sort the ...
0
votes
1
answer
71
views
processing after submit not working in oracle apex
I have a problem with executing the code after submitting. The case should be very simple, but I don't understand why it doesn't work.
I have a form on the page 24:
Default buttons:
And default ...
0
votes
1
answer
62
views
Reset APEX User Password [closed]
I am trying to reset the password for my APEX user account. I tried executing and committing the following update:
UPDATE wwv_flow_fnd_user
SET account_locked = 'N' , web_password = 'newpass',
...
-4
votes
1
answer
119
views
how to trim, substring and make capital letters in a column [closed]
I have a table in oracle apex:
CREATE TABLE Fundusze (
Id NUMBER(10) NOT NULL,
Nazwa VARCHAR2(50) NOT NULL,
Waluta VARCHAR2(50) NOT NULL,
Typ VARCHAR2(50) NOT NULL,
CONSTRAINT ...
0
votes
2
answers
89
views
Set an APEX Item upon page load depending on what Interactive Grid is displayed
I’m currently having trouble setting an item upon page load. It seems that the value is being stored only on the client side, not on the server side.
While the current behavior works properly when ...
1
vote
1
answer
83
views
Encoding & as & in user input oracle apex
I am making form with user input form as you can see the image.
Because of XSS, I am using Apex's own security option:
Restricted characters : Blocklist &<>"/;,*|=% and --
Is there ...
0
votes
2
answers
128
views
Problem with setting focus after displaying a modal
I have an Oracle Apex application that has an input field and some buttons.
The workflow is:
User enters text, presses enter.
The screen changes to a different "page" that does not have the ...
0
votes
1
answer
85
views
Oracle APEX send JSON encoding arabic issue
I built a package to handle all the integration with the Signit API for electronic signature. The issue I have is that when I send an Arabic character in JSON.
The API response is that it is a bad ...
0
votes
1
answer
330
views
Capture Dialog Closed or Cancelled event on dialog page opened from a dynamic action
ISSUE:
I have a dialog page in my Oracle APEX application (version 24.1.5) that can be called from nearly every other page in the application. When settings on the dialog are changed, and the changes ...
0
votes
1
answer
116
views
Identify modal dialog page id on dialog close event
I have a dialog page in my Oracle APEX application that can be called from nearly every other page in the application. When settings on the dialog are changed, and the changes are submitted via a ...
0
votes
0
answers
62
views
Oracle Apex Interactive Grid - fire validations after load
I have a grid that will be loading data from a table. I would like the validation of the grid to fire after data load, rather than on submit. This is so a user gets a notification that something is ...
1
vote
1
answer
133
views
Oracle APEX custom authentication function works but login page keeps reloading
I'm building an academic project in Oracle APEX, and I'm trying to implement a custom login system using a PL/SQL package.
Here's the issue: the authentication function works correctly (it returns ...
1
vote
2
answers
148
views
Calling a Page Process when button pressed without Submit Action
i am using Oracle apex24.2
i have created a RestApi and linked it to a Rest Data source.
i was able to define this rest data source on my screen using a page process.
i want to call this process when ...
0
votes
0
answers
67
views
How to generate access token using serviceAccountKey.json for sending push notifications?
I'm trying to send push notifications using Firebase Cloud Messaging (FCM) HTTP v1 API from my backend server, and I understand that I need to generate a server-to-server access token using a Firebase ...
1
vote
1
answer
73
views
Oracle APEX Workflow - How are these parameters being bound in the Sample App
In the Oracle APEX sample application for workflows, there is a "Laptop Request" workflow. The first task in this workflow (Request Pending task) executes a procedure via Invoke API, this ...
0
votes
2
answers
103
views
Seperate Item Based on Interactive Grid Oracle Apex24
i am using oracle apex24.2
i have created a master details form.
the master form contains some data regarding the people
and the detail form contains data about their leaves.
i want a column of this ...
0
votes
1
answer
199
views
Time picker in Oracle Apex 24
i am trying to create a time picker in oracle apex24.
i couldn't find any time picker on oracle apex24.
i did create a date picker and i can choose time from it and its working but i need to remove ...
1
vote
1
answer
124
views
How to comment out in Oracle APEX
No "Comment out" option is shown
Hello, how do you activate "Comment out" while using Oracle APEX 24.2?
I want to comment out this Dynamic action. However i can find the comment ...
0
votes
2
answers
76
views
Oracle Apex - show custom login error not related to credentials
i have an application in APEX 24.1.
Currently, i use different Authentication Schemes, which i can change on demand:
Active Directory
Oracle Apex Accounts
Custom Auth (created by me)
No matter the ...
0
votes
2
answers
141
views
Rest API calling from a button
I am using Oracle Apex 24.
I am trying to call a REST API in JavaScript when a button is clicked. The REST API was called, and the resulting JSON items populated successfully.
However, this is not the ...
0
votes
1
answer
99
views
Disable and enable button in oracle apex
I have a button which uses DA and executes the server side code... when there is a low network user clicks the button multiple times which cause duplicate entry... I want to disable when user clicks ...
0
votes
0
answers
118
views
Oracle APEX: ORA-40597 JSON path error with "Invoke API" process
I'm encountering an error:
ORA-40597: JSON path expression syntax error ('$.') JZN-00217: Key
step contains unexpected characters at position 2 error when using an
"Invoke API" page process ...
-1
votes
1
answer
147
views
Oracle APEX Hide/Show No Data Found Message
I have a requirement to hide the No Data Found message on an Interactive Report when page is initially loaded then show back the message if there is no data.
I have search items (Say PX_Search_Item_1, ...
0
votes
1
answer
61
views
Oracle Apex IG throws error when adding multiple values in one cell
Interactive Grid Image
Hello, as a beginner in Oracle Apex, i have problem with Interactive Grid.
While adding more values in Person ID column, i have an error
ORA-06502: PL/SQL: value or conversion ...
1
vote
1
answer
201
views
Oracle Database REST APIs (ORDS) - url endpoints verbs does not work
I'm using Oracle APEX Release 24.2.0 and Oracle ORDS Release 25.1 on Oracle Database Express Edition 21.1.
I tried to generate a RESTFul API for a couple of tables : tcustomer, tcity and tsalesperson, ...
0
votes
2
answers
263
views
PDF report scheduling using Oracle Apex 24.2
I am trying to schedule a PDF report to be sent to an email using Oracle Apex 24.2 or if I can store it on a custom directory on apex application ( not locally).
I know how to create a scheduled job ...
1
vote
2
answers
113
views
Oracle APEX PL/SQL Unknown Source of Invalid Identifier
The goal of this program is to match a form's element IDs corresponding to different questions with the actual questions, so the resulting table's column names are the questions themselves instead of ...
0
votes
1
answer
151
views
Change label of Interactive Grid button without creating whole new button
I am a little stuck on working with javascript in Interactive Grid in Oracle Apex. I just want to change the label of one interactive Grid save button, but I am not able to do it. I don't want to ...
0
votes
2
answers
77
views
Conditional Reset Button with Confirmation
I'm trying to implement a reset button in Oracle APEX that:
Shows a confirmation dialog (P1002_CONF_MESSAGE item) only if any form fields were modified
Resets immediately if no changes exist.
Is that ...
0
votes
0
answers
97
views
Workflow variables updating on Oracle Apex 24
I am learning Oracle Apex 24, and creating a workflow ( created a human task / task definition ).
I am able to create parameters initialized once when the workflow started but they are read only for ...
0
votes
1
answer
378
views
OCI Generative AI Agent API returns "Unknown resource" 404 error when invoked from Oracle Function
I'm working with Oracle Cloud Infrastructure and trying to invoke a Generative AI Agent from an Oracle Function using the Python SDK. Everything seems correctly set up, but I'm getting a 404 Unknown ...
1
vote
1
answer
238
views
Oracle APEX RestFul Services - error 404 when run POST verb only
I installed Oracle APEX Release 24.2.0 and Oracle ORDS Release 25.1 on Oracle Database Express Edition 21.1.
APEX is up and running, then I enabled Restful Services for an specific table. After that I ...
1
vote
1
answer
91
views
Oracle Apex Report Performance Issue
I have a report that's running in ~3 seconds in sql developer. When I paste the report into oracle apex, and hardcode the variables in my where clause, the report will load roughly around the same ...
0
votes
2
answers
273
views
Oracle APEX: Interactive Grid Custom buttons disabled/enabled
I'm currently using Oracle APEX v24.1 with Google Chrome.
I have an updateable interactive grid with Custom Toolbar buttons Save and Clear at actions4 position.
One of the column on an Interactive ...
0
votes
1
answer
84
views
It is possible in Oracle Apex 24.2 to build something to download/export a table that has SDO_GEOMETRY in shapefile format?
I have tables in Oracle that contain spatial data using the SDO_GEOMETRY data type. I would like to create a button inside APEX that allows users to download a zipped shapefile export of this data. ...
1
vote
2
answers
103
views
Fetching Data from Database on Form Rendering Oracle APEX 24
I have an oracle apex form version 24 .
i have a user ID and i need to fetch his name and put it in an item on the screen .
what is the proper way to do so ?
I am new to this technology.
i did try ...
0
votes
1
answer
58
views
Main methdology steps to configure multi-languages application
I want to make my application multi-language and achieves following conditions:
Navigation Bar has the list of languages that make the language changing easily from any in the application.
The ...
0
votes
2
answers
166
views
Oracle APEX Interactive Grid Cell Template
Scenario:
I have an interactive grid with 4 columns: prod_ref (select list), prod_name, promo_ref (hidden), and weight.
When prod_ref changes, a dynamic action updates prod_name and promo_ref values.
...
-3
votes
3
answers
119
views
Group by A, B and order by A
tldr: Need to GROUP BY SUM(COST) OVER A,B and also ORDER BY SUM(COST) OVER A
I have a database with columns TYPE, NAME, and COST. My end goal is to create a grouped bar chart in an APEX Application ...
0
votes
0
answers
72
views
Oracle Apex PL/SQL Rest POST Request Content Variables Error
I can send Twilio SMS messages or no content-variable WhatsApp Messages on Oracle APEX using APEX_WEB_SERVICE.MAKE_REST_REQUEST
But when I try to add some parameters and send whatsapp messages with ...
0
votes
1
answer
62
views
Can you make pages for oracle apex without the wizard?
I am curious is it possible to make and design a page for a web app soley using code and achieving the same functionality
-6
votes
2
answers
135
views
How can I get date of birth from age? [duplicate]
How can I calculate date of birth from an age field in Oracle Apex?
I created a dynamic action to execute server side code on date of birth filed to calculate age from date of birth:
select trunc(...