oracle-apex Questions
6
I'm trying to configure Oracle Apex 5 and ORDS to work with Tomcat. I managed to complete all steps as per the Oracle docs instruction, however when I try to access ORDS using http://localhost:8080...
Garretson asked 24/5, 2016 at 6:34
3
Solved
What would be better if need to migrate from Oracle Forms 10g , Either Apex or ADF
If Apex then Why and Why not ADF
If Adf then Why and Why not Apex
Whelm asked 25/4, 2019 at 18:1
4
I've got an interactive report in Apex with some columns.
The user has the option to download the report as CSV file with the standard functionality.
Is there a way to hide a column in the export ...
Credulity asked 14/3, 2012 at 11:2
0
I have configured two of my apps with Custom authentication which is working fine. Now I want to share Session between these two apps.
Session sharing type Workspace Sharing works fine with Scheme ...
Burbank asked 12/7, 2023 at 10:28
3
Solved
I try to set the value of a popup lov with a dynamic action "Set value" of type PL/SQL Function Body. This works with a select list, but not with a popup lov. How can this be done?
Blackness asked 12/5, 2017 at 18:28
2
Solved
I have an APEX tabular form, all columns of which are standard report columns.
Is it possible to display a tooltip on mouse over of a particular cell of the report?
Elna asked 22/1, 2010 at 2:18
4
Solved
I'm trying to update some page items with a dynamic action. I have an "on change" dynamic action on one text field and want to run a calculation on another column and display/save it.
I've tried d...
Usurpation asked 10/4, 2019 at 12:53
4
Solved
I have two applications in my workspace, APP 1 and APP 2.
In my case, user will log in to APP 1. from there, i put a menu(or a link) to APP 2. however APP 2 requires authentication. So it will tak...
Unbelief asked 2/4, 2014 at 8:12
4
Solved
I read on MOS Doc ID 1945619.1 that starting with the 12.1.3 Oracle HTTP Server (OHS), the mod_plsql feature has been deprecated and will not be included with the 12.2 Oracle HTTP Server.
For the ...
Kitts asked 5/2, 2015 at 10:14
2
Solved
This question and related answers will be for educational or learning purpose only.
This question is much different from my other post and is not duplicate. Since it was creating confusion and as s...
Eudiometer asked 4/10, 2021 at 19:41
1
Solved
I found lot of solution related to my issue on Python technology but couldn't find much on Oracle SQL or PL/SQL solution. So trying it on Oracle SQL with Oracle Application Express.
I have db table...
Osmose asked 4/10, 2021 at 11:36
3
Solved
What is the difference between v() and nv() functions in oracle apex?
I came across the nv() function and the only thing I can get google to spit out is the nvl() function.
apex_custom_auth.post...
Odoacer asked 8/10, 2019 at 18:15
1
my doubt is if i write subquery in where clause , then this subquery will execute for each record or only once.
for example,
select *
from emp
where empno in (select empno from emp);
and if i have...
Chud asked 6/5, 2021 at 14:36
4
Solved
So Apex has "workspaces", which let you create users of three types - all of which are internal to the organization in nature. Also, there seems to be no way for a developer of an individual site o...
Podite asked 26/10, 2011 at 15:40
2
Solved
I have to get the response headers of my "apex_web_service.make_rest_request" request.
I know that it was possible with the "UTL_HTTP" package, as documented here: https://docs.oracle.com/database...
Fertilize asked 16/8, 2017 at 13:2
2
I need to create an interactive report but instead of running a sql statement I need to run a pl/sql statement
-----------------------------------------------------------------------------
USER_I...
Akira asked 6/2, 2014 at 12:39
7
Solved
I am using Oracle Apex version 4.2. It is configured to listen on port 8080 by default. How I am going to change the port of Oracle Apex after the installation?
Spirochaetosis asked 29/11, 2012 at 6:26
3
I have one simple Interactive report build in Apex 5.0. Its just simple plain statement pulling the data from table.
I need to adjust the size of each column in the so that data properly appears ...
Guntar asked 20/8, 2015 at 7:31
2
Solved
I am trying to set the label of an item dynamically using the value of an other hidden item in the same page.
I created a computation for the hidden item in the page and set the value of the item ...
Kohinoor asked 25/1, 2017 at 7:37
1
Solved
I am attempting to change the app-icon colour on my apex apps login page.
I can see the css that the icon is using here:
.app-icon {
background-image: url(app-icon.svg);
background-repeat: no-r...
Connivance asked 25/1, 2020 at 6:18
11
How can I get a PL/SQL block to output the results of a SELECT statement the same way as if I had done a plain SELECT?
For example how to do a SELECT like:
SELECT foo, bar FROM foobar;
Hint :
...
Perrotta asked 9/12, 2008 at 1:10
4
Oracle 11.2.0.3.0, APEX 4.1.1.00.23.
We need to display numbers in our application with the format FM999999999990.000 and dates with the English format DD-MON-YYYY.
Even if the application langua...
Cabretta asked 21/6, 2012 at 10:42
3
Solved
I have buttons on my apex application that executes custom PL/SQL codes upon being clicked. They have names APPLY (Acknowledge) and CHANGE (Count Correct). I need to have it so that when APPLY is c...
Milium asked 21/1, 2015 at 18:11
16
I have started using Oracle database server on Windows 7 64 bit OS and I have encountered the following error.
"Error- Windows cannot find 'http://127.0.01:%HTTPPORT%/apex/f?p=4950'.
Make sure y...
Jewess asked 15/12, 2012 at 12:38
2
Solved
I have a couple of dropdowns on my page, a hidden item and a button.
Whenever user changes the value of P1_DD1 or P1_DD2, I need to show the button if one of the following met:
1) If P1_HIDDEN='Y...
Although asked 26/3, 2019 at 18:17
1 Next >
© 2022 - 2024 — McMap. All rights reserved.