Jon Dixonblog.cloudnueva.com·7 hours agoConsuming Fusion ERP Data with BI Publisher & APEXIntroduction I have worked on several projects where we used APEX to integrate data to and from Oracle Fusion ERP. APEX running on the OCI APEX or Autonomous Database Service is a great option for extending and integrating with Oracle Fusion ERP Clou...Discuss·1 like·141 readsorclapex
Karel Ekemakarelekema.hashnode.dev·Dec 10, 2024Oracle APEX - Refresh Region Keep Pagination PluginSomehow I found myself in the business of writing APEX plugins. Sharing this time a plugin to refresh a region keeping the pagination. So it enables to refresh the current page on a region with pagination. It refreshes the region (Classic Report, Int...Discuss·2 likes·75 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 10, 2024Managing APEX Web Credentials & Remote Servers on ImportThis is a worked example of how APEX manages re-pointing Web Credentials & Remote Servers when moving from Development to Non-Development environments (build, test, prod, etc). Screenshots are provided to describe the selections when prompt on instal...Discuss·1 like·98 readsorclapex
vikas bhaskar vooradidev-journey-with-vikas-bhaskar-vooradi.hashnode.dev·Dec 9, 2024Multibranch Pipeline in SonarQube Community EditionI'm seeking new opportunities that fit my skills and experience. If you are aware of any openings, please contact me! : vikasvooradi.developer@gmail.com When working with SonarQube Community Edition, it’s important to note that this version does not ...DiscussDevops articles
vikas bhaskar vooradidev-journey-with-vikas-bhaskar-vooradi.hashnode.dev·Dec 9, 2024List All Environment Variables Using Jenkins Pipeline ScriptI'm seeking new opportunities that fit my skills and experience. If you are aware of any openings, please contact me! : vikasvooradi.developer@gmail.com Step 1 : Setup Your Jenkins Pipeline Open Jenkins. Navigate to your job configuration or create...DiscussDevops
vikas bhaskar vooradidev-journey-with-vikas-bhaskar-vooradi.hashnode.dev·Dec 9, 2024Integrating External ShellCheck plugin with SonarQube for Shell Script Analysis via Jenkins on WindowsI'm seeking new opportunities that fit my skills and experience. If you are aware of any openings, please contact me! : vikasvooradi.developer@gmail.com Introduction SonarQube is a powerful tool for continuous code quality inspection, but the Communi...DiscussDevops
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Dec 8, 2024Conceptos básicos de bases de datos para trabajar con Oracle APEXOracle Application Express (APEX) al ser una plataforma basada en bases de datos Oracle, entender los conceptos básicos de bases de datos es fundamental para aprovechar al máximo su potencial. En este artículo, exploraremos los términos y principios ...Discuss¿Por que APEX?PL/SQL
Joost Drostjdrost.hashnode.dev·Dec 7, 2024Oracle Apex succes message after modal closeYou have a form on a modal page and after submitting the changes you want to a message to be displayed. Something like “The changes have been processed“. How can you do this? Go to the properties of the form process and enter a success message. Del...Discuss#oracle-apex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 6, 2024Oracle Fusion Theme Style for APEXThis blog provides a APEX Theme Style and instructions on how to make use of Redwood components in order to resemble Oracle Fusion. This is so that Oracle Fusion applications can be seamlessly extended with Oracle APEX. The idea was inspired by watc...Discuss·253 reads#oracle-apex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Dec 5, 2024Cambiar Entre Modo Claro y Oscuro en Oracle APEX: apex_theme.set_user_styleEn el desarrollo de aplicaciones web, ofrecer la opción de alternar entre un modo oscuro y uno claro es una característica muy valorada por los usuarios. Con Oracle APEX, puedes implementar esta funcionalidad fácilmente utilizando el paquete apex_the...Discuss·2 likes·47 readsApex