Blog

In this section I will try to provide insights, best practices, and tips on Oracle Database Administration and Applications.

I will be covering all the lessons I learned since 2012 including and not limited to "Optimizing Oracle Database Performance," "Future Trends in Database Management," and many more

I would love to engage with you through comments or encouraging discussions. If you need to know about any specific issues in your environment please reach out and I will try to fix it with the most efficient  way. 

No comments:

Post a Comment

If you have any queries/ any suggestion please do comment and let me know.

Recent Post

Oracle Memory usage Queries

Some Important Oracle database Memory management queries. SGA usage by Oracle Instance: select  round(sum(bytes)/1024/1024,2)||' MB'...