RGRafal Grzegorczykinrafal.hashnode.dev·2d ago · 3 min readSQLcl has built-in code snippets (ALIAS command). Because you can't remember everything, right?How many times a day do you re-type the exact same SQL queries? Whether it is checking system time, finding out which employees earn way too much, or running a complex query to check active database s00
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·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
AKAdrian Kurinmilesofcode.hashnode.dev·Jul 13 · 6 min readOne Repo, Many Schemas: Making SQLcl Aware of Where You AreA single repository can easily contain several independently deployed Oracle schemas. That structure works well for version control and CI/CD, but it introduces a small, persistent developer-experienc00
RGRafal Grzegorczykinrafal.hashnode.dev·Jun 24 · 4 min readHow to securely connect MCP to the database (using Oracle DB 26AI and SQLcl) ?What should we do to be sure of what AI can do using the SQLcl MCP server and what data is accessible to it? Are there any extra security precautions we could take in case AI go crazy? That's exactly 00
RGRafal Grzegorczykinrafal.hashnode.dev·Jun 24 · 4 min readCustomise SQLcl using an auto-run script on each connection. Set it and forget it! In one of my latest blog posts about customising SQLcl, I promised to show how to set it up once and forever. What can we do instead of typing those commands each time? SQLcl allows you to set a s00
RGRafal Grzegorczykinrafal.hashnode.dev·Jun 23 · 2 min readHow to quickly add SQLcl MCP Server to Visual Studio Code?In this short guide, I’ll show you how to quickly add an SQLcl-based MCP server in Visual Studio Code so you can start “talking” with your Oracle Database using AI. No complex setup, no huge framework00
TKTomas Kucharzykinkuchatom.hashnode.dev·Jun 16 · 4 min readExport and Import VS Code Connections with Oracle SQLcl 26.1Because the Oracle SQL Developer Extension for VSCode is something like an industry standard right now, sooner or later you will have to export your connections, so you can pass it to your teammate. U00
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 15 · 2 min readClaude Desktop & SQLcl MCP serverWhen setting up SQLcl MCP server with Claude desktop, the official Oracle instructions give a basic guide. basically they are saying you need to open the claude_desktop_config.json file in a text edit00