Skip to Main Content

Slack

currently these fields are appearing in Vertical so i need to change few fields to left side and and right side... or indirectly i want to split the region into two parts
Hi Team, In a static region i have to show around 10 to 20 fields as part of search... So here when i create page items they are automatically appearing vertically on after one ... but for me need to show few fields in left side and few fields in right side of the static region.. so could you please suggest me with any idea or help
Hi all, I have an application with an interactive report on P1 which has a link to another page, P2. This opens in a new tab and populates a field :P2_USER_ID based on the user they select. This page contains a form and a few classic reports pertaining to the user . The issue we are having is the client wants to be able to open multiple tabs within a single session (i.e. on page 1 be able to click on say 3 user names and open 3 separate tabs), this works until they try to paginate through one of the reports, at which point it uses the newly set :P2_USER_ID from the next open tab, resulting in form information displaying for the original user but report information for the user id that hast been clicked last. Is there a simple fix for this? The reports can contain tens of thousands of rows so don't want to load it all on a single page. Would something like refreshing the page on paginate to reset the user_id work? TIA
Have there been any APEX Office Hours for 24.2? Looking to see what features will be in the next version
Hi can we exclude oracle APEX internal workspace from using workspace SSO
have anyone faced before this kind of error in page designer when submitting a form , • Session state protection violation: This may be caused by manual alteration of protected page item P43_WARNING. If you are unsure what caused this error, please contact the application administrator for assistance.
in my application , I used git ( working copy ) of my app , I have the main branch and another branch which I made more features and changes in it , now how can I merge this branch into the main one , when I select the option merge into main , an internal server error occurs.
@Jonathan Rosen "this" being the APEX AI assistant? It requires the integration with an AI service. Open AI, Oracle AI (on OCI) or coherant. But you can configure it from on-prem as well as any cloud service. Assuming you can reach one of the services.
Does this only run with the autonomous server?
Hi guys, it took a while, lot's of small detail work but *apex.world 2.0 is now available with AI Assistant*. Check the video to see the new features, let us know what you think :v: https://youtu.be/RaYsJT__S5E?t=1148
but where should i use below code---function (pCurrentDate) { // Ignore the pCurrentDate and format every day the same return { disabled: false, /* Day is not disabled */ class: "customDayStyle", /* Use this CSS class */ tooltip: "Choose a delivery date" /* Use this tooltip */ }; }
Just to be sure, you are talking about the date picker item, right?
?
how can disable tomorrow and day after tomorrowdate from calender page item
hiii everyone,
Question.. when I have a page with a few popup lov's, I need to make some of these un-editable for some users. I initially set them to have a server side read-only condition but ran into the LOV's displaying the LOOKUP value instead of the DISPLAY value when the read-only condition occurs. I solved this with a dynamic action to disable the LOV's, but wanted to see if this is a known issue..
I am almost certain I've used the functionality to have a Data Load Definition selector with multiple column values before. Is this possible? I have an Excel file that users inconsistently change the column heading and they refer to it as COST CODE or COST CENTRE. See example image below of what I think was possible, but not certain what the delimiter is. I have tried space, comma, pipe, semi-colon and colon.
:wave: Hi everyone!
Hi All, Weird thing - we upgraded from 18.2 to 22.2 recently. I have page to view an object's details, and it includes a classic report that shows related child records. The classic report only shows 24 rows, with paging. In 18.2: If I view the page with Object A, and it has 50 children records in the classic report, I can go to page 2 of the classic report. If I then view the page with Object B, and it has 5 children only, there is nothing to display on page 2 of the classic report, and this region shows "No data found" (which isn't accurate). In 22.2: If I view the page with Object A, and it has 50 children records in the classic report, I can go to page 2 of the classic report. If I then view the page with Object B, and it has 5 children only, the page doesn't even emit HTML for the page 2, and I am left with "bad html" and the page renders really poorly. It feels like a bug, but wanted to know if there is an easy solution. MANY pages in the application link to this page, so updating all links to include "reset pagination" will be a pain in the behind. I'm not sure if there's some other solution to this (somehow reset pagination every time the page is accessed?) Thank you!
what is the most reliable method in creating a log in system for my apps in oracle apex ? create 2 tables ( users table and roles table ) and assign each user to a role ?
Hi - Apex version is 23.1.0 For a POPUP LOV, Ive been using the "Additional Outputs" feature fine, if the output is a field on the page. Im trying to output a LOV column to an *Application Item* - is there a special way of specifying this? ie PID:P1_PID works, and sets the LOV column PID into the page field P1_PID but PID:CURRENT_PID doesnt set the LOV column PID into the application_item CURRENT_PID . Do I need to specify it differently? Or is it not not possible to output to an application_item • Note the help text says: ◦ "Define a mapping of LOV column name, to page item name or Interactive Grid column Static ID." so i suppose not... ◦ But I was also a bit confused with: "Supported Substitutions: Application, Page Items and System Variables"
Question for the community: All page items all of a sudden are no longer showing in the layout editor, only on the left hand tree. This is for all apps on my APEX installation. Any ideas?? v20.1 Thanks in advance
has anyone tried to make a ticker moving bar in their apps ticker moving bar is the bar that is used to a moving display data just like the stock market bar and the news bar
Hi All, we have huge app (500+ pages). We are developing it in language x (primary lang) and then we translate it into language y. Now we are playing with idea that it would be easier to develop when primary language would be the y. Is there some procedure that would help us switch language? Is it at all doable without much coding or manual work?
> If you are using Oracle Autonomous Database or Oracle APEX Application Development Service, Oracle automatically applies Patch Set Bundles to your database soon after they are published. My OCI instances of APEX are still on 24.1.1 instead of the most recent patchset 24.1.5. Does anybody with APEX service or Oracle managed APEX have a more recent patch than 24.1.1? https://apex.oracle.com/ has 24.1.5
Is it Grid column or a page item?
I notice that in a column that is part of a primary key (number) that is defined as an identity column, If I insert into this table without specifying a value for the primary key via sqlplus, it populates it with no problem. In APEX I get ORA-01400. Can someone explain why this happens and how to mitigate it?
Anyone have a nifty way to move a button into the header of an Interactive Grid? Since that is NOT an option when creating a custom save button for a grid? (Don't ask, customer does NOT like the standard save button displayed in a read/write grid)..
hi, someone ever encountered an error when opening the page designer and got the error - ' JSON.WRITER.NOT_OPEN ' and could not be able to work on the page.. ? an image is attached
Hi All, Question on release notes for 22.1. Section 8.2 lists Desupported Properties "Region Image" and "Image Tag Attributes. In APEX 18.2, I was able to find those settings in table wwv_flow_page_plugs (columns "region_image" and "region_image_attr"). However, in APEX 22.2 region_image still exists, but seemed to have moved to another region setting for "File URL" under the Image settings (see picture). So can anyone confirm? It seems region_image_attr is really the only thing that was dessuported, and region_image is still supported, but just changed where it is found in the builder. Thank you! https://docs.oracle.com/en/database/oracle/apex/22.2/htmrn/desupported-features.html#GUID-4966D4CC-E23D-4B1D-AA8C-438233A2793A
Hello guys :wave: I am facing a weird issue. This query:
       ROW_NUMBER() OVER (ORDER BY V_COUNTER ASC) AS CHUNK,
       V_COUNTER,
       V_END,    
       V_TIME1,
       V_TIME2
  from MY_TABLE
 where V_PARENT IS NULL AND V_STORY = 7;
is reflecting following result in developer (Attached developer screenshot). But same query is giving false results in values for V_COUNTER and V_END. Can someone please just have a quick look, what do I miss this time :confused:
Hi, We have a problem with apex_web_service. From SYS user, simple UTL_HTTP is working but where as APEX_WEB_SERVICE is failing. From the target we are getting certificate error using APEX_WEB_SERVICE. Checked ACL and don't find any issue. Also gave below privileges. begin DBMS_NETWORK_ACL_ADMIN.APPEND_HOST_ACE( host => '*', ace => xs$ace_type( privilege_list => xs$name_list('connect'), principal_name => 'APEX_230200', principal_type => xs_acl.ptype_db)); commit; end; / Any idea how to debug issue with APEX_WEB_SERVICE. Any help is appreciated. Thanks
Given a button inside an APEX page, if I choose for it to redirect to a URL, can the URL contain any sort of variable? If so, how does that work? Would it be &VARIABLE. or #VARIABLE# or is it preferable to do this with a Dynamic Action?
Hi, I am using APEX 21.2 and I am trying to get a select list to auto populate with a value if there is only one value in the list on either a page load or a cascaded select list. Any ideas would be greatly appreciated
Hi All, I am working on an upgrade from APEX 18.2 to APEX 22.2. I have noticed many pages in the application have some deprecated "positions" or might be called "template points" in other places. Neither the "Upgrade Application" or "Advisor" make any mention of these issues. Is there a way to find all deprecations in the system? I noticed that I CAN find "BODY_3" in the exports, and this helps me identify those. But that doesn't tell me what other deprecations may have so far gone unnoticed. Any advice on how I might search for such things? Thank you!
Good evening - is it possible: i have one calender Region with all tasks for example and then i have calender Region for every colluege. Can i Drag and drop the task trough calender regions or a Plugin? Best example - Outlook Calender
I want to use existing database credentials to authenticate to an app I'm working on. If the user is defined in the database, they should be able to access the application. Under Shared Components > Authentication Schemes I set it to "Database Accounts". I am getting "You are not authorized to view this application, either because you have not been granted access, or your account has been locked. Please contact the application administrator." The rest says:
Technical Info (only available for developers)
is_internal_error: true
apex_error_code: APEX.AUTHORIZATION.ACCESS_DENIED
component.type: APEX_APPLICATION_AUTHORIZATION
component.id: 2210073575181779
component.name: Reader Rights
error_backtrace:
----- PL/SQL Call Stack -----
  object      line  object
  handle    number  name
00007FF74BE86530       981  package body APEX_220200.WWV_FLOW_ERROR.INTERNAL_GET_ERROR
00007FF74BE86530      1049  package body APEX_220200.WWV_FLOW_ERROR.INTERNAL_ADD_ERROR
00007FF74BE86530      1522  package body APEX_220200.WWV_FLOW_ERROR.RAISE_INTERNAL_ERROR
00007FF714FFE9B0       853  package body APEX_220200.WWV_FLOW_AUTHORIZATION.IS_AUTHORIZED
00007FF73BC99CE0      2918  package body APEX_220200.WWV_FLOW.SHOW
00007FF73BC99CE0      5393  package body APEX_220200.WWV_FLOW.RESOLVE_FRIENDLY_URL
00007FF7360C5350         2  anonymous block
I am running Apex 22 on 12c. What have I overlooked? I don't think I have to create the users inside of APEX as well, do I?
Hello, trying to disable debugging using APEX_DEBUG like:
apex_session.set_debug ( 
	p_session_id => :APP_SESSION, 
	p_level => null 
); 
but is not willing to collaborate... based on docs "The debug level. NULL disables debug, 1-9 sets a debug level." 0 doesn't help either... any idea?
in apex workflow , how can I assign a workflow to someone to trigger the workflow , when I activate the workflow from development into production i receive this message :
How would I go about changing settings in Apache so that anyone pointing a browser to myapp.company.local gets redirected to machine:8080/ords/r/schema/app/home ? (Currently running apex 24.1 on oracle 19c with tomcat)
HOW TO HIDE OR SHOW BOTTONS ON ONE PAGE BY APPROACHING PAGE IN DIFFERENT WAY. BY REDIRECTING TO PAGE BY BUTTON OR BY APPROACHING PAGE THROUGH INTERACTIVE REPORT
Does anyone have used cypress and ghost inspector on APEX applications configured with Microsoft Azure Authentication?
Does anyone know if when an Execution Chain (running in the background) is launched, is it still tied to the APEX session? In the background process, I am trying to modify collections, and it does not seem to be populating any collection information for the session.
ZUGFeRD and eRechnung (xInvoice) do become inevitable wef. 1.1.2025 for companies in the EU to exchange invoices on a B2B basis; especially the german standard called ZUGFeRD consists of a an invoice in a PDF/A3 format (like a PDF with attached xml-file). I outlined my development status in my APEX blog: and wonder if anybody wud like to contribute. Thanks for ur time !
Apex 5.0 on Oracle 19.24. When I try to save changes to a Interactive Report Apex shows the “Changes Saved” message but it doesn’t actually save it. If you try to navigate away from the page you get the “Changes not saved” warning message. This is a new issue I first encountered yesterday. Any points on tracking down the cause of this issue?
Ok, I have a weird case here and need assistance.. I have an interactive grid with 1 updateable column, there can be 1 row of numerous. it is a date column, and after its changed I wish to write it out to the table it is queried from. I initially tried using an on change dynamic action with an update statement: Update <table> set <column_name> = :REVIEW_DUE_DATE where id = :ID; Now the issue is the column gets the changed attribute set (upper right corner turns blue) and when I do other operations on page I am getting a warning about unsaved changes on page.. Is it possible to disable this message for the grid? I have the Warn on unsaved changes turned off for the page..
Hello colleagues, I recently heard that the rich text element "TinyMCE" is going to be discontinued and will be replaced by the "Oracle Rich Text Library." I am currently using "TinyMCE" because it allows me to paste image content from my clipboard, but the "Oracle Rich Text Library" does not allow me to paste that type of content. Is there any way to configure "Oracle Rich Text Library" to allow me to paste binary content (images) from the clipboard? Thanks!!
Hi all. I had a question. At the moment in my apex application i am achieving the side navigation *using this Plugin Splitter. splitter dynamically divides the available space for two sub regions horizontally or vertically.* Can i achieve it without using any plugins? Thanks for your guidance regarding that.

Ideas

FR-4105
Open
Created 2 days ago (Updated 47 hours ago)
FR-4104
Closed
Created 3 days ago (Updated 47 hours ago)
FR-4103
Open
Created 5 days ago (Updated 3 days ago)
FR-4099
Open
Created 9 days ago (Updated 47 hours ago)
FR-4098
Open
Created 11 days ago (Updated 7 days ago)
FR-4097
Open
Created 12 days ago (Updated 47 hours ago)
FR-4096
Open
Created 12 days ago
FR-4095
Open
Created 13 days ago (Updated 4 days ago)
FR-4092
Open
Created 2 weeks ago (Updated 47 hours ago)
FR-4090
Open
Created 2 weeks ago (Updated 23 hours ago)
FR-4088
Open
Created 2 weeks ago
FR-4089
Closed
Created 2 weeks ago (Updated 2 weeks ago)
FR-4086
Closed
Created 2 weeks ago (Updated 2 weeks ago)
FR-4087
Closed
Created 2 weeks ago (Updated 2 weeks ago)
FR-4084
Closed
Created 2 weeks ago (Updated 2 weeks ago)
FR-4080
Open
Created 3 weeks ago (Updated 47 hours ago)
FR-4077
Closed
Created 3 weeks ago (Updated 3 weeks ago)
FR-4078
Closed
Created 3 weeks ago (Updated 3 weeks ago)
FR-4074
Closed
Created 4 weeks ago (Updated 2 weeks ago)
FR-4076
Open
Created 4 weeks ago
FR-4075
Open
Created 4 weeks ago (Updated 2 weeks ago)
FR-4072
Roadmap
Created 4 weeks ago (Updated 2 weeks ago)
FR-4067
Closed
Created 4 weeks ago (Updated 3 weeks ago)
FR-4064
Closed
Created 4 weeks ago (Updated 4 weeks ago)
FR-4065
Closed
Created 4 weeks ago (Updated 4 weeks ago)
FR-4066
Roadmap
Created 4 weeks ago (Updated 4 weeks ago)
FR-4062
Closed
Created 5 weeks ago (Updated 2 weeks ago)
FR-4061
Closed
Created 5 weeks ago (Updated 4 weeks ago)
FR-4059
Roadmap
Created 5 weeks ago (Updated 8 days ago)
FR-4058
Closed
Created 5 weeks ago (Updated 4 weeks ago)
FR-4053
Roadmap
Created 5 weeks ago (Updated 2 days ago)
FR-4057
Closed
Created 5 weeks ago (Updated 4 weeks ago)
FR-4054
Closed
Created 5 weeks ago (Updated 4 weeks ago)
FR-4056
Open
Created 5 weeks ago (Updated 10 days ago)
FR-4051
Open
Created 6 weeks ago (Updated 47 hours ago)
FR-4050
Closed
Created 6 weeks ago (Updated 4 weeks ago)
FR-4052
Roadmap
Created 6 weeks ago (Updated 3 weeks ago)
FR-4049
Closed
Created 6 weeks ago (Updated 2 weeks ago)
FR-4047
Closed
Created 6 weeks ago (Updated 6 weeks ago)
FR-4046
Closed
Created 6 weeks ago (Updated 3 weeks ago)
FR-4044
Roadmap
Created 6 weeks ago (Updated 2 weeks ago)
FR-4043
Closed
Created 6 weeks ago (Updated 6 weeks ago)
FR-4045
Closed
Created 6 weeks ago (Updated 5 weeks ago)

Forum

Adhithiya Raj
20-Nov-2024 12:47:38
2686699
20-Nov-2024 12:02:33
Staš Čarf
20-Nov-2024 10:29:54
Peter Tils
20-Nov-2024 08:26:38
hemant_k
20-Nov-2024 06:30:43
Naresh Perala
19-Nov-2024 19:00:16
rashid sarwar
19-Nov-2024 11:06:07
Thakur Chand Ramola
19-Nov-2024 09:13:08
massio de vitis
19-Nov-2024 07:57:05
ebenwalker
18-Nov-2024 22:13:28
cgrav
18-Nov-2024 22:06:45
Joseph W
18-Nov-2024 17:18:51
Clare apex_dev
18-Nov-2024 15:24:08
SmithJohn45
18-Nov-2024 11:41:15

News

18-Nov-2024 16:38:21
by: Juergen Schuster
18-Nov-2024 18:41:04
by: Juergen Schuster
14-Nov-2024 15:48:55
by: Juergen Schuster
14-Nov-2024 15:46:07
by: Juergen Schuster
14-Nov-2024 15:37:48
by: Juergen Schuster
14-Nov-2024 15:32:03
by: Juergen Schuster
14-Nov-2024 15:29:21
by: Juergen Schuster
12-Nov-2024 23:06:47
by: Juergen Schuster
12-Nov-2024 22:35:45
by: Juergen Schuster
12-Nov-2024 22:26:12
by: Juergen Schuster
11-Nov-2024 19:28:44
by: Juergen Schuster
11-Nov-2024 19:23:38
by: Juergen Schuster
11-Nov-2024 19:17:39
by: Juergen Schuster
07-Nov-2024 13:41:38
by: Juergen Schuster
06-Nov-2024 15:00:56
by: Maxime Tremblay
01-Nov-2024 16:45:20
by: Maxime Tremblay
31-Oct-2024 15:33:53
by: Juergen Schuster
30-Oct-2024 18:57:34
by: Juergen Schuster
30-Oct-2024 18:53:19
by: Juergen Schuster
29-Oct-2024 16:27:10
by: Juergen Schuster
29-Oct-2024 09:35:04
by: Juergen Schuster
23-Oct-2024 07:47:48
by: Juergen Schuster
23-Oct-2024 07:45:08
by: Juergen Schuster
16-Oct-2024 19:21:47
by: Juergen Schuster
16-Oct-2024 19:20:04
by: Juergen Schuster
16-Oct-2024 15:20:14
by: Juergen Schuster
16-Oct-2024 15:18:39
by: Juergen Schuster
16-Oct-2024 15:16:22
by: Juergen Schuster
16-Oct-2024 15:12:00
by: Juergen Schuster
16-Oct-2024 14:57:04
by: Juergen Schuster
16-Oct-2024 14:54:56
by: Juergen Schuster
16-Oct-2024 14:52:39
by: Juergen Schuster
16-Oct-2024 14:48:04
by: Juergen Schuster
16-Oct-2024 14:44:05
by: Juergen Schuster
16-Oct-2024 14:42:52
by: Juergen Schuster
16-Oct-2024 14:40:18
by: Juergen Schuster
16-Oct-2024 06:27:55
by: Juergen Schuster
16-Oct-2024 06:24:24
by: Juergen Schuster
16-Oct-2024 06:19:19
by: Juergen Schuster
10-Oct-2024 05:30:23
by: Juergen Schuster
09-Oct-2024 18:55:19
by: Juergen Schuster
07-Oct-2024 19:08:48
by: Juergen Schuster
05-Oct-2024 06:42:19
by: Juergen Schuster
04-Oct-2024 11:34:04
by: Juergen Schuster
03-Oct-2024 18:09:14
by: Juergen Schuster
03-Oct-2024 18:05:43
by: Juergen Schuster
02-Oct-2024 14:28:39
by: Maxime Tremblay
28-Sep-2024 08:47:14
by: Juergen Schuster
27-Sep-2024 18:32:19
by: Maxime Tremblay