How to Send Messages to AWS SQS from PL/SQL Using UTL_HTTP
This blog post provides a complete example showing how to send messages to an AWS SQS queue.
This blog post provides a complete example showing how to send messages to an AWS SQS queue.
Patching an Oracle Home failed on one cluster node with the error undefined reference to __libc_csu_fini.
I was intestigating why a simple SELECT * FROM GV$SQL started working much slower in 19c compared to 11.2.0.4.
It turns out Oracle introduced some changes there in 18c.
This blog post is written to demonstrate the new behavior.
A DBMS_REDACT issue has recently popped up on SQL.RU.
This post analyzes the issue and shows a possible workaround.
I configured an initial load from Oracle to PostgreSQL, and found that some numbers were truncated after the load, e.g. Oracle number 123.0123456789 happened to be 123.012346 in PostgreSQL.
Let us find out how to avoid this.
This post demonstrates how to create a standby database excluding some pluggable databases of the primary database.
A customer was getting the CHA_DBWR_CKPT_IO_COMPLETE alerts from Oracle Enterprise Manager (OEM).
This post investigates the root cause.
A recent thread on Oracle-L discussed a CBO regression that was encountered following 19.8->19.9 Release Update application.
A recent blog post from Nenad Noveljic prompted me to review the library cache tracing facilities available in Oracle database.
A cluster verification utility (CVU) command failed with the PRVF-5157 and PRVF-5431 errors.
This post demonstrates how the errors were diagnosed and the root cause was identified.