DEV Community

Javier Arley Sanchez Ledesma
Javier Arley Sanchez Ledesma

Posted on

Compatibilidad entre Apex y Base de datos Oracle

Compatibilidad entre Oracle APEX y la Base de Datos Oracle

Este cuadro muestra las versiones de Oracle APEX y su compatibilidad con las versiones de Oracle Database.

Versión de Oracle APEX Versión mínima de Oracle Database Versión recomendada de Oracle Database
APEX 23.2 19c 19c, 21c
APEX 23.1 18c 19c, 21c
APEX 22.2 12.1.0.2 19c
APEX 21.2 11.2.0.4 18c, 19c
APEX 20.2 11.2.0.4 18c, 19c
APEX 19.2 11.2.0.4 18c, 19c
APEX 18.2 11.2.0.4 12.2, 18c
APEX 5.1 11.1.0.7 11.2.0.4, 12c
APEX 4.2 10.2.0.3 11.2.0.4

Notas:

  • Oracle APEX 23.x es totalmente compatible con bases de datos Oracle 19c y 21c.
  • Para APEX 21.2 y anteriores, es recomendable actualizar a una versión más reciente para obtener soporte y nuevas funcionalidades.
  • APEX puede ejecutarse en Oracle Autonomous Database, Oracle Cloud y entornos On-Premises.

Referencias:

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

DEV shines when you're signed in, unlocking a customized experience with features like dark mode!

Okay