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…

Datagaurd
0

https://oracle-artifacts.blogspot.com/2012/04/oracle-data-guard-issues-applied-column.html SQL> SELECT THREAD#, LOW_SEQUENCE#, HIGH_SEQUENCE# FROM V$ARCHIVE_GAP; THREAD# LOW_SEQUENCE HIGH_SEQUENCE# ———————————————-…

Apex
0

https://tm-apex.hashnode.dev/quick-and-easy-apex-and-ords-installation-for-oracle-database-23c-developer-release-on-oci#heading-prerequisites-for-installing-ords-and-apex https://mindmajix.com/how-to-install-oracle-apex https://www.youtube.com/watch?v=YpHzijX3E2A&t=133s

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 4 5 6 7 8 37