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-10458 ,ORA-01196,ORA-01110

    tuanlpSeptember 27, 2023270 views

     Lỗi khi startup database trên con standby SQL> startup ORACLE instance started. Total System Global Area 1912602624 bytes Fixed Size 2925792 bytes Variable Size 1191185184 bytes Database Buffers 704643072 bytes…

    Read more

    [INS-30516] Please specify unique disk groups

    tuanlpSeptember 27, 2023420 views

     This was caused by reusing ASM disks from a previous installation of GI. Remedied this with the following commands: [root@redfern1 ~]# dd if=/dev/zero of=/dev/sda1 bs=32768 count=32768 conv=notrunc oflag=direct 32768+0 records…

    Read more

    Oracle 19c Physical standby DataGuard

    tuanlpSeptember 27, 2023398 views

    Introduction This article, will cover Oracle 19c restart data-guard physical standby configuration, but before we start, you need to have two oracle 19c restart servers one as Primary server and…

    Read more

    Must be enable as a Publisher

    tuanlpSeptember 27, 2023287 views

      Error I installed SQL Server 2017 on Centos 7 and used MSSM GUI for database replication configuration. when the distribution configuration process was successful until the end but when…

    Read more

    Recreating a missing VMware virtual machine disk descriptor file (.vmdk)

    tuanlpSeptember 27, 2023360 views

     Details This article provides steps to recreate a lost virtual disk descriptor file (.vmdk). You may need to recreate missing header/descriptor files if: The virtual machine disk file listed in…

    Read more

    Alter datafile online or offline in Oracle

    tuanlpSeptember 27, 2023357 views

     Check the status of online or offline for datafile in Oracle Check the status of datafile Select file#, status from v$datafile; OR SELECT FILE_NAME,ONLINE_STATUS FROM DBA_DATA_FILES; Take the data file…

    Read more

    Check datafiles and tablespace information in Oracle

    tuanlpSeptember 27, 2023324 views

     Check datafiles and tablespace information in Oracle Check information about datafiles SQL> select * from dba_data_files; SQL> select * from v$datafile; Check information about tablespace SQL> select * from dba_tablespaces SQL>…

    Read more

    Check the Undo tablespace Usage in Oracle

    tuanlpSeptember 27, 2023372 views

     Check the Undo tablespace total, free and used space usage in Oracle Check the undo tablespace total, free and used space(Size in MB) in Oracle SELECT a.tablespace_name, SIZEMB, USAGEMB, (SIZEMB…

    Read more

    Posts navigation

    1 … 23 … 37
    View Desktop Version

    Powered by PenciDesign

    Back To Top