Version 23.1.1 is now available for download with several critical bug fixes, including an updated Java 11 Home for Windows and Macs.
social.ora.cl/6016RJNsE
Happy Holidays from the Database Tools team!
As an early present, please find versions 19.4 of SQL Developer, ORDS, SQLcl, & Data Modeler available for download.
@OracleREST 19.4 now also includes SQL Developer Web!
Today's tip: Keyboard Shortcuts - Know Them!
Or, you can change them to fit your preferences!
Here's what you need to know for Windows and OS X
#oracle#sqldev#shortcuts
SQLDev Tip: Dragging and dropping query results to build IN () lists.
One of the little things you should know to save you LOTS of time and frustrating, repetitive keystrokes.
#oracle#sql#database
Did you know? SQL Developer can not only generate DDL for any of your database objects, but it also includes a fully functional data modeling tool, which can also generate DDL!
#oracle#developer#database
Our @OracleSQLDev extension for @code has a new update available, version 23.4.1!
social.ora.cl/6013ncUrz
Many of the bug fixes are based on your feedback, thanks and enjoy!
I’m SO excited to announce I’ve been invited to return back to @oracle next Summer 2023!!!
I can’t even put to words how excited I am!! To have the opportunity to return back to my amazing team, the Database Tools team, is just incredible 🥰🥰 IM SO HAPPY
Version 18.3 of SQL Developer and also Data Modeler are available for download.
Improvements include:
+ Offline RTSM HTML reports
+ Connection Folders
+ Cart to Cloud
+ Many, many bug fixes
Catch up on 18.x new features here oracle.com/technetwork/devel…
Sometimes a human needs to process data via {json} - in which case, the json-formatted output in v19.1 of SQL Developer and @oraclesqlcl might help!
#oracle#data#sqldev#json
One of @thatjeffsmith's tips and tricks from @oracleopenworld
this week:
Take a few minutes to set your Data Export options to what you use most frequently - save yourself a TON of clicks.
50,000 views and counting! See in 3 minutes how to format your query results to CSV (or json, xml, insert statements, etc)
piped.video/watch?v=5pA4EhFY…#oracle#csv
Today's Tip: We can find a SQLID for your SQL statement, and its plans.
This can be much more accurate and useful than a simple Explain Plan
#oracle#sqldev#sql#tune
Introduced in version 18.1, you can now quickly connect your recently used database connections, without ever going to the Connection Tree. #Oracle#Database#GUI
Just added @SQLMaria's video on how to connect SQL Developer to our new Autonomous Transaction Processing Cloud Service to our SQLDev Playlist. 31 videos and counting!
piped.video/watch?v=RGPTMEPh…
Did you know you can create and run SQL queries in your web browser? :) it only takes 6 steps to set up!
@Oracle has a free web version of their Oracle Database, that includes a web version of SQL Developer. Take a look ⤵️
Tip: Spent a few minutes creating some SQL Editor Templates.
Then reuse those going forward. This is key to saving time in your editors, & avoiding mistakes in your code.
#oracle#sqldev#ide@thatjeffsmith shows how to use this with DBMS_XPLAN here thatjeffsmith.com/archive/20…
"Oracle has done a fantastic job of providing developer-friendly tools. SQL Developer is a top-notch product that is completely free for developers. It allows people to easily and clearly query and update data… great for in-house development."
Tip: We've taken many of the features in our desktop IDE and applied them to our Web interfaces.
Here you have drag-and-drop support for executing PL/SQL in the Worksheet
#oracle#plsql#CodeNewbies
You can use the Create Like, DBA - Security - Users feature to generate a complete script to re-create your user with all privs/roles/object grants. #database#security#gui