Browsing: DBA

DBA
0

https://www.linkedin.com/pulse/restoring-single-table-from-oci-cloud-manager-backup-johannes-michler-8azte

DBA
0

https://dohdatabase.com/2021/09/09/zero-downtime-migration-logical-offline-migration-how-to-minimize-downtime/

DBA
0

cat > run.sh !/bin/sh . /home/oradev/DEVCDB_erpr12.envDATE=date +%m%d%y%H%M find /ub1002/PROD/Backups/PROD_bu_* -mtime +0 -exec rm -f {}…

DBA
0

https://www.mirsayeedhassan.com/patching-oracle-database-19c-release-update-on-april-2024-19-23-p36233263-on-single-instance-database/

DBA
0

alter system set remote_listener=’scanname:1591′ scope=spfile sid=’*’;alter system register srvctl modify scan_listener -p 1591,1521srvctl config scan_listenersrvctl…

DBA
0

select name,db_unique_name,open_mode,database_role from v$database; sho pdbs; SELECT al.thrd “Thread”,almax “Last Seq Received”,lhmax “Last Seq Applied”,(almax…

DBA
0

https://blog.zeddba.com/2019/05/29/rman-incremental-with-block-change-tracking-demo/ To optimize the performance of incremental backups, the database can offload block filtering to Oracle…

DBA
0

cat > /home/oracle/scripts/rman.sh !/bin/sh DATE=date +%m%d%y%H%M$ORACLE_HOME/bin/rman target / log=/home/oracle/scripts/log/backup_PROD_$DATE.log @/home/oracle/scripts/db.rman cat > /home/oracle/scripts/db.rmanrun {allocate channel…

1 2 3 5