SlideShare a Scribd company logo
1 of 4
Download to read offline
decode_name_mode.c
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
extern char *decode_name_lock (char *cad_decodificar)
        {
        static char dato_1[256];
               vaciar_cadena (dato_1,256);
                if ( strncmp (cad_decodificar,"BL",2) == 0) strcpy
(dato_1,"Buffer hash table instance lock"); else
                if ( strncmp (cad_decodificar,"CF",2) == 0) strcpy (dato_1,"
Control file schema global enqueue lock"); else
                if ( strncmp (cad_decodificar,"CI",2) == 0) strcpy
(dato_1,"Cross-instance function invocation instance lock"); else
                if ( strncmp (cad_decodificar,"CS",2) == 0) strcpy
(dato_1,"Control file schema global enqueue lock"); else
                if ( strncmp (cad_decodificar,"CU",2) == 0) strcpy
(dato_1,"Cursor bind lock"); else
                if ( strncmp (cad_decodificar,"DF",2) == 0) strcpy (dato_1,"Data
file instance lock"); else
                if ( strncmp (cad_decodificar,"DL",2) == 0) strcpy
(dato_1,"Direct loader parallel index create"); else
                if ( strncmp (cad_decodificar,"DM",2) == 0) strcpy
(dato_1,"Mount/startup db primary/secondary instance lock"); else
                if ( strncmp (cad_decodificar,"DR",2) == 0) strcpy
(dato_1,"Distributed recovery process lock"); else
                if ( strncmp (cad_decodificar,"DX",2) == 0) strcpy
(dato_1,"Distributed transaction entry lock"); else
                if ( strncmp (cad_decodificar,"FI",2) == 0) strcpy (dato_1,"SGA
open-file information lock"); else
                if ( strncmp (cad_decodificar,"FS",2) == 0) strcpy (dato_1,"File
set lock"); else
                if ( strncmp (cad_decodificar,"HW",2) == 0) strcpy
(dato_1,"Space management operations on a specific segment lock"); else
                if ( strncmp (cad_decodificar,"IN",2) == 0) strcpy
(dato_1,"Instance number lock"); else
                if ( strncmp (cad_decodificar,"IR",2) == 0) strcpy
(dato_1,"Instance recovery serialization global enqueue lock"); else
                if ( strncmp (cad_decodificar,"IS",2) == 0) strcpy
(dato_1,"Instance state lock"); else
                if ( strncmp (cad_decodificar,"IV",2) == 0) strcpy
(dato_1,"Library cache invalidation instance lock"); else
                if ( strncmp (cad_decodificar,"JQ",2) == 0) strcpy (dato_1,"Job
queue lock"); else
                if ( strncmp (cad_decodificar,"KK",2) == 0) strcpy
(dato_1,"Thread kick lock"); else
                if ( strncmp (cad_decodificar,"MB",2) == 0) strcpy
(dato_1,"Master buffer hash table instance lock"); else
                if ( strncmp (cad_decodificar,"MM",2) == 0) strcpy
(dato_1,"Mount definition gloabal enqueue lock"); else
                if ( strncmp (cad_decodificar,"MR",2) == 0) strcpy
(dato_1,"Media recovery lock"); else
                if ( strncmp (cad_decodificar,"PF",2) == 0) strcpy
(dato_1,"Password file lock"); else
                if ( strncmp (cad_decodificar,"PI",2) == 0) strcpy
(dato_1,"Parallel operation lock"); else
                if ( strncmp (cad_decodificar,"PR",2) == 0) strcpy
(dato_1,"Process startup lock"); else
                if ( strncmp (cad_decodificar,"PS",2) == 0) strcpy
(dato_1,"Parallel operation lock"); else
                if ( strncmp (cad_decodificar,"RE",2) == 0) strcpy
(dato_1,"USE_ROW_ENQUEUE enforcement lock"); else
                if ( strncmp (cad_decodificar,"RT",2) == 0) strcpy (dato_1,"Redo
thread global enqueue lock"); else
                if ( strncmp (cad_decodificar,"RW",2) == 0) strcpy (dato_1,"Row
wait enqueue lock"); else
                                     Página 1
decode_name_mode.c
                if ( strncmp (cad_decodificar,"SC",2) == 0) strcpy
(dato_1,"System commit number instance lock"); else
                if ( strncmp (cad_decodificar,"SH",2) == 0) strcpy
(dato_1,"System commit number high water mark enqueue lock"); else
                if ( strncmp (cad_decodificar,"SM",2) == 0) strcpy (dato_1,"SMON
lock"); else
                if ( strncmp (cad_decodificar,"SN",2) == 0) strcpy
(dato_1,"Sequence number instance lock"); else
                if ( strncmp (cad_decodificar,"SQ",2) == 0) strcpy
(dato_1,"Sequence number enqueue lock"); else
                if ( strncmp (cad_decodificar,"SS",2) == 0) strcpy (dato_1,"Sort
segment lock"); else
                if ( strncmp (cad_decodificar,"ST",2) == 0) strcpy
(dato_1,"Space transaction enqueue lock"); else
                if ( strncmp (cad_decodificar,"SV",2) == 0) strcpy
(dato_1,"Sequence number value lock"); else
                if ( strncmp (cad_decodificar,"TA",2) == 0) strcpy
(dato_1,"Generic enqueue lock"); else
                if ( strncmp (cad_decodificar,"TD",2) == 0) strcpy (dato_1,"DDL
enqueue lock"); else
                if ( strncmp (cad_decodificar,"TE",2) == 0) strcpy
(dato_1,"Extend-segment enqueue lock"); else
                if ( strncmp (cad_decodificar,"TM",2) == 0) strcpy (dato_1,"DML
enqueue lock"); else
                if ( strncmp (cad_decodificar,"TT",2) == 0) strcpy
(dato_1,"Temporary table enqueue lock"); else
                if ( strncmp (cad_decodificar,"TX",2) == 0) strcpy
(dato_1,"Transaction enqueue lock"); else
                if ( strncmp (cad_decodificar,"UL",2) == 0) strcpy (dato_1,"User
supplied lock"); else
                if ( strncmp (cad_decodificar,"UN",2) == 0) strcpy (dato_1,"User
name lock"); else
                if ( strncmp (cad_decodificar,"US",2) == 0) strcpy (dato_1,"Undo
segment DDL lock"); else
                if ( strncmp (cad_decodificar,"WL",2) == 0) strcpy
(dato_1,"Being-written redo log instance lock"); else
                if ( strncmp (cad_decodificar,"WS",2) == 0) strcpy
(dato_1,"Write-atomic-log-switch global enqueue lock"); else
                if ( strncmp (cad_decodificar,"TS",2) == 0) strcpy
(dato_1,"Temporary segment enqueue lock (ID2=0) New block allocation enqueue
lock (ID2=1)"); else
                if ( strncmp (cad_decodificar,"LA",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (A=namespace)"); else
                if ( strncmp (cad_decodificar,"LB",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (B=namespace)"); else
                if ( strncmp (cad_decodificar,"LC",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (C=namespace)"); else
                if ( strncmp (cad_decodificar,"LD",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (D=namespace)"); else
                if ( strncmp (cad_decodificar,"LE",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (E=namespace)"); else
                if ( strncmp (cad_decodificar,"LF",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (F=namespace)"); else
                if ( strncmp (cad_decodificar,"LG",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (G=namespace)"); else
                if ( strncmp (cad_decodificar,"LH",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (H=namespace)"); else
                if ( strncmp (cad_decodificar,"LI",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (I=namespace)"); else
                if ( strncmp (cad_decodificar,"LJ",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (J=namespace)"); else
                if ( strncmp (cad_decodificar,"LK",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (K=namespace)"); else
                if ( strncmp (cad_decodificar,"LL",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (L=namespace)"); else
                if ( strncmp (cad_decodificar,"LM",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (M=namespace)"); else
                if ( strncmp (cad_decodificar,"LN",2) == 0) strcpy
                                    Página 2
decode_name_mode.c
(dato_1,"Library cache lock instance lock (N=namespace)"); else
                if ( strncmp (cad_decodificar,"LO",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (O=namespace)"); else
                if ( strncmp (cad_decodificar,"LP",2) == 0) strcpy
(dato_1,"Library cache lock instance lock (P=namespace)"); else
                if ( strncmp (cad_decodificar,"LS",2) == 0) strcpy   (dato_1,"Log
start/log switch enqueue lock"); else
                if ( strncmp (cad_decodificar,"PA",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (A=namespace)"); else
                if ( strncmp (cad_decodificar,"PB",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (B=namespace)"); else
                if ( strncmp (cad_decodificar,"PC",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (C=namespace)"); else
                if ( strncmp (cad_decodificar,"PD",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (D=namespace)"); else
                if ( strncmp (cad_decodificar,"PE",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (E=namespace)"); else
                if ( strncmp (cad_decodificar,"PF",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (F=namespace)"); else
                if ( strncmp (cad_decodificar,"PG",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (G=namespace)"); else
                if ( strncmp (cad_decodificar,"PH",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (H=namespace)"); else
                if ( strncmp (cad_decodificar,"PI",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (I=namespace)"); else
                if ( strncmp (cad_decodificar,"PJ",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (J=namespace)"); else
                if ( strncmp (cad_decodificar,"PL",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (K=namespace)"); else
                if ( strncmp (cad_decodificar,"PK",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (L=namespace)"); else
                if ( strncmp (cad_decodificar,"PM",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (M=namespace)"); else
                if ( strncmp (cad_decodificar,"PN",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (N=namespace)"); else
                if ( strncmp (cad_decodificar,"PO",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (O=namespace)"); else
                if ( strncmp (cad_decodificar,"PP",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (P=namespace)"); else
                if ( strncmp (cad_decodificar,"PQ",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (Q=namespace)"); else
                if ( strncmp (cad_decodificar,"PR",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (R=namespace)"); else
                if ( strncmp (cad_decodificar,"PS",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (S=namespace)"); else
                if ( strncmp (cad_decodificar,"PT",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (T=namespace)"); else
                if ( strncmp (cad_decodificar,"PU",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (U=namespace)"); else
                if ( strncmp (cad_decodificar,"PV",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (V=namespace)"); else
                if ( strncmp (cad_decodificar,"PW",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (W=namespace)"); else
                if ( strncmp (cad_decodificar,"PX",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (X=namespace)"); else
                if ( strncmp (cad_decodificar,"PY",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (Y=namespace)"); else
                if ( strncmp (cad_decodificar,"PZ",2) == 0) strcpy
(dato_1,"Library cache pin instance lock (Z=namespace)"); else
                if ( strncmp (cad_decodificar,"QA",2) == 0) strcpy   (dato_1,"Row
cache instance lock (A=cache)"); else
                if ( strncmp (cad_decodificar,"QB",2) == 0) strcpy   (dato_1,"Row
cache instance lock (B=cache)"); else
                if ( strncmp (cad_decodificar,"QC",2) == 0) strcpy   (dato_1,"Row
cache instance lock (C=cache)"); else
                if ( strncmp (cad_decodificar,"QD",2) == 0) strcpy   (dato_1,"Row
cache instance lock (D=cache)"); else
                if ( strncmp (cad_decodificar,"QE",2) == 0) strcpy   (dato_1,"Row
                                    Página 3
decode_name_mode.c
cache instance lock (E=cache)"); else
                if ( strncmp (cad_decodificar,"QF",2)   == 0) strcpy (dato_1,"Row
cache instance lock (F=cache)"); else
                if ( strncmp (cad_decodificar,"QG",2)   == 0) strcpy (dato_1,"Row
cache instance lock (G=cache)"); else
                if ( strncmp (cad_decodificar,"QH",2)   == 0) strcpy (dato_1,"Row
cache instance lock (H=cache)"); else
                if ( strncmp (cad_decodificar,"QI",2)   == 0) strcpy (dato_1,"Row
cache instance lock (I=cache)"); else
                if ( strncmp (cad_decodificar,"QJ",2)   == 0) strcpy (dato_1,"Row
cache instance lock (J=cache)"); else
                if ( strncmp (cad_decodificar,"QL",2)   == 0) strcpy (dato_1,"Row
cache instance lock (K=cache)"); else
                if ( strncmp (cad_decodificar,"QK",2)   == 0) strcpy (dato_1,"Row
cache instance lock (L=cache)"); else
                if ( strncmp (cad_decodificar,"QM",2)   == 0) strcpy (dato_1,"Row
cache instance lock (M=cache)"); else
                if ( strncmp (cad_decodificar,"QN",2)   == 0) strcpy (dato_1,"Row
cache instance lock (N=cache)"); else
                if ( strncmp (cad_decodificar,"QO",2)   == 0) strcpy (dato_1,"Row
cache instance lock (O=cache)"); else
                if ( strncmp (cad_decodificar,"QP",2)   == 0) strcpy (dato_1,"Row
cache instance lock (P=cache)"); else
                if ( strncmp (cad_decodificar,"QQ",2)   == 0) strcpy (dato_1,"Row
cache instance lock (Q=cache)"); else
                if ( strncmp (cad_decodificar,"QR",2)   == 0) strcpy (dato_1,"Row
cache instance lock (R=cache)"); else
                if ( strncmp (cad_decodificar,"QS",2)   == 0) strcpy (dato_1,"Row
cache instance lock (S=cache)"); else
                if ( strncmp (cad_decodificar,"QT",2)   == 0) strcpy (dato_1,"Row
cache instance lock (T=cache)"); else
                if ( strncmp (cad_decodificar,"QU",2)   == 0) strcpy (dato_1,"Row
cache instance lock (U=cache)"); else
                if ( strncmp (cad_decodificar,"QV",2)   == 0) strcpy (dato_1,"Row
cache instance lock (V=cache)"); else
                if ( strncmp (cad_decodificar,"QW",2)   == 0) strcpy (dato_1,"Row
cache instance lock (W=cache)"); else
                if ( strncmp (cad_decodificar,"QX",2)   == 0) strcpy (dato_1,"Row
cache instance lock (X=cache)"); else
                if ( strncmp (cad_decodificar,"QY",2)   == 0) strcpy (dato_1,"Row
cache instance lock (Y=cache)"); else
                if ( strncmp (cad_decodificar,"QZ",2)   == 0) strcpy (dato_1,"Row
cache instance lock (Z=cache)");
        return (dato_1);
        }




                                    Página 4

More Related Content

More from albertinous

Local functions preceded_calls.h
Local functions preceded_calls.hLocal functions preceded_calls.h
Local functions preceded_calls.halbertinous
 
Funct format sql_statement.c
Funct format sql_statement.cFunct format sql_statement.c
Funct format sql_statement.calbertinous
 
Funciones auxiliares.c
Funciones auxiliares.cFunciones auxiliares.c
Funciones auxiliares.calbertinous
 
Func time sleep.c
Func time sleep.cFunc time sleep.c
Func time sleep.calbertinous
 
Func menu mostrar.c
Func menu mostrar.cFunc menu mostrar.c
Func menu mostrar.calbertinous
 
Func dyn title_set.c
Func dyn title_set.cFunc dyn title_set.c
Func dyn title_set.calbertinous
 
Func dyn statement_set.c
Func dyn statement_set.cFunc dyn statement_set.c
Func dyn statement_set.calbertinous
 
Func dyn size_set.c
Func dyn size_set.cFunc dyn size_set.c
Func dyn size_set.calbertinous
 
Func dyn proc_func_set.c
Func dyn proc_func_set.cFunc dyn proc_func_set.c
Func dyn proc_func_set.calbertinous
 
Func dyn column_set.c
Func dyn column_set.cFunc dyn column_set.c
Func dyn column_set.calbertinous
 
Extern functions funciones_auxiliares.h
Extern functions funciones_auxiliares.hExtern functions funciones_auxiliares.h
Extern functions funciones_auxiliares.halbertinous
 
Decode name lock.c
Decode name lock.cDecode name lock.c
Decode name lock.calbertinous
 
Decode lock mode.c
Decode lock mode.cDecode lock mode.c
Decode lock mode.calbertinous
 
Decode command oracle.c
Decode command oracle.cDecode command oracle.c
Decode command oracle.calbertinous
 
Constant oracle versions.h
Constant oracle versions.hConstant oracle versions.h
Constant oracle versions.halbertinous
 
Constant definition.h
Constant definition.hConstant definition.h
Constant definition.halbertinous
 
Case constant sql_stmt_def.h
Case constant sql_stmt_def.hCase constant sql_stmt_def.h
Case constant sql_stmt_def.halbertinous
 

More from albertinous (20)

Senten500.c
Senten500.cSenten500.c
Senten500.c
 
Resource1
Resource1Resource1
Resource1
 
Menu orastat.c
Menu orastat.cMenu orastat.c
Menu orastat.c
 
Local functions preceded_calls.h
Local functions preceded_calls.hLocal functions preceded_calls.h
Local functions preceded_calls.h
 
Funct format sql_statement.c
Funct format sql_statement.cFunct format sql_statement.c
Funct format sql_statement.c
 
Funciones auxiliares.c
Funciones auxiliares.cFunciones auxiliares.c
Funciones auxiliares.c
 
Func time sleep.c
Func time sleep.cFunc time sleep.c
Func time sleep.c
 
Func menu mostrar.c
Func menu mostrar.cFunc menu mostrar.c
Func menu mostrar.c
 
Func dyn title_set.c
Func dyn title_set.cFunc dyn title_set.c
Func dyn title_set.c
 
Func dyn statement_set.c
Func dyn statement_set.cFunc dyn statement_set.c
Func dyn statement_set.c
 
Func dyn size_set.c
Func dyn size_set.cFunc dyn size_set.c
Func dyn size_set.c
 
Func dyn proc_func_set.c
Func dyn proc_func_set.cFunc dyn proc_func_set.c
Func dyn proc_func_set.c
 
Func dyn column_set.c
Func dyn column_set.cFunc dyn column_set.c
Func dyn column_set.c
 
Extern functions funciones_auxiliares.h
Extern functions funciones_auxiliares.hExtern functions funciones_auxiliares.h
Extern functions funciones_auxiliares.h
 
Decode name lock.c
Decode name lock.cDecode name lock.c
Decode name lock.c
 
Decode lock mode.c
Decode lock mode.cDecode lock mode.c
Decode lock mode.c
 
Decode command oracle.c
Decode command oracle.cDecode command oracle.c
Decode command oracle.c
 
Constant oracle versions.h
Constant oracle versions.hConstant oracle versions.h
Constant oracle versions.h
 
Constant definition.h
Constant definition.hConstant definition.h
Constant definition.h
 
Case constant sql_stmt_def.h
Case constant sql_stmt_def.hCase constant sql_stmt_def.h
Case constant sql_stmt_def.h
 

Decode name mode.c

  • 1. decode_name_mode.c #include <stdio.h> #include <stdlib.h> #include <string.h> extern char *decode_name_lock (char *cad_decodificar) { static char dato_1[256]; vaciar_cadena (dato_1,256); if ( strncmp (cad_decodificar,"BL",2) == 0) strcpy (dato_1,"Buffer hash table instance lock"); else if ( strncmp (cad_decodificar,"CF",2) == 0) strcpy (dato_1," Control file schema global enqueue lock"); else if ( strncmp (cad_decodificar,"CI",2) == 0) strcpy (dato_1,"Cross-instance function invocation instance lock"); else if ( strncmp (cad_decodificar,"CS",2) == 0) strcpy (dato_1,"Control file schema global enqueue lock"); else if ( strncmp (cad_decodificar,"CU",2) == 0) strcpy (dato_1,"Cursor bind lock"); else if ( strncmp (cad_decodificar,"DF",2) == 0) strcpy (dato_1,"Data file instance lock"); else if ( strncmp (cad_decodificar,"DL",2) == 0) strcpy (dato_1,"Direct loader parallel index create"); else if ( strncmp (cad_decodificar,"DM",2) == 0) strcpy (dato_1,"Mount/startup db primary/secondary instance lock"); else if ( strncmp (cad_decodificar,"DR",2) == 0) strcpy (dato_1,"Distributed recovery process lock"); else if ( strncmp (cad_decodificar,"DX",2) == 0) strcpy (dato_1,"Distributed transaction entry lock"); else if ( strncmp (cad_decodificar,"FI",2) == 0) strcpy (dato_1,"SGA open-file information lock"); else if ( strncmp (cad_decodificar,"FS",2) == 0) strcpy (dato_1,"File set lock"); else if ( strncmp (cad_decodificar,"HW",2) == 0) strcpy (dato_1,"Space management operations on a specific segment lock"); else if ( strncmp (cad_decodificar,"IN",2) == 0) strcpy (dato_1,"Instance number lock"); else if ( strncmp (cad_decodificar,"IR",2) == 0) strcpy (dato_1,"Instance recovery serialization global enqueue lock"); else if ( strncmp (cad_decodificar,"IS",2) == 0) strcpy (dato_1,"Instance state lock"); else if ( strncmp (cad_decodificar,"IV",2) == 0) strcpy (dato_1,"Library cache invalidation instance lock"); else if ( strncmp (cad_decodificar,"JQ",2) == 0) strcpy (dato_1,"Job queue lock"); else if ( strncmp (cad_decodificar,"KK",2) == 0) strcpy (dato_1,"Thread kick lock"); else if ( strncmp (cad_decodificar,"MB",2) == 0) strcpy (dato_1,"Master buffer hash table instance lock"); else if ( strncmp (cad_decodificar,"MM",2) == 0) strcpy (dato_1,"Mount definition gloabal enqueue lock"); else if ( strncmp (cad_decodificar,"MR",2) == 0) strcpy (dato_1,"Media recovery lock"); else if ( strncmp (cad_decodificar,"PF",2) == 0) strcpy (dato_1,"Password file lock"); else if ( strncmp (cad_decodificar,"PI",2) == 0) strcpy (dato_1,"Parallel operation lock"); else if ( strncmp (cad_decodificar,"PR",2) == 0) strcpy (dato_1,"Process startup lock"); else if ( strncmp (cad_decodificar,"PS",2) == 0) strcpy (dato_1,"Parallel operation lock"); else if ( strncmp (cad_decodificar,"RE",2) == 0) strcpy (dato_1,"USE_ROW_ENQUEUE enforcement lock"); else if ( strncmp (cad_decodificar,"RT",2) == 0) strcpy (dato_1,"Redo thread global enqueue lock"); else if ( strncmp (cad_decodificar,"RW",2) == 0) strcpy (dato_1,"Row wait enqueue lock"); else Página 1
  • 2. decode_name_mode.c if ( strncmp (cad_decodificar,"SC",2) == 0) strcpy (dato_1,"System commit number instance lock"); else if ( strncmp (cad_decodificar,"SH",2) == 0) strcpy (dato_1,"System commit number high water mark enqueue lock"); else if ( strncmp (cad_decodificar,"SM",2) == 0) strcpy (dato_1,"SMON lock"); else if ( strncmp (cad_decodificar,"SN",2) == 0) strcpy (dato_1,"Sequence number instance lock"); else if ( strncmp (cad_decodificar,"SQ",2) == 0) strcpy (dato_1,"Sequence number enqueue lock"); else if ( strncmp (cad_decodificar,"SS",2) == 0) strcpy (dato_1,"Sort segment lock"); else if ( strncmp (cad_decodificar,"ST",2) == 0) strcpy (dato_1,"Space transaction enqueue lock"); else if ( strncmp (cad_decodificar,"SV",2) == 0) strcpy (dato_1,"Sequence number value lock"); else if ( strncmp (cad_decodificar,"TA",2) == 0) strcpy (dato_1,"Generic enqueue lock"); else if ( strncmp (cad_decodificar,"TD",2) == 0) strcpy (dato_1,"DDL enqueue lock"); else if ( strncmp (cad_decodificar,"TE",2) == 0) strcpy (dato_1,"Extend-segment enqueue lock"); else if ( strncmp (cad_decodificar,"TM",2) == 0) strcpy (dato_1,"DML enqueue lock"); else if ( strncmp (cad_decodificar,"TT",2) == 0) strcpy (dato_1,"Temporary table enqueue lock"); else if ( strncmp (cad_decodificar,"TX",2) == 0) strcpy (dato_1,"Transaction enqueue lock"); else if ( strncmp (cad_decodificar,"UL",2) == 0) strcpy (dato_1,"User supplied lock"); else if ( strncmp (cad_decodificar,"UN",2) == 0) strcpy (dato_1,"User name lock"); else if ( strncmp (cad_decodificar,"US",2) == 0) strcpy (dato_1,"Undo segment DDL lock"); else if ( strncmp (cad_decodificar,"WL",2) == 0) strcpy (dato_1,"Being-written redo log instance lock"); else if ( strncmp (cad_decodificar,"WS",2) == 0) strcpy (dato_1,"Write-atomic-log-switch global enqueue lock"); else if ( strncmp (cad_decodificar,"TS",2) == 0) strcpy (dato_1,"Temporary segment enqueue lock (ID2=0) New block allocation enqueue lock (ID2=1)"); else if ( strncmp (cad_decodificar,"LA",2) == 0) strcpy (dato_1,"Library cache lock instance lock (A=namespace)"); else if ( strncmp (cad_decodificar,"LB",2) == 0) strcpy (dato_1,"Library cache lock instance lock (B=namespace)"); else if ( strncmp (cad_decodificar,"LC",2) == 0) strcpy (dato_1,"Library cache lock instance lock (C=namespace)"); else if ( strncmp (cad_decodificar,"LD",2) == 0) strcpy (dato_1,"Library cache lock instance lock (D=namespace)"); else if ( strncmp (cad_decodificar,"LE",2) == 0) strcpy (dato_1,"Library cache lock instance lock (E=namespace)"); else if ( strncmp (cad_decodificar,"LF",2) == 0) strcpy (dato_1,"Library cache lock instance lock (F=namespace)"); else if ( strncmp (cad_decodificar,"LG",2) == 0) strcpy (dato_1,"Library cache lock instance lock (G=namespace)"); else if ( strncmp (cad_decodificar,"LH",2) == 0) strcpy (dato_1,"Library cache lock instance lock (H=namespace)"); else if ( strncmp (cad_decodificar,"LI",2) == 0) strcpy (dato_1,"Library cache lock instance lock (I=namespace)"); else if ( strncmp (cad_decodificar,"LJ",2) == 0) strcpy (dato_1,"Library cache lock instance lock (J=namespace)"); else if ( strncmp (cad_decodificar,"LK",2) == 0) strcpy (dato_1,"Library cache lock instance lock (K=namespace)"); else if ( strncmp (cad_decodificar,"LL",2) == 0) strcpy (dato_1,"Library cache lock instance lock (L=namespace)"); else if ( strncmp (cad_decodificar,"LM",2) == 0) strcpy (dato_1,"Library cache lock instance lock (M=namespace)"); else if ( strncmp (cad_decodificar,"LN",2) == 0) strcpy Página 2
  • 3. decode_name_mode.c (dato_1,"Library cache lock instance lock (N=namespace)"); else if ( strncmp (cad_decodificar,"LO",2) == 0) strcpy (dato_1,"Library cache lock instance lock (O=namespace)"); else if ( strncmp (cad_decodificar,"LP",2) == 0) strcpy (dato_1,"Library cache lock instance lock (P=namespace)"); else if ( strncmp (cad_decodificar,"LS",2) == 0) strcpy (dato_1,"Log start/log switch enqueue lock"); else if ( strncmp (cad_decodificar,"PA",2) == 0) strcpy (dato_1,"Library cache pin instance lock (A=namespace)"); else if ( strncmp (cad_decodificar,"PB",2) == 0) strcpy (dato_1,"Library cache pin instance lock (B=namespace)"); else if ( strncmp (cad_decodificar,"PC",2) == 0) strcpy (dato_1,"Library cache pin instance lock (C=namespace)"); else if ( strncmp (cad_decodificar,"PD",2) == 0) strcpy (dato_1,"Library cache pin instance lock (D=namespace)"); else if ( strncmp (cad_decodificar,"PE",2) == 0) strcpy (dato_1,"Library cache pin instance lock (E=namespace)"); else if ( strncmp (cad_decodificar,"PF",2) == 0) strcpy (dato_1,"Library cache pin instance lock (F=namespace)"); else if ( strncmp (cad_decodificar,"PG",2) == 0) strcpy (dato_1,"Library cache pin instance lock (G=namespace)"); else if ( strncmp (cad_decodificar,"PH",2) == 0) strcpy (dato_1,"Library cache pin instance lock (H=namespace)"); else if ( strncmp (cad_decodificar,"PI",2) == 0) strcpy (dato_1,"Library cache pin instance lock (I=namespace)"); else if ( strncmp (cad_decodificar,"PJ",2) == 0) strcpy (dato_1,"Library cache pin instance lock (J=namespace)"); else if ( strncmp (cad_decodificar,"PL",2) == 0) strcpy (dato_1,"Library cache pin instance lock (K=namespace)"); else if ( strncmp (cad_decodificar,"PK",2) == 0) strcpy (dato_1,"Library cache pin instance lock (L=namespace)"); else if ( strncmp (cad_decodificar,"PM",2) == 0) strcpy (dato_1,"Library cache pin instance lock (M=namespace)"); else if ( strncmp (cad_decodificar,"PN",2) == 0) strcpy (dato_1,"Library cache pin instance lock (N=namespace)"); else if ( strncmp (cad_decodificar,"PO",2) == 0) strcpy (dato_1,"Library cache pin instance lock (O=namespace)"); else if ( strncmp (cad_decodificar,"PP",2) == 0) strcpy (dato_1,"Library cache pin instance lock (P=namespace)"); else if ( strncmp (cad_decodificar,"PQ",2) == 0) strcpy (dato_1,"Library cache pin instance lock (Q=namespace)"); else if ( strncmp (cad_decodificar,"PR",2) == 0) strcpy (dato_1,"Library cache pin instance lock (R=namespace)"); else if ( strncmp (cad_decodificar,"PS",2) == 0) strcpy (dato_1,"Library cache pin instance lock (S=namespace)"); else if ( strncmp (cad_decodificar,"PT",2) == 0) strcpy (dato_1,"Library cache pin instance lock (T=namespace)"); else if ( strncmp (cad_decodificar,"PU",2) == 0) strcpy (dato_1,"Library cache pin instance lock (U=namespace)"); else if ( strncmp (cad_decodificar,"PV",2) == 0) strcpy (dato_1,"Library cache pin instance lock (V=namespace)"); else if ( strncmp (cad_decodificar,"PW",2) == 0) strcpy (dato_1,"Library cache pin instance lock (W=namespace)"); else if ( strncmp (cad_decodificar,"PX",2) == 0) strcpy (dato_1,"Library cache pin instance lock (X=namespace)"); else if ( strncmp (cad_decodificar,"PY",2) == 0) strcpy (dato_1,"Library cache pin instance lock (Y=namespace)"); else if ( strncmp (cad_decodificar,"PZ",2) == 0) strcpy (dato_1,"Library cache pin instance lock (Z=namespace)"); else if ( strncmp (cad_decodificar,"QA",2) == 0) strcpy (dato_1,"Row cache instance lock (A=cache)"); else if ( strncmp (cad_decodificar,"QB",2) == 0) strcpy (dato_1,"Row cache instance lock (B=cache)"); else if ( strncmp (cad_decodificar,"QC",2) == 0) strcpy (dato_1,"Row cache instance lock (C=cache)"); else if ( strncmp (cad_decodificar,"QD",2) == 0) strcpy (dato_1,"Row cache instance lock (D=cache)"); else if ( strncmp (cad_decodificar,"QE",2) == 0) strcpy (dato_1,"Row Página 3
  • 4. decode_name_mode.c cache instance lock (E=cache)"); else if ( strncmp (cad_decodificar,"QF",2) == 0) strcpy (dato_1,"Row cache instance lock (F=cache)"); else if ( strncmp (cad_decodificar,"QG",2) == 0) strcpy (dato_1,"Row cache instance lock (G=cache)"); else if ( strncmp (cad_decodificar,"QH",2) == 0) strcpy (dato_1,"Row cache instance lock (H=cache)"); else if ( strncmp (cad_decodificar,"QI",2) == 0) strcpy (dato_1,"Row cache instance lock (I=cache)"); else if ( strncmp (cad_decodificar,"QJ",2) == 0) strcpy (dato_1,"Row cache instance lock (J=cache)"); else if ( strncmp (cad_decodificar,"QL",2) == 0) strcpy (dato_1,"Row cache instance lock (K=cache)"); else if ( strncmp (cad_decodificar,"QK",2) == 0) strcpy (dato_1,"Row cache instance lock (L=cache)"); else if ( strncmp (cad_decodificar,"QM",2) == 0) strcpy (dato_1,"Row cache instance lock (M=cache)"); else if ( strncmp (cad_decodificar,"QN",2) == 0) strcpy (dato_1,"Row cache instance lock (N=cache)"); else if ( strncmp (cad_decodificar,"QO",2) == 0) strcpy (dato_1,"Row cache instance lock (O=cache)"); else if ( strncmp (cad_decodificar,"QP",2) == 0) strcpy (dato_1,"Row cache instance lock (P=cache)"); else if ( strncmp (cad_decodificar,"QQ",2) == 0) strcpy (dato_1,"Row cache instance lock (Q=cache)"); else if ( strncmp (cad_decodificar,"QR",2) == 0) strcpy (dato_1,"Row cache instance lock (R=cache)"); else if ( strncmp (cad_decodificar,"QS",2) == 0) strcpy (dato_1,"Row cache instance lock (S=cache)"); else if ( strncmp (cad_decodificar,"QT",2) == 0) strcpy (dato_1,"Row cache instance lock (T=cache)"); else if ( strncmp (cad_decodificar,"QU",2) == 0) strcpy (dato_1,"Row cache instance lock (U=cache)"); else if ( strncmp (cad_decodificar,"QV",2) == 0) strcpy (dato_1,"Row cache instance lock (V=cache)"); else if ( strncmp (cad_decodificar,"QW",2) == 0) strcpy (dato_1,"Row cache instance lock (W=cache)"); else if ( strncmp (cad_decodificar,"QX",2) == 0) strcpy (dato_1,"Row cache instance lock (X=cache)"); else if ( strncmp (cad_decodificar,"QY",2) == 0) strcpy (dato_1,"Row cache instance lock (Y=cache)"); else if ( strncmp (cad_decodificar,"QZ",2) == 0) strcpy (dato_1,"Row cache instance lock (Z=cache)"); return (dato_1); } Página 4