GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQAbout substituting variables for parameters in pl/sql procedure
Hello,Tom!
If a procedure is run frequently, does substituting variables for parameters in pl/sql procedure make the procedure run faster?
For example,I see code like below:
Procedure1:
CREATE OR REPLACE PROCEDURE useVariable(para1 in V...
Sponsored Links
Related Topics
Subscribe via RSS
Oracle FAQ
- Synchronize data from remote location
- Oracle Fundamentals
- How to connect SQLPlus without tnsnames.ora
- Best Practices for App Server Keep Alive
- bind variables in triggers
- how to avoid outer joins
- One 900 column table versus ten 90 column tables.
- Does select generate undo ?
- Performance Question
- Help analyze statspack report
