To execute the stored procedure:
- Launch a command window and run SQL Plus through the command line: e.g. C:\SQLPlus <username>/<password>@<SID>.
- Enter a user name and password.
- Log into the database as a schema owner.
- Enter the following: SQL> exec Expere_Admin.AnalyzeRepository();
The following will appear: PL/SQL procedure successfully completed.