Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
purge_cache
1 parent 7d6e1b1 commit d0635c1Copy full SHA for d0635c1
1 file changed
source/api/ut_runner.pks
@@ -74,8 +74,8 @@ create or replace package ut_runner authid current_user is
74
/**
75
* Removes cached information about annotations for objects of specified type and specified owner
76
*
77
- * @param a_object_owner optional - owner of objects to purge annotations for
78
- * @param a_object_type optional - type of objects to purge annotations for (defaults to 'PACKAGE')
+ * @param a_object_owner optional - owner of objects to purge annotations for. If null (default) then all schemas are purged
+ * @param a_object_type optional - type of objects to purge annotations for. If null (default) then cache for all object types is purged
79
*/
80
procedure purge_cache(a_object_owner varchar2 := null, a_object_type varchar2 := null);
81
0 commit comments