Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

ORA-19815: WARNING: db_recovery_file_dest_size of xxxxxx bytes is 100.00% used, and has 0 remaining bytes available.

How often do you see this error in your database alert log file when you have “db_recovery_file_dest_size” parameter configured and Archive log destination is set to use Recovery File Destination. There is no harm or problem in this approach as long as you are following all the right practices of cleaning up the FRA/Recovery destination.… Continue reading ORA-19815: WARNING: db_recovery_file_dest_size of xxxxxx bytes is 100.00% used, and has 0 remaining bytes available.

Published
Categorized as Oracle

Database option SDO mismatch: PDB installed version 12.1.0.2.0. CDB installed version NULL

Issue/Problem: Pluggable database opens in Restricted Session Mode after being created from an XML file/image. User logins receive following Error ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege Cause: Pluggable database is created/Re-build from existing XML file (Which might have been used in past without an issue). Creation of PDB ran without an… Continue reading Database option SDO mismatch: PDB installed version 12.1.0.2.0. CDB installed version NULL

Published
Categorized as Oracle

SQL Developer – Common Friend of DBA’s and Developers

SQL Developer is a powerful tool for both Developers and DBA’s. With every new version and release, Oracle is making sure that SQL Developer becomes more and more powerful that can bridge gap between DBA and a Developer. It is no longer just a Developer’s Friend. Its horizon has increased many folds and I would… Continue reading SQL Developer – Common Friend of DBA’s and Developers

Published
Categorized as Oracle

OTN Yathra 2017 – Gurgaon

AIOUG and North India chapter concluded yet another event in North India and this time it was AIOUG’s Yearly 1 day technical Event OTN Yathra. It was held at Fidelity Gurgaon this time on 25th June 2017, Sunday. As North India Chapter Team, We truly thanks everyone of you who spared out time on all… Continue reading OTN Yathra 2017 – Gurgaon

Published
Categorized as Oracle

Query Tuning – Semantic Way

Link to my paper on one of the issue that I faced in work. This was regarding one of the Custom query from Peoplesoft and an example of how a wrongly placed although logically correct Table in the join can make your query perform really bad. Query tuning – Fixing it semantics way from Navneet… Continue reading Query Tuning – Semantic Way

Published
Categorized as Oracle