cancel
Showing results for 
Search instead for 
Did you mean: 

dbunload on striped backup

07-08-2019 10:20 AM
613 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Good morning,

I have received a striped backup of Sybase 11.10 and I would like to retrieve the data on my computer.

The dump was created with the following command line:

dump database test to "/dump/$ISODATE-l0-test-s0.db" *

stripe on "/dump/$ISODATE-l0-test-s1.db"

stripe on "/dump/$ISODATE-l0-test-s2.db"

stripe on "/dump/$ISODATE-l0-test-s3.db"

go

I have tried to unload database with SQL Anywhere 12 (Sybase Central Wizard) and the command line :

dbunload -v -c "UID=sa;PWD=***;DBF=C:\Sybase\2019-04-18-l0-test-s0.db DBF=C:\Sybase\2019-04-18-l0-test-s1.db DBF=C:\Sybase\2019-04-18-l0-test-s2.db DBF=C:\Sybase\2019-04-18-l0-test-s3.db" -r "C:\Users\Administrator\Documents\reload.sql" -ii -up "C:\Users\Administrator\Documents\unload"

but it seams that it does not take into account striped backups, only a single db file.

Do you have any suggestion how to perform a dbunload on a striped backup or any other ideas ?

Thank you for your help,

Agnieszka

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186998
Contributor

Do you expect a striped backup for SQL Anywhere database?
Unfortunately, SQL Anywhere does not have such a function.