Tools configuration

Hi all,

I have tried to setup SQL*Plus as a new tool (Tools->ConfigureTools), but when I run it from PL/SQL Developer as some sysdba user (let say "sys/password@dbname as sysdba"), I can't login to SQL*Plus. I have used "#connect @#file" as a parameter. For me it looks like the "#connect" doesn't contain "as sysdba" part of connection string. Any idea how to achieve correct functionality? :confused:

By the way, is it possible to set temporary file name for all unsaved scripts? I don't like save each small script only because I want to run it in SQL*Plus :rolleyes:

Thx in advance.
 
For me it looks like the "#connect" doesn't contain "as sysdba" part of connection string.
This should be working in 6.0.5. Perhaps you are using an older version?
By the way, is it possible to set temporary file name for all unsaved scripts? I don't like save each small script only because I want to run it in SQL*Plus
I have added this to the list of enhancement requests.
 
It's starange, because I'm using last trial version (6.0.5.926).

Anyway it is very useful tool, the best one is code assistant (main reason, why I want change my existing "frog" editor) ;)
Regarding to syntax highlighting - in my opinion it is good idea to implement separate "group" for tables... it is much easier to read source code, if you can see tables in different color.
 
@betar: does this mean you have the 'funky resource for oracle gorilla's' ?
If so, could you perhaps send it to me? (you can find my email address in one of the plug-ins I created (eg. comment-lines plug-in)).

thanx,
Patrick
 
Back
Top