|
|
Thank you UJE
After some discussion, It let me know that I have some misunderstanding in sp , precompiler and oci.
But I have said in preview dialogue, sp<>pl/sql.
As the example you give,You can use pl/sql in Proc to resolve the problem.
Sp is a object of database which stored in dictionary of database.
but the pl/sql translated to database server by applition is stored in sga not in dictionary of database.
So maybe It's faster than sp.
Another thing is there are pl/sql engine in client side. I am not familar with this, would you have time to tell me. |
|