Hi

im trying to run adctrl utility, i got the below err


Enter your choice [1] : 1

AD Controller error:
The following ORACLE error:

ORA-00942: table or view does not exist


occurred while executing the SQL statement:

SELECT control_code, status, context, filename
FROM fnd_install_processes
ORDER BY worker_id

BUT WHEN I SEARCH THRU METALINK i got this solution!


Fix:-

Create the FND_INSTALL_PROCESSES synonym:

1. Connect to SQL*Plus as APPS user

2. Run the following SQL statement:

create synonym fnd_install_processes for applsys.fnd_install_processes;

3. Restart Adctrl utility


i had created synonym..but donot know how to restart adctrl utility


pl let me know.

regards,