Skip to content

Commit 8fd3f7e

Browse files
authored
Merge pull request #43 from afumagalli98/fix-check-pdb
Fixed check pdb
2 parents 8ba6f52 + 5bde30e commit 8fd3f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/checkpdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ SELECT CASE
1717
WHEN COUNT(*) > 0 THEN 'TRUE'
1818
WHEN count(*) = 0 THEN 'FALSE'
1919
END
20-
FROM v$pdbs;
20+
FROM v$pdbs where NAME not like 'PDB$SEED' ;
2121
exit

0 commit comments

Comments
 (0)