Ask the Expert

Executing procedures with desktop icon

I am creating PL/SQL procedures on my local machine and compiling them using Benthic software. My question is: Is there a way to invoke/execute these procedures using a desktop icon/link? Thank you.

    Requires Free Membership to View

In order to invoke/execute a procedure using a desktop icon, I recommend using the icon to call a batch file. I have listed a batch file and a SQL script that is called by the batch file that executes a procedure.
Sqlplusproc.bat
sqlplus  scott/tiger@test @c:\myscript.sql 
exit


myscript.sql
execute proc1;

This was first published in August 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.