Building a scalable and secure AI infrastructure in the cloud is crucial for successful AI projects. Let’s dive into the key aspects you should…
Leave a CommentAuthor: Brijesh Gogia
I’m an experienced Cloud and AI Architect with over 19 years in Oracle Applications, Databases, and Cloud ecosystems. My work spans large-scale, global projects where I’ve designed and optimized solutions across both Oracle and non-Oracle stacks—on-prem and in the cloud. Lately, my focus has shifted toward integrating AI into enterprise architectures, leveraging GenAI, automation, and data intelligence to drive performance, resilience, and modernization. I’m passionate about exploring emerging AI tools, agentic workflows, and practical use cases—and I'm fortunate that my role gives me space to experiment and share my learnings.
[sc name="linkedin"][/sc]
Artificial Intelligence (AI) and cloud computing are converging to drive unprecedented business transformation. This article explores the ways in which managers can leverage AI capabilities…
Leave a CommentAs organizations increasingly adopt cloud technologies, ensuring the security of their cloud environments becomes paramount. Oracle Cloud offers a range of security features and services,…
Leave a CommentOracle Cloud Infrastructure (OCI) offers a scalable and high-performance platform for businesses of all sizes. However, maximizing the benefits of OCI requires careful planning and…
Leave a CommentThe digital age has ushered in unprecedented opportunities for businesses, but it has also brought about a surge in cyber threats. Cybersecurity is no longer…
Leave a CommentIntroduction: In today’s digital landscape, cloud migration is no longer a luxury but a necessity for organizations seeking agility, scalability, and cost-efficiency. However, a successful…
Leave a CommentIn Oracle Database, an invisible index is a type of index that is not used by the optimizer by default but can still be used…
1 CommentNFS (Network File System) is a file-sharing protocol that allows a Linux system to share its file system with other systems over a network. It…
2 CommentsTo fetch the DDL of a table: SELECT DBMS_METADATA.GET_DDL(‘TABLE’, ‘table_name’) FROM DUAL; To fetch the DDL of a view: SELECT DBMS_METADATA.GET_DDL(‘VIEW’, ‘view_name’) FROM DUAL; To…
2 CommentsIn Oracle Cloud, you can pass through the actual client IP from a load balancer by configuring the load balancer to use the “Client IP”…
Leave a Comment