2026-03-12 20:23:15
This commit is contained in:
7
csierra/cs_internal/cs_spch_internal_drop.sql
Normal file
7
csierra/cs_internal/cs_spch_internal_drop.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
BEGIN
|
||||
FOR i IN (SELECT name FROM dba_sql_patches WHERE signature = &&cs_signature.)
|
||||
LOOP
|
||||
DBMS_SQLDIAG.drop_sql_patch(name => i.name);
|
||||
END LOOP;
|
||||
END;
|
||||
/
|
||||
Reference in New Issue
Block a user