Skip to content

Commit 0cb920d

Browse files
authored
Create monitor-hybrid-tables.sql
1 parent fe4c01d commit 0cb920d

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-hybrid-tables.sql
2+
REM Use ALL_TABLES
3+
4+
col table_name format a20
5+
col owner format a20
6+
col hybrid format a6
7+
8+
SELECT table_name, owner, hybrid
9+
FROM all_tables
10+
where hybrid='YES';

0 commit comments

Comments
 (0)