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 a function in oracle pl sql?
What is scalar function?
What is the least restrictive isolation level? : Transact sql
Is inner join same as self join?
Why plvtab is considered as the easiest way to access the pl/sql table?
What is varchar data type in sql?
how can we find the number of rows in a table using mysql? : Sql dba
What is sql partition?
How do you remove duplicates without using distinct in sql?
What are different types of keys?
What is the difference between mdf and ndf files?
What is user in sql?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
How do I upgrade sql?
What do you understand by case manipulation functions?