International Workshop on Oracle APEX (20.2) – A Trending Enterprise Low Code Platform

What will be Covered? Introduction to Oracle APEXLow Code vs Traditional CodingBrief about Oracle Autonomous Database &Always free ServicesAPEX Use CasesFramework Components & FeaturesProof of Concept - Lab Who can attend?​ Students, Beginners, Citizen Developers, or anyone who want to explore Low code framework in association with Past Event This...

Introduction to Oracle APEX 20.1

What will be Covered? Introduction to Oracle APEXInstallation Steps of APEX with 11gCreate Workspace / Schema in APEXUse APEX without InstallationBuilding and Deploying Application (Demo)Creating Application from Excel (Demo)Live Demo of How to use APEX Who can attend? Students, Beginners, or anyone who want to explore Low code framework Register...

How to make a heritage brand relevant today: A guide

For a heritage brand, innovating can feel like risking losing what sets it apart. Moving further to a digital experience however brings its own Instagram has been dabbling in the waters of hiding likes but with the news last week that the US was being tested the company jumped right...

Why security is the key to CMO survival in the C-suite

Ybersecurity is no longer just a technical risk - but a business risk that affects almost everything a company does. As a CMO, you need Instagram has been dabbling in the waters of hiding likes but with the news last week that the US was being tested the company jumped...

Suppressing Space & Zero into date formating

TO_CHAR(sysdate, 'Month,YYYY')Result: 'July ,2016'TO_CHAR(sysdate, 'FMMonth,YYYY')Result: 'July,2016'TO_CHAR(sysdate, 'Month DD, YYYY')Result: 'July 09, 2016'TO_CHAR(sysdate, 'FMMonth DD, YYYY')Result: 'July 9, 2016'See into above examples, when we use FM into format_mask parameter it removing/suppress the space and zero. If you use MON it won't has space, but if using Month is will be returning...

Bugs Fixed in the Oracle APEX 5.0.4.00.12

Bugs Fixed in the Oracle APEX 5.0.4.00.12 Patch SetTable 1 lists bugs fixed in the Oracle Application Express 5.0.4.00.12 patch set.Table 1 Bugs Fixed in the Oracle Application Express 5.0.4.00.12 Patch SetBug NumberDescription21437474Intermittent bug with Oracle Application Express SQL Workshop uploads - random errors21517239Reopen cancelled modal dialog in Internet Explorer 11...

ORACLE APEX 5.0.4.00.12 is released

Oracle Application Express Release 5.0.4.00.12 was first released on July 12, 2016.This is a cumulative patch set for Application Express 5.0.0, Application Express 5.0.1, Application Express 5.0.2, and Application Express 5.0.3. The full download is available below.English only : Download All Languages : Download

What is new in Oracle APEX 5.0.4

APEX Viewsgot an improved security check. They now look for read privilege on the apex-admin-role instead of full admin privileges.APEX_DEBUG_MESSAGES finally lists the Call Stack where a message was written (level 9 debug, only)new View APEX_INSTANCE_PARAMETERSAPEX Admin Read Rolenew Role / Function to give more detailed access to APEX API functions and...

APEX 5.1 How to manually process Interactive Grid data using PL/SQL

if you want to execute your own insert/update/delete or PL/SQL api calls for all the modified rows of an Interactive Grid you can do this with the "Save Interactive Grid Data / Interactive Grid Automatic Row Processing (DML)" process which gets automatically created when you make an Interactive Grid editable.Here...