2026-03-12 20:23:15
This commit is contained in:
25
tpt/ksmdd.sql
Normal file
25
tpt/ksmdd.sql
Normal file
@@ -0,0 +1,25 @@
|
||||
-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com
|
||||
-- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions.
|
||||
|
||||
SELECT
|
||||
addr
|
||||
, indx
|
||||
, inst_id
|
||||
, name
|
||||
, DECODE(BITAND(flags,1),1,'DYN ','') flags
|
||||
, elements_chunk
|
||||
, items_pt
|
||||
, initentries
|
||||
, numentries
|
||||
, curentries
|
||||
, numchunks
|
||||
, elemsize
|
||||
, heap
|
||||
, secondary
|
||||
FROM
|
||||
X$KSMDD
|
||||
WHERE
|
||||
LOWER(name) LIKE LOWER('%&1%')
|
||||
ORDER BY
|
||||
addr
|
||||
/
|
||||
Reference in New Issue
Block a user