Oracle
-
SSB Schema creation on Oracle DB by using Autonomous and SQL Developer

-
Announcing Oracle GoldenGate Free

-
Oracle Jumps to #5 on Cloud Wars Top 10, SAP Slips to #6
-
Oracle Cloud adding tens of thousands of Nvidia chips for AI | Reuters
Oracle Corp and Nvidia Corp on Tuesday announced they are expanding their partnership and adding tens of thousands of Nvidia’s chips to boost artificial intelligence- related computational work in Oracle’s cloud. — Read on www.reuters.com/technology/oracle-cloud-adding-tens-thousands-nvidia-chips-ai-2022-10-18/
-
Oracle Introduces Oracle Alloy to Bring the Power of the Cloud to the Masses
Oracle today announced Oracle Alloy, a new cloud infrastructure platform that enables service providers, integrators, and independent software vendors (ISVs), and other organizations such as financial institutions or telecommunications providers to become cloud providers and roll out new cloud services to their own customers. — Read on www.oracle.com/news/announcement/ocw-oracle-alloy-brings-power-of-cloud-to-masses-2022-10-18/
-
Three Ways to Use Backups for Disaster Recovery across Regions in Oracle Cloud
-
Comparing Oracle Databases: Initialization Parameters

-
CTAS Performance II: TESTING

-
TUE Post: Use Oracle SQL Developer to move data between databases

-
CTAS Performance

-
Using DBMS_XPLAN.DISPLAY_CURSOR to examine execution plans
-
Tuesday Post: Database schemas compare
One of the questions that arise during the development process is if the database schéma I work on is an unaltered image of production. How do I know that another developer didn’t experiment with a new index or modified the structure of some table? Writing scripts to compare my current database with the ‘source of…