AgentStack
SKILL verified MIT Self-run

Oracle Apex Ptbr

skill-maxwbh-oracle-skills-ptbr-oracle-apex-ptbr · by Maxwbh

Oracle APEX 24.2 — desenvolvimento e dicionário de metadados. ATIVE em Dynamic Actions, Interactive Report, Interactive Grid, Classic Report, Page Process, AJAX Callback, Validations, Authorization Schemes, pagination, LOV, APEX_APPLICATION_*, APEX_APPLICATION_PAGE_*, APEX_WORKSPACE_*, APEX_APPL_*, Workflows, Tasks, AI configs, ACL, JSON Sources, APEX_ACTIVITY_LOG. Frases — "página APEX", "region…

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-maxwbh-oracle-skills-ptbr-oracle-apex-ptbr

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Oracle Apex Ptbr? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

oracle-apex-ptbr — v2.0.0

Oracle APEX 24.2 — padrões de desenvolvimento e dicionário completo de views de metadados.

Desenvolvido por: Maxwell da Silva Oliveira — M&S do Brasil LTDA

Áreas cobertas

| Área | Reference | Assets | |---|---|---| | Padrões APEX 24.2 | references/apex-patterns.md | apex_dynamic_action.sql, apex_pagination_pattern.sql, apex_pl_sql_process.sql, apex_long_running_job.sql, apex_interactive_grid.sql, apex_blob_upload_download.sql | | APEX Data Dictionary | references/apex-data-dictionary-ptbr.md | (queries embutidas no reference) |

Quando ativar

  • Qualquer menção a APEX, App Builder, página, região, item, process, validation
  • Dynamic Actions (event, true/false action, affected elements)
  • Interactive Report: pagination, colunas, filtros, APEX_APPLICATION_PAGE_IR
  • Interactive Grid: edição, save process, APEX_APPLICATION_PAGE_IG
  • Page Process e AJAX Callback (apex.server.process)
  • Authorization Scheme e Authentication Scheme
  • Paginação de reports (Row Ranges, "of Z", cache de região)
  • APEXAPPLICATION, APEXWORKSPACE, APEXAPPL*, APEXACTIVITYLOG
  • Workflows, Tasks, AI configs (24.1+), JSON Sources (24.2+)
  • APEX_BACKGROUND_PROCESS, jobs longos (> 30s)
  • BLOB upload/download via APEX (html2pdf, armazenamento)

Não usar para: PL/SQL puro sem APEX, ORDS endpoints, DBA operacional.

Princípios canônicos

  • Page Process vs Dynamic Action: lógica server-side com transação → Page Process. Reação client-side leve → Dynamic Action.
  • Pagination correta: Row Ranges X to Y of Z em IR. Classic Report: Rows X to Y.
  • Items sensíveis: Value Protected: Yes sempre em Hidden PKs.
  • Exception em process APEX: use APEX_ERROR.add_error — nunca raise_application_error direto sem handler.
  • APEX não comita: processos PL/SQL dentro de APEX não fazem COMMIT — o framework gerencia.
  • APEX_DICTIONARY: ponto de entrada para descoberta de qualquer view de metadados APEX.

Referências cruzadas

| Precisa de | Skill | |---|---| | PL/SQL dentro de processes (packages, bulk) | oracle-plsql-ptbr | | Naming e prefixos Trivadis no código | oracle-trivadis-ptbr | | Endpoints REST consumidos pelo APEX | oracle-ords-ptbr | | Sessão APEX no banco, locks | oracle-dba-ptbr | | Query lenta em report APEX | oracle-tuning-ptbr |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.