Size: a a a

2021 April 21

cj

ch j in Oracle APEX
which fun should call?
источник
2021 April 22

JB

Jay Barathan in Oracle APEX
I don’t either. Normally
источник

RT

Roopesh Thokala in Oracle APEX
APEX_DATA_PARSER supports upto 300 columns if I am not wrong.(Version 19.1)
источник

MB

Marcos Branquinho in Oracle APEX
I've found the solution. That is a plug-in made by FOS that solves the problem avaible at https://www.foex.at/fos/ FOS - Splitter
источник
2021 April 23

R9

RF 94 in Oracle APEX
Hi, inside my Apex environment, the Theme Roller page does not load properly and I can not use it.  Do you have a solution?

Anyone who knows anything about this please help me 🙏
источник

Т

Темик in Oracle APEX
What you trying to achieve mate, I can't read people's minds and I'm not a Nostradamus. What you mean by "Theme roller page doesn't load"? You don't need to, access it from developers toolbar and modify if needed, than save it and set as Current theme.
источник

MK

Mohan K in Oracle APEX
Hi all ,I am trying to Extract the description value element but it does have span with class .Could any one know how to parse span class name
источник

MK

Mohan K in Oracle APEX
источник

MK

Mohan K in Oracle APEX
/here is the xml
источник

MK

Mohan K in Oracle APEX
I am getting null value if I am using span
источник

RP

Rafael Pinheiro in Oracle APEX
I own a channel
источник

AH

Andrii Havrilyak in Oracle APEX
Hi, I have a problem, I want to send an email from oracle apex (oracle 18c) using APEX_MAIL.SEND ()

I use code:
begin

  apex_mail.send (p_to => 'test@gmail.com',
                  p_cc => 'test@gmail.com',
                  p_bcc => null,
                  p_from => 'fromtest@gmail.com',
                  p_subj => 'Test Mail 111 from ABS APEX',
                  p_body => 'Test Mail 111, Please delete / ignore.',
                  p_body_html => 'Test Mail 111 HTML, Please delete / ignore.'
                 );

   apex_mail.push_queue (P_SMTP_HOSTNAME => 'servrer.test.com', P_SMTP_PORTNO => 25);

end;

Working with a database, and this database has ACL access (access control list);
In apex administrative services, the settings of the e-mail instance are configured, such as hostname, port, e-mail preparation enabled;

Error: "ora-29261 bad argument". Can anyone help with this ?? I want to solve the problem as soon as possible, ready to pay for help.
источник

MB

Marcos Branquinho in Oracle APEX
Hi there, I'm trying to calculate a field and I've used as a Display Only, but after calculated, when I tried to save Oracles returns a "Session state protection violation". Does anybody know to solve that?
источник

R

Richmond in Oracle APEX
Make sure all hidden page item - Value Protected is disabled
источник

MB

Marcos Branquinho in Oracle APEX
I'm using oracle Apex 20.2 and I could not find this option...
источник

MB

Marcos Branquinho in Oracle APEX
Did You mean this option?
источник

R

Richmond in Oracle APEX
THIS
источник

MB

Marcos Branquinho in Oracle APEX
That is not such option on my version of Oracle Apex...
источник

MB

Marcos Branquinho in Oracle APEX
I've searched for the Value Otion but it return nothing
источник

R

Richmond in Oracle APEX
that option don't exist for display only . my concern is about the hidden items . can you confirm if the value protected for hidden items are disabled.
источник