English translate
Sa presupunem ca acum o zi ai dat drumul la un backup de database si din diferite motive ( probleme MML-Media Management Layer, DB ) , acesta a esuat. Backupset-urile care au apucat sa fie terminate, s-au pastrat iar cele incomplete ar trebui sa fie sterse .
Pentru a continua un backup inceput acum o zi, e suficienta comanda de mai jos :
run
{
allocate channel oem_backup_sbt1 type 'SBT_TAPE' format '%d_%U' maxpiecesize 40 G;
sql 'alter system archive log current';
backup incremental level 0 database not backed up since time 'SYSDATE-1';
sql 'alter system archive log current';
release channel oem_backup_sbt1;
}
Poti sa verifici daca sysdate-1 e corect pentru situatia curenta ( select to_char(sysdate-1,'DD-MON-YYYY HH24:MI:SS') from dual ).
SnowSQL config password needs to be enclosed in double quotes
-
Today I tested how to use snowsql to connect to SnowFlake. I put the
connection credential in the config file. But I encountered the following
error mess...
Acum o zi
Niciun comentariu:
Trimiteți un comentariu