Blog / People and Culture Blog
ora- 01017- Invalid username/password log on denied

Cause : Apps account locked.
Solution : unlock the Apps account in system using below command
Sql > Alter user apps account unlock;
Blog / People and Culture Blog

Cause : Apps account locked.
Solution : unlock the Apps account in system using below command
Sql > Alter user apps account unlock;

Introduction Oracle Data Guard plays a pivotal role in ensuring business continuity by maintaining synchronized standby databases that can seamlessly take over…
Introduction SQL Server Query Store is enabled to assist in monitoring query performance and identifying query plan regressions. Query Store captures a history…
Introduction In SQL Server, the tempdb system database can grow significantly due to heavy workloads, temporary objects, or large queries. Sometimes, even after…