Skip to content

Commit 8739173

Browse files
authored
Merge pull request #995 from abasharin/develop
Corrected rebuild_annotation_cache parameter in the Install Guide
2 parents 48b9d2e + c61f954 commit 8739173

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ sqlplus sys/sys_pass@db as sysdba @install_headless_with_trigger.sql utp3 my_ver
141141
**Note:**
142142
>When installing utPLSQL into database with existing unit test packages, utPLSQL will not be able to already-existing unit test packages. When utPSLQL was installed with DDL trigger, you have to do one of:
143143
>- Recompile existing Unit Test packages to make utPLSQL aware of their existence
144-
>- Invoke `exec ut_runner.rebuild_annotation_cache(a_schema_name=> ... );` for every schema containing unit tests in your database
144+
>- Invoke `exec ut_runner.rebuild_annotation_cache(a_object_owner=> ... );` for every schema containing unit tests in your database
145145
>
146146
> Steps above are required to assure annotation cache is populated properly from existing objects. Rebuilding annotation cache might be faster than code recompilation.
147147

0 commit comments

Comments
 (0)