SQLcl (@oraclesqlcl) 's Twitter Profile
SQLcl

@oraclesqlcl

From the makers of Oracle SQL Developer, your new Oracle Database command line interface. Click the Website link for instant download of latest version.

ID: 721050746406506496

linkhttps://download.oracle.com/otn_software/java/sqldeveloper/sqlcl-latest.zip calendar_today15-04-2016 19:01:09

846 Tweet

5,5K Followers

144 Following

SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Animated GIF demo time! syntax highlighting, statusbar, tab completion, sql history, inline editing, parser feedback (invalid SQL), sqlformat #oracle #database #sql #cli

SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Need the DDL for a table, or maybe just the SQL under a VIEW? Use the DDL command! Want to 'shape' the generated code? Use SET DDL #oracle #developer #sql

Need the DDL for a table, or maybe just the SQL under a VIEW?

Use the DDL command!

Want to 'shape' the generated code? Use SET DDL 
 #oracle #developer #sql
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Today's tip comes from one of our favorite Oracle ACE Program members, Erik van Roon ! It's actually a series of posts showing how to build your own commands in SQLcl evrocs.nl/when-great-jus… Read, subscribe, and follow!

Today's tip comes from one of our favorite <a href="/oracleace/">Oracle ACE Program</a> members, <a href="/evrocs_nl/">Erik van Roon</a> !

It's actually a series of posts showing how to build your own commands in SQLcl

 evrocs.nl/when-great-jus…

Read, subscribe, and follow!
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Did you know we had a SQL and PL/SQL Formatter built into the command-line for Oracle Database? Simply use the 'FORMAT' command to either format the code in your buffer or in a file. Here's a quick demonstration! #oracle #sql #database #pretty #code #developers

SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Need a single SQL file to both create and populate a table? A combination of SPOOL, DDL, and SELECT /*insert*/ should do the job! #oracle #database #sql

Need a single SQL file to both create and populate a table? A combination of SPOOL, DDL, and SELECT /*insert*/ should do the job! 

#oracle #database #sql
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Installing the Sales History (SH) sample schema is now even easier! Our pm SQL.ProductManager.Oracle.Databases shows how here Blog: social.ora.cl/6016OAinr Kudos to Gerald Venzl 🚀 and team on our sample data modernization project! #oracle #sql #database #data #developers

Installing the Sales History (SH) sample schema is now even easier! Our pm <a href="/thatjeffsmith/">SQL.ProductManager.Oracle.Databases</a> shows how here

Blog: social.ora.cl/6016OAinr

Kudos to <a href="/GeraldVenzl/">Gerald Venzl 🚀</a> and team on our sample data modernization project! 

#oracle #sql #database #data #developers
Gerald Venzl 🚀 (@geraldvenzl) 's Twitter Profile Photo

Never having to worry about whether you are on the latest version of SQLcl anymore - loving it! You can get the script here: github.com/gvenzl/oracle-…

Never having to worry about whether you are on the latest version of <a href="/oraclesqlcl/">SQLcl</a> anymore - loving it!

You can get the script here: github.com/gvenzl/oracle-…
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Don't miss our event, tomorrow! social.ora.cl/6011PpdWv Learn all about how to get a handle on versioning your database schemas and code using SQLcl with our built-in and enhanced Liquibase support! #oracle #cicd #database #developers

SQL.ProductManager.Oracle.Databases (@thatjeffsmith) 's Twitter Profile Photo

New post! These are things I tweak/configure when putting down a fresh copy of SQLcl thatjeffsmith.com/archive/2023/0… #oracle #database #developers #sql

SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Missed our LiveLab webinar with Zachary Talke ? No worries, we recorded it! social.ora.cl/6011Pw2FU See the video description for links to the LiveLab and an open Slack Channel where you can interact with others learning how to version your schemas & our dev team!

SQLcl (@oraclesqlcl) 's Twitter Profile Photo

So much SQLcl content at Cloud World 2023, don't miss it! LiveLabs, talks, and theater presentations - come meet our dev and product teams, and say hello! Our PM Jeff Smith has put together a list of all of our Database Tools talks for your convenience social.ora.cl/6012PQVpp

SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Make sure to join us next week at CloudWorld 2023 as SQLcl product manager Zachary Talke takes you through the ins and outs of SQLcl & teaches you Liquibase for managing your Oracle DB App installs and upgrades Talk: social.ora.cl/6012P45MQ Lab: social.ora.cl/6013P45Mv

Make sure to join us next week at CloudWorld 2023 as SQLcl product manager <a href="/talke_tech/">Zachary Talke</a> takes you through the ins and outs of SQLcl &amp; teaches you Liquibase for managing your Oracle DB App installs and upgrades
 
 Talk: social.ora.cl/6012P45MQ

 Lab: social.ora.cl/6013P45Mv
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

We have a new 30minutes hands-on LiveLab tutorial for getting started in your CI/CD journey with Oracle APEX and your app schemas data, programs, and ORDS - GET PUT POST DELETE your Oracle Database REST APIs! social.ora.cl/6017ugKD7

We have a new 30minutes hands-on LiveLab tutorial for getting started in your CI/CD journey with <a href="/OracleAPEX/">Oracle APEX</a> and your app schemas data, programs, and <a href="/OracleREST/">ORDS - GET PUT POST DELETE your Oracle Database</a> REST APIs!

social.ora.cl/6017ugKD7
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Need to create a DDL and Data script for a table? It's as simple as using SPOOL, DDL, and /*INSERT*/ commands! You can also 'shape' the DDL using the various SET DDL commands such as SET DDL SCHEMA OFF SET DDL TABLESPACE OFF

Need to create a DDL and Data script for a table? It's as simple as using SPOOL, DDL, and /*INSERT*/ commands! 

You can also 'shape' the DDL using the various SET DDL commands such as 
  SET DDL SCHEMA OFF
  SET DDL TABLESPACE OFF
SQLcl (@oraclesqlcl) 's Twitter Profile Photo

Need to quickly load some data to a new or existing table? Take a look at the LOAD command! Use the 'set load format' command to configure how your data is interpreted/mapped to your table.

Need to quickly load some data to a new or existing table? Take a look at the LOAD command!

Use the 'set load format' command to configure how your data is interpreted/mapped to your table.