Re: Move Database from one Server to another
"Dr. Ralf Czekalla" <[email protected]>
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Simon, Simon Spielmann wrote: > > I'm trying to move a database from one server to another, so I died > something like writen in the migration how to. > First I execute the script: > > SET MAXERRORCOUNT 1 > // > USE USER dba_user dba_pass SERVERDB comtecdb ON localhost > // > DBEXTRACT CATALOG OUTSTREAM FILE 'c:\db\comtec.cat' DATA OUTSTREAM FILE > c:\db\comtec.data' > // > > > with the command > > repmcli.exe -u SYSDBA,<passwd> -d <dbname> -n <host> -E 1 -b <script> > > this ran without any erros. [...] if the load process may last too long one day because the database grew up a lot, consider a backup/restore as long as you stay on the same CPU architecture ... Ciao Ralf