Skip to content

Instantly share code, notes, and snippets.

View lcaldara-oracle's full-sized avatar

Ludovico Caldara lcaldara-oracle

View GitHub Profile
@pewu78
pewu78 / statusbar.sql
Last active June 21, 2023 07:31
SQLcl script - set sql prompt and add container name and session id to status bar
set scan off
set define off
script
// SQLCLs Command Registry
var CommandRegistry = Java.type("oracle.dbtools.raptor.newscriptrunner.CommandRegistry");
// CommandListener for creating any new command
var CommandListener = Java.type("oracle.dbtools.raptor.newscriptrunner.CommandListener")