#sqlcl
My first blog post in years: An Overview of the Oracle SQLcl Projects Development Process danmcghan.hashnode.dev/an-overview-...

#orclAPEX
An Overview of the Oracle SQLcl Projects Development Process
SQLcl Projects is a new feature of SQLcl that aims to standardize and streamline the development lifecycle of Oracle Database applications. This post provides a high level overview of what the develop...
danmcghan.hashnode.dev
December 20, 2024 at 5:38 PM
Previously on @thatjeffsmith... How to compare two Oracle Database schemas with SQLcl
How to compare two Oracle Database schemas with SQLcl
Previously on @thatjeffsmith... How to compare two Oracle Database schemas with SQLcl
www.thatjeffsmith.com
September 25, 2026 at 12:38 PM
Using SQLcl Projects

Learn how you can get started with SQLcl Projects to help automate and mange your application development lifecycle.

spendolini.blog/using-sqlcl-...

#orclapex
Exploring SQLcl Projects
SQLcl Projects streamline database deployment with Liquibase, simplifying change management, code automation, and CI/CD integration
spendolini.blog
September 1, 2025 at 2:23 PM
Ready to upgrade your SQLcl while working on SQLcl Projects? Timing and a structured approach are key to a smooth transition. Here's how to do it right. danmcghan.hashnode.dev/upgrading-sq...

#orclAPEX #cicd
Upgrading SQLcl When Using SQLcl Projects
Keeping your development tools up to date is essential for smooth collaboration and to take advantage of the latest features and fixes. When working with SQLcl Projects, upgrading SQLcl requires a str...
danmcghan.hashnode.dev
February 14, 2025 at 10:02 PM
Establishing a complete CI/CD pipeline for Oracle Database and APEX applications using SQLcl Projects, Jenkins, OCI and GitLab CI.

#SQLcl_Projects
#SQLcl
#orclAPEX #LowCode
#oracle #oraclecloud #oracletechsession

link.medium.com/cKkgpUWHyPb
link.medium.com
December 23, 2024 at 9:57 AM
SQLcl 24.4.3 was released today and fixes the APEX export bug. Thanks for the heads up, Roel.

#sqlcl #orclapex
March 12, 2025 at 8:07 PM
A summary of the key commands for SQLcl project #poug2025
September 6, 2025 at 7:43 AM
Please read my latest post, where I explore how the Oracle SQLcl MCP Server can help you build higher-quality APEX Apps more quickly. #orclAPEX #mcp #sqlcl
blog.cloudnueva.com/oracle-sqlcl...
Oracle SQLcl MCP Server Setup and Usage
Deep dive into how the Oracle SQLcl MCP Server and your preferred development tool can help you build higher-quality software more quickly.
blog.cloudnueva.com
October 15, 2025 at 1:35 PM
Burning tokens for useful toys continues.

I enjoy using SQLcl but if you (like me) use oradebug for testing, investigating and mostly fun, you will be forced to use SQL*Plus.

So I instrumented Codex to create a plugin for SQLcl to call upidbg, kpusvcrh and kpusvc2hst :)

github.com/ora600pl/soda
September 23, 2026 at 2:27 PM
Best fix/feature in #Oracle SQLcl 25.1.0 : When you change the contents of a file (e.g. a package body), "project stage" will automatically reformat the code and update the hash. No need to export it from the database again!

#sqlcl #cicd #orclapex
April 15, 2025 at 2:07 PM
New blog post:
✅ What is the #SQLcl #MCP server
✅ How does it work under the hood
✅ Security concerns
✅ Tools vs. MCP
hartenfeller.dev/blog/demysti...

#oracle #orclAPEX
Demystifying the SQLcl MCP Server
A deep dive into Oracle's SQLcl MCP Server: understanding its capabilities, testing its tools, and examining the security implications for database access through AI.
hartenfeller.dev
July 17, 2025 at 11:32 AM
Scripting in SQLcl with @evrocs.bsky.social and many cats at #itougtd2025
May 22, 2025 at 2:02 PM
Best Christmas 2025 present ever! 🙌

The new #SQLcl release brings a tiny but mighty new feature! Goodbye pesky little line numbers! 🧹

A shoutout to the SQLcl Dev team to get this in! 👍
Tiny but mighty new SQLcl feature
Last week, a new version of SQLcl was released, SQLcl 25.4. The release contains a lot of cool new features, but there is one tiny one in it that came thanks to yours truly. Of course, I can only take credit for filing an enhancement request, tracking down the Dev manager, and pestering him until he kindly agreed. And truthfully, it didn't really involve pestering.
www.geraldonit.com
December 23, 2025 at 2:01 PM
🎙️ DOAG DevTalk:
Am 30.04. um 17:00 Uhr geht’s weiter mit unserem nächsten #DevTalk.
Dieses Mal im Fokus:
CI/CD mit SQLcl Projects und die Integration von #Liquibase in SQLcl mit
@oliverlemm.bsky.social und @p-regenberg.bsky.social

Kostenlos dabei sein: tinyurl.com/4cjnj37n

#DOAGdevs #SQLcl
April 27, 2026 at 7:20 AM
The Quick Start guide for SQLcl Projects was recently overhauled by @martindsouza
😍: docs.oracle.com/en/database/...

Use this guide to kick the tires and see how SQLcl Projects can help with CI/CD on your Oracle Database and #orclAPEX apps!
User's Guide
docs.oracle.com
December 12, 2024 at 1:37 PM
💡Did you know -

You can 'just hit the tab key' to get help with
object and column names
SQL keywords
SQLcl commands, parameters, and values
Filenames for @ scripts

Oracle SQLcl, your modern CLI for Oracle Database

oracle.com/sqlcl
November 6, 2024 at 6:15 PM
It was just today that I realized any connections saved in SQL Developer for VS Code are also available in SQLcl 🪄
December 20, 2024 at 7:25 PM
New #orclapex skills released. Mostly small changes & enhancements to the recently added template components.

Release notes here: html-preview.github.io?url=https://...

Simply issue "skills sync" from sqlcl to refresh.
Git-Forge HTML Preview
html-preview.github.io
September 22, 2026 at 11:46 AM
Previously on @thatjeffsmith... Example: Loading Chicago Crime Data (CSV) with SQLcl
Example: Loading Chicago Crime Data (CSV) with SQLcl
Previously on @thatjeffsmith... Example: Loading Chicago Crime Data (CSV) with SQLcl
www.thatjeffsmith.com
September 22, 2026 at 8:39 PM
Oracle SQLcl project is a tool for managing deployments of database objects and APEX apps

Rafal Grzegorczyk showing us how to use it to move changes from dev->test->prod

#poug2025
September 6, 2025 at 7:37 AM
📝 How to be able to run JavaScript extensions for #SQLcl on macOS using #GraalVM: hartenfeller.dev/blog/sqlcl-j...
SQLcl with JavaScript on macOS using GraalVM
Getting JavaScript working in SQLcl in 2025 is not straightforward. Here is how I did it on macOS using GraalVM.
hartenfeller.dev
January 7, 2025 at 3:38 PM
While the download page of SQLcl still mentions 24.4.4 ... when you click the "latest version link" you'll get version 25.1.0!

And this version has some important improvements for the "project" feature ;-)

#sqlcl #orclapex
April 15, 2025 at 12:19 PM
SQLcl v25.1.1 is now available on www.oracle.com/database/sql... which resolves (at least) one very important bug when you’re working with “project” and APEX.
#orclapex #sqlcl #project
www.oracle.com
April 25, 2025 at 1:38 PM
A must-read about CI/CD in the database and the new Project feature of SQLcl💡
#sqlcl #Project #cicd
December 20, 2024 at 8:09 PM