Topic: SQL*Plus and PL/SQL >> job query
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| lockepeak |
Posted: Nov 26, 2006 07:31:53 PM |
Total Post: 1
Joined: Nov, 2006
|
MY ORA92 IN WINDOWS
not restricted mode;
job_queue_processes=10;
my question is :
I CREAT a job ,It can run in my computer ,but don't run in the other computer, two computer the same version .
IN submit is correct
variable job2 number;
begin
dbms_job.submit(:job2,'GHOAUSER.DATECONFIG_PRO;',sysdate,'sysdate+1');
COMMIT;
BUT run in error
begin
dbms_job.run(:job2);
end;
ERROR (位于第 1 行) location 1 line:
ORA-12011: (无法执行 1 作业) could not excute the job 1
ORA-06512: in"SYS.DBMS_IJOB", line 406
ORA-06512: in"SYS.DBMS_JOB", line 272
ORA-06512: in line 2
so I create another job , but also could not run.
the procedure is no problem, the submit is good. and job_queue_process=30 and grant privilages to user.
but I create a null program procudere can run.
just like:
create or replace procedure test_pro as
begin
null;
end;
It is no problem in it; |
|
|
Prakash |
| Posted: Dec 01, 2006 04:07:25 AM | |
|
Total Post: 112
Joined: Aug, 2006
|
Check for the log , any error details are available....
You can find some details in log file.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|