MySQL Forums
Forum List  »  Sybase

dbbackup Causing Lost Record
Posted by: Arias Tanti
Date: March 02, 2005 09:19PM

I'm doing backup procedures using Sybase ASA ver8.02 patch 4513. These are the steps.
1. dbbackup -c "ENG=x;UID=x;PWD=x;LINKS=tcpip" -xo
2. dbbackup -c "ENG=x;UID=x;PWD=x;LINKS=tcpip" -y [directory]
3. dbbackup -c "ENG=x;UID=x;PWD=x;LINKS=tcpip" -y -t -x [directory]
4. dbtran -y [lognamefile.log]
5. dbisql -onerror continue -nogui -q -c "ENG=xwh;UID=x;PWD=x;LINKS=tcpip"
read [sqlnamefile.sql]

And these are the steps of the syntax.
1. insert into [table1name]
2. insert into [table2name]
3. insert into [table3name]
4. insert into [table2name]
5. update [table3name]
6. update [table1name]
7. update [table1name]

I've found some records missing. All of them tended to be located in the transition between one backup log file and the next one.

I've also tried using dbtran -a option, but the missing transactions are being ROLLBACK instead of COMMIT.

Please help me with this problem.

Regards,
Arias Tanti Hapsari
atantih@yahoo.com

Options: ReplyQuote


Subject
Views
Written By
Posted
dbbackup Causing Lost Record
4818
March 02, 2005 09:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.