Vignesh A Sathiyanantham

Vignesh A Sathiyanantham

Results-oriented professional with over a decade of experience in Supply Chain, and Cloud SaaS products, gained in dynamic product startup environments as well as corporate settings. AWS Certified Developer Associate with expertise in SaaS application development, microservices, AWS SDK integration, and scalable systems utilizing AMQP (RabbitMQ), GCP Pub/Sub. Currently leading the offshore team for integration of the MIRAKL marketplace for top-tier e-commerce order management.

SQLcl Meets MCP: Secure AI Access to Oracle Databases

The Model Context Protocol (MCP) is changing how AI interacts with external systems, and Oracle’s SQLcl is now part of that story. By running SQLcl as an MCP server, developers can give AI assistants secure, structured access to Oracle Databases—without exposing raw JDBC connections. This blog explores how SQLcl integrates with MCP, the benefits for developers and DBAs, and step-by-step guidance to set up SQLcl as an MCP server for safe AI-driven database operations.

Using EHCache in Spring Boot

EHCache is an open-source caching library for Java applications. To integrate EHCache into a Spring Boot application, add the dependency in pom.xml, configure EHCache with a CacheManager bean, enable caching using @EnableCaching, define caches using @Cacheable, and test the implementation with a Spring MVC controller.