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 is called after appearing where clause

3 Answers  


How do I pipe the output of one isql to another?

0 Answers  


what is an index? : Sql dba

0 Answers  


Why do we need pl sql?

0 Answers  


What are sql indexes?

0 Answers  






How can I delete duplicate rows?

0 Answers  


How delete a row in sql?

0 Answers  


What is procedure and function in sql?

0 Answers  


Can we use having without group by in sql?

0 Answers  


How is a process of pl/sql compiled?

0 Answers  


Explain ddl statements in pl/sql?

0 Answers  


Which is faster union or join?

0 Answers  


Categories