Resolving ORA-01031: Insufficient Privileges When Using UTL_HTTP

If you’re using an Autonomous Database Serverless (ADB-S) and attempting to call HTTP (not HTTPS) endpoints, encountering the ORA-01031 error is common. While your first step might be to check the Access Control List (ACL) or grant permissions to the user calling the package, this alone won’t resolve the issue. Here’s how to fix it: […]

Loading an ONNX Model for Oracle AI Vector Search

While preparing for the Oracle AI Vector Search Certified Professional Certification (1Z0-184-25), one of the most fascinating topics I encountered was Using Vector Embeddings, particularly with the new VECTOR DBMS/Packages. Here, I’ll share an example of how to load an ONNX model into your Oracle Database.  For reference, I’m running Oracle 23ai Free Edition and […]

Oracle 23ai – SQL Firewall

O SQL Firewall é um recurso que foi introduzido na versão 23ai do Oracle Database (aqui você pode conferir as New features desse release) e como o nome já diz, ele atual como um Firewall para comandos SQL tendo como principal vantagem estar integrado diretamente no banco de dados (diferente de outras  abordagens que precisam […]

ORA-40842 unsupported value EMBEDDED_OID in the metadata

I was assisting a customer with an issue related to the SODA/MongoDB API. They were encountering the ORA-40842 error in Autonomous Database – Shared (19c). After several troubleshooting sessions, we determined that updating the application driver to the latest version resolves the problem. For Java, specifically, you need orajsoda-1.1.27(or newer) to accommodate some internal changes […]

GoldenGate 23ai with Data Stream and AsyncAPI

GoldenGate 23ai introduces a powerful new feature called Data Streams, which leverages the AsyncAPI specification and you publish your trail file directly from GoldenGate(and you can specify the CloudEvents format), according to the documentation: Oracle GoldenGate Data Streams utilizes the AsyncAPI specification for defining asynchronous APIs. This approach enables applications to efficiently subscribe to data […]

GoldenGate – Downstream architecture

How to extract data using GoldenGate without overloading your primary database or connecting to it directly You have received a request to extract data using GoldenGate, but your primary database is overloaded or you have a strong security posture that prohibits other applications besides your main application to connect to your database. How do you […]

How to take Immutable backups in Oracle Database

Some organizations need to comply with Government regulations about backup retention and protection, in OCI we have a feature called Retention Rule in Object Storage, combine this feature with the new version of RMAN opc module and we can achieve Immutability in Oracle backups (running in cloud or on premises). In this article I will […]

OCI – Console Connection em DBCS

Um dos recursos que mais chamou a atenção com o anúncio do OCI foi a possibilidade de realizar uma conexão na console da máquina, aqui eu já escrevi sobre isso, hoje quero mostrar como fazer a mesma coisa em um DBCS para momentos em que você por algum motivo perdeu acesso na máquina. Diferente do […]

GoldenGate – Escrevendo dados no OCI Streaming

O OCI Streaming (ou OSS) é um serviço de stream de eventos compátivel com o Apache Kafka 100% gerenciado pela Oracle, nesse artigo demonstro como extrair dados de um banco Oracle (usando o GoldenGate) e escrever nele usando o GoldenGate for bigdata. Nossa arquitetura Extract/pump Nosso extract/pump vai ser bem simples, aqui estou usando o […]

OCI – Certificação foundations (1Z0-1085-21) e primeiros passos

Resolvi escrever esse post pois nos últimos dias tenho notado que várias pessoas estão com dúvidas sobre como fazer a prova 1Z0-1085-21 e também dar os primeiros passo na nuvem Oracle. Começando do começo Todas as provas possuem uma página dedicada com os detalhes, nela você vai encontrar informações como quantidade de questões, tempo, valor […]

Next Page »