Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • Kill a session dynanically using execute immediate Oracle
  • Unix command for system configuration Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • top 10 AI news today Uncategorized
  • sqlnet.ora paramters Oracle
  • normal maintenance for exp-imp and renaming table Oracle
  • Oracle Material from OTN Oracle
  • Roles and Stored Procs II Oracle
  • Identical Dblink Issue… Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • Reading config file from other folder inside class Python/PySpark
  • sid_wise_sql.sql Further explaination Oracle

v$event_name

Posted on 14-Dec-2007 By Admin No Comments on v$event_name

v$event_name

——————————————————————————–

select EVENT# NU,NAME,PARAMETER1 P1,PARAMETER2 P2,PARAMETER3 P3 from v$event_name;

EVENT# NAME PARAMETER1 PARAMETER2 PARAMETER3

—- —————————————- ——————– —————– ————-

0 Null event

1 latch activity address number process#

2 latch free address number tries

3 free process state object

4 pmon timer duration

5 inactive session session# waited

6 process startup type process# waited

7 debugger command

8 rdbms ipc message block

9 rdbms ipc reply from_process timeout

10 rdbms ipc message timeout

11 enqueue name|mode id1 id2

12 DFS enqueue lock acquisition name|mode id1 id2

13 DFS enqueue lock handle name|mode id1 id2

14 DFS enqueue request cancellation name|mode id1 id2

15 DFS lock request cancellation options

16 DFS lock release options

17 DFS lock convert mode options

18 DFS lock acquisition type|mode id1 id2

19 DFS lock handle type|mode id1 id2

20 trace writer flush

21 trace writer I/O

22 trace unfreeze

23 trace continue delay time

24 control file sequential read file# block# blocks

25 control file single write file# block# blocks

26 control file parallel write files blocks requests

27 free buffer waits file# block# set-id#

28 checkpoint completed

29 buffer for checkpoint buffer# dba state*10+mode

30 buffer deadlock dba class*10+mode flag

31 buffer latch latch addr chain#

32 write complete waits file# block# id

33 buffer read retry file# block#

34 buffer busy waits file# block# id

35 checkpoint range buffer not saved

36 writes stopped by instance recovery by thread# our thread#

37 batched allocate scn lock request

38 on-going SCN fetch to complete

38 on-going SCN fetch to complete

39 on-going reading of SCN to complete

40 log switch/archive thread#

41 log file sequential read log# block# blocks

42 log file single write log# block# blocks

43 log file parallel write files blocks requests

44 log buffer space

45 log file switch (checkpoint incomplete)

46 log file switch (archiving needed)

47 log file switch (clearing log file)

48 switch logfile command

49 log file switch completion

50 log file sync buffer#

51 DFS db file lock file#

52 conversion file read file# block# blocks

53 db file sequential read file# block# blocks

54 db file scattered read file# block# blocks

55 db file single write file# block# blocks

56 db file parallel write files blocks requests

57 kcl bg acks count loops

58 lock element waits file# block# lenum

59 lock element cleanup file# block# lenum

60 pending ast lenum

61 direct access I/O descriptor address first dba block cnt

62 queue wait

63 transaction undo seg#|slot# wrap# count

64 undo segment recovery segment# tx flags

65 undo segment extension segment#

66 undo segment tx slot segment#

67 unbound tx

68 instance recovery undo segment#

69 instance state change layer value waited

70 smon timer sleep time failed

71 index block split rootdba level childdba

72 dupl. cluster key dba

73 row cache lock cache id mode request

74 pending global transaction(s) scans

75 free global transaction table entry tries

76 library cache pin handle address pin address 10*mode+namespace

77 library cache lock handle address lock address 10*mode+namespace

78 library cache load lock object address lock address 10*mask+namespace

79 dispatcher shutdown waited

80 virtual circuit status circuit# status

81 dispatcher timer sleep time

82 single-task message

83 SQL*Net message to client driver id #bytes

84 SQL*Net message to dblink driver id #bytes

85 SQL*Net more data to client driver id #bytes

86 SQL*Net more data to dblink driver id #bytes

87 SQL*Net message from client driver id #bytes

88 SQL*Net more data from client driver id #bytes

89 SQL*Net message from dblink driver id #bytes

90 SQL*Net more data from dblink driver id #bytes

91 SQL*Net break/reset to client driver id break?

92 SQL*Net break/reset to dblink driver id break?

93 PL/SQL lock timer duration

94 pipe get handle address buffer length timeout

95 pipe put handle address record length timeout

96 parallel query qref latch function sleeptime qref

97 parallel query dequeue wait reason sleeptime/senderid passes

98 parallel query server shutdown nalive sleeptime loop

99 parallel query create server nservers sleeptime enqueue

100 parallel query signal server serial error nbusy

101 timer in sksawat

102 scginq AST call

103 DBWR I/O to Slave

104 Slave DBWR Timer

105 secondary event event # wait time

SQL> desc v$event_name

Name Null? Type

——————————- ——– —-

EVENT# NUMBER

NAME VARCHAR2(64)

PARAMETER1 VARCHAR2(64)

PARAMETER2 VARCHAR2(64)

PARAMETER3 VARCHAR2(64)

SQL> set pagesize 0

set heading off

column NU format 999

column NAME format A40

column P1 format A20

column P2 format A18

column P3 format A17

select EVENT# NU,NAME,PARAMETER1 P1,PARAMETER2 P2,PARAMETER3 P3 from v$event_name;

Oracle, SQL scripts

Post navigation

Previous Post: Good notes for shared pool
Next Post: How to analyze statspack or AWR report.

Related Posts

  • online_ts_bkup.sql Oracle
  • When to rebuld B-tree index Oracle
  • v$backup.status information Oracle
  • Generating XML from SQLPLUS Oracle
  • Display the top 5 salaries for each department using single SQL Oracle
  • Very Good Oralce Internal Tuning Book Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026
  • Creating a Container Database using dbaascli08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Proc Compilation Oracle
  • .profile Linux/Unix
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. Oracle
  • oracle fast start failover best practice Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • Removing first line Linux/Unix
  • Wait.sql Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme