How can I handle this

olof

Member²
Hi,

I have a PL/SQL script (create tables, fill tables, print content of tables and drop tables). I want to be quick when I have to run this PL/SQL script. I want to avoid to search de .pdc file on my disk. Something like Reports for SQL scripts.

Any ideas ?

Thank you !
 
Hi,

Don't now which version you are using with PLSQL, but in Version 8 you can create inside "File Browser" your own File Locations. Within this "File Browser" drop a particular folder where your files are located and you can just open this files with one click in the command window.

maybe this helps
 
Or you can use the Favorites plug-in. It will add a Favorite menu to PLSD.

You can also create a Project and add this file to your project, but that'd require you to open the Project and then open the file.

Regards,
Gustavo
 
Back
Top