Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

execute stred procedure

635442Apr 22 2008 — edited Apr 23 2008
hello,
please tell me how can i execute this stored procedure:

create or replace procedure recherche_simple_sans_ville
(
titre IN varchar,resultat OUT cv%Rowtype

)
is

BEGIN
SELECT * INTO resultat FROM touhami.cv
WHERE metier LIKE titre ;
end;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2008
Added on Apr 22 2008
16 comments
831 views