quarta-feira, 11 de outubro de 2023

One of my favorite Oracle Autonomous Database features for developers #JoelKallmanDay

Hi everyone,

One of my favorite features of Oracle Autonomous Database is the possibility to clone and/or move an Autonomous Database.

You can choose to create a full clone, create a metadata clone, or create a refreshable clone.

Clone Types on Autonomous Database:

Full Clone: creates a new database with the source database's data and metadata.

Refreshable Clone: creates a read-only full clone that can be easily refreshed with the data from the source database.

Metadata Clone: creates a new database that includes all of the source database schema metadata, but not the source database data.

You can:

Clone from a database instance: This creates a clone of a running database.

Clone from a backup: This creates a clone when you select a backup from a list of backups, or when you enter a backup point-in-time to clone.

Clone from the latest backup: This creates a clone where the Autonomous Database uses the most recent backup data that is available to create the clone.

And my favorite:

Utilize a refreshable clone as a test database. You have the flexibility to detach a refreshable clone from its source, enabling you to carry out Data Manipulation Language (DML) tasks or perform calculations, in addition to querying data. This grants you the capability to execute DML and implement changes even when the database is disconnected. Once your testing is complete, you can re-establish the connection to the source database, causing the clone to revert to its state at the time of disconnection.

Please note that the option to reconnect is available for a limited period of 24 hours following the disconnection. After this timeframe, the clone becomes permanently separated from the source database, and reconnection becomes unfeasible.

Source: https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/

Best

Alex Zaballa


quarta-feira, 4 de outubro de 2023

How to study for 1Z0-770 - Oracle APEX Cloud Developer Professional

Hi everyone,

I decided to take all the 2023 OCI exams to check what changed and guide people in taking these certifications.

Well, not all exams. I will do only the ones that I did in 2019 to 2022 and are the things that I work on a day-to-day basis 🙂


I'm not an APEX Developer, but a few weeks ago, I developed an internal tool using APEX and I was very impressed with the tool evolution. The last time that I used APEX to develop something was in 2014 using APEX 4.


This exam consists of 58 questions and you have 1.5 hours to finish.


A good starting point is here:



I hope Oracle is planning to allow us to download the PDFs again because the online reader is terrible. From 0 to 10, the usability of this tool is -1, especially on mobile devices.

Don't forget to read the topics:

https://mylearn.oracle.com/ou/learning-path/become-an-oracle-apex-developer-professional-2023/121230

The practice exam is good and you can have a good feel of what to expect during the exam.





And last but not least, stay away from Brain Dumps!

Best of luck
Alex Zaballa