Can we protect our pl/sql source code?
Answer / Akhilesh Verma
"Yes, you can protect your PL/SQL source code by compiling it into a binary file using the ALTER PROCEDURE or ALTER FUNCTION command with the compile specification. Compiled procedures and functions cannot be viewed or modified without recompilation."
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a temporary table in oracle?
What is an external table?
Explain the use of grant option in imp command.
How to insert multiple rows with one insert statement in oracle?
What is difference between cartesian join and cross join?
Explain the use of Merge statement in oracle 11g
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Can we create trigger on view in oracle?
How to speed up webrick?
What is the difference between sharding and partitioning?
What happens if the imported table already exists?
How to select some rows from a table in oracle?