Skip to content

Commit fe4c01d

Browse files
authored
Create monitor-external-part-tables.sql
1 parent dc9ba2b commit fe4c01d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
REM Script: monitor-external-part-tables.sql
2+
REM Use ALL_EXTERNAL_TAB_PARTITIONS
3+
4+
5+
col table_owner format a15
6+
col table_name format a20
7+
col partition_name format a20
8+
9+
SELECT table_owner, table_name, partition_name
10+
FROM all_xternal_tab_partitions;

0 commit comments

Comments
 (0)