a毛片毛费观看-a毛片在线-a毛片在线观看-a毛片在线免费观看-国产成人综合洲欧美在线-国产成人综合高清在线观看

始創于2000年 股票代碼:831685
咨詢熱線:0371-60135900 注冊有禮 登錄
  • 掛牌上市企業
  • 60秒人工響應
  • 99.99%連通率
  • 7*24h人工
  • 故障100倍補償
您的位置: 網站首頁 > 幫助中心>文章內容

Oracle錯誤號大全(查詢ora錯誤號以及解決方法技巧)

發布時間:  2012/8/26 15:40:24

Oracle 查詢ora錯誤號以及解決方法技巧 racle 錯誤號以及解決方法技巧 經常有朋友問我ORACLE 類似ora-00109 錯誤的信息,其實我們的ORACLE系統本身已經為我們詳細的說明了各種的錯誤信息,一般的ORA錯誤號都在里面,而且給出了相應的解決方法。

在UNIX 系統下只要執行這個命令就可以列出錯誤原因以及解決方法了。

-
 

例如ora-00109錯誤,只要這樣
 [Oracle@mail oracle]$ oerr ora 109
01090, 00000, "shutdown in progress - connection is not permitted"
// *Cause:  The SHUTDOWN command was used to shut down a running
//         Oracle instance, so you cannot connect to ORACLE.
// *Action: Wait for the instance to be restarted, or contact your DBA.
01091, 00000, "failure during startup force"
// *Cause:  Unable to destroy the old SGA.
// *Action: Manually remove the old SGA and reissue the STARTUP command
01092, 00000, "Oracle instance terminated. Disconnection forced"
// *Cause:  The instance this process was connected to was terminated
//          abnormally, probably via a shutdown abort. This process
//          was forced to disconnect from the instance.
// *Action: Examine the alert log for more details. When the instance has been
//          restarted, retry action.
01093, 00000, "ALTER DATABASE CLOSE only permitted with no sessions connected"
// *Cause:  There is at least one more session other than the current one
//         logged into the instance.  ALTER DATABASE CLOSE is not permitted.
// *Action: Find the other sessions and log them out and resubmit the command
01094, 00000, "ALTER DATABASE CLOSE in progress. Connections not permitted"
// *Cause:
// *Action:
01095, 00000, "DML statement processed zero rows"
// *Cause:  During a call to OTEX, an update, delete, or insert statement
//          being executed processed zero rows.  The execution
//          of statements by OTEX was halted at this point.
// *Action:
01096, 00000, "program version (%s) incompatible with instance (%s)"
// MERGE: 1095 RENUMBERED TO 1096
// *Cause: A program is trying to connect to an instance using a different
//         version of code than the database was started with.  This is
//         not allowed.
// *Action: Either relink the program with the same version as the database or
//          restart the database using the old version of code.
01097, 00000, "cannot shutdown while in a transaction - commit or rollback first                                              "
// *Cause:  Obvious
// *Action:
01098, 00000, "program Interface error during Long Insert"
// *Cause:
// *Action:
01099, 00000, "cannot mount database in SHARED mode if started in single process                                               mode"
// *Cause:  Obvious
// *Action:

上面只是個例子,其他的錯誤號都可以通過這個方法得到。
其實Oracle本身還有很多不錯的東西,很多工具,不過十大家沒去研究而已。
希望對大家有幫助。 [align=right][color=#000066][此貼子已經被作者于2007-6-28 16:52:10編輯過][/color][/align] ---------數據恢復 Oracle數據庫恢復專家 13352468096 QQ:9417901 網站:http://www.sosdb.com-----
下面是查詢:0003的錯誤信息,很全面了。
[Oracle@mail oracle]$ oerr ora 3
00030, 00000, "User session ID does not exist."
// *Cause:  The user session ID no longer exists, probably because the
//          session was logged out.
// *Action: Use a valid session ID.
00031, 00000, "session marked for kill"
// *Cause:  The session specified in an ALTER SYSTEM KILL SESSION command
//          cannot be killed immediately (because it is rolling back or blocked
//          on a network operation), but it has been marked for kill.  This
//          means it will be killed as soon as possible after its current
//          uninterruptable operation is done.
// *Action: No action is required for the session to be killed, but further
//          executions of the ALTER SYSTEM KILL SESSION command on this session
//          may cause the session to be killed sooner.
00032, 00000, "invalid session migration password"
// *Cause:  The session migration password specified in a session creation
//          call was invalid (probably too long).
// *Action: Retry with a valid password (less than 30 chars).
00033, 00000, "current session has empty migration password"
// *Cause:  An attempt was made to detach or clone the current session and
//          it has an empty migration password.  This is not allowed.
// *Action: Create the session with a non-empty migration password.
00034, 00000, "cannot %s in current PL/SQL session"
// *Cause:  An attempt was made to issue a commit or rollback from a PL/SQL
//          object (procedure, function, package) in a session that has this
//          disabled (by 'alter session disable commit in procedure')
// *Action: Enable commits from PL/SQL in this session, or do not attempt
//          to use commit or rollback in PL/SQL when they are disabled
//          in the current session.
00035, 00000, "LICENSE_MAX_USERS cannot be less than current number of users"
// *Cause:
// *Action:
00036, 00000, "maximum number of recursive SQL levels (%s) exceeded"
// *Cause:  An attempt was made to go more than the specified number
//          of recursive SQL levels.
// *Action: Remove the recursive SQL, possibly a recursive trigger.
00037, 00000, "cannot switch to a session belonging to a different server group"
// *Cause:  An attempt was made to switch to a session in a different server
//          group.  This is not allowed.
// *Action: Make sure the server switches to a session that belongs to its
//          server group.
00038, 00000, "Cannot create session: server group belongs to another user"
// *Cause:  An attempt was made to create a non-migratable session in a server
//          group that is owned by a different user.
// *Action: A server group is owned by the first user who logs into a server
//          in the server group in non-migratable mode.  All subsequent
//          non-migratable mode logins must be made by the user who owns
//          the server group.  To have a different user login in non-migratable
//          mode, the ownership of the server group will have to be changed.
//          This can be done by logging off all current sessions and detaching
//          from all existing servers in the server group and then having the
//          new user login to become the new owner.
[Oracle@mail oracle]$ oerr ora 3
00030, 00000, "User session ID does not exist."
// *Cause:  The user session ID no longer exists, probably because the
//          session was logged out.
// *Action: Use a valid session ID.
00031, 00000, "session marked for kill"
// *Cause:  The session specified in an ALTER SYSTEM KILL SESSION command
//          cannot be killed immediately (because it is rolling back or blocked
//          on a network operation), but it has been marked for kill.  This
//          means it will be killed as soon as possible after its current
//          uninterruptable operation is done.
// *Action: No action is required for the session to be killed, but further
//          executions of the ALTER SYSTEM KILL SESSION command on this session
//          may cause the session to be killed sooner.
00032, 00000, "invalid session migration password"
// *Cause:  The session migration password specified in a session creation
//          call was invalid (probably too long).
// *Action: Retry with a valid password (less than 30 chars).
00033, 00000, "current session has empty migration password"
// *Cause:  An attempt was made to detach or clone the current session and
//          it has an empty migration password.  This is not allowed.
// *Action: Create the session with a non-empty migration password.
00034, 00000, "cannot %s in current PL/SQL session"
// *Cause:  An attempt was made to issue a commit or rollback from a PL/SQL
//          object (procedure, function, package) in a session that has this
//          disabled (by 'alter session disable commit in procedure')
// *Action: Enable commits from PL/SQL in this session, or do not attempt
//          to use commit or rollback in PL/SQL when they are disabled
//          in the current session.
00035, 00000, "LICENSE_MAX_USERS cannot be less than current number of users"
// *Cause:
// *Action:
00036, 00000, "maximum number of recursive SQL levels (%s) exceeded"
// *Cause:  An attempt was made to go more than the specified number
//          of recursive SQL levels.
// *Action: Remove the recursive SQL, possibly a recursive trigger.
00037, 00000, "cannot switch to a session belonging to a different server group"
// *Cause:  An attempt was made to switch to a session in a different server
//          group.  This is not allowed.
// *Action: Make sure the server switches to a session that belongs to its
//          server group.
00038, 00000, "Cannot create session: server group belongs to another user"
// *Cause:  An attempt was made to create a non-migratable session in a server
//          group that is owned by a different user.
// *Action: A server group is owned by the first user who logs into a server
//          in the server group in non-migratable mode.  All subsequent
//          non-migratable mode logins must be made by the user who owns
//          the server group.  To have a different user login in non-migratable
//          mode, the ownership of the server group will have to be changed.
//          This can be done by logging off all current sessions and detaching
//          from all existing servers in the server group and then having the
//          new user login to become the new owner.
[Oracle@mail oracle]$ oerr ora 3
00030, 00000, "User session ID does not exist."
// *Cause:  The user session ID no longer exists, probably because the
//          session was logged out.
// *Action: Use a valid session ID.
00031, 00000, "session marked for kill"
// *Cause:  The session specified in an ALTER SYSTEM KILL SESSION command
//          cannot be killed immediately (because it is rolling back or blocked
//          on a network operation), but it has been marked for kill.  This
//          means it will be killed as soon as possible after its current
//          uninterruptable operation is done.
// *Action: No action is required for the session to be killed, but further
//          executions of the ALTER SYSTEM KILL SESSION command on this session
//          may cause the session to be killed sooner.
00032, 00000, "invalid session migration password"
// *Cause:  The session migration password specified in a session creation
//          call was invalid (probably too long).
// *Action: Retry with a valid password (less than 30 chars).
00033, 00000, "current session has empty migration password"
// *Cause:  An attempt was made to detach or clone the current session and
//          it has an empty migration password.  This is not allowed.
// *Action: Create the session with a non-empty migration password.
00034, 00000, "cannot %s in current PL/SQL session"
// *Cause:  An attempt was made to issue a commit or rollback from a PL/SQL
//          object (procedure, function, package) in a session that has this
//          disabled (by 'alter session disable commit in procedure')
// *Action: Enable commits from PL/SQL in this session, or do not attempt
//          to use commit or rollback in PL/SQL when they are disabled
//          in the current session.
00035, 00000, "LICENSE_MAX_USERS cannot be less than current number of users"
// *Cause:
// *Action:
00036, 00000, "maximum number of recursive SQL levels (%s) exceeded"
// *Cause:  An attempt was made to go more than the specified number
//          of recursive SQL levels.
// *Action: Remove the recursive SQL, possibly a recursive trigger.
00037, 00000, "cannot switch to a session belonging to a different server group"
// *Cause:  An attempt was made to switch to a session in a different server
//          group.  This is not allowed.
// *Action: Make sure the server switches to a session that belongs to its
//          server group.
00038, 00000, "Cannot create session: server group belongs to another user"
// *Cause:  An attempt was made to create a non-migratable session in a server
//          group that is owned by a different user.
// *Action: A server group is owned by the first user who logs into a server
//          in the server group in non-migratable mode.  All subsequent
//          non-migratable mode logins must be made by the user who owns
//          the server group.  To have a different user login in non-migratable
//          mode, the ownership of the server group will have to be changed.
//          This can be done by logging off all current sessions and detaching
//          from all existing servers in the server group and then having the
//          new user login to become the new owner.
 


本文出自:億恩科技【www.ibaoshan.net】

服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

  • 您可能在找
  • 億恩北京公司:
  • 經營性ICP/ISP證:京B2-20150015
  • 億恩鄭州公司:
  • 經營性ICP/ISP/IDC證:豫B1.B2-20060070
  • 億恩南昌公司:
  • 經營性ICP/ISP證:贛B2-20080012
  • 服務器/云主機 24小時售后服務電話:0371-60135900
  • 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
  • 專注服務器托管17年
    掃掃關注-微信公眾號
    0371-60135900
    Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
      0
     
     
     
     

    0371-60135900
    7*24小時客服服務熱線

     
     
    97香蕉超级碰碰碰久久兔费| 久久久久亚洲AV无码网站| 一本色道久久综合亚洲精品| 人妻有码中文字幕| 激情97综合亚洲色婷婷五| ZZIJZZIJ亚洲日本少妇| 亚洲丰满少妇多毛大隂户| 强开小娟嫩苞又嫩又紧| 黄桃AV无码免费一区二区三区 | JAPANESE厨房乱TUB偷| 校花娇喘呻吟校长陈若雪视频| 欧美黑人性暴力猛交喷水| 好喜欢你呐[校园] 里恩ER| 草草影院精品一区二区三区| 亚洲综合小说另类图片五月天 | 久久无码喷吹高潮播放不卡| 国产成人无码一二三区视频| 最新国产成人无码久久| 性无码免费一区二区三区在线| 欧洲精品VA无码一区二区三区| 寂寞夜晚看的MV字幕高清网站 | 国产成人精品自在钱拍| 4399理论片午午伦夜理片| 亚洲AV无码精品色午夜蛋壳| 日本工口里番H彩色无遮挡全彩| 久久久99精品成人片| 国产成人综合在线视频| AV人摸人人人澡人人超碰手机版| 亚洲精品国产成人AV| 少妇高潮抽搐无码久久AV| 免费十大软件大全下载安装| 国产熟女一区二区| 白嫩极品女粉嫩喷水视频的| 亚洲日韩国产一区二区三区在线| 色欲蜜臀av无码久久浪潮一区| 蜜臀AV一区二区三区四区| 果冻传媒影视在线播放| 大肥女BBWBBWHD视频| 正在播放熟妇群老熟妇456| 压在窗户上C给别人看窗前| 日本乱偷人妻中文字幕久久 | 欧美96在线 | 欧| 精品国品一二三产品区别在线观看| 粉嫩一区二区三区| 资源在线WWW天堂官网| 亚洲成AV人片在线观看WWW| 日日摸夜夜添无码无码AV| 蜜臀少妇人妻在线| 狠狠色欧美亚洲狠狠色WWW| 顶级大但人文艺术中的绘画作品| 中文字幕有码无码人妻AV蜜桃| 亚洲SSS整片AV在线播放| 少妇高潮惨叫久久久久电影69| 欧美成人精品三级网站下载| 久久高清内射无套| 国产乱人伦偷精品视频免下载| 把她送上一个又一个巅峰| 又色又爽又黄的视频软件APP| 亚洲AV无码国产一区二区三区 | 女人浓毛巨茎ⅩXXOOO毛绒绒| 精品久久亚洲中文无码| 国产精品不卡AⅤ在线播放| XXX.日本学生妹.COM| 夜夜爽夜夜叫夜夜高潮漏水| 小说 亚洲 无码 精品| 日韩欧美亚洲综合久久影院DS | 人妻丰满熟妇岳AV无码区HD| 久久在精品线影院精品国产| 果冻传媒免费观看4399| 囯产精品一品二区三区| AV成人午夜无码一区二区| 亚洲中文久久精品无码| 新版孕妇BBWBBW| 色欲AV蜜臀AV一区在线| 欧美老熟妇XOXOXOⅩO| 久久麻豆成人精品| 韩国三级大乳在线观看| 国产成人无码精品XXXX| 被绑在机器上强行高潮H| 中文字幕无码成人免费视频| 亚洲热妇无码Av在线播放| 午夜人妻理论片天堂影院| 色噜噜噜狠狠色一色伊人蜜桃| 欧美人与性囗牲恔配| 噜噜久久噜噜久久鬼88| 精品日产一卡2卡三卡4卡自拍| 国产精品毛片无遮挡高清| 成人黄网站高清免费视频| 99久久久无码国产精品秋霞网| 人人妻人人澡人人爽秒播| 老牛精品亚洲成AV人片| 精品国产乱码久久久久久人妻 | 男人放进女人里面叫什么| 久久精品国产自清天天线| 国内精品久久久久久久COENT| 国产激情一区二区三区小说| 成人欧美一区二区三区在线| AV无码免费岛国动作片片段欣赏| 伊人久久大香线蕉AV不变影院| 亚洲国产精品一区二区成人片| 小少妇BBBBBBBBBBBB| 天天澡夜夜澡人人澡| 日韩精品无码久久久久久| 欧洲美女粗暴交视频| 浓精喷进老师黑色丝袜| 老公带朋友来家里C我怎么办| 久久WWW免费人成_看片中文| 韩国理论电费2023最| 国产精品色内内在线播放| 短篇公交车高H肉辣全集目录 | 午夜天堂AV天堂久久久| 少妇人妻AV无码专区| 日本熟妇人妻中出| 欧洲乱码伦视频免费| 欧美黑粗大在线观看| 免费无遮挡无码永久在线观看视频 | 性无码一区二区三区在线观看| 无码H黄肉动漫在线观看| 熟女熟妇伦AV网站| 色欲天天天天天综合网| 日韩AV人人夜夜澡人人爽| 人妻精品久久一区二区av| 欧美人交a欧美精品a∨一区| 男女啪啪摸下面喷水网站| 巨大黑人XXXXX高潮| 久久久久国产亚洲AV麻豆| 哒哒哒WWW在线影院| MM1313午夜视频在线观看| 99精品电影一区二区免费看| 制服在线无码专区| 在教室伦流澡到高潮H强圩| 野花影视免费观看电视剧| 亚洲人成网站观看在线播放| 亚洲精品无码不卡AV| 亚洲国产精品无码中文字视| 亚洲成A人片在线观看天堂无码不| 亚洲AV日韩AV激情亚洲| 亚洲AⅤ国产成人AV片妓女| 小SAO货都湿掉了高H奶头好硬 | 久久精品99国产AV精品蜜桃| 精品久久久无码人妻中文字幕豆芽| 狠狠综合久久综合88亚洲| 国精产品一二二区视早餐有限| 国产手机在线ΑⅤ片无码观看| 国产精品亚洲А∨无码播放麻豆| 国产精品久久久久久婷婷| 国产精品成人3p一区二区三区| 国产精品国产三级国产AN| 国产精品久久久久久久久岛| 国产精品乱码久久久久软件| 国产大屁股喷水视频在线观看| 国产成人亚洲综合A∨| 国产成人综合亚洲AV| 国产成人无码精品久久久免费| 国产成人无码A区在线观看视频免| 国产成人亚洲精品无码综合原创 | 办公室熟妇人妻久久精品| 暗交小拗女一区二区| 白嫩少妇BBW撒尿视频| 成年无码动漫AV片在线尤物| 成人无码无遮挡很H在线播放| 大象1区一品精区搬运机器| 丰满熟妇乱又伦在线无码视频| 公交车被多男摁住灌浓精 | 国产台湾无码AV片在线观看| 国产无套码AⅤ在线观看| 国内综合精品午夜久久资源| 娇妻被黑人杂交下呻吟| 精品一区二区久久久久久久网站| 国产美女极度色诱视频WWW| 国产精品涩涩涩视频网站| 国产伦子沙发午休系列资源曝光| 国产午夜成人无码免费看| 国产最大成人亚洲精品| 极品教师第二季免费观看| 精品无码一区二区三区在线 | 啊灬啊灬啊灬快灬深高潮了亚洲乱色视频在线观看| H工口全彩里番库18禁无遮挡| 扒开腿挺进湿润的花苞HD视频 | 亚洲H成年动漫在线观看网站| 亚洲国产精品热久久| 亚洲色大成网站WWW久久| 一二三四影视在线看片免费| 中文文字幕文字幕亚洲色| 99精品国产兔费观看久久99| А√天堂资源中文在线官网| 成人无码A区在线观看视频| 国产AV成人无码精品网站| 国产精品久免费的黄网站| 国精一二三区别免费| 精品国产一区二区三区免费| 久久九九日本韩国精品 | 欧美成人猛片AAAAAAA| 人妻厨房出轨上司HD院线| 日韩一区二区三区免费高清| 屠户家的小娇花哒哒啦爱你| 亚洲AV成人无码一区在线观看 | 压在窗户上C给别人看窗前| 亚洲国产丝袜精品一区| 亚洲综合国产精品第一页|