Tuesday, December 31, 2019

SANGAM19 : Asia's Largest Oracle User Group Conference

SANGAM19 : Asia's Largest Oracle User Group Conference


Sangam, India's the largest independent Oracle user's group conference organized by All India Oracle Users Group (AIOUG). Every year Sangam is hosting 100+ in-depth technical sessions on new cutting-edge Oracle Technologies. SANGAM is a prestigious conference that provides in-depth Technical Session, Live Demos, Hands-on Labs, Technology Booths, Expert Talks, Fire Chats with Technology Gurus and many more.

In Sangam, Technology Experts and Gurus are sharing their knowledge and experience in person with participants. Over 1000+ participation every year which includes Database admin, Developers, Architects, Solution Designers, Technology Directors, Business Analysts, Delivery Heads, etc.

In Sangam, I had taken session on Cloud-Native Architecture (Design for automation) in which, i had discussed on unique capabilities of cloud and application/infra design on cloud environment. Also to adopt unique capabilities of the cloud one must be aware of microservices, containers, Automate the build, testing, and deployment of the packages, automatically scaling-up and down, distributed processing etc. Designing your application and system in such a way, that can run on any platform.

Cloud-Native Architecture (Design for automation)
https://sangam19.sched.com/event/W1Pa/cloud-native-architecture-design-for-automation

Also I was part of “Expert Panel” in Fire side Chat on Performance Tuning at SANGAM19 Conference where I shared stage and put my view with Tirthankar Lahiri (Senior Vice President, DB In-Memory), Prabhaker Gongloor (Senior Director of Product Management), Karan Dodwal (OCM).
Fireside Chat Oracle Performance Tuning Experts
https://sangam19.sched.com/event/WaWH/fireside-chat-oracle-performance-tuning-experts

I' m honored to receive ”Outstanding Volunteer”  award during Sangam19 from Jenny Tsai . Thank you Sai Janakiram Penumuru for recognizing and appreciate my work towards All India Oracle Users Group (AIOUG) community. I used to speak on various Database Features, Performance Tuning  and Cloud Technologies in AIOUG Pune, Mumbai and Gujarat chapters and I am glad to be a part of volunteering team for AIOUG.





#sangam19 @aioug







Thanks & Regards,
Chandan Tanwani
Oracle Performance Tuning Certified Expert

1 comment:

Anonymous said...

Interesting Chandan. In my current job I have to store a string up to 32kb, if I use varchar2 I have to split the string on other table with some rows or in the main table with more columns, I don't like this way. I would like to use clob data type. What do you recomend me?