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 server name sql?
How to run pl/sql statements in sql*plus?
What is a rank in sql?
what is collation? : Sql dba
What are different types of indexes?
what is sql profiler? : Sql dba
What do you mean by stored procedures?
Which sql statement is used to return only different values?
Do we need to rebuild index after truncate?
what are different types of collation sensitivity? : Sql dba
Give the order of sql select?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?
What does the acronym acid stand for in database management?
What is null in pl/sql?
Why do we use view in sql?