Hi!
I need help to configure an user defined tool -
my settings so far:
Tab General:
Descritpion: Sample
Type: Session
Exe/script: c:\scripts\sample.sql
Parameters:
Default Path:
Tab Button:
Checked 'Toolbar Button'
Description: Sample
Image: random
Tab Options:
Checked 'Active Connection', 'SQL Window', 'Test Window'
Sample script:
begin
DBMS_OUTPUT.PUT_LINE('FOOBAR');
end;
I tried to execute the sample script in a SQL Window (active connection to database), but nothing happens at all.
Any ideas anyone?
I need help to configure an user defined tool -
my settings so far:
Tab General:
Descritpion: Sample
Type: Session
Exe/script: c:\scripts\sample.sql
Parameters:
Default Path:
Tab Button:
Checked 'Toolbar Button'
Description: Sample
Image: random
Tab Options:
Checked 'Active Connection', 'SQL Window', 'Test Window'
Sample script:
begin
DBMS_OUTPUT.PUT_LINE('FOOBAR');
end;
I tried to execute the sample script in a SQL Window (active connection to database), but nothing happens at all.
Any ideas anyone?