agentsclimarketplace

Oracle apex ptbr

Skill Maxwbh/oracle-skills-ptbr/skills/oracle-apex-ptbr

Skill PT-BR para Claude com padrões Trivadis 4.4 — desenvolvimento Oracle (PL/SQL, APEX, ORDS, DBA, Tuning, Trivadis, DevOps)

Install
npx -y skills add Maxwbh/oracle-skills-ptbr --skill oracle-apex-ptbr

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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 IR", "IG editável", "process no submit", "qual view APEX usar", "auditar paginação APEX". NAO ATIVE em PL/SQL puro, ORDS endpoints, DBA operacional. Para naming use oracle-trivadis-ptbr. Templates em assets/.

SKILL.md

4.2 KB, as published. Nobody here has run it

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

ÁreaReferenceAssets
Padrões APEX 24.2references/apex-patterns.mdapex_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 Dictionaryreferences/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)
  • APEX_APPLICATION_, APEX_WORKSPACE_, APEX_APPL_*, APEX_ACTIVITY_LOG
  • 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 deSkill
PL/SQL dentro de processes (packages, bulk)oracle-plsql-ptbr
Naming e prefixos Trivadis no códigooracle-trivadis-ptbr
Endpoints REST consumidos pelo APEXoracle-ords-ptbr
Sessão APEX no banco, locksoracle-dba-ptbr
Query lenta em report APEXoracle-tuning-ptbr

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.