Quote:
Originally Posted by kannama
I paste the Query n below
|
I doubt it - the count of single quotes around P_SEARCHNAME is wrong. Have you not considered to bind that variable(s) instead? Why? You already use INTO clause in EXECUTE IMMEDIATE.
Quote:
Originally Posted by kannama
Here the procedure is created but it will not work properly.I hope u will consider this also
|
Alas! yet another mysterious "not work properly" Oracle behaviour. You are very unlucky to fall into such a dreadful situation; in fact I never faced it, Oracle did not document it anywhere, so I cannot assist more.
Besides, without defining, what "work properly" means, especially when multiple rows satisfy that condition, it is impossible to suggest anything.