(Skant Gupta) Finally, Oracle OCI come up with new feature of changing the shape of VM in Database system without termination.
Tag: Oracle
Using FLASHBACK DATABASE for [destructive] D.R. Testing
(Hemant K Chitale) Testing your Disaster Recovery strategy with an Oracle Standby Database can be at different “levels” for the database :
#755 OIC – Oracle Field Service Adapter
(Niall Commiskey) Like all OIC adapters, the OFS adapter has comprehensive documentation.
ORA-16416: No viable Physical Standby switchover targets available
(Satishbabu Gunukula) You will see this error when you are trying to switchover from Primary to Standby, you will see the error when log_archive_dest_n not ready at standby or there is some issue with REDO log.
Next/Previous Record: how APEX does it
(Jeffrey Kemp) It’s not a common requirement in my experience, but it does come up every now and then: a customer is happy with a simple Report + Form but when they open a record, they want to be able to make their changes and go to the “next” record in one button click, instead of having to go back
Installing Oracle 20c Binary on OEL 7.5
(Anuradha Mudgal) In this post, we are installing Oracle 20c binaries on OEL 7.5. First, we need to download the software then unzip it on oracle home and start runInstaller from the software location.
Hints in the cloud or not
(Ric Van Dyke) Don’t think of a hint as some way of encouraging the optimizer to do something, it is a demand to do something.
Scan Dynamodb table from AWS Glue in different account
(Anand) In this blog post I will list down the steps required to setup the AWS Glue job to scan the dynamodb table in another account.
Tightened security in 20c
(Connor McDonald) If you cannot wait for a fully autonomous offering, and you’ve jumped into the 20c preview release on Oracle Cloud, obviously the first thing you will probably be installing is Oracle Application Express.
Oracle 19c Automatic Indexing: Index Created But Not Actually Used (Because Your Young)
(Richard Foote) The following is an interesting example of how Oracle Automatic Indexing is currently implemented that can result in an Automatic Index being created but ultimately ignored by the CBO.