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

Which command is used to delete a package?

0 Answers  


What are the benefits of pl/sql packages?

0 Answers  


Is sql pronounced sequel or sql?

0 Answers  


Does sql between include endpoints?

0 Answers  


What is the basic structure of PL/SQL ?

6 Answers  






What is a self join ?

6 Answers   BirlaSoft,


<<labele>> declare a=10 b=20, begin some statements declare a=30 c=40 end; what is the A value in nested block?

1 Answers   ITC Infotech,


How can you view the errors encountered in a trigger?

0 Answers  


What is ttitle and btitle?

0 Answers  


what command is used to create a table by copying the structure of another table including constraints ?

6 Answers   CMC, eicc,


wirte a query to filter improper date format follwing table? date 20-apr 22-may-2010 26-jun-2010 feb-2009 i want the output date 22-may-2010 26-jun-2010

6 Answers   Accenture,


full outer join syntax

5 Answers  


Categories