Explain the methods used to protect source code of PL/SQL.

devquora
devquora

Posted On: Feb 22, 2018

 

Source codes of PL/SQL V2.2 made available with Oracle 7.2 are protected by implementing the binary wrapper. A stand-alone function does this by transforming the source code of PL/SQL to a portable binary object code. Thus the software can be distributed without the proprietary methods and algorithms getting exposed. Such scripts can still be understood and executed by SQL*DBA and SQL*Plus. The only precaution to be taken is that “decode” command shouldn’t be available.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Oracle Interview Questions

    What is Oracle?

    Oracle is a database server that is used to handle data in a structured manner. It lets its users to retrieve and to st..

    Oracle Interview Questions

    Define Oracle database

    An Oracle database can be termed as a compilation of data housed in a database server and treated like a large unit...

    Oracle Interview Questions

    Explain Oracle instance.

    Each operating Oracle database is associated with an Oracle instance. As soon as a database server starts the database,..