Scheduler window

rbrooker

Member³
Hi,

When i open the scheduler window, there is nothing displayed. There are jobs for this database user, just ... nothing shows on the scheduler window. This is in PLSD10 as well as the new PLSD11.

Am i doing something wrong?
 
Jobs created with the DBMS_JOB package are located in the "DBMS_Jobs" folder. Jobs created with the DBMS_SCHEDULER package are located in the "Jobs" folder. If either folder is not present, go to Tools > Object Browser Folders, select the missing folder, and enable the "Visible" property.
 
yes, sorry, been the weekend here.

When i select Tools menu > DBMS Scheduler ... it opens a window with a status bar showing the connection and thats it. there is nothing down the left panel which used to show a tree, and the right panel, which showed the details of whichever node you clicked on, is also blank.

it used to work ... and then it didn't.

is there anything i could have played with to make it blank?
 
Can you start regedit.exe and delete the following 2 sections?

HKEY_CURRENT_USER\Software\Allround Automations\Oracle Scheduler
HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\Scheduler Window

This will reset all layout settings for the Scheduler.
 
it's back!! thank you Marco `:)

FYI: HKEY_CURRENT_USER\Software\Allround Automations\Oracle Scheduler does not exist in my registry.
 
Back
Top