- Notifications
You must be signed in to change notification settings - Fork26
Trivadis/plsql-unwrapper-sqldev
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
@PhilippSalvisberg no longer work for Trivadis - Part of Accenture and no one at Trivadis/Accenture will continue this project. Therefore, this GitHub repository was archived on 30 August 2024.
PL/SQL Unwrapper for SQL Developer is a free extension to unwrap PL/SQL code wrapped with the wrap utility of the Oracle Database Server version 10g, 11g, 12c, 18c or 19c.
Open a wrapped PL/SQL unit (procedure, function, package specification, package body, type specification or type body) in a SQL Developer editor
Right-click within editor to show the pop-up-menu. SelectUnwrap
or simply pressCtrl-Shift-U
to unwrap the code.
The editor content is replaced by the unwrapped code.
By default the unwrapped code does not contain a valid DDL statement. In this case theCREATE
is missing. You may change this behaviour in in the preferences.
Check theAdd ‘CREATE OR REPLACE'
option to get a complete DDL statement.
If you installoddgen for SQL Developer you will see aPL/SQL Unwrapper
node in theGenerators
window:
Open the PL/SQL Unwrapper node to show all wrapped objects in the navigator tree. Select one or more objects to unwrap. The following audioless video shows how to unwrap all package bodies in a schema in one go:
Click theHelp
menu and selectCheck for Updates…
. Press theAdd
button to register the update centerhttp://update.salvis.com/ . If you have troubles to configure the proxy settings, because your company requires some additional authentication or similar, then I suggest to download PL/SQL Unwrapper for SQL Developer fromhere and use theInstall From Local File
option.
You find all releases and release informationhere.
PL/SQL Unwrapper is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. You may obtain a copy of the License athttps://creativecommons.org/licenses/by-nc-nd/3.0/.
About
PL/SQL Unwrapper for SQL Developer
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.