Answer Posted / kuldeep123
take procedure or function that u want to wrap
e.g proc_out_data
step 1:- create a sql file and save into a directory.
step 2: go to file location through cmd
step 3: wrap iname=file_name_to_be_wrapped.sql
step4: check a new file is created with same name but extension
file_name_to_be_wrapped.plb
step5:- compile this nely created file's text
step6: your code is now wrapped.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between delete and truncate statement in sql? : Sql dba
how to use in conditions? : Sql dba
what is the difference between nested subquery and correlated subquery?
Why should I use postgresql?
What is data profiling in sql?
what is self-join? : Sql dba
Does pl sql work in mysql?
Mention what are different methods to trace the pl/sql code?
What are inner outer left and right joins in sql?
Is pl sql a programming language?
What does (*) mean in sql?
What is scalar and vector?
Is merge a dml statement?
What is $$ in sql?
How do I run a pl sql procedure in sql developer?