How pl/sql source code can be protected?

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


Please Help Members By Posting Answers For Below Questions

Why we use join in sql?

531


Is clustered index a primary key?

535


What is pl sql block structure?

544


What is mutating sql table?

611


how many groups of data types? : Sql dba

569






What is online transaction processing (oltp)?

604


How many sql core licenses do I need?

509


What is difference between inner join and self join?

595


how to check server status with 'mysqladmin'? : Sql dba

570


Which software is used for pl sql programming?

521


What are the different types of triggers?

593


How do you optimize a stored procedure in sql?

503


What is an emotional trigger?

518


What is a primary key called that is made up of more than one field?

797


Write a sql query to find the names of employees that begin with ‘a’?

578