A quick but important update for working with your database tools in Oracle Autonomous Database in the Oracle Cloud.
Everything you need to get debugging your PL/SQL using Oracle SQL Developer in your Oracle Autonomous Database…plus a GIF!
Some examples for sorting the results of your JSON Document Store Query By Examples using Oracle SQL Developer Web.
Got this question today and realized I didn’t really have a specific blog post that shows how to do that, so here we go! First things first, we need to go back and talk about the logical vs relational vs physical models again in SQL Developer Data Modeler. Logical Model – entities and attributes. We’re describing our data and how things are related. There are no tables yet. ERDs come from here. Relational Model -…
Taking an Oracle Database class or course? Need to get up and going on Oracle Database really fast, and really easily? Here’s my advice!
A quick look at loading data using DBMS_CLOUD and tracking what you’ve done with USER_LOAD_OPERATIONS.
What are the perfect set of formatting rules for your Oracle SQL and PL/SQL? The debate rages on, but here’s a look at the Trivadis group and their code standards.
Quickly filter and browse the contents of your tables and views using the object viewers in Oracle SQL Developer Web (version 20.4).
A tour of the updated JSON workshop in Oracle SQL Developer Web when working with your JSON Dcoument Stores in Oracle Database.
Oracle SQL Developer Web via ORDS 20.4 now supports working with your REST Enabled objects in your Oracle Database.
Using the SODA for REST API to translate an Oracle JSON Document Store query by example (QBE) to Oracle SQL.
Using our TYPE III JDBC driver to connect to Oracle Autonomous Database via HTTPS and ORDS instead of SQLNet.