Size: a a a

2021 March 05

ББ

Борис Бакулин... in Oracle APEX
alter user ORDS_PUBLIC_USER identified by
alter user APEX_PUBLIC_USER identified by
alter user APEX_LISTENER identified by
alter user APEX_REST_PUBLIC_USER identified by
alter user ORDS_METADATA identified by
источник

ББ

Борис Бакулин... in Oracle APEX
SQL> begin
   dbms_network_acl_admin.append_host_ace(
       host => '*',
       ace => xs$ace_type(
           privilege_list => xs$name_list('connect'),
           principal_name => 'APEX_200200',
           principal_type => xs_acl.ptype_db))
       ;
end;
/
источник

ББ

Борис Бакулин... in Oracle APEX
use ORDS ?

use Tomcat ?

use standalone ?
источник

ББ

Борис Бакулин... in Oracle APEX
In case you're facing the situation when ORDS does not map APEX
application and workspace static files properly after its
installation (I mean, APEX engine static files work fine,
but images, style sheets and other files from your applications
generate the 404 not found error)
источник

MK

Mohan K in Oracle APEX
Борис Бакулин
In case you're facing the situation when ORDS does not map APEX
application and workspace static files properly after its
installation (I mean, APEX engine static files work fine,
but images, style sheets and other files from your applications
generate the 404 not found error)
Thanks for taking time reply I must be more specific Apex apps are just working fine I’m testing rest service crated sample end point and trying to call the end url to see Json output and I am seeing 404 not found as you pointed he may not opened acl for new apex user
источник

ББ

Борис Бакулин... in Oracle APEX
ok
источник

A

Alessandro Pedro in Oracle APEX
good afternoon can someone help me want wanting report by period of time example 2020 to 2021 can someone help me because they are new to the apex
источник

PS

Pranav Shah in Oracle APEX
Stephen Cloete
Indeed , however I'm looking to avoid writing an insert statement line by line , what other options are there to grab all the bind variables on the screen and inserting it
Does it also includes application level items if that’s being used in page somewhere ?
источник

PS

Pranav Shah in Oracle APEX
Stephen Cloete
Indeed , however I'm looking to avoid writing an insert statement line by line , what other options are there to grab all the bind variables on the screen and inserting it
Select * from APEX_APPLICATION_PAGE_ITEMS
Where page_id = :mypage
источник

MA

Marvin Amorim in Oracle APEX
create an item to be used as input for desired year, add this item to the "Page items to submit" option in your report, and add in your report the condition:
extract(year from date_column) = :P1_YEAR_ITEM
источник
2021 March 06

R

Richmond in Oracle APEX
Alessandro Pedro
good afternoon can someone help me want wanting report by period of time example 2020 to 2021 can someone help me because they are new to the apex
Pm
источник

R

Richmond in Oracle APEX
Alessandro Pedro
good afternoon can someone help me want wanting report by period of time example 2020 to 2021 can someone help me because they are new to the apex
You can pm for guidance
источник

TE

Tony Eccles in Oracle APEX
источник

JB

Jay Barathan in Oracle APEX
Virtual numbers
источник

-

- in Oracle APEX
Hello all I use apex 19
I have requests (Accepted requests) .. and also (Waiting requests)
If you don’t attach your files after 10 days your request will be rejected,, and the highest one in waiting will be in ( accepted requests )
I need your advise what should I do
Thanks
источник

AT

Ahmed Zakaryya Tawah... in Oracle APEX
If you have the code to do the required, then all what you need is to create a scheduler job that runs every day or every 10 minutes based on your requirements.
источник

-

- in Oracle APEX
Thanks pro
Is it possible in apex 19 ?
источник

AT

Ahmed Zakaryya Tawah... in Oracle APEX
Yes.
It is already available in DB even without having APEX.
источник

-

- in Oracle APEX
Thanks a lot
источник
2021 March 07

WL

Wellington Lima in Oracle APEX
источник