Skip to content

Commit 5f279d6

Browse files
authored
Create check-sts-information.sql
1 parent f4953aa commit 5f279d6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
REM Script: check-sts-information.sql
2+
REM Use view ALL_SQLSET
3+
4+
-- check all sts
5+
6+
col name format a20
7+
col owner format a20
8+
9+
select name, owner, created, statement_count
10+
from all_sqlset
11+
where owner= '&owner';

0 commit comments

Comments
 (0)