Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Misleading "view" ALL_JOBS - really a synonym to USER_JOBS
Normally, ALL_something, DBA_something, and USER_something are 3 different views, but not for jobs (DBMS_JOBS). Look in $ORACLE_HOME/rdbms/admin/catjobq.sql: create public synonym ALL_JOBS for USER_JOBS Isn't it a bit misleading? In one of our applications user A submits a job and user B removes it by selecting from ALL_JOBS - naturally it does not work. Received on Sat Jun 02 2001 - 05:34:11 CDT
![]() |
![]() |