首先确保备份服务器正常运行 startserver -f RUN_CHQ_WEB_BS 启动sybase数据库sybase@CHQWEB:/sybase/ASE-12_5/install> ./startserver -f RUN_DB_WEB 然后进入isql sybase@CHQWEB:/sybdata> isql -U sa -P -S CHQWEB 备份数据库 dump database webdb to "/apps/webdb.dat" 还原数据库 load database webdb from "/apps/webdb.dat" 因为文件的大小是受限制的所以有时候我们不得不备份成多个文件,大小均分 写法如下: 备份数据库 dump database webdb to "/apps/webdb1.dat stripe on /apps/webdb2.dat stripe on ... /apps/webdbn.dat " 还原数据库 load database webdb from "/apps/webdb1.dat stripe on /apps/webdb2.dat stripe on ... /apps/webdbn.dat " 停止服务命令如下: 1.shutdown Adaptive Server shutdown 2.shutdown with nowait Adaptive Server 3.shutdown SYB_BACKUP Backup Server 4.shutdown REM_BACKUP Backup Server REM_BACKUP |
详细解决方案
sybase 整库 备份 使用 dump load 以及启动 停止Sybase
热度:67 发布时间:2023-12-13 16:59:05.0
相关解决方案
- <load-on-startup>的有关问题
- Servlet配备太神奇鸟:(load-on-startup设置为负数肿么还是加载
- Could not load JDBC driver class 咋回事
- jquery.load(*json) 解析不已。求帮忙
- Cannot load JDBC driver class 'com.microsoft.jdbc.sqlserver.SQLServerDriver'解决方法
- 答案 jquery load()
- SonyEricsson_W800 Couldn't load zayitlib.dll library?解决思路
- websphere5.12 Error 503: Failed to load target servlet [action],该如何处理
- 数据库Sqlserver,Sybase,orcale,mysql 用jDBC 做分页操作的查询效率有什麽区别解决办法
- CImage:Load(IStream* pStream)失败
- obj.Load(""),水晶报表在服务器地址10.132.22.22上,在服务器c:\下,这个?要如何改
- c#中,运作程序时,提示mysql.data load failed
- jquery .load() 的有关问题
- Exception Details: System.IO.FileLoadException: Could not load file or assembly 'FreeTextBox' or one of its dependencies. 磁盘空间不足,该如何解决
- 请教在asp.net mvc下怎么使用Assembly.Load
- Could not load file or assembly 'Meta.Web' or one of its dependencies. 磁盘空间不足解决思路
- Could not load file or assembly 'Microsoft.Office.Interop.Owc11, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e94,该怎么处理
- “Load”方法没有采用“4”个参数的重载,该怎么解决
- informix load 有关问题
- Sybase ASE中Uninitialized logical page异常的解决办法
- sybase 剔除触发器
- Sybase Ase 平添定时任务
- Sybase IQ平添定时任务
- Sybase IQ 根本语法
- Sybase 表锁摘记
- Sybase IQ 连接数治理
- SYBASE ASE 15.5六大新特性揭底
- Sybase IQ锁表以及革除锁定
- sybase 与oracle差异之函数篇
- Sybase IQ 迁徙表空间 sp_iqrelocate