Explore >> Select a destination


You are here

sqlmaria.com
| | blog.sqlora.com
10.3 parsecs away

Travel
| | One of the most mentioned use cases for table SQL macros is the implementation, which works like a parameterized view. My first post on this is from 2020 and it...
| | parvu.org
15.3 parsecs away

Travel
| | To identify unused PL/SQL code in an Oracle database, several methods are recommended. Strategies include auditing PL/SQL execution, using DBA_DEPENDENCIES views to track dependencies, and analyzing execution data through DBMS_PROFILER. A process for safely removing unused code should be established, including renaming suspected units and ensuring backups before deletion.
| | www.bobbydurrettdba.com
13.1 parsecs away

Travel
| | We have been discussing query tuning at work and I've come back to an example of the Oracle optimizer choosing the wrong plan due to an error in its calculation of the number of rows returned...
| | www.altexsoft.com
97.3 parsecs away

Travel
| MLOps or Machine Learning Operations is a framework that addresses the complexities of deploying and updating AI products at scale. Let's check how it works.