Oracle diagnostic event list

xiaoxiao2021-03-06  40

Often some people ask, what are the diagnostic events in Oracle, what all mean, how to use it?

These issues have already asked too much, and Oracle has no excessive description, and it does not require too much instructions.

We can get the following code query to get the diagnostic events and instructions of Oracle, through these, I think it is enough. Enumerate here to refer to yourself.

Code

Set linesize 120

Set feedback off

SET ServerOutput on

Declare

ERR_MSG varchar2 (120);

Begin

DBMS_OUTPUT.ENABLE (1000000);

FOR ERR_NUM IN 10000..10999

Loop

ERR_MSG: = SQlerRM (-ERR_NUM);

IF ERR_MSG NOT LIKE '% Message' || Err_NUM || 'Not Found%' Then

DBMS_OUTPUT.PUT_LINE (ERR_MSG);

END IF;

End loop;

END;

2. List

ORA-1000: ControlFile Debug Event, Name 'Control_File'

ORA-10001: ControlFile Crash Event1

ORA-10002: ControlFile Crash Event2

ORA-10003: ControlFile Crash Event3

ORA-10004: ControlFile Crash Event4

ORA-10005: TRACE LATCH OPERATIONS for DEBUGGING

ORA-10006: Testing - Block Recovery FORCED

ORA-10007: Log Switch Debug Crash After New Log SELECT, THREAD

ORA-10008: Log Switch Debug Crash After New Log Header Write, Thread

ORA-10009: Log Switch Debug Crash After Old Log Header Write, Thread

ORA-10010: Begin Transaction

ORA-10011: End Transaction

ORA-10012: Abort Transaction

ORA-10013: Instance Recovery

ORA-10014: Roll Back to Save Point

ORA-10015: Undo Segment Recovery

ORA-10016: Undo segment extend

ORA-10017: Undo Segment WRAP

ORA-10018: Data Segment Create

ORA-10019: Data Segment Recovery

ORA-10020: Partial Link Restored to Linked List (KSG)

ORA-10021: Latch Cleanup for State Objects (KSS)

ORA-10022: TRACE KTSGSP

ORA-10023: CREATE SAVE undo segment

ORA-10024: Write to Save undo

ORA-10025: Extend Save undo segment

ORA-10026: Apply Save Undo

ORA-10027: Specify DEADLOCK TRACE INFORMATION TO BE DUMPED

ORA-10028: DUMP TRACE INFORMATION DURING LOCK / RESOURCE LATCH CLEANUPORA-10029: Session Logon (KSU)

ORA-10030: Session Logoff (KSU)

ORA-10031: Sort Debug Event (S *)

ORA-10032: Sort Statistics (sor *)

ORA-10033: Sort Run Information (SRD * / SRS *)

ORA-10035: Parse SQL Statement (OPIPRS)

ORA-10036: Create Remote Row Source (Qkanet)

ORA-10037: Allocate Remote Row Source (QKARWS)

ORA-10038: Dump Row Source Tree (QBADRV)

ORA-10039: Type Checking (Opitca)

ORA-10040: Dirty Cache List

ORA-10041: DUMP undo Records Skipped

ORA-10042: TRAP ERROR DURING undo Application

ORA-10043: Check Consistency Owner / Waiter / Converter Lists in Ksq

ORA-10044: Free List undo Operations

ORA-10045: Free List Update Operations - KTSRSP, KTSUNL

ORA-10046: Enable Sql Statement Timing

ORA-10047: Trace Switching Of Sessions

ORA-10048: undo segment shrink

ORA-10049: Protect Library Cache Memory Heaps

ORA-10050: Sniper TRACE

ORA-10051: TRACE OPI Calls

ORA-10052: Don't Clean Up Obj $

ORA-10053: CBO ENABLE OPTIMIZER TRACE

ORA-10054: Trace undo handling in mls

ORA-10055: TRACE undo handing

ORA-10056: Dump Analyze Stats (KDG)

ORA-10057: Suppress File Names in Error Messages

ORA-10058: Use Table Scan Cost in Tab $ .SPARE1

ORA-10059: Simulate Error in Logfile Create / Clear

ORA-10060: CBO ENABLE PREDICATE DUMP

ORA-10061: Disable SMON from Cleaning Temp Segment

ORA-10062: Disable usage of OS Roles in OSDS

ORA-10063: Disable Usage of DBA and Oper Privileges in OSDS

ORA-10064: Thread Enable Debug Crash Level, Thread

ORA-10065: Limit Library Cache Dump Information for State Object Dump

ORA-10066: Simulate Failure to Verify File

ORA-10067: Force Redo Log Checksum Errors - Block Number

ORA-10068: Force Redo Log CHECKSUM ERRORS - File Numberora-10069: Trusted Oracle Test Event

ORA-10070: Force DataFile Checksum Errors - Block Number

ORA-10071: Force DataFile Checksum Errors - File Number

ORA-10072: Protect Latch Recovery Memory

ORA-10073: Have PMON Dump Info Before Latch Cleanup

ORA-10074: Default TRACE FUNCTION MASK for KST

ORA-10075: CBO Disable Outer-Join To Regular Join Conversion

ORA-10076: CBO ENABLE CARTESIAN PRODUCT JOIN COSTING

ORA-10077: CBO Disable View-Merging Optimization for Outer-Joins

ORA-10078: CBO Disable Constant Predicate Elimination Optimization

ORA-10079: Trace Data Sent / Received Via SQL * NET

ORA-10080: Dump A Block on A Segment List Which Cannot Be Exchanged

ORA-10081: Segment High Water Mark Has Been Advanced

ORA-10082: Free List Head Block Is The Same As The Last Block

ORA-10083: A Brand New Block Has Been Requested from Space Management

ORA-10084: Free List Becomes EMPTY

ORA-10085: Free Lists Have Been Merged

ORA-10086: CBO Enable Error if Kko and qka disagree on by sort

ORA-10087: Disable Repair of Media Corrupt Data Blocks

ORA-10088: CBO Disable New Not in Optimization

ORA-10089: CBO Disable Index Sorting

ORA-10090: Invoke Other Events Before Crash Recovery

ORA-10091: CBO Disable Constant Predicate Merging

ORA-10092: CBO Disable Hash Join

ORA-10093: CBO Enable Force Hash Joins

ORA-10094: Before Resizing a data file

ORA-10095: Dump Debugger Commands to TRACE FILE

ORA-10096: After The Cross Instance Call When Resizing A Data File

ORA-10097: After Generating Redo When Resizing a data file

ORA-10098: After the OS Has Increased The Size of a Data File

ORA-10099: After Updating The File Header with the New File Size

ORA-10100: After the OS Has Decreased The size of a data fileora-10101: Atomic Redo Write Recovery

ORA-10102: Switch Off Anti-Join

ORA-10103: CBO Disable Hash Join Swapping

ORA-10104: Dump Hash Join Statistics to TRACE FILE

ORA-10105: CBO Enable Constant Pred Trans and MPS w Where-Clause

ORA-10106: CBO Disable Evaluating Correlation Pred Last for Not in

ORA-10107: CBO Always Use Bitmap Index

ORA-10108: CBO Don't use Bitmap Index

ORA-10109: CBO Disable Move of Negated Predicates

ORA-10110: CBO Try Index Rowid Range Scans

ORA-10111: Bitmap Index Creation Switch

ORA-10112: Bitmap Index Creation Switch

ORA-10113: Bitmap Index Creation Switch

ORA-10114: Bitmap Index Creation Switch

ORA-10115: CBO Bitmap Optimization Use Maximal Expression

ORA-10116: CBO Bitmap Optimization Switch

ORA-10117: CBO Disable New Parallel Cost Model

ORA-10118: CBO Enable Hash Join Costing

ORA-10119: QKA Disable Gby Sort Elimination

ORA-10120: Generate Relative File # Different from Absolute

ORA-10121: CBO Don't Sort Bitmap Chains

ORA-10122: Disable Transformation Of Count (Col) to count (*)

ORA-10123: QKA Disable Bitmap and-Equals

ORA-10124: Force Creation of Segment Arrays by Kscsallocate

ORA-10125: Disable Remote Sort Elimination

ORA-10126: Debug Oracle Java XA

ORA-10127: Disable Remote Query Block Operation

ORA-10128: DUMP Partition Pruning Information

ORA-10129: ALTER HISTOGRAM LOOKUP for Remote Queries

ORA-10130: Sort disable readaheads

ORA-10131: USE V $ SQL_PLAN CODE PATH for Explain Plan

ORA-10132: Dump Plan after CompiLation

ORA-10133: Testing for SQL Memory Management

ORA-10134: Tracing for SQL Memory Management for Session

ORA-10135: CBO Do Not Count 0 rows partitions

ORA-10136: CBO Turn Off Fix for bug 1089848ora-10137: CBO Turn OFF FIX for Bug 1344111

ORA-10138: CBO Turn Off Fix for Bug 1577003

ORA-10139: CBO Turn Off Fix for bug 1386119

ORA-10140: CBO Turn Off Fix for bug 1332980

ORA-10141: CBO Disable Additional Keys for Inlist In Bitmap Optimization

ORA-10142: CBO Turn Off Advanced OR-Expansion Checks

ORA-10143: CBO Turn Off Hints

ORA-10144: CBO Turn Off Cost Based Selection of Bji over Bsj Subquery

ORA-10145: Test Auditing Network Errors

ORA-10146: Enable Oracle TRACE COLLECTION

ORA-10147: Enable Join Push THROUGH UNION VIEW

ORA-10148: Use pre-7.3.3 random generator

ORA-10149: Allow The Creation of Constraints with Illegal Date Constants

ORA-10150: Import Exceptions

ORA-10151: Force Duplicate Dependency Removal

ORA-10152: CBO Don't consider Function Costs in Plans

ORA-10153: Switch to use public synonym if private one does not translate

ORA-10154: Switch to Disallow Synonyms in DDL Statements

ORA-10155: CBO Disable Generation of Transitive OR-CHAINS

ORA-10156: CBO Disable Index Fast Full Scan

ORA-10157: CBO Disable Index Access Path for in-list

ORA-10158: CBO Preserve Predicate Order In Post-Filters

ORA-10159: CBO Disable Order-by Sort Pushdown Into Domain Indexes

ORA-10160: CBO Disable Use of Join Index

ORA-10161: CBO Recursive Semi-join On / Off-Switch

ORA-10162: CBO Join-Back Elimination On / Off-Switch

ORA-10163: CBO Join-Back Elimination ON / Off-Switch

ORA-10164: CBO Disable SubQuery-Adjusted Cardinal FIX

ORA-10165: Mark Session to Be Aborted During Shutdown Normal

ORA-10166: TRACE long Operation Statistics Updates

ORA-10167: CBO Use Old Index Min / Max Optimization

ORA-10168: CBO Disable Single-Table Predicate Predicate Generation

ORA-10169: CBO Disable Histograms for Multi Partitionsora-10170: CBO Use Old Bitmap Costing

ORA-10171: CBO Disable Transitive Join Predicates

ORA-10172: CBO Force Hash Join Back

ORA-10173: CBO No Constraint-based Join-Back Elimination

ORA-10174: View Join-Back Elimination Switch

ORA-10175: CBO Star Transformation Switch

ORA-10176: CBO Colocated Join Switch

ORA-10177: CBO Colocated Join Switch

ORA-10178: CBO Turn Off Hash Cluster Filtering Through Memcmp

ORA-10179: CBO Turn Off Transitive Predicate Replacement

ORA-10180: Temp Table Transformation Print Error Messages

ORA-10181: CBO Disable Multi-Column in-list processing

ORA-10182: CBO Disable Generation of Implied Predicates

ORA-10183: CBO Disable Cost Rounding

ORA-10184: CBO Disable OR-Exp if long Inlist on Bitmap Column

ORA-10185: CBO Force Index Join

ORA-10186: CBO Disable Index Join

ORA-10187: CBO Additional Index Join Switch

ORA-10188: CBO Additional Index Join Switch

ORA-10189: CBO Turn Off FFS NULL FIX

ORA-10190: Analyze Use Old Frequency Histogram Collection and Density

ORA-10191: Avoid Conversion of In-Lists Back to OR-Expanded Form

ORA-10192: Nopushdown When Number of Groups Exceed Number of Rows

ORA-10193: Force RepeATable Sampling with Specified Seed

ORA-10194: CBO Disable New Like Selectivity Heuristic

ORA-10195: CBO Don't Use Check Constraints for Transitive Predicates

ORA-10196: CBO Disable Index Skip Scan

ORA-10197: CBO Force Index Skip Scan

ORA-10198: Check undo Record

ORA-10199: SET Parameter in Session

ORA-10200: Consistent Read Buffer Status

ORA-10201: Consistent Read undo Application

ORA-10202: Consistent Read Block Header

ORA-10203: Block Cleanout

ORA-10204: Signal Recursive Extend

ORA-10205: Row Cache Debuggingora-10206: Transaction Table Consistent Read READ

ORA-10207: Consistent Read Transactions' Status Report

ORA-10208: Consistent Read Loop Check

ORA-10209: Enable Simulate Error On ControlFile

ORA-10210: Check Data Block Integrity

ORA-10211: Check INDEX Block Integrity

ORA-10212: Check Cluster Integrity

ORA-10213: Crash After ControlFile Write

ORA-10214: Simulate Write Errors On ControlFile

ORA-10215: Simulate Read Errors on ControlFile

ORA-10216: DUMP ControlFile Header

ORA-10217: Debug Sequence Numbers

ORA-10218: Dump Uba of Applied Undo

ORA-10219: Monitor Multi-Pass Row Locking

ORA-10220: Show Updates to the Transaction Table

ORA-10221: SHOW CHANGES DONE with UNDO

ORA-10222: Row Cache

ORA-10223: Transaction Layer - Turn on Verification Codes

ORA-10224: Index Block Split / Delete TRACE

ORA-10225: Free / Used Extent Row Cache

ORA-10226: Trace CR Applications of undo for data operations

ORA-10227: Verify (Multi-Piece) Row Structure

ORA-10228: TRACE Application of Redo by KCOCBK

ORA-10229: Simulate I / O Error Against DataFiles

ORA-10230: Check Redo Generation By Copying Before Applying

ORA-10231: Skip Corrupted Blocks ON _TABLE_SCANS_

ORA-10232: Dump Corrupted Blocks Symbolically When KCBGOTEN

ORA-10233: Skip Corrupted Blocks on Index Operations

ORA-10234: Trigger EventAfter Calling KcRAPC to Do Redo N Times

ORA-10235: Check Memory Manager Internal Structure

ORA-10236: Library Cache Manager

ORA-10237: Simulate ^ c (for testing purposes)

ORA-10238: Instantiation Manager

ORA-10239: Multi-Instance Library Cache Manager

ORA-10240: Dump DBA's of Blocks That We Wait for

ORA-10241: Remote SQL Execution Tracing / Validation

ORA-10242: Suppress Oer 2063 (for Testing Distrib W / O Different Error LOG) ORA-10243: Simulate Error for Test of K2GTAB Latch Cleanup

ORA-10244: Make Tranids in Error Msgs Print AS 0.0.0 (for testing)

ORA-10245: Simulate Lock Conflict Error for Testing PMON

ORA-10246: Print Trace of PMON Actions to TRACE FILE

ORA-10247: Turn On SCGCMN Tracing. (VMS ONLY)

ORA-10248: Turn on Tracing for Dispatcher

ORA-10249: Turn on Tracing for Multi-Stated Servers

ORA-10250: Trace All Allocate and Free Calls to the Topmost SGA HEAP

ORA-10251: Check Consistency of Transaction Table and undo block

ORA-10252: Simulate Write Error to Data File Header

ORA-10253: Simulate Write Error to Redo Log

ORA-10254: TRACE CROSS-INSTANCE CALLS

ORA-10255: PL / SQL PARSE CHECKING

ORA-10256: Turn Off Shared Server Load Balancing

ORA-10257: TRACE SHARED Server Load Balancing

ORA-10258: Force Shared Servers To Be Chosen Round-Robin

ORA-10259: Get Error Message Text from Remote Using Explicit Call

ORA-10260: Trace Calls to SmpRset (VMS ONLY)

ORA-10261: Limit the size of the pga heap

ORA-10262: Don't Check for Memory Leaks

ORA-10263: Don't Free Empty PGA HEAP EXTENTS

ORA-10264: Collect Statistics On Context Area USAGE (x $ ksmcx)

ORA-10265: Keep Random System Generated Output Out of Error Messages

ORA-10266: TRACE OSD Stack Usage

ORA-10267: Inhibit Ksedmp for Testing

ORA-10268: Don't do forward coalesce at the deletring extents

ORA-10269: Don't do coalespres of free space in SMON

ORA-10270: Debug Shared Cursors

ORA-10271: Distributed TransactionAfter instance

ORA-10272: Distributed Transaction Before Prepare

ORA-10273: Distributed Transaction After prepare

ORA-10274: Distributed Transaction Before Commit

ORA-10275: Distributed TransactionAfter Commitora-10276: Distributed Transaction Before Forget

ORA-10277: Cursor Sharing (or Not) Related Event (Used for Testing)

ORA-10278: Internal Testing

ORA-10279: Simulate Block Corruption in KDB4CHK

ORA-10280: INTERNAL TESTING - Segmentation Fault During Crash Recovery

ORA-10281: Maximum Time to Wait for Process Creation

ORA-10282: Inhibit Signalling Other Backgrounds When One Dies

ORA-10283: Simulate Asynch I / O Never Completa

ORA-10284: Simulate Zero / Infinite asynch I / O Buffering

ORA-10285: Simulate ControlFile HEADER CORRUPTION

ORA-10286: Simulate ControlFile Open Error

ORA-10287: Simulate Archiver Error

ORA-10288: Do Not Check Block Type In KtrGet

ORA-10289: Do Block Dumps to TRACE IN HEX Rather Than fromtted

ORA-10290: KDNCHK - CHECKVALID EVENT - NOT for General Purpose.

ORA-10291: DIE in TBSDRV to Test ControlFile undo

ORA-10292: DUMP UET ENTRIES ON A 1561 from DTSDRV

ORA-10293: Dump Debugging Information When Doy Block Recovery

ORA-10294: Enable Persistent DLM Operations on non-compliant systems

ORA-10295: Die After File Header Update Durning CF Xact

ORA-10296: DISABLE ORA-379

ORA-10297: Customize Dictionary Object Number Cache

ORA-10298: KSFD I / O Tracing

ORA-10299: TRACE Prefetch Tracking Decisions Made by CKPT

ORA-10300: Disable undo Compatibility Check At Database Open

ORA-10301: ENABLE LCK TIMEOUT TABLE CONSISTENCY CHECK

ORA-10302: TRACE CREATE ORDIP INTERTER TRIGGER

ORA-10303: TRACE Loading of Library Cache for Internal Triggers

ORA-10304: TRACE Replication TRIGGER

ORA-10305: TRACE UPDATABLE MATERIAALIZED View TRIGGER

ORA-10306: Trace Materialized View Log Trigger

ORA-10307: TRACE RepCAT EXECUTION

ORA-10308: Replication Testing Eventora-10309: Trigger Debug Event

ORA-10310: TRACE SYNCHRONOS CHANGE TABLE TRIGGER

ORA-10311: Disable Flashback Table TimeStamp Checking

ORA-10312: Allow Disable to Log Rows Into The Mapping Table

ORA-10313: ALLOW ROW CR OPERATIONS for SINGLE INSTANCE

ORA-10314: Enable Extra Stats Gathering for CR

ORA-10316: Events for Extensible TXN HEADER, NON ZERO Ext Header Size

ORA-10317: Events for Extensible Txn Header, Zero Ext Header Size

ORA-10318: Trace Extensible TXN HEADER MOVEMENTS

ORA-10319: TRACE PGA Statistics Maintenance

ORA-10320: Enable Data Layer (Kdtgrs) Tracing of Space Management Calls

ORA-10321: DataFile Header Verification Debug Failure.

ORA-10322: CBO Don't Simplify Inlist Predicates

ORA-10323: Before Committing An Add DataFile Command

ORA-10324: Enable Better Checking of Redo Logs Errors

ORA-10325: TRACE Control File Record Section Expand and Shrink Operations

ORA-10326: Clear Logfile Debug Crash AT, LOG

ORA-10327: Simulate ORA-00235 Error for Testing

ORA-10328: Disable first-to-mount split-brein error, for testing

ORA-10329: Simulate Lost Write, Test Detection By Two-Pass Recovery

ORA-10330: Clear Mttr Statistics in Checkpoint Progress Record

ORA-10331: Simulate Resilvering During Recovery

ORA-10332: Force Alter System Quiesce Restric To Fail

ORA-10333: DUMP MTTR Statistics Each Time IT IS Updated

ORA-10334: Force FG to Wait To Be Killed During Mttr Advisory Simulation

ORA-10336: Do Remote Object Transfer Using Remote SQL

ORA-10337: Enable Padding Owner Name in slave SQL

ORA-10338: CBO Don't use inlist iterator with function-based indexes

ORA-10339: CBO Disable Decode Simplification

ORA-10340: Buffer Queues Sanity Check for Corrupted Buffersora-10341: Simulate Out of PGA Memory in Dbwr During Object Reuse

ORA-10342: Raise Unknown Exception in ACQ_ADD WHEN CHECKPOING

ORA-10343: Raise An Out of Memory Exception-Oer 4031 in ACQ_ADD

ORA-10344: Simulate KGHXAL RETURNING 0 in ACQ_ADD But no Exception

ORA-10345: Validate Queue When Linking or Unlinking A Buffer

ORA-10346: Check That All Buffers for Checkpoint Have Been Written

ORA-10347: Dump Active Checkpoint Entries and Checkpoint Buffers

ORA-10348: Test Abnormal Termination of Process Initiating File Checkpoint

ORA-10349: Do Not ALOW CKPT to Complete

ORA-10350: Simulate More Than Object & Tsn ID in Object Reuse

ORA-10351: SIZE OF SLOTS

ORA-10352: Report Direct Path Statistics

ORA-10353: Number of Slots

ORA-10354: Turn on Direct Read Path for Parallel Query

ORA-10355: Turn on Direct Read Path for Scans

ORA-10356: Turn on Hint Usage for Direct READ

ORA-10357: Turn on Debug Information For Direct Path

ORA-10358: Simulate Out of PGA Memory In Cache Advisory Reset

ORA-10359: Turn Off Updates to Control File for Direct Writes

ORA-10360: Enable dbwr consistency checking

ORA-10365: Turn on Debug Information for Adaptive Direct READS

ORA-10370: Parallel Query Server Kill Event

ORA-10371: Disable TQ Hint

ORA-10372: Parallel Query Server Kill Event Proc

ORA-10373: Parallel Query Server Kill Event

ORA-10374: Parallel Query Server Interrupt (Validate Lock Value)

ORA-10375: Turn on Checks for Statistics Rollups

ORA-10376: Turn on Table Queue Statistics

ORA-10377: Turn Off Load Balancing

ORA-10378: Force Hard Process / Range Affinity

ORA-10379: Direct Read for Rowid Range Scans (Unmeplement)

ORA-10380: KXFP LATCH CLEANUP TESTING EVENTORA-10381: KXFP LATCH CLEANUP TESTING EVENT

ORA-10382: Parallel Query Server Interrupt (RESET)

ORA-10383: Auto Parallelization Testing Event

ORA-10384: Parallel DataFlow Scheduler Tracing

ORA-10385: Parallel Table Scan Range Sampling Method

ORA-10386: Parallel SQL Hash And Range Statistics

ORA-10387: Parallel Query Server Interrupt (Normal)

ORA-10388: Parallel Query Server Interrupt (Failure)

ORA-10389: Parallel Query Server Interrupt (Cleanup)

ORA-10390: Trace Parallel Query Slave Execution

ORA-10391: Trace PX Granule Allocation / Assignment

ORA-10392: Parallel Query Debugging Bits

ORA-10393: Print Parallel Query Statistics

ORA-10394: Generate A Fake Load to test adaptive and load balancing

ORA-10395: Adjust Sample Size for Range Table Queues

ORA-10396: Circumvent Range Table Queues for queries

ORA-10397: Suppress Verbose Parallel Coordinator Error Reporting

ORA-10398: Enable Timeouts in Parallel Query Threads

ORA-10399: TRACE BUFFER ALLOCATION

ORA-10400: Turn on System State Dumps for Shutdown Debugging

ORA-10401: Turn ON IPC (KSXP) Debugging

ORA-10402: Turn ON IPC (Skgxp) Debugging

ORA-10403: Fake CPU Number for Default Degree Of Parallelism

ORA-10404: Crash DBWRAFTER WRITE

ORA-10405: Emulate Broken Mirror

ORA-10406: Enable DateTime TimeStamp, Interval DataType Creation

ORA-10407: Enable DateTime Time DataType Creation

ORA-10408: Disable Olap Builtin Window Function Usage

ORA-10409: Enable Granule Memset and Block Invalidation At Startup

ORA-10410: Trigger Simulate Communications Errors in Ksxp

ORA-10411: Simulate Errors in IMR

ORA-10412: Trigger Simulate Errors in CGS / CM Interface

ORA-10413: Force Simulated Error for Testing Purposes

ORA-10414: Simulated Error from Event Levelora-10425: Enable Global Enqueue Service Open Event TRACE

ORA-10426: Enable Global Enqueue Service Convert Event TRACE

ORA-10427: Enable Global Enqueue Service Traffic Controller Event TRACE

ORA-10428: Enable Tracing of Global Enqueue Service Distributed Resource

ORA-10429: Enable Tracing of Global Enqueue Service IPC Calls

ORA-10430: Enable Tracing of Global Enqueue Service AST Calls

ORA-10431: Enable Verification Messages on Pi Consistency

ORA-10432: Enable Tracing of Global Cache Service Fusion Calls

ORA-10433: Global Enqueue Service Testing Event

ORA-10434: Enable Tracing of Global ENQUE Service Multiple LMS

ORA-10435: Enable Tracing of Global Enqueue Service DeAdlock Dettction

ORA-10436: Enable Global Cache Service Duplicate Ping Checking

ORA-10437: Enable TRACE OF GLOBAL ENQUE Service S Optimized Resources

ORA-10442: Enable TRACE OF KST for ORA-01555 DIAGNOSTICS

ORA-10450: Signal Ctrl-C in Kdddca (Drop Column) After N Rows

ORA-10496: Turn Off Fix for bug 2554178

ORA-10498: Trim Blank Characters Including Contol Characters

ORA-10499: Revert to Old Scale Behaviour

ORA-10500: Turn on Traces for SMON

ORA-10501: Periodical CHECK SELECTED HEAP

ORA-10502: CBO Disable the FIX for bug 2098120

ORA-10503: Enable User-Specified Graduated Bind LENGTHS

ORA-10504: CBO Disable The Fix for Bug 2607029

ORA-10510: Turn Off SMON Check to Offline Pending Offline Rollback Segment

ORA-10511: Turn Off Smon Check to Cleanup undo Dictionary

ORA-10512: Turn Off SMON Check to Shrink Rollback Segments

ORA-10513: Turn Off Wrap Source Compression

ORA-10515: Turn on Event To Use Physical Cleanout

ORA-10520: recreate package / procedure / view only if definition HAS Changed

ORA-10550: Signal Error During Create As SELECT / CREATE INDEX AFTER N ROWS

ORA-10560: Block Type ''

ORA-10561: Block Type ', Data Object #

ORA-10562: Error Occurred While Applying Redo To Data Block (File #, Block #)

ORA-10563: Test Recovery Had to Corrupt Data Block (File #, Block #) in Order to Proceed

ORA-10564: TableSpace

ORA-10565: Another Test Recovery Session IS Active

ORA-10566: Test Recovery Has Used All The Memory It Can Use

ORA-10567: Redo Is InconsiStent with Data Block (file #, block #)

ORA-10568: Failed to Allocate Recovery State Object: Out of SGA Memory

ORA-10570: Test Recovery Complete

ORA-10571: Test Recovery Canceled

ORA-10572: Test Recovery Canceled Due To Erro

ORA-10573: Test Recovery Tested Redo from change to

ORA-10574: Test Recovery Did NOT CORRUPT Any Data Block

ORA-10575: Give Up Restoring Recovered DataFiles To Consistent State: Out of Memory

ORA-10576: Give Up Restoring Recovered DataFiles To Consistent State: Some Error Occurre

ORA-10577: Can Not Invoke Test Recovery for Managed Standby Database Recovery

ORA-10578: Can NotALow Corruption for Managed Standby Database Recovery

ORA-10579: Can Not Modify Control File During Test Recovery

ORA-10580: Can Not Modify DataFile Header During Test Recovery

ORA-10581: Can Not Modify Redo Log Header During Test Recovery

ORA-10582: The Control File Is Not a Backup Control File

ORA-10583: Can Not Recovery File Renamed As Missing During Test Recovery

ORA-10584: Can Not Invoke Parallel Recovery for Test Recovery

ORA-10585: Test Recovery Can NOT Apply Redo That May Modify Control File

ORA-10586: Test Recovery Had to Corrupt 1 Data Block in Order to Proceed

ORA-10587: Invalid Count for Allow N Corruption Option

ORA-10588: Can Only Allow 1 Corruption for Normal Media / Standby Recovery

ORA-10589: Test Recovery Had to Corrupt Data Blocks in Order to Proceed

ORA-10590: KGA (Argus Debugger) Test Flags

ORA-10591: KGA (Argus Debugger) Test Flags

ORA-10592: KGA (Argus Debugger) Test Flags

ORA-10593: KGA (Argus Debugger) Test Flags

ORA-10594: KGA (Argus Debugger) Test Flags

ORA-10595: KGA (Argus Debugger) TEST FLAGS

ORA-10596: KGA (Argus Debugger) Test Flags

ORA-10597: KGA (Argus Debugger) TEST FLAGS

ORA-10598: KGA (Argus Debugger) TEST FLAGS

ORA-10599: KGA (Argus Debugger) Test Flags

ORA-10600: Check Cursor Frame Allocation

ORA-10601: Turn on Debugging for Cursor_sharing (Literal Replacement)

ORA-10602: Cause An Access Violation (for testing purposes)

ORA-10603: Cause An Error To Occur During Truncate (for Testing Purposes)

ORA-10604: TRACE Palel Create Index

ORA-10605: Enable Parallel Create INDEX by Default

ORA-10606: Trace Parallel Create INDEX

ORA-10607: TRACE INDEX ROWID Partition Scan

ORA-10608: TRACE CREATE BITMAP INDEX

ORA-10609: TRACE for array index insertion

ORA-10610: TRACE CREATE INDEX PSEUDO OPTIMizer

ORA-10611: Causes Migration to Fail - Testing ONLY

ORA-10612: Prints Debug Information for Auto-Space Managed Segments

ORA-10613: Prints Debug Information for Auto-Space Managed Segments

ORA-10614: Operation Not Allowed On this segment

ORA-10615: Invalid TableSpace Type for Temporary TableSpace

ORA-10616: Operation Not Allowed On this TableSpace

ORA-10617: Cannot Create Rollback Segment in Dictionary Managed TableSpace

ORA-10618: Operation NotALowed On this Segment

ORA-10619: Avoid Assertions When Possible

ORA-10620: Operation NotALowed on this segment

ORA-10621: Data Block Does Not Belong to The Segmentora-10622: Test / Trace Online Index (RE) Build

ORA-10623: Enable Index Range Scan Prefetch - Testing ONLY

ORA-10624: Disable Ujv Invalidation on Drop Index

ORA-10625: Turn Off Redo Log Dump for the index when Oeri 12700

ORA-10627: Dump The Content of the Index Leaf Block

ORA-10628: Turn ON Sanity Check for Kdiss Index Skip Scan State

ORA-10640: Operation Not Permitted During System TableSpace Migration

ORA-10641: Cannot Find a rollback segment to bind to

ORA-10642: Found Rollback Segments in Dictionary Managed TableSpaces

ORA-10643: Database Should Be Mounted in Restricted Mode and Exclusive Mode

ORA-10644: System TableSpace Cannot Be Default Temporary TableSpace

ORA-10645: Recursive Extension in System Tablespace DURING MIGRATION

ORA-10646: Too Many Recursive Extensions During System TableSpace Migration

ORA-10647: TableSpace Other Than System, NOT Found in Read Only Mode

ORA-10650: Disable Cache-Callback Optimisation

ORA-10651: IncorRect File Number Block Number Specified

ORA-10666: Do Not get Database Enqueue Name

ORA-10667: Cause SPPST to Check for Valid Process IDS

ORA-10690: SET Shadow Process Core File Dump Type (Unix Only)

ORA-10691: Set Background Process Core File Type (Unix ONLY)

ORA-10700: ALTER Access Violation Exception Handler

ORA-10701: Dump Direct Loader Index Keys

ORA-10702: Enable Histogram Data Generation

ORA-10703: Simulate Process Death During Enqueue Get

ORA-10704: Print Out Information About What Enqueues Are Being Obtained

ORA-10705: Print Out Tracing Information for Every I / O Done by ODSS

ORA-10706: Print Out Information About Global Enqueue MANipulation

ORA-10707: Simulate Process Death for instance registration

ORA-10708: Print Out Trace Information from the Rac Buffer Cacheora-10709: Enable Parallel Instances in Crete Index by Default

ORA-10710: Trace Bitmap Index Access

ORA-10711: TRACE Bitmap Index Merge

ORA-10712: Trace Bitmap Index OR

ORA-10713: TRACE Bitmap Index and

ORA-10714: TRACE Bitmap Index Minus

ORA-10715: Trace Bitmap Index Conversion To RowIDS

ORA-10716: TRACE Bitmap Index Compress / Decompress

ORA-10717: Trace Bitmap Index Compact TRACE for Index Creation

ORA-10718: Event to Disable Automatic Compact After Index Creation

ORA-10719: TRACE Bitmap Index DML

ORA-10720: Trace DB Scheduling

ORA-10721: Internal Testing - Temp Table Transformation

ORA-10722: SET Parameters for CPU Frequency Calculation (Debug)

ORA-10723: INTERNAL TESTING - RELEASE BUFFER for Buffer Cache Shrink

ORA-10724: TRACE CROSS-INSTANCE BROADCAST

ORA-10730: TRACE ROW Level Security Policy Predicates

ORA-10731: DUMP SQL for Cursor Expressions

ORA-10740: Disables fix for bug 598861

ORA-10750: Test Rollback Segment Blksize Guessing for Index Array Insert

ORA-10800: Disable Smart Disk Scan

ORA-10801: Enable Smart Disk Trace

ORA-10802: Reserved for Smart Disk

ORA-10803: Write Timing Statistics On Cluster Database Recovery Scan

ORA-10804: Reserved for Ksxb

ORA-10806: Switch to 7.3 Mode When Detaching Sessions

ORA-10807: Disable User ID Check When Switch To A Global Transaction

ORA-10810: Trace Snapshot TOO OLD

ORA-10811: Trace Block Cleanouts

ORA-10812: TRACE CONSISTENT READS

ORA-10826: Enable Upgrade / Downgrade Error Message TRACE

ORA-10827: Database Must Be Opened with Migrate Option

ORA-10830: TRACE GROUP BY SORT ROW SOURCE

ORA-10831: TRACE GROUP BY ROLLUP ROW SOURCE

ORA-10841: Default un-inintialized charact set form to sqlcs_implicitora-10842: Event for OCI Tracing and Statistics Info

ORA-10850: Enable Time Manager Tracing

ORA-10851: ALLOW DROP Command to Drop Queue Tables

ORA-10852: Enable Tracing for enqueue Dequeue Operations

ORA-10853: Event for AQ Statistics Latch Cleanup Testing

ORA-10856: Disable AQ Propagator from Using Streaming

ORA-10857: Force AQ Propagator To Use Two-Phase Commit

ORA-10858: Crash the AQ Propagator At Different Stages of Commit

ORA-10859: Disable Updates of Message Retry Count COUNT

ORA-10860: Event for AQ Admin Disable New Name Parser

ORA-10861: Disable Storing Extended Message Properties

ORA-10862: Resolve Default Queue Owner To Current User in Enqueue / Dequeue

ORA-10871: Dump File Open / Close Timestamp During Media Recovery

ORA-10900: EXTENT Manager Fault Insertion Event #

ORA-10902: Disable Seghdr Conversion for Ro Operation

ORA-10903: Force TableSpaces to Become Locally Managed

ORA-10904: ALLOW LOCALLY Managed TableSpaces to Have User Allocation

ORA-10905: Do Cache Verification (KCBCXX) on Extent Allocation

ORA-10906: Unable to Extend Segment After Insert Direct Load

ORA-10907: TRACE EXTENT Management Events

ORA-10908: TRACE TEMP TABLESPACE EVENTS

ORA-10909: TRACE FREE LIST EVENTS

ORA-10910: Inject Corner Case Events Into The Rac Buffer Cache

ORA-10911: Locally Managed System TableSpace Bitmaps Can Be Modified Only Under The Supervision of Oracle Support

ORA-10912: Used to Perform Admin Operations On Locally Managed System TableSpace

ORA-10913: CREATE LOCALLY Managed Database IF Compatible> 920 by Default

ORA-10924: Import Storage Parse Error Ignore Event

ORA-10925: TRACE NAME CONTEXT Forever

ORA-10926: TRACE NAME CONTEXT ForeVerora-10927: Trace Name Context Forever

ORA-10928: TRACE NAME CONTEXT Forever

ORA-10929: TRACE NAME CONTEXT Forever

ORA-10930: TRACE NAME CONTEXT Forever

ORA-10931: TRACE NAME CONTEXT Forever

ORA-10932: TRACE NAME CONTEXT Forever

ORA-10933: TRACE NAME CONTEXT Forever

ORA-10934: Reserved. Used Only in Version 7.x.

ORA-10935: Reserved. Used Only in Version 7.x.

ORA-10936: TRACE NAME CONTEXT Forever

ORA-10937: TRACE NAME CONTEXT Forever

ORA-10938: TRACE NAME CONTEXT Forever

ORA-10939: TRACE NAME CONTEXT Forever

ORA-10940: TRACE NAME CONTEXT Forever

ORA-10941: TRACE NAME CONTEXT Forever

ORA-10943: TRACE NAME CONTEXT Forever

ORA-10944: TRACE NAME CONTEXT Forever

ORA-10945: TRACE NAME CONTEXT Forever

ORA-10970: Backout Event for bug 2133357

ORA-10975: TRACE EXECUTION OF Parallel PropAgation

ORA-10976: INTERNAL PACKAGE RELATED TRACING

ORA-10977: TRACE EVENT for Repapi

ORA-10979: TRACE FLAGS for Join Index IMPLEMentation

ORA-10980: Prevent Sharing of Parasd Query During Materialized View Query Generation

ORA-10981: DSCN Computation-Related Event in Replication

ORA-10982: Event to Turn Off CDC-Format MV Logs

ORA-10983: Event to Enable Create_change_table debugging

ORA-10984: Subquery Materialized View-Related Event

ORA-10985: Event for Null Refresh of Materialize Views

ORA-10986: DONOT USE HASH_AJ IN Refresh

ORA-10987: Event for the support of caching Table with Object Feature

ORA-10988: Event to Get Exclusive Lock During Materialized View Refresh In IAS

ORA-10989: Event to Internal Create Statistics MV

ORA-10996: Event to make a process hold a latch in ksu

ORA-10999: Do Not get Database Enqueue Name

3. The help provided by Oracle itself also contains this information:

$ Oracle_home / rdbms / mesg / oraus.msg from 10,000 to 10999, including all published and unpublished events

This file is not included in Windows release, you can download here: Oraus.msg

转载请注明原文地址:https://www.9cbs.com/read-53081.html

New Post(0)