dbms_sql package [message #50144] |
Mon, 04 March 2002 02:26 |
krishna
Messages: 141 Registered: October 1998
|
Senior Member |
|
|
I'd like to know about the relative pros and cons of dbms_sql package as against native dynamic sql. Help please. If u can give me a link to a website which contains info on this, then that would be great.
|
|
|
Re: dbms_sql package [message #50203 is a reply to message #50144] |
Tue, 05 March 2002 22:34 |
Milind S Deobhankar
Messages: 33 Registered: January 2002
|
Member |
|
|
One of the greatest advantage of the dbms_sql package is the parsing and the bind variables. Other you can get from the book of oracle press or just type desc dbms_sql from there also you can great help regading methods etc
|
|
|
|