#GM

ORA-02249: missing or invalid value for MAXLOGMEMBERS

文档解释ORA-02249:missingorinvalidvalueforMAXLOGMEMBERSCause:AvalidnumberdoesnotfollowMAXLOGMEMBERS.Thevaluespecifiedmustbebetween1andtheport-specificmaximumnumbero...

ORA-00838: Specified value of MEMORY_TARGET is too small, needs to be at least stringM

文档解释ORA-00838:SpecifiedvalueofMEMORY_TARGETistoosmall,needstobeatleaststringMCause:ThespecifiedvalueofMEMORY_TARGETwaslessthanthesumofthespecifiedvaluesforSGA_T...

ORA-01319: Invalid Logminer session attribute

文档解释ORA-01319:InvalidLogminersessionattributeCause:Asessionattributewassuppliedwhichisinvalid.Action:Re-issuewithvalidsessionattribute.ORA-01319错误是由于客户端使用ALTERS...

ORA-01694: max # extents (string) reached in lob segment string.string partition string

文档解释ORA-01694:max#extents(string)reachedinlobsegmentstring.stringpartitionstringCause:ALOBsegmenttriedtoextendpastmaxextentsAction:Ifmaxextentsislessthanthesyst...

ORA-01292: no log file has been specified for the current LogMiner session

文档解释ORA-01292:nologfilehasbeenspecifiedforthecurrentLogMinersessionCause:NologfilehasbeenspecifiedfortheLogMinersession.Action:Specifyatleastonelogfile.ORA-0129...
IT技术学习 ·2023-07-05

ORA-01597: cannot alter system rollback segment online or offline

文档解释ORA-01597:cannotaltersystemrollbacksegmentonlineorofflineCause:TriedtoonlineorofflinethesystemrollbacksegmentAction:None该错误信息是由于在数据库中无法对系统回滚段(SYSTEMROLLBACK...

ORA-01658: unable to create INITIAL extent for segment in tablespace string

文档解释ORA-01658:unabletocreateINITIALextentforsegmentintablespacestringCause:FailedtofindsufficientcontiguousspacetoallocateINITIALextentforsegmentbeingcreated.Ac...

ORA-01300: writable database required for specified LogMiner options

文档解释ORA-01300:writabledatabaserequiredforspecifiedLogMineroptionsCause:Optionswerespecifiedwhichrequiredthedatabasetobewritable.Action:Specifydifferentoptionsor...

ORA-01339: LogMiner BUILD: Error copying system catalog metadata to LogMiner dictionary

文档解释ORA-01339:LogMinerBUILD:ErrorcopyingsystemcatalogmetadatatoLogMinerdictionaryCause:Unexpectedresultwhileaccessingsystemcatalogmetadata.Action:Checkthealertl...

ORA-01429: Index-Organized Table: no data segment to store overflow row-pieces

文档解释ORA-01429:Index-OrganizedTable:nodatasegmenttostoreoverflowrow-piecesCause:Nooverflowsegmentdefined.Action:Addoverflowsegment.ORA-01429:Index-OrganizedTable...

ORA-01595: error freeing extent (string) of rollback segment (string))

文档解释ORA-01595:errorfreeingextent(string)ofrollbacksegment(string))Cause:Someerroroccurredwhilefreeinginactiverollbacksegmentextents.Action:Investigatetheaccompa...

ORA-00493: GMON process terminated with error

文档解释ORA-00493:GMONprocessterminatedwitherrorCause:TheASMdiskgroupmonitorprocessdiedAction:WarmstartinstanceORA-00493的错误是指Oracle数据库的GMON进程已停止,无法将信息传递给客户应用程序而失败。官...

MySQL Error number: MY-011713; Symbol: ER_GRP_RPL_GMS_LISTENER_FAILED_TO_LOG_NOTIFICATION; SQLSTATE: HY000

文档解释Errornumber:MY-011713;Symbol:ER_GRP_RPL_GMS_LISTENER_FAILED_TO_LOG_NOTIFICATION;SQLSTATE:HY000Message:Unabletolognotificationtotable(errno:%lu)(res:%d)!Mess...

Oracle8i/9i中使用LogMiner来分析日志的过程

LogMiner只要在实例起来的情况下都可以运行,LogMiner使用一个字典文件来实现Oracle内部对象名称的转换,如果没有这个字典文件,则直接显示内部对象编号,例如我们执行下面的语句: deletefrom"C"."A"where"C1"=‘gototop’andROWID='AAABg1AAFAAAB...

Oracle9i中LogMiner有哪些功能提升

1、支持更多数据/存储类型:链接/迁移行、CLUSTER表操作、DIRECTPATH插入以及DDL操作。在V$LOGMNR_CONTENTS的SQL_REDO中可以看到DDL操作的原句(CREATEUSER除外,其中的密码将以加密的形式出现,而不是原始密码)。如果TX_AUDITING初始化参数设为TRUE,则所有操作...
首页上一页...1213141516...下一页尾页