How pl/sql source code can be protected?

Answers were Sorted based on User's Feedback



How pl/sql source code can be protected?..

Answer / abbireddy anil kumar

using wrap utility we can protect the pl/sql code
this utility can change the pcode into ascci format

Is This Answer Correct ?    8 Yes 0 No

How pl/sql source code can be protected?..

Answer / balakrishna

You can use DBMS_DDL.CREATE_WRAPPED to protect/encript the
code.

Is This Answer Correct ?    6 Yes 0 No

How pl/sql source code can be protected?..

Answer / 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

More SQL PLSQL Interview Questions

What are the popular database management systems in the it industry?

0 Answers  


What is the command used to fetch the first 5 characters of a string?

0 Answers  


What is the basic structure of an sql?

0 Answers  


What are the parts of a sql statement?

0 Answers  


what is mean by forward declaration and where we'll use it.

4 Answers   TCS,






Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

0 Answers  


what is a stored procedure? : Sql dba

0 Answers  


Can We write bulk collect statement in triggers?

1 Answers   Polaris,


Can we use distinct and group by together?

0 Answers  


How to sort the rows in sql.

0 Answers  


Can we use two order by clause in query?

0 Answers  


Can we have two clustered index on a table?

0 Answers  


Categories