What you need to know about licensing for Oracle SQL Developer and the Oracle JDK – hint: you’re covered!
What you need to know about licensing for Oracle SQL Developer and the Oracle JDK – hint: you’re covered!
An overview of Real Time SQL Monitoring improvements for Oracle SQL Developer version 19.1
You can now define if your Oracle connections are THICK or THIN in version 19.1 of Oracle SQL Developer.
My wife and I are celebrating 20 years married (to each other!!!) , and I will not be here answering questions or posting new content for the next two weeks. However, there is a LOT scheduled to happen in the database tools world while I’m out. So be sure to follow @krisrice for news and updates. Oh, and if you like to torture yourself by watching others having fun, you can find me pretty easily…
How to find the degree of parallelism for your queries in Oracle SQL Developer.
Your response for a GET on a collection vs collection item vary greatly, especially when what you’re asking for in ORDS does not exist.
How to make your PL/SQL functions available via HTTP using Oracle REST Data Services.
Sometimes you need to write some SQL to interact with your RESTful Service request bodies – here’s an example of going from nested JSON to a new record in a table using the JSON_TABLE function.
Oracle SQL Developer can help you with your PL/SQL calls, including the procedure or function argument assignments.
I have a PL/SQL block of code – I wonder where most of the time is being spent to execute it? Well guess what? The PL/SQL team has given us an interface to answer this exact question. The PL/SQL Hierarchical Profiler does 3 things of note: Reports the dynamic execution profile of your PL/SQL program, organized by subprogram callsAccounts for SQL and PL/SQL execution times separatelyMakes me feel like an idiot whenever I try to…