Using LIKE operator in Enterprise Manager Cloud Control 12c
to run a SQL statement across multiple databases statement such as:
SELECT * from ALL_USERS where username LIKE '%TOM%';
The command works as expexted in PL/SQL but in Enterprise Manager returns the error:
" An error occurred while submitting the job: Invalid target property: %TOM%. "
Any guidance would be appreciated.