Browsing wrapped packages

Not a big issue, but I noticed a "nice to have" feature with wrapped PL/SQL packages. When browsing packages owned by a schema I clicked to expand the body of one that was wrapped. Instead of giving me a warning that the body was unviewable or some such thing it seems that SQLDeveloper tried to parse the encrypted text. This resulted in a list of error messages in the treeview.
Again, not a big deal.
SQL Developer 1.0.0.14.67

I had problem with wrapped packages under SQL Developer version     1.5.1.54.40.
I had one big package body which was wrapped fine with oracle wrap utility.
I decided to open that packgae body in sql developer just to check is everything compliled OK and when recompling it gave error:
Error(1): PLS-00753: malformed or corrupted wrapped unit
Other smaller packages , didn't made this message after recomplinig so only thing I can say is that sql developer isn't safe for recompling wrapped packages, speccialy ones with huge number of lines in body.
Somehow it truncate wrapped code and recompling take that truncated version of wrapped code in considearation.

Similar Messages

  • Not able to compile wrapped package bodies.

    Hi All
    Can anybody pls help me finding me the reason why I m not able to compile .plb (wrapped package body). There are no compilation errors. But when I run the .plb file (as @xyz.plb), sqlplus window hangs. No error shown. Everytime I had to close the window after waiting for 8-10 minutes.
    This is happening only with 11 files out of 200.Rest were compiled.
    Any ideas? Do we have any other way to wrap than using pl/sql wrap utility or pl/sql plug-in for wrapping(which is actually the same as former)??
    ThanksInAdvance!!
    Keep striking the iron until it's hot!

    yes, I did check for locks from pl/sql developer only. No Locks.
    I waited for 10 minutes for a 6 kb .plb file to get compiled. But had to close the session after that.
    I am using oracle 10g, pl/sql developer 7.1.0.1337
    sql*plus Release 10.2.0.2.0

  • Wrapped Package

    Hello, please your help,
    In what dba table (if any) can i find out if a package, procedure or function is wrapped?
    Thanks in advance.

    user500315 wrote:
    Hello, please your help,
    In what dba table (if any) can i find out if a package, procedure or function is wrapped?Wrapping is done over the source that is going to be used to make the object. I can't seem to recall that I ever came across any view which can show this. The only thing that is there after wrapping is, that when you see the DBA_SOURCE, you don't see a real code text but the wrapped text. So you need to check with the TEXT column of the dba_source view to see whether the text is clear over there or is wrapped?
    HTH
    Aman....

  • 942: error when trying to browse/refresh Packages, Procedures and Functions

    Hi,
    I'm using OSD 1.1 against 10g.
    I can create and compile functions in a certain schema but when I try to browse the Functions node I get "ORA-00942: table or view does not exist." and the node does not expand.
    The same thing happens with the Packages and Procedures nodes.
    Does anyone have any ideas?
    Thanks in advance
    Mike

    I've got the same problem with SQL Developer 1.1.0.23.64 against 9.2.0.4.0 and 10.1.0.4.0. This error occured only for a few package/procedure/function owners. I've found that these owners have SELECT ANY TABLE system privilege. In such case SQL Developer generates following SELECT:
    SELECT OBJECT_NAME, OBJECT_ID, DECODE(STATUS, 'INVALID', 'TRUE', 'FALSE') INVALID, 'TRUE' runnable, NVL( b.HAS_BODY, 'FALSE') HAS_BODY
    FROM SYS.DBA_OBJECTS a,
    (SELECT 'TRUE' HAS_BODY, object_name tmp_name FROM SYS.DBA_OBJECTS WHERE OWNER = :SCHEMA AND OBJECT_TYPE = 'PACKAGE BODY') b
    WHERE OWNER = :SCHEMA
    AND OBJECT_TYPE = 'PACKAGE'
    AND object_name = tmp_name (+)
    AND SUBOBJECT_NAME IS NULL
    AND OBJECT_ID NOT IN ( SELECT PURGE_OBJECT FROM RECYCLEBIN )
    Otherwise it generates
    SELECT OBJECT_NAME, OBJECT_ID, DECODE(STATUS, 'INVALID', 'TRUE', 'FALSE') INVALID, 'TRUE' runnable, NVL( b.HAS_BODY, 'FALSE') HAS_BODY
    FROM SYS.ALL_OBJECTS a,
    (SELECT 'TRUE' HAS_BODY, object_name tmp_name FROM SYS.ALL_OBJECTS WHERE OWNER = :SCHEMA AND OBJECT_TYPE = 'PACKAGE BODY') b
    WHERE OWNER = :SCHEMA
    AND OBJECT_TYPE = 'PACKAGE'
    AND object_name = tmp_name (+)
    AND SUBOBJECT_NAME IS NULL
    AND OBJECT_ID NOT IN ( SELECT PURGE_OBJECT FROM RECYCLEBIN )
    Both for 10g.
    So you could try to grant SELECT on DBA_OBJECTS to owner of your functions.
    I don't know why SQL Developer doesn't SELECT from ALL_OBJECTS in all cases.
    Jiri
    Message was edited by:
    Jiri Suchy
    You will need grant SELECT on DBA_SOURCE, too.

  • Errors in oracle defined wrapped package procedure

    Hi,
    I am working on oracle 9i stream replication. While executing the following proc, ora-04068 is reported.
    SQL> EXECUTE DBMS_LOGMNR_D.SET_TABLESPACE('LOGMNRTS_DIGITE');
    BEGIN DBMS_LOGMNR_D.SET_TABLESPACE('LOGMNRTS_DIGITE'); END;
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_LOGMNR_D" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    Could any one suggest me any work around ? Or do I need to reinstall oracle 9i.
    Thanx,
    Kamlesh C

    Hi,
    Based on the error message” Could not allocate a new page for database because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth
    on for existing files in the filegroup”, we can know that the issue is caused by the there is no sufficient disk space in filegroup 'PRIMARY' for the database.
    To fix this issue, we can add additional files to the filegroup by add a new file to the PRIMARY filegroup on Files page, or setting Autogrowth on for existing files in the filegroup to increase the necessary space.
    As to the issue that the job executed successfully for the next run when executed, I think it can be caused by someone or something had made something to increase the space. 
    The following document about Add Data or Log Files to a Database is for your reference:
    http://msdn.microsoft.com/en-us/library/ms189253.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • No packages, procedures and functions in Schema Browser

    Hi there,
    SQL Developer 2.1 Early Adopter 2:
    For Databases below 10g in Schema Browser no packages, procedures and functions are visible (no entries under these nodes).
    All other objects are shown correctly.
    Is this a known issue?
    Regards
    Andre

    The thread below seems to have an "official" response to this issue:
    SQL Develpoer EA - 9i Support
    Cheers,
    Chris

  • How to wrap a package body in the Oracle Cloud

    Does anyone know if it is possible to wrap a PL/SQL package body in the Oracle Cloud? I tried to wrap it on my local machine and then upload it but when I ran it, it said the wrapped package was corrupt. DBMS_DDL is a lot of extra work and only works for packages <= 32K. Is there any other way to do this?
    Maybe in the SQL Workshop, upload script section, there could be an option to wrap code when you run it?
    Thanks,
    Steve

    Rick,
    Thanks for the quick response. I used the SQL Workshop, script upload function (in Apex) to upload a package that I wrapped on my pc (Windows 7) using the wrap command line utility (11g). It uploaded fine but when I tried to run it, it returned a message like "Wrapped code is invalid or corrupted". This was not what I would have expected since I know you can import/export wrapped code between systems (different OS) without issue. Perhaps the command line wrap is OS specific and the import/export is doing some kind of translation?
    Anyway, I know you cannot use the command line option directly in the cloud because, as you say, you don't have access to the command line. DBMS_DDL is too tedious to use and has the 32K limit and unfortunately, there is no command like, "Alter package body xxx compile wrapped". So that leaves using the SQL Developer Cart option to move wrapped code from a local db to the cloud db. Unfortunately, I'm still having roles and permissions issues with my account which Oracle Support hasn't been able to fix over the last few weeks so I can't try this option (or even login using SQL Dev). Has anyone tried to do this? Does anyone know of another way to do this that I'm not thinking of?
    Thanks,
    Steve

  • Wrapped oracle packages

    we have a problem with wrapped packages in oracle 10g.
    we are wrapping our packages with oracle 9i and our production db version is 10g
    when we put our wrapped version in production environment we get a sequence of errors like this:
    ORA-06502
    ORA-06512
    ORA-04061
    ORA-04065
    ORA-06508
    but when we put unwrapped source everything is ok

    Obviously 9i wrap is incompatible with 10g wrap, and you should have tried to wrap the source with 10g wrap.
    Did you already try this?
    Sybrand Bakker
    Senior Oracle DBA

  • Add ABAP program: validating package - error accessing shared objects-area

    When adding a new program or browsing the packages in eclipse i get an "error accessing shared objects-area".
    I can edit, save and run existing ABAP reports, however.
    There was a similar problem here, regarding database procedure proxies but the solution doesn't apply to my problem, i guess. The solution was about creating the shared memory area CL_RIS_SHM_AREA. I can't access the memory area and start the constructor, as it doesn't show up on the monitor.
    ADT 2.28
    Eclipse 4.3
    Netweaver 7.31 SP4 -> is this really compatible with ADT 2.28?
    Thanks in advance for helpful hints,
    Julian

    HI Julian,
    if the area doesn't show up in the monitor, please try to start the constructor in transaction SHMM on your own by selecting the icon 'Start Constructor' as shown in the screenshot.
    Choose CL_RIS_SHM_AREA as area, select 'Default Instance' and 'Dialog' as execution mode. Then press 'Create'. Either this works or the system will tell you the issue with the instance creation (e.g. insufficient shared objects memory - see the other solution description).
    Best regards, Sebastian

  • Data Modeler in EA1 4.0 sql developer cannot invoke editor on package body

    It is not possible to invoke the editor in the data modeler browser on package bodies. Package header, Functions, Internal Procedures invoke the editor workes fine.

    Thanks for reporting this problem.  I have logged a bug on it.
    David

  • PL/SQL Wrap

    Are you planning to add a feature to Wrap packages and compile them directly into the database from SQL Developer (Raptor)?
    thanks
    Al

    We did not plan on it however I'm going to write up a short howto on adding custom context menu items to the right click. So with this you could have a right click on a procedure to wrap yoru code for you. I'll try and get this written up today and use the wrapping as the example.
    -kris

  • Invalid Packages DBMS_PRVTAQIP and UTL_HTTP in 11g R2 (on windows)

    Oracle 11g R2 the following packages are invalid and will not compile
    DBMS_PRVTAQIP
    UTL_HTTP
    Compiled as SYS as SYSDBA
    DBMS_PRVTAQIP Body Compiled (with errors)
    DBMS_PRVTAQIP Compiled
    UTL_HTTP Body Compiled (with errors)
    UTL_HTTP Compiled
    Error(1): PLS-00753: malformed or corrupted wrapped unit
    any ideas how / is it possible to repair an Oracle supplied (wrapped) package ?

    Here are the two wrapped packages as seen by sqldeveloper
    the error compiling them is
    Error(1): PLS-00753: malformed or corrupted wrapped unit
    create or replace PACKAGE BODY utl_http wrapped
    a000000
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    b
    bf39 1aa1
    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
    JY20
    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
    EqnqRRIavdn9h53kBbX7WHyJXw==
    create or replace PACKAGE dbms_prvtaqip wrapped
    a000000
    1
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    abcd
    9
    28dc aad
    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
    NsQvTdxVIOmeOlEI9G8FZPn7IpfAVA==

  • Failed to retrieve SSIS package

    Hi , When I would like to browse the package in MSDB, it failed.
    And also can't import Package

    See if this helps
    https://msdn.microsoft.com/en-us/library/ms137789.aspx
    also check this
    http://vasudevtroubleshooting.blogspot.ae/2009/09/sql-server-specified-in-ssis-service.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Code behind wizard packages

    Hi guys, one question please. How can I see the query behind a package created with SQL wizard (task Import/Export). The file are stored in a folder and not in SQL but I can read the folder, I tried with BIDS (2008) and Visual Studio 2010 but nothing. Is
    there any tricks...
    Thanks

    You need first create a Integration Services Project in BIDS. Then right click and choose add new package from solution explorer and browse to package file from your folder.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Compile via object browser gives ORA-01031 insufficient privileges but...

    Hello,
    Last week I upgraded my APEX version from 2.2 to 3.01; I didn't find any problems up to now. Via the home>SQL Workshop>object browser screen, packages then edit package I modified a package. When I hit the 'compile' button, I got the message: ORA-01031: insufficient privileges.
    When I do 'alter package <package_name> compile [body]' via the home>SQL workshop>SQL commands screen the package is compile succesfully.
    To me this looks like a bug... same (apex) user, same priviliges...
    Has anybody an idea why I can't compile via the object browser screen, receiving the ORA-01031 message, but why I can compile the same package via sql-commands screen.
    The user I am logged on with in APEX is the owner of the package.
    Thanks in advance for your assistance.
    best regards,
    Jan.
    Message was edited by: jan
    J. Hulsing

    Linda,
    Connect as SYSTEM and:
    grant create procedure to XXXXXXX;
    ...where XXXXXXX is the schema name. A DBA would need to do this, of course.
    Scott

Maybe you are looking for

  • Copy and Paste problem in Leopard

    I am archiving thousands of pict files to dvd, in OS 9.2 I simply open the window select all files, then copy all the file names and paste into my dvd cover index in Pages. This has worked fine. The problem is in Leopard it copys the actual files, no

  • Does the alarm ever time out?

    I have the alarm set daily to wake me up for work. Tonight I accidentally left my phone at work and it's not convenient for me to go back and get it before I go to work tomorrow morning. If it goes off in the morning, will it keep going indefinitely

  • Many Problems: System won't search, things taking very long time...

    My G5 is having lot's of problems and I'm dreading having to reinstall the OS. Problems: The system won't search for files, either in the finder or in applications The finder seems to get jammed up for long periods of time (I mean, like I can let it

  • Imac i5 late 2009 running OS X 10.8.4 and can't get FireWire connection to work

    I have Imac i5 late 2009 running OS X 10.8.4 and can't get FireWire connection to work with LaCie external drive.  I have gone through older posts and tried with no luck power cable and holding down start button for 15 seconds and restoring power and

  • My ipad is noy syncing anymore...

    Hello.. I have had my iPad for several months. I didnt syn with my itunes (1.0.1.1 for Win 64 bits) very often. But today my ipadis not syncing anymore. In the iTunes appears: Syncing "GaboPad" (Step 2 of 4) Preparing to sync... And it has hours in t