Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·8 hours agoFind an APEX Component ID in all Oracle APEX Dictionary ViewsOK Pretty niche, but if you ever want to find which columns in which views an APEX Component ID resides in, here’s a brute force approach for you: DECLARE l_id NUMBER := 7128208610686091; -- Change to your component ID l_sql VARCHAR2(4000); ...1 like·37 readsorclapex
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Feb 9, 2025Manejo de Errores y Mejora de UX en Oracle APEX con apex.eventIntroducción Una buena experiencia de usuario (UX) no solo mejora la usabilidad de una aplicación, sino que también previene errores y reduce frustraciones. En Oracle APEX, la API apex.event nos permite gestionar eventos de manera eficiente para evit...Apex
Facundo Ezequiel Grandedbadetrinchera.com·Feb 7, 2025Cómo comprimir índices y... que sea sustentable en el tiempoEl parámetro DB_INDEX_COMPRESSION_INHERITANCE con sus posibles valores (TABLESPACE | TABLE | ALL | NONE) indica si el índice debe heredar la compresión del tablespace, de la tabla o de ningún lugar. Por omisión el valor es NONE, por ende no hereda lo...Oracle
David Sanzdbaenlasombra.com·Feb 6, 2025[OGG] OGG-01431 OGG-01151 OGG-01296 Error mapping from {0} to {1}Mientras configuraba GoldenGate recientemente para sincronizar dos entornos hasta el día del cutover, me encontré con el siguiente error: 2025-02-04 15:49:09 WARNING OGG-01431 Aborted grouped transaction on XXXX.XXXX.XXX, Mapping error. 2025-02-04 ...2 likes·34 readsOCIreplicat
Gerlyn Mgetintokube.com·Feb 5, 2025How to Migrate an RDS Database to Another AWS Account💡Migrating an Amazon RDS (Relational Database Service) instance from one AWS account to another is a bit different from migrating an EC2 instance. Unlike EC2, RDS is a managed service, and you can't directly "Create AMI and give permission to destinat...11 likesHow to - AWSrds-migration
Facundo Ezequiel Grandedbadetrinchera.com·Feb 5, 2025Como migrar una base on-premise a AWS (RDS oracle) mediante un export/importRealizar un export de la base on-premise. El o los archivos resultantes (dmp) subirlos al storage S3 de amazon. Esto se puede realizar desde la consola de AWS. Transferir el o los archivos dmps hacia el servidor de base de datos utilizando el proce...migracion
Dominik Grabińskidgrabinski.hashnode.dev·Feb 5, 2025Part 1: Good and bad practices at APEX! Analysis and PoCPart 1: analysis Part 2: development Part 3: release to production and beyond First things first: Analysis Is APEX suitable? Is Oracle APEX a Good Choice? When deciding on a platform, it’s essential to evaluate if Oracle APEX fits your application’s...76 readsOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Feb 3, 2025Using AI to generate Oracle APEX Theme Roller Styles v.2I’ve previously blogged on this subject, however I found that as new versions of the Universal Theme appeared, it meant that that approach no longer worked. Here is an approach that is hopefully future proof. It works on APEX 24.2 at least. Obtain a ...2 likes·478 readsorclapex
Anton Nielsenapexdebug.com·Jan 31, 2025Mark This DownYou may have heard me say it before, but I like writing documentation. That includes both help text within an application and the comments describing how to use APIs. I don’t, however, like writing documentation that never gets read. Or worse still, ...1 like·205 readsOracle
Spheron NetworkforSpheron's Blogblog.spheron.network·Jan 31, 2025Top 6 AI Agents That Will Shape the Future in 2025As 2025 comes, artificial intelligence (AI) is becoming more powerful, intuitive, and indispensable. AI agents are no longer just digital assistants—they become smart decision-makers, problem solvers, and creative collaborators. These advanced system...32 readsTop