Blog Post: Oracle Multitenant Application Containers – Part IX (Move...
Introduction In my previous article , I discussed the use of proxy PDBs with application containers to load balance an application across CDBs by relocating application PDB‘s). In this article, I will...
View ArticleBlog Post: Oracle Coding Best Practices: Good Coding Practices – Part 9
Hi, This article will focus on a series of good coding tips and coding styles that I have used through the years. These tips will help your code be more consistent and allow others to make changes more...
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #9 - Code Review
Read my tips on Toad Code Analysis (Please visit the site to view this video).
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #10 - ER Diagrammer
Here's an easy way to see the relationships of your objects. (Please visit the site to view this video)
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #11 - Code Review
This tool is great for novices, and for quickly learning the syntax for something new. (Please visit the site to view this video)
View ArticleBlog Post: Video: 'Dan's Dozen' Quick Toad Tips - Tip #12 - Master/Detail...
I like the Master/Detail Browser because it shows me related rows in related tables. (Please visit the site to view this video) This wraps up my 'Dan's Dozen' Quick Toad Tips. I hope you find them useful.
View ArticleBlog Post: Toad Edge for PostgreSQL Technical Preview
The Toad team is excited to announce that we have a new preview edition of Toad Edge -- Toad Edge TM for PostgreSQL. Frequently, in conversations with customers, we find they are planning to, or...
View ArticleComment on Oracle12.2 Partitioning New Features
Hi Dan, On 12.2 interval subpartition gives error ORA-14179. Create table CARS (auto_make varchar(30), Auto_model varchar(30), Purchase_date date) PARTITION BY LIST (auto_make) SUBPARTITION BY RANGE...
View ArticleBlog Post: ORA-01033 when Connecting to the DB Via Scan Listener
Had a very interesting and tricky scenario a few days ago. It was something I never encountered in my DBA career. Hence, thought of sharing the detail of there store here today. Challenge During...
View ArticleBlog Post: Exadata X7 installation some Whitney+ issues
One of our DB teams from Europe highlighted the following issues while installation and configuring VM on Exadata X7. "Today we started X7-2 Exadata installation. But we faced some issues. First...
View ArticleBlog Post: ¡Estoy Feliz de anunciar mi promoción a ACED!
¡Hola a tod@s! Me enorgullece anunciar que el día de ayer Oracle me promovió de Oracle ACE a Oracle ACE Director! Fue un camino arduo para llegar a celebrar esta promoción! Agradezco a toda mi familia...
View ArticleComment on Conoce el Tema Material APEX una alternativa al Tema Universal 42
Genial!. Este tema se lo puede usar en ambiente Linux?
View ArticleBlog Post: Tricky Oracle data guard situation
Had an interesting situation configuring a Data Guard setup of 7TB Oracle 12c database at one of the clients. After a long and rounds of discussions, considering the constraints and limitations, agreed...
View ArticleBlog Post: Benefits from Oracle Backup to could service
Organizations treat their data as an asset. In this regards, the top priority for them is data availability and protection from all sorts of disasters. We have seen more and more organizations...
View ArticleBlog Post: Backup2Cloud - a backup/restore automation utility
For cost optimization and flexibility, its a good idea to go with Oracle Database backup cloud services. The Oracle Database Backup Cloud service can actually compliment with the existing backup...
View ArticleBlog Post: Oracle Machine Learning notebooks
With the recent release of Oracle's Autonomous Data Warehouse Cloud (ADWC), Oracle has given data scientists a new tool for data discovery and machine learning on the ADWC. Oracle Machine Learning is...
View ArticleBlog Post: ORA-12545 TNS: Host or Object Does not Exist , while using SCAN
As part of SSL configuration between WebLogic tier and DB tier, post sqlnet.ora settings and scan listener restart, we encountered an ORA-12545 error on a 3 node RAC database when using the SCAN...
View ArticleBlog Post: Predicting IBS in Dogs using Oracle 18c in the Cloud
Over the past 6-8 months I've been working on a project with the Veterinary School of Medicine , part of University of Dublin. The project was focused on using Machine Learning to find patterns in...
View ArticleComment on Predicting IBS in Dogs using Oracle 18c in the Cloud
Amazing work Brendan, and good of Oracle to create new functions like TO_DOG_YEAR() to help out with the health of dogs.
View ArticleComment on Predicting IBS in Dogs using Oracle 18c in the Cloud
Ha ha! Good one. I haven't read such a great post as this since .... well, this time last year! Keep up the good work.
View Article