SlideShare a Scribd company logo
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s New in Oracle SQL Developer
And What’s Coming Next
1
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Not Just THAT SQLDev Guy…
• Database Development Tools team
• Product manager/story teller
• Corrupted my first database in 1999
• I bother help people online, everywhere
• Contact me for a free remote presentation for your group/company
– Jeff.d.smith@oracle.com
– @thatjeffsmith
– https://www.thatjeffsmith.com
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
SQL Developer on
• 60+ Videos
• Feature demos
• Tips & Tricks
• Short & Long Form
Copyright © 2017, Oracle and/or its affiliates. All rights reserved.
4
SQL Developer Snapshot
Time Tested
Launched in
2005
An Industry Standard
5M+ Oracle DBAs
& Developers
Always Improving
Quarterly
Releases
4
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
 PL/SQL IDE
 SQL editor
 GUI for browsing and managing database objects
 Ad Hoc reporting
 Database Design & Data Modeling
 Database Administration
 3rd Party RDBMS Migrations to Oracle
 Deploy and Administer Oracle REST Data Services
 REST Enablement of the Database
 Command Line Interface
5
SQL Developer, What Is It?
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQLcl
 Everything you like about SQL*Plus and SQL Developer
 Including:
 in-line editing
 query/script history
 custom commands
 client-side JavaScript scripting
 automatic output formatting
 built-in SSH
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web
 Oracle Database Cloud Services Console
 Instance Management
 Fully Functional Query/PLSQL Worksheet
 Schema Diagramming
 Object Create/Alter Dialogs
 Real Time SQL Monitoring
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Project Raptor
 Early Adopter on OTN
2005
1.1
 File Based PL/SQL editing
 Reports
 Ships with 11gR1
1.5.x
 Localizations - Japanese,
Spanish, Italian, German,
French, Portuguese,
Chinese, & Koreans
 Ships with 11gR2
SQLDev v1.0
 SQL Worksheet
 Procedure Editor
 The world takes notice!
1.5
 Schema Copy/Diff/Export
 Thick connections
 Versioning
 TimesTen
2.1
 Unit Testing
 Data Modeler Viewer
 Unshared SQL Worksheets
2007 201020092006
3.0
 Full Data Modeler
 View > DBA
 SQL Tuning Advisor
 Query Builder
2008 2011 2012
3.1
 New Database DIFF
 PDF Reports
 RMAN
 Data Pump
2013
3.2
 APEX Listener / ORDS
Support
 Database 12c Support
 Schema Service Support
4.0
 Java 7
 ASH/AWR/ADDM
 Color Coded Connections
 Command line Interface
4.0.3
 Optimized Code Insight
 Oracle Big Data Appliance
2014 2015 2016
4.1
 ORDS Included/Full GUI
 instance Viewer
 SQLcl
 Copy PDB to DBaaS
 Larry live demos PDB relocate @ OOW
4.2
 Real Time SQL Monitoring
 Top SQL Report
 Formatter & Other Editor Enhancements
 Easier RESTful Services Development
2017
SQLcl
 New CLI
 Modern SQL*Plus
Release History
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
2017
2017.2
 Bug Fixes
 Sharding
 Data Guard
17.3 & 17.4
 Bug Fixes
Quarterly Releases!!!
2018
Release History
18.1
 Autonomous Data Warehouse Support
 New Welcome Screen/Connections
 SQL Injection Detection
 PL/Scope SQL Statement Support
 Better Formatting
18.2/3
 PL/SQL Injection
Detection
 Cloud data Loads
 SQL Developer
Web
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
2018 Review: Welcome Page
 New Welcome Screen
 Create a connection
 Recent connections
 See/Set Your TNS
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Formatter & Right Aligned Keywords
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
CONVERT case Only
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Custom Syntax Highlighting
 Custom highlighting rules
 Calls to:
 DBMS_OUTPUT
 LOGGER
 APEX_DEBUG…
 …Automatically grayed out
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Parser Assistance
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Better PL/SQL Completion
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Safer PL/SQL: SQL Injection Detection
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Find Code Easier: SEARCH
 PL/SQL
 PL/SQL via PL/Scope
 ALL_STATEMENTS
 Views & MVs
 RESTFul Services
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
SQL Worksheet: Query Builder
 Much faster!
 Oracle/ANSI Joins
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Faster Excel Imports!
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Easier Explain Execution Plans
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Real Time SQL Monitoring: HTML Reports
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Nested Connection Folders
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Making Cloud Easier: Getting Data into your Service
 New or Existing Table: load csv from machine/OSS
 Coming in 18.3:
 Load multiple tables/files
 Data Pump on premises to ATW/P
 Coming to SQL Developer Web
 WIP Drag and Drop files directly to your schema
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
ADW/ATP: Load Data/Create Table from file in OSS
 blog post
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Drop Schema Objects, Files into a Cart for ADW/ATP Loads
Brand new for 18.3
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Data Pump On Premises to ADW/ATP
 Run Data Pump Export
 Copy files to OSS
 DMP goes to OSS
 Create the import job on ATW/P
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Redshift Migrations
 Unload schemas to S3
 Create new schema on ADW
 Move data over
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web
 Oracle Database Cloud Services Console
 Instance Management
 Fully Functional Query/PLSQL Worksheet
 Schema Diagramming
 Object Create/Alter Dialogs
 Real Time SQL Monitoring
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web – Queries in your Browser
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web – Create/Edit TABLE
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web – Real Time SQL Monitoring
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web – DBA (Instance Overview)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Oracle SQL Developer Web – Current Status
 Running now with DBaaS on OCI-C
 Available w/ATP-Dedicated launch
 Work in Progress: OCI (Soon!), ADW/ATP (Soon’ish)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
2019 Strategy
Oracle SQL Developer Web available on all DBCS offerings with most commonly used
features from the desktop.
Assist with moving your data from on-premises (Oracle & non-Oracle) to Cloud
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
 OCI Consoles to get native database monitoring features
 SQL Developer Web across all Oracle DBCS
 Extend LiquiBase to support 100% Oracle SCHEMA objects
 Integrated with SQLcl
 Enhanced SQL Developer change management screens and reports
2019 SQL Developer Plans
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
One last trick: SPOOL to ZIP
sql> set sqlformat csv
sql> spool employees.csv.zip
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Developer Day VirtualBox Image, version 18!
 SQLDev, ORDS,
SQLcl, Modeler 18.3
 APEX 18.2
 Database 18c
 Hands On Labs
 Free for educational
use!
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
The Tips in Blog/Video Format
 thatjeffsmith.com
 @thatjeffsmith
 youtube/user/thatjeffsmith
What's New in Oracle SQL Developer for 2018

More Related Content

PPTX
Oracle SQL Developer: You're Doing it Wrong!
Jeff Smith
 
PPTX
PL/SQL All the Things in Oracle SQL Developer
Jeff Smith
 
PPTX
Oracle SQL Developer: 3 Features You're Not Using But Should Be
Jeff Smith
 
PPTX
Change Management for Oracle Database with SQLcl
Jeff Smith
 
PPTX
Oracle SQLcl: Formatting your Query Results
Jeff Smith
 
PPTX
Debugging PL/SQL with Oracle SQL Developer
Jeff Smith
 
PPTX
Oracle Database 12c Feature Support in Oracle SQL Developer
Jeff Smith
 
PPTX
REST Enabling your Oracle Database (2018 Update)
Jeff Smith
 
Oracle SQL Developer: You're Doing it Wrong!
Jeff Smith
 
PL/SQL All the Things in Oracle SQL Developer
Jeff Smith
 
Oracle SQL Developer: 3 Features You're Not Using But Should Be
Jeff Smith
 
Change Management for Oracle Database with SQLcl
Jeff Smith
 
Oracle SQLcl: Formatting your Query Results
Jeff Smith
 
Debugging PL/SQL with Oracle SQL Developer
Jeff Smith
 
Oracle Database 12c Feature Support in Oracle SQL Developer
Jeff Smith
 
REST Enabling your Oracle Database (2018 Update)
Jeff Smith
 

What's hot (20)

PPTX
Debugging PL/SQL from your APEX Applications with Oracle SQL Developer
Jeff Smith
 
PPTX
Oracle SQL Developer Data Modeler - for SQL Server
Jeff Smith
 
PPTX
RESTful Services for your Oracle Autonomous Database
Jeff Smith
 
PPTX
SQLcl overview - A new Command Line Interface for Oracle Database
Jeff Smith
 
PPTX
Oracle Database Management REST API
Jeff Smith
 
PPTX
Oracle SQL Developer Reports
Jeff Smith
 
PPTX
Pennsylvania Banner User Group Webinar: Oracle SQL Developer Tips & Tricks
Jeff Smith
 
PPTX
Oracle REST Data Services: Options for your Web Services
Jeff Smith
 
PDF
Oracle SQLcl
Barry McGillin
 
PPTX
Oracle REST Data Services: POUG Edition
Jeff Smith
 
PPTX
Oracle SQL Developer Tips & Tricks
Jeff Smith
 
PPTX
Oracle REST Data Services Best Practices/ Overview
Kris Rice
 
PPTX
Oracle SQL Developer for SQL Server?
Jeff Smith
 
PPTX
Oracle SQL Developer Tips and Tricks: Data Edition
Jeff Smith
 
PPTX
REST Enabling Your Oracle Database
Jeff Smith
 
PPTX
Pimping SQL Developer and Data Modeler
Kris Rice
 
PPTX
Oracle SQL Developer for the DBA
Jeff Smith
 
PPTX
Oracle SQL Developer version 4.0 New Features Overview
Jeff Smith
 
PPTX
Oracle SQL Developer Top 10 Tips & Tricks
Jeff Smith
 
PPTX
Oracle REST Data Services
Chris Muir
 
Debugging PL/SQL from your APEX Applications with Oracle SQL Developer
Jeff Smith
 
Oracle SQL Developer Data Modeler - for SQL Server
Jeff Smith
 
RESTful Services for your Oracle Autonomous Database
Jeff Smith
 
SQLcl overview - A new Command Line Interface for Oracle Database
Jeff Smith
 
Oracle Database Management REST API
Jeff Smith
 
Oracle SQL Developer Reports
Jeff Smith
 
Pennsylvania Banner User Group Webinar: Oracle SQL Developer Tips & Tricks
Jeff Smith
 
Oracle REST Data Services: Options for your Web Services
Jeff Smith
 
Oracle SQLcl
Barry McGillin
 
Oracle REST Data Services: POUG Edition
Jeff Smith
 
Oracle SQL Developer Tips & Tricks
Jeff Smith
 
Oracle REST Data Services Best Practices/ Overview
Kris Rice
 
Oracle SQL Developer for SQL Server?
Jeff Smith
 
Oracle SQL Developer Tips and Tricks: Data Edition
Jeff Smith
 
REST Enabling Your Oracle Database
Jeff Smith
 
Pimping SQL Developer and Data Modeler
Kris Rice
 
Oracle SQL Developer for the DBA
Jeff Smith
 
Oracle SQL Developer version 4.0 New Features Overview
Jeff Smith
 
Oracle SQL Developer Top 10 Tips & Tricks
Jeff Smith
 
Oracle REST Data Services
Chris Muir
 
Ad

Similar to What's New in Oracle SQL Developer for 2018 (20)

PPTX
All of the Performance Tuning Features in Oracle SQL Developer
Jeff Smith
 
PDF
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Noel Sidebotham
 
PPTX
Oracle Database Cloud Service
Jean-Philippe PINTE
 
PDF
Session 203 iouc summit database
OUGTH Oracle User Group in Thailand
 
PPTX
A practical introduction to Oracle NoSQL Database - OOW2014
Anuj Sahni
 
PPTX
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
DataWorks Summit
 
PDF
Marcin Szałowicz - MySQL Workbench
Women in Technology Poland
 
PPTX
Oracle database 12c_and_DevOps
Maria Colgan
 
PDF
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
vasuballa
 
PDF
OOW-TBE-12c-CON7307-Sharable
Obaidur (OB) Rashid
 
PDF
NoSQL, Growing up at Oracle
DATAVERSITY
 
PDF
APEX Boston Meetup - October 1st, 2019
msewtz
 
PDF
Oracle Application Express 20.2 New Features
msewtz
 
PPTX
Database as a Service, Collaborate 2016
Kellyn Pot'Vin-Gorman
 
PPTX
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
jdijcks
 
PDF
APEX – jak vytvořit jednoduše aplikaci
MarketingArrowECS_CZ
 
PDF
Oracle ADF Architecture TV - Design - Architecting for PLSQL Integration
Chris Muir
 
PDF
Turning Relational Database Tables into Hadoop Datasources by Kuassi Mensah
Data Con LA
 
PDF
HTTP/2 Comes to Java - What Servlet 4.0 Means to You
David Delabassee
 
All of the Performance Tuning Features in Oracle SQL Developer
Jeff Smith
 
Oracle Warehouse Builder to Oracle Data Integrator 12c Migration Utility
Noel Sidebotham
 
Oracle Database Cloud Service
Jean-Philippe PINTE
 
Session 203 iouc summit database
OUGTH Oracle User Group in Thailand
 
A practical introduction to Oracle NoSQL Database - OOW2014
Anuj Sahni
 
Big Data Management System: Smart SQL Processing Across Hadoop and your Data ...
DataWorks Summit
 
Marcin Szałowicz - MySQL Workbench
Women in Technology Poland
 
Oracle database 12c_and_DevOps
Maria Colgan
 
OOW16 - Deploying Oracle E-Business Suite for On-Premises Cloud and Oracle Cl...
vasuballa
 
OOW-TBE-12c-CON7307-Sharable
Obaidur (OB) Rashid
 
NoSQL, Growing up at Oracle
DATAVERSITY
 
APEX Boston Meetup - October 1st, 2019
msewtz
 
Oracle Application Express 20.2 New Features
msewtz
 
Database as a Service, Collaborate 2016
Kellyn Pot'Vin-Gorman
 
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
jdijcks
 
APEX – jak vytvořit jednoduše aplikaci
MarketingArrowECS_CZ
 
Oracle ADF Architecture TV - Design - Architecting for PLSQL Integration
Chris Muir
 
Turning Relational Database Tables into Hadoop Datasources by Kuassi Mensah
Data Con LA
 
HTTP/2 Comes to Java - What Servlet 4.0 Means to You
David Delabassee
 
Ad

Recently uploaded (20)

DOCX
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
AVTRON Technologies LLC
 
PDF
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
PDF
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
PDF
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
 
PDF
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
C Programming Basics concept krnppt.pptx
Karan Prajapat
 
PPTX
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
AbdullahSani29
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
Top AI API Alternatives to OpenAI: A Side-by-Side Breakdown
vilush
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
AVTRON Technologies LLC
 
madgavkar20181017ppt McKinsey Presentation.pdf
georgschmitzdoerner
 
Make GenAI investments go further with the Dell AI Factory - Infographic
Principled Technologies
 
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
How Onsite IT Support Drives Business Efficiency, Security, and Growth.pdf
Captain IT
 
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
C Programming Basics concept krnppt.pptx
Karan Prajapat
 
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
AbdullahSani29
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 

What's New in Oracle SQL Developer for 2018

  • 1. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s New in Oracle SQL Developer And What’s Coming Next 1
  • 2. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Not Just THAT SQLDev Guy… • Database Development Tools team • Product manager/story teller • Corrupted my first database in 1999 • I bother help people online, everywhere • Contact me for a free remote presentation for your group/company – [email protected] – @thatjeffsmith – https://www.thatjeffsmith.com
  • 3. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | SQL Developer on • 60+ Videos • Feature demos • Tips & Tricks • Short & Long Form
  • 4. Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 4 SQL Developer Snapshot Time Tested Launched in 2005 An Industry Standard 5M+ Oracle DBAs & Developers Always Improving Quarterly Releases 4
  • 5. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |  PL/SQL IDE  SQL editor  GUI for browsing and managing database objects  Ad Hoc reporting  Database Design & Data Modeling  Database Administration  3rd Party RDBMS Migrations to Oracle  Deploy and Administer Oracle REST Data Services  REST Enablement of the Database  Command Line Interface 5 SQL Developer, What Is It?
  • 6. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQLcl  Everything you like about SQL*Plus and SQL Developer  Including:  in-line editing  query/script history  custom commands  client-side JavaScript scripting  automatic output formatting  built-in SSH
  • 7. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web  Oracle Database Cloud Services Console  Instance Management  Fully Functional Query/PLSQL Worksheet  Schema Diagramming  Object Create/Alter Dialogs  Real Time SQL Monitoring
  • 8. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Project Raptor  Early Adopter on OTN 2005 1.1  File Based PL/SQL editing  Reports  Ships with 11gR1 1.5.x  Localizations - Japanese, Spanish, Italian, German, French, Portuguese, Chinese, & Koreans  Ships with 11gR2 SQLDev v1.0  SQL Worksheet  Procedure Editor  The world takes notice! 1.5  Schema Copy/Diff/Export  Thick connections  Versioning  TimesTen 2.1  Unit Testing  Data Modeler Viewer  Unshared SQL Worksheets 2007 201020092006 3.0  Full Data Modeler  View > DBA  SQL Tuning Advisor  Query Builder 2008 2011 2012 3.1  New Database DIFF  PDF Reports  RMAN  Data Pump 2013 3.2  APEX Listener / ORDS Support  Database 12c Support  Schema Service Support 4.0  Java 7  ASH/AWR/ADDM  Color Coded Connections  Command line Interface 4.0.3  Optimized Code Insight  Oracle Big Data Appliance 2014 2015 2016 4.1  ORDS Included/Full GUI  instance Viewer  SQLcl  Copy PDB to DBaaS  Larry live demos PDB relocate @ OOW 4.2  Real Time SQL Monitoring  Top SQL Report  Formatter & Other Editor Enhancements  Easier RESTful Services Development 2017 SQLcl  New CLI  Modern SQL*Plus Release History
  • 9. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 2017 2017.2  Bug Fixes  Sharding  Data Guard 17.3 & 17.4  Bug Fixes Quarterly Releases!!! 2018 Release History 18.1  Autonomous Data Warehouse Support  New Welcome Screen/Connections  SQL Injection Detection  PL/Scope SQL Statement Support  Better Formatting 18.2/3  PL/SQL Injection Detection  Cloud data Loads  SQL Developer Web
  • 10. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 2018 Review: Welcome Page  New Welcome Screen  Create a connection  Recent connections  See/Set Your TNS
  • 11. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Formatter & Right Aligned Keywords
  • 12. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | CONVERT case Only
  • 13. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Custom Syntax Highlighting  Custom highlighting rules  Calls to:  DBMS_OUTPUT  LOGGER  APEX_DEBUG…  …Automatically grayed out
  • 14. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Parser Assistance
  • 15. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Better PL/SQL Completion
  • 16. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Safer PL/SQL: SQL Injection Detection
  • 17. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Find Code Easier: SEARCH  PL/SQL  PL/SQL via PL/Scope  ALL_STATEMENTS  Views & MVs  RESTFul Services
  • 18. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | SQL Worksheet: Query Builder  Much faster!  Oracle/ANSI Joins
  • 19. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Faster Excel Imports!
  • 20. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Easier Explain Execution Plans
  • 21. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Real Time SQL Monitoring: HTML Reports
  • 22. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Nested Connection Folders
  • 23. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Making Cloud Easier: Getting Data into your Service  New or Existing Table: load csv from machine/OSS  Coming in 18.3:  Load multiple tables/files  Data Pump on premises to ATW/P  Coming to SQL Developer Web  WIP Drag and Drop files directly to your schema
  • 24. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | ADW/ATP: Load Data/Create Table from file in OSS  blog post
  • 25. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Drop Schema Objects, Files into a Cart for ADW/ATP Loads Brand new for 18.3
  • 26. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
  • 27. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
  • 28. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
  • 29. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Data Pump On Premises to ADW/ATP  Run Data Pump Export  Copy files to OSS  DMP goes to OSS  Create the import job on ATW/P
  • 30. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Redshift Migrations  Unload schemas to S3  Create new schema on ADW  Move data over
  • 31. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web  Oracle Database Cloud Services Console  Instance Management  Fully Functional Query/PLSQL Worksheet  Schema Diagramming  Object Create/Alter Dialogs  Real Time SQL Monitoring
  • 32. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web – Queries in your Browser
  • 33. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web – Create/Edit TABLE
  • 34. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web – Real Time SQL Monitoring
  • 35. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web – DBA (Instance Overview)
  • 36. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | Oracle SQL Developer Web – Current Status  Running now with DBaaS on OCI-C  Available w/ATP-Dedicated launch  Work in Progress: OCI (Soon!), ADW/ATP (Soon’ish)
  • 37. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
  • 38. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 2019 Strategy Oracle SQL Developer Web available on all DBCS offerings with most commonly used features from the desktop. Assist with moving your data from on-premises (Oracle & non-Oracle) to Cloud
  • 39. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |  OCI Consoles to get native database monitoring features  SQL Developer Web across all Oracle DBCS  Extend LiquiBase to support 100% Oracle SCHEMA objects  Integrated with SQLcl  Enhanced SQL Developer change management screens and reports 2019 SQL Developer Plans
  • 40. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | One last trick: SPOOL to ZIP sql> set sqlformat csv sql> spool employees.csv.zip
  • 41. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Developer Day VirtualBox Image, version 18!  SQLDev, ORDS, SQLcl, Modeler 18.3  APEX 18.2  Database 18c  Hands On Labs  Free for educational use!
  • 42. Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | The Tips in Blog/Video Format  thatjeffsmith.com  @thatjeffsmith  youtube/user/thatjeffsmith