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
Which query operators in sql is used for pattern matching?
what is the syntax used for partition in tsql? : Transact sql
What is the difference between join and natural join?
What is record type in pl sql?
What is faster join or subquery?
How many types of triggers exist in pl/sql?
What does partition by mean in sql?
Explain unique key in sql.
What do you know by pl/sql cursors?
What is bitemporal narrowing?
how can you create an empty table from an existing table? : Sql dba
What are different functions in sql?
What are the differences between implicit and explicit cursors?
what is unique key constraint? : Sql dba
What is asqueryable?