Posted by Mir Sayeed Hassan on 28th March 2026
Oracle CREATE Commands Cheat Sheet for Database administrators as Best Practices. CREATE USER: is used to define and manage user access within the Oracle database system. CREATE USER mir IDENTIFIED BY mirdb; or CREATE USER mir IDENTIFIED… Read more..
Posted in DBA Administration | Comments Off on Oracle CREATE Commands Cheat Sheet for Database administrators as Best Practices.
Posted by Mir Sayeed Hassan on 25th March 2026
How to Configure TNSNAMES.ORA in Oracle on Linux, Windows, and using SQL Developer The TNSNAMES.ORA file is a key Oracle configuration file that maps service names to connection details, allowing clients to connect to database servers. Proper configuration is essential for DBAs, developers, and administrators. Here are some alternative… Read more..
Posted in DBA Administration | Comments Off on How to Configure TNSNAMES.ORA in Oracle on Linux, Windows, and using SQL Developer
Posted by Mir Sayeed Hassan on 25th March 2026
Configuring Disks for Oracle ASM Storage Setup in Oracle database 19C Overview: The disk configuration is a major step when setting up Oracle ASM (Automatic Storage Management) in Oracle Database 19c. ASM provides an efficient way to manage database storage by organizing disks into disk groups, improving… Read more..
Posted in ASM | Comments Off on Configuring Disks for Oracle ASM Storage Setup in Oracle database 19C
Posted by Mir Sayeed Hassan on 22nd March 2026
Oracle 19c Standalone Database Patching high level steps: Upgrade from 19.3 to 19.20. Steps to Perform Before Patch Implementation Here demonstrates the complete patching process across three phases: Pre-Patch Patching Post-Patch Let… Read more..
Posted in Patching | Comments Off on Oracle 19c Standalone Database Patching high level steps: Upgrade from 19.3 to 19.20.
Posted by Mir Sayeed Hassan on 22nd March 2026
Database Switchover was successful but the temporary tablespace got failures, why this issue happen Before proceeding to this process, create the database outage for both the primary and standby databases. Disable all the database jobs in both primary and standby database., check if the database jobs are running or schedules by crontab jobs or any Read More
Posted in DataGuard (DR) | Comments Off on Database Switchover was successful but the temporary tablespace got failures, why this issue happen