You are here |
sqlmaria.com | ||
| | | |
blog.sqlora.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |