Does dbms_output.put_line decrease the performance in plsql c开发者_如何学Goode?Every extra line of code decreases the performance of code. After all, it is an extra instruction to be executed, which
I\'m working on a vb.net application that executes an Oracle stored procedure.The stored procedure displays a value using dbms_output.put_line.How do I retrieve that value from the ora开发者_如何学运维
Suppose I have 4 words, as a string. How do I join them all like this? s = orange apple grapes pear The result would be a String: