Tuanlp.com
  • Oracle
    • Backup&Recovery
    • Rac
    • Dataguard
    • Performance Tuning
    • Troubleshoot
  • PostgreSQL
  • MySQL
  • SQL Server
  • Data Science
    • Tableau
    • Power BI
  • Linux
    • VMware
  • Other
  • Courses
  • Tuanlp.com

    Error: ORA-16765: Redo Apply is running

    Khắc phục lỗi recovery khi OPEN RESETLOGS lỗi SYSTEM trong Oracle Database?

    check the FRA usage and troubleshoot the issue in oracle DB

    ORA-19527: physical standby redo log must be renamed

    tuanlpSeptember 25, 2023316 views

      ORA-19527: physical standby redo log must be renamed Error:ORA-19527: physical standby redo log must be renamedORA-00312: online log 7 thread 0: ‘G:ORACLEORADATASTANDBY05.LOG’ At DR site, we got the error…

    Read more

    Step to resize standby redolog files in Dataguard

    tuanlpSeptember 25, 2023286 views

      Step to resize standby redolog files In Data-guard, if we recreate or add the standby redolog files due to thread number issue or Size mentioned wrong then in that…

    Read more

    Verify before the Switchover to physical standby in Dataguard

    tuanlpSeptember 25, 2023293 views

      Steps verify for Switchover Dataguard to physical standby Before Switchover the Dataguard in production Server. You need to check the value of switch over column in v$database.If it having…

    Read more

    LOG_ARCHIVE_DEST_n parameter setting in Oracle Dataguard

    tuanlpSeptember 25, 2023308 views

     LOG_ARCHIVE_DEST_n: this parameter is used to transfer the archived redo from the primary database to standby database. Standby to primary in case of switchover. Note: LOG_ARCHIVE_DEST_n destination must have either…

    Read more

    Trace the SQL Query with SQL ID in Oracle

    tuanlpSeptember 25, 2023344 views

     1. Identify your SQL ID of SQL Query which need to trace. SELECT sql_id, plan_hash_value, substr(sql_text,1,40) sql_textFROM v$sqlWHERE sql_text like ‘SQL QUERY%’;2. Enable the trace of SQL with using SQLID…

    Read more

    ORA-04030: out of process memory

    tuanlpSeptember 25, 2023283 views

     Error in Alert Log Sun Nov 25 02:14:17 2018Unable to allocate memory for new incident error in file E:ORACLE12Cdiagrdbmsicictraceic_m001_6448.trc:ORA-04030: out of process memory when trying to allocate 20520 bytes (pga…

    Read more

    Configure the Shared Single Client Access Name (SCAN) in Oracle RAC

    tuanlpSeptember 25, 2023361 views

      Configure the Shared Single Client Access Name (SCAN) Single Client Access NameIn release 11g, SCAN is introduced, In SCAN act as cluster alias,you does not need to change the…

    Read more

    Change the VIP address in Oracle RAC Environment

    tuanlpSeptember 25, 2023322 views

     1. Stop all the services running on the Node srvctl stop service -db database_name -service “service_name_list” -node node_name–Examplesrvctl stop service -db grid -service “sales,oltp” -node NODE1 2. Check the VIP…

    Read more

    Posts navigation

    1 … 32 … 37
    View Desktop Version

    Powered by PenciDesign

    Back To Top