MMMatt Mulvaneyinmattmulvaney.hashnode.dev·5d ago · 2 min readAPEXLang + Windows? Add this one Git settingExcited to play around with APEXLang or SQLcl Project? What are you going to do? Vibe Code some APEXLang Export / Import APEX apps Project Export your schema Sounds fun right? By the experiences 00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·5d ago · 2 min readSYS.VALIDATE_APEX : Fix-all for Upgrade issues Upgraded something? - don't let let issue find you first, just run the following as SYS after switching to your PDB -- CONN / AS SYSDBA -- ALTER SESSION SET CONTAINER=FREEPDB1; begin sys.validate_00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jul 17 · 8 min readEnhancing SQLcl Terminal in VSCodeIf you use the SQL Developer for VS Code extension, it will install the latest version of SQLcl in VS Code. Sounds great... right!? Actually, no, not great. Why? For three reasons SQLcl starts in00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jun 16 · 3 min readOracle APEX Shared Components Menu Button If you have an idea how to make Oracle APEX better - then you should submit your idea here https://apex.oracle.com/ideas The team regularly meet to discuss the ideas and your idea could become part of00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jun 15 · 3 min readClaude Code & SQLcl MCP serverFirst follow this guide to set up your working Claude Desktop & SQLcl MCP server. You at least need to get to this screen showing sqlcl running as an MCP server Claude Desktop and Claude Code do not00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jun 1 · 6 min readAPEX 26.1 Upgrade Strategy and Infrastructure RequirementsWhen installing or upgrading APEX it's normally a tried and trusted process. However with the release of APEX 26.1, there are a few things to bear in mind regarding the upgrade procedure. Database R00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jun 1 · 7 min readRESTful Services AuthorizationWelcome, in this blog, we are going to talk about Basics of securing RESTful Services Protecting RESTful Services Using Client to access protected RESTful Services Basics again - but written in a 00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Jun 1 · 3 min readAPEX 26.1 Understanding the Metric Card AttributesThe Metric Card is new? Is it good? Yes its good. Why? its Native, its easy to configure. The attributes make sense even with the niggles - read on to see what I mean. How is this attribute used? Whic00
MMMatt Mulvaneyinmattmulvaney.hashnode.dev·Apr 13 · 4 min readUsing IIFEs within Oracle APEX Dynamic Action JavaScript Expressions Introduction I have a simple page. A Static Region and an Interactive Grid Region. There are three items on the page of three different types. I also have this Page Load Dynamic Action which adds a 00
JDJon Dixoninblog.cloudnueva.com·Apr 2 · 13 min readAI SKILLS as a Thin Layer Over MCP ToolsIntroduction I have been experimenting with using AI Skills as a thin layer on top of MCP-backed tools, and I think this pattern is more useful than it first appears. At a technical level, MCP gives t91N