2026-03-12 20:23:15
This commit is contained in:
6
vdh/dba_tables.sql
Normal file
6
vdh/dba_tables.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
set lines 150
|
||||
select owner, table_name, status, last_analyzed, num_rows, blocks, degree
|
||||
from dba_tables
|
||||
where owner like nvl('&owner',owner)
|
||||
and table_name like nvl('&table_name',table_name)
|
||||
/
|
||||
Reference in New Issue
Block a user