Skip to main content
2,523 questions with no upvoted or accepted answers
5 votes
0 answers
729 views

Embedding HTML Code in XSL FO Using Oracle APEX

I am using oracle APEX for web applications. I have created sample Report Query and Report Layout for PDF printing in APEX. Report Query is "Select 'ab<b>cd</b>ef' content from dual;" ...
Siva Ram's user avatar
5 votes
0 answers
683 views

BI publisher - chart error in Oracle APEX output excel by using rtf template layout

BI Publisher Enterprice edition APEX 5, APEX 5.1 - integrated in BI Publisher through instances Microsoft excel 2013 I create bi publisher rtf template with chart for my reporting. Then I use it in ...
Ramin Darvishov's user avatar
5 votes
0 answers
767 views

Is linking to private IR no longer possible in APEX 5?

In one of our APEX 5 applications, we're using a drop-down box that allows users to choose a target interactive report in the same application. The application then branches to the target page, and ...
Frank Schmitt's user avatar
4 votes
1 answer
2k views

Tutorial to create custom reports on Oracle APEX 5

I am new to Oracle APEX 5 and I am looking for a link or tutorial to achieve below. Create a custom report with a parameter (date). Go to shared components > report queries (add your sql statement ...
oubinghose's user avatar
4 votes
1 answer
2k views

Oracle Apex 5 LDAP search not working against global catalog

In Oracle Apex, I can authenticate via LDAP if I add a very specific Distinguished Name and choose the option to use Exact Distinguished Name: CN=%LDAP_USER%,OU=Office,OU=Users,OU=UKAPD,DC=rd,DC=...
smackenzie's user avatar
  • 3,022
4 votes
0 answers
2k views

Oracle APEX oAuth : Unable to get the Access Token / Authorization Code from 2nd Time onwards

I am trying to get oAuth token from Oracle Apex using Authorization Code ProcessFlow. Refer: http://www.oracle.com/technetwork/developer-tools/rest-data-services/documentation/listener-dev-guide-...
Venkat's user avatar
  • 41
3 votes
0 answers
223 views

How can I troubleshoot Chromium connectivity to website?

We have a public website developed using Oracle APEX which uses Tomcat. The site runs on a Windows 2016 server and is behind a wildacrd ssl. A few users reported Chromium browsers (Chrome & Edge) ...
Paul Stearns's user avatar
3 votes
0 answers
1k views

Is it possible to create a websocket server with Oracle?

I came accross the following article that explains how to make connections from Oracle PL/SQL to Websocket server : https://www.opencodez.com/oracle/oracle-pl-sql-programming-socket-connection.htm In ...
Thomas Carlton's user avatar
3 votes
3 answers
3k views

Oracle Apex - 'Your session has ended' message after saving a change

I am encountering an absurd situation when using Oracle Apex. When I log into my apllication, select a page from the list of pages and click the Play button (save and run page) I get a normal output ...
Boris's user avatar
  • 49
3 votes
1 answer
9k views

Set the column value from page item by using JavaScript (Oracle APEX interactive grid)

I'm working with APEX 20.1 interactive grids and I'm using the following code to get the value from the item "P7_DATE" into the column 'ADDING_DATE'. var widget = apex.region('myIG').widget()...
Ahmed Atef's user avatar
3 votes
0 answers
399 views

Is there a way to automate the uploading/updating of static files to Oracle Apex?

I'm working on an apex project that involves a fair amount of JS and CSS, so I'm developing them on VSCode on my computer. The problem is that every time I want to change a file I have to go the ...
nick zoum's user avatar
  • 7,273
3 votes
0 answers
416 views

How to save oracle apex applications files to Object Storage through ATP?

I need to save my oracle applications files to object storage in oracle cloud infrastructure through ATP. I am able to do the reverse, but not getting a solution for my problem. I tried this: BEGIN ...
Manvi Garg's user avatar
3 votes
0 answers
596 views

Right hand side of APEX Shuttle Page Item, not being retained in Dynamic Action

I have a page item :P1_STUDY_SEARCH and a shuttle :P1_STUDY_CODES The query driving the shuttle looks as below: SELECT DISTINCT D.INTERNAL_REF_NO AS d, D.INTERNAL_REF_NO AS v FROM ...
smackenzie's user avatar
  • 3,022
3 votes
0 answers
893 views

javascript compressing a chunked image file being uploaded to database

I am trying to upload an image file from Apex File browser, as image files are huge so I am using a Chunked upload technique to upload an image into the database. Everything is working fine as the ...
Bilal's user avatar
  • 41
3 votes
0 answers
1k views

Is there a way to upload files from Oracle Apex to sharepoint

I wanted to use Oracle-APEX application as a client application. When users upload files from this application. It calls a web service and transfer files to SharePoint online document library. Is ...
user avatar

15 30 50 per page
1
2 3 4 5
169