informatique:base_de_donnees:tips

Ceci est une ancienne révision du document !


vMaxSeqApply=`sqlplus -s "/ as sysdba" <<EOF
set head off
set PAGES 0
set FEED off
select substr(max(sequence#),0) from v\\$archived_log where applied='YES' and DEST_ID=2 group by THREAD#;
exit
EOF
`
  • informatique/base_de_donnees/tips.1268120256.txt.gz
  • Dernière modification : 2010/03/09 08:37
  • de 127.0.0.1