亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 3014 | 回復(fù): 5
打印 上一主題 下一主題

急!因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),望各位幫忙! [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2003-02-21 10:39 |只看該作者 |倒序?yàn)g覽
因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),本人因數(shù)據(jù)庫(kù)數(shù)據(jù)空間不夠而擴(kuò)展數(shù)據(jù)空間,沒(méi)想到硬盤空間在擴(kuò)展當(dāng)中不夠使用,導(dǎo)致報(bào)告硬盤空間不足,設(shè)備擴(kuò)展失敗,重新啟動(dòng)服務(wù)器后,數(shù)據(jù)庫(kù)cwbase6啟動(dòng)報(bào)錯(cuò),原來(lái)它所擴(kuò)張的數(shù)據(jù)設(shè)備CWBASE6D01在啟動(dòng)時(shí)不能被正確激活(可能因空間不夠沒(méi)有完全被建立),SYBASE報(bào)錯(cuò) 3414 ERROR,數(shù)據(jù)庫(kù)CWBASE6 NOT ONLINE,請(qǐng)問(wèn)如何解決,在線等待!

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2003-02-21 11:39 |只看該作者

急!因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),望各位幫忙!

估計(jì)只有把數(shù)據(jù)庫(kù)狀態(tài)設(shè)置成 -32768(bypass狀態(tài)),然后使用bcp盡量將數(shù)據(jù)庫(kù)中的數(shù)據(jù)bcp出來(lái)了,不知道還有沒(méi)有其他的奇招可以回春了。

  (1) 啟動(dòng)Backup Server, 后備master數(shù)據(jù)庫(kù)(這一步很重要。

  1>;dump database master to "/usr/sybase/master.dup"
  2>;go

   (2) 用isql登錄到SQL Server, 須用sa帳號(hào) (本文以pubs2數(shù)據(jù)庫(kù)為例)

  1>;sp_configure "allow updates", 1
  2>;go
  1>;begin tran
  2>;go
  1>; use master
  2>; go
  1>;update sysdatabases
  2>;set status = -32768
  3>;Where name="pubs2"
  4>;go

    如果得到(1 row affected),則

  1>;commit
  2>;go

  否則

  1>;rollback
  2>;go

   (3)這時(shí)重新啟動(dòng)SQL Server, 再用sa帳號(hào)登錄到SQL Server.


此時(shí)數(shù)據(jù)庫(kù)處于bypass狀態(tài)(只讀),可以使用bcp導(dǎo)出數(shù)據(jù),然后重建數(shù)據(jù)庫(kù),導(dǎo)入數(shù)據(jù)恢復(fù)。不要說(shuō)你連建表的腳本都沒(méi)有備份!

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2003-02-21 12:41 |只看該作者

急!因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),望各位幫忙!

數(shù)據(jù)庫(kù)中有超過(guò)100多個(gè)表,難道一一用BCP導(dǎo)出嗎?再一一導(dǎo)入嗎?

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2003-02-21 12:58 |只看該作者

急!因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),望各位幫忙!

JAZY版主,能幫我解決這個(gè)難題嗎?有沒(méi)有更為捷徑的辦法?

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2003-02-21 12:59 |只看該作者

急!因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),望各位幫忙!

JAZY版主,能幫我解決這個(gè)難題嗎?有沒(méi)有更為捷徑的辦法?

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2003-02-21 13:59 |只看該作者

急!因擴(kuò)充數(shù)據(jù)庫(kù)空間出錯(cuò)導(dǎo)致sybase無(wú)法啟動(dòng)數(shù)據(jù)庫(kù),望各位幫忙!

你這個(gè)問(wèn)題的確比較棘手!

我查了一下資料:

Error 3414
Severity Level
10
Error Message Text
Release 10.0 and Later
Database '%.*s' (dbid %d): Recovery failed. Check the SQL Server errorlog for further information as to the cause.
Release 4.9.x and Earlier
Database '%.*s' (dbid %d): Recovery failed. Please contact Technical Support for further instructions.
Explanation
This error occurs when SQL Server could not complete the recovery of the specified database when starting.

You cannot use the database until whatever caused the error has been corrected because SQL Server marks the database suspect.

Action
To determine why recovery failed, examine the SQL Server error log for any errors prior to the 3414 error. It is important to identify the errors before the first occurrence of the 3414 error because subsequent attempts to start SQL Server may not give the detailed error information you need to diagnose the problem.

If you do not have sufficient information to recover from the previous errors, you can recover from known, clean backups or contact Sybase Technical Support for assistance.


當(dāng)然最簡(jiǎn)單保險(xiǎn)的辦法是找sybase技術(shù)支持來(lái)現(xiàn)場(chǎng)解決了,但是你也可以把你的3414錯(cuò)誤之前的信息也貼出來(lái)看看?
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP