PLS-00753: malformed or corrupted wrapped unit

Hi,
I performed a full database import.
But there are couple of packages which shows invalid.
I copied these 2 packages from the source and ran it in the target database. Still these packages are not becoming valid.
The error message is:
SQL> sho errors
Errors for PACKAGE BODY MEMOIP.MARQUE:
LINE/COL ERROR
0/0 PLS-00753: malformed or corrupted wrapped unit
any idea what should be done to solve this error? Please suggest!
Thanks!

The only practical workaround is to reinstall the corrupted object from a valid source file.
-- Or (maybe) --
Get "wrapped" DDL (packages) from source db (or dump file) and try to execute (never tried it myself).
:p
PS: Did you check for any errors in the import log? What does it say about those packages?
Edited by: LKBrwn_DBA on Aug 16, 2010 12:52 PM

Similar Messages

  • PLS-00753: malformed or corrupted wrapped unit; Import and Export issues

    I'm new to oracle, please help me with below...
    After a full import as follows:
    imp username/password FILE=dump_file.dmp log=logFile.log ignore=y full=y &
    I face two issues and they are:
    1. I find that a partitioned table is missing. Verifying with the other team(who did the export), i found that they gave a full export. Hence shouldn't all objects of the user be exported?
    What could be the reason for it?
    2. Also there is package which is wrapped, and compiling it gives me this error-
    PLS-00753: malformed or corrupted wrapped unit
    How do i find the reason behind and rectify the same?
    M using Oracle 10g.
    Thanks in advance....
    Edited by: Shruthi PR on Aug 31, 2012 12:08 AM

    You can do one more thing if they're not willing to give you export logs/responding slowly.
    You can use the option show=y which will show the structure of the objects in the data dump. But remember this will take time; If your dump is very huge, you have to think twice before using this option.
    If you don't have metalink access, see the snap here
    +*<Moderator edit - deleted contents of MOS Doc - pl do NOT post contents of MOS Docs - this is a violation of your Support agreement>*+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • "PLS-00753: malformed or corrupted wrapped unit"  weird behaviour

    Hello,
    I would be grateful if anyone can lend any assistance. I have a compiled package (compiled with the 10g wrap).
    When I try to run it in using an ODP.NET (11) connection, the command executes fine, but the "PLS-00753: malformed or corrupted wrapped unit" error shows in USER_ERRORS for the package, even after a recompile.
    Here is a code snippet showing what I'm doing
    Oracle.DataAccess.Client.OracleConnection conn = new Oracle.DataAccess.Client.OracleConnection();
    conn.ConnectionString = // valid connection string here
    conn.Open();
    FileStream fs = new FileStream("package.plb", FileMode.Open, FileAccess.Read);
    StreamReader sr = new StreamReader(fs);
    string contents = sr.ReadToEnd();
    OracleCommand cmd = new OracleCommand(contents, conn);
    cmd.ExecuteNonQuery();
    However, if I copy the text from the file, and run it in using PL-SQL Developer or SQLPlus, there are no problems.
    I have tried messing around with various character encodings, but to no avail. The codepage of my Oracle instance is WE8MSWIN1252.
    Thanks for reading.
    Stephen.
    Edited by: [email protected] on 24-Feb-2009 09:14

    I have encountered this behaviour but have not been able to find a solution. This only happens if the last character of the wrapped code is at the end of a line. If the wrapped text ends anywhere else on the line, the issue does not arise.
    Is there anyway around this? The oracle wrap utility doesn't provide any control over how the wrapped text is produced it seems.
    Edited by: user4840164 on 07-Apr-2009 09:51

  • PLS-00753: malformed or corrupted wrapped unit on SYS packages

    Hello All,
    I tried to run an export today and received this error on the SYS.DBMS_AQADM_SYS package body. I tried dropping and recreating through the catalog.sql, catexp.sql, and catproc.sql scripts but the package body was recreated with the same errors. I have done exports on this instance before and it seemed to cause this problem today at random. Now several other sys packages are going invalid as a result and when I try to run an export I get the error:
    UDE-00008: operation generated ORACLE error 4063
    ORA-04063: package body "SYS.KUPV$FT_INT" has errors
    ORA-06508: PL/SQL : could not find the program unit being called: "SYS.KUPV$FT_INT"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2742
    ORA-04063: package body "SYS.KUPV$FT_INT" has errors
    ORA-06508: PL/SQL : could not find the program unit being called: "SYS.KUPV$FT_INT"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3712
    ORA-06512: at line 1
    Does anyone know what could cause this or how to fix it?
    Thanks,
    Sean

    it appears that my sys and apex_flows schema are now hosed. apex stopped working so I restarted the machine - now when I try to start Oracle it gets all the way to "database mounted" before cancelling with the "ORA-01092: ORACLE instance terminated. Disconnection forced"
    does this mean that my instance is hosed? I can restore from a backup but would lose some serious development time if this occurred.

  • WKSYS. Packages error PLS-00753

    After full import:
    impdp DIRECTORY=DATAPUMP_IMPORT DUMPFILE=orcl.dmp FULL=y LOGFILE=import.log
    wksys. has many package bodies that import with error PLS-00753 malformed or currupted wrapped unit..
    how do I fix this.. what is WKSYS is it part of apex?

    Dear Merlin128,
    There may be invalid objects on the database. What you may do is you can run the utlrp.sql script under the $ORACLE_HOME/rdbms/admin folder and see if you had any invalid objects that has been validated with the script.
    Oracle Error :: PLS-00753
    malformed or corrupted wrapped unit
    Cause
    The format of the wrapped unit being compiled is not understood by the compiler. This may be because the unit was edited or modified after it was wrapped.
    Action
    Rewrap the unit.IF the problem persists, rewarp the unit that has been affected.
    http://www.dba-oracle.com/t_wrap_utility.htm
    Hope That Helps.
    Ogan

  • SQL Developer database copy corrupts wrapped PL/SQL

    SQL Developer 3.0.04.34, database 11.2.0.2.2
    Database copy brings over the wrapped pl/sql DDL, but somehow corrupts the code and will not compile.
    It must be recreated from source plb file.
    expdp / impdp does not have this problem.
    This would appear to be a bug.
    Wayne Linton

    user4792902 wrote:
    Also it looks like the SQL Developer loads all the Data from sources Schema for each table in memory and copies to destination Schema.Yes
    Any idea how to over come that...Don't use it, use the database's IMPDP/EXPDP tools for copying large quantities of data or whole schemas or databases.
    Also adding the Filter or selection like the Database Export functionality in Database Copy will really be helpful in this kind of situation. The Developer team has any plans?Probably not right now, but you can request this at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • My iphone is corrupted. Can somebody help me to fix it??????pls, My iphone is corrupted. Can somebody help me to fix it??????pls

    pls help me         

    You say it is corrupted but give absolutely no clue how you know this.  A little detail would go a long way.

  • Question for experts/ wrapping - data pump

    Hello All,
    In am using ORACLE 10.2.0.4.0
    i have an issue while export / import wrapped procedures:
    I have some procedures / packages that are wrapped and when i do export for their related schema and then import it to the database, i got the below error
    Compilation errors for PROCEDURE PROC_NAME
    Error: PLS-00753: malformed or corrupted wrapped unit
    Line: 1
    Text: CREATE OR REPLACE PROCEDURE "PROC_NAME" wrapped
    After i did many tests on this scenario i Noted that:
    This error is not appearing on all procedures, there are some that will be corrupted after the import and some will not be corrupted.
    After i did the normal import export, i found that the character set of the imp/exp is different then the one of the database, so i changed the character set of the database to be the same as the one used by the import, i redo my tests and i found that this solved the issue of normal imp/exp, so now and if i am doing normal exp/imp the recompilation of procedures will not fail after the normal old import. but at this stage the imp/exp character set has changed again.
    The character set of my db was : AR8MSWIN1256 and when i did exp/imp it was for exp /imp AR8ISO8859P6, so i changed the one of my db to AR8ISO8859P6 , after changing the database character set to AR8ISO8859P6 the recompilation was working fine for the normal exp / imp, but now the character set for import/ export changed to AR8MSWIN1256 !! why ?
    The Data pump export import was not solved even after changing the character set of the database, the procedures were imported with errors and it was fixed after recompiling it.
    My issue that i have too many clients and i am not able always to change the character set of the database because i may face ERROR "ORA-12712: new character set must be a superset of old character set"
    Hope the above description is clear,
    Any suggestions or ideas to solve the issue of wrapped procedures with expdp/impdp? can i force certain character set for the expdp/impdp ? knowing that with release 10.2.0.1.0 the expdp/impdp is totally not working with the wrapped procedures

    Any ideas?

  • Bug with deploying wrapped code?

    I have an app I am releasing with packaged code that I have wrapped. If I replace the install script packaged code with a wrapped version I get errors:
    Error at line 0: PLS-00753: malformed or corrupted wrapped unit
    If I run this script in SQL*Plus it works fine!
    APEX 3.0 on 10g Enterprise Edition Release 10.2.0.1.0
    Phil

    Hi Phil,
    Did you use the correct version of the wrap utility? With multiple ora-homes you may have accidentally wrapped your code with a different version than the database you are compiling it in.
    Also the wrap utililty has difficulty with some sql-constructs. You may want to try to wrap with the parameter:
    wrap iname=.. oname=.. edebug=wrap_new_sql
    Rene

  • 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.

  • Issue  after upgrade from oracle 10.2.0.4 to 11g (11.1.0.6.0)

    hello
    After upgrade to 11g we have problem with dbms_workload_replay package it has error Error(1): PLS-00753: malformed or corrupted wrapped unit in body and can't be compiled . It is wrapped so we can't find error. We run utlrp.sql but no results.
    Any idea ??
    THX

    Then it looks similar to bug 6651232
    May I suggest you get in touch with Oracle support for this?

  • 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
    KHelMavM0NnA9KA07kc996L1+34wg81MeSBo39O8cvmU5jfWsVMAT7dhPlBxJBajg9VUp5Gh
    /cZzwoW+3rZx7oPwKC61c/cGbc5lGlryn2jw8FExTLz/R4KM7sh2Pd6f7EEOXVwNRVn5v/4e
    M3NVVS7xxBL6h+b5umvR15mgg1F4k+15eDJMKqTiTJQWYre7qlpK61Hplg2XzUL3XNWJ0qoy
    s0hOwoRJTfv8a+itjIGHsC5h3BPBbReAcp2tcFwIqjJeAREN3mnxnEKcsOn574OLbQPS12E1
    wWL5XBwGpsRaBRpa2beyqFZqmtnSdGwPVc8wqv7ukmpV6hpyoK+dMk2vRhtt2BV5mvUM5K3z
    VfKqzQogoMI0cUOTg1yyPmrpkXdmqj0a1wHCKRjNRR5hztr5gWa7PL39j0NB5txtRWL5M4vT
    Xuu11dD0JgZ0KcY5tZcYMkvl/yU0fkMrSGDPNDrSsBPz1F8UP/Uuh0HdDY7/3Vyew0Fw6Fpf
    Kn2mxuFNPcZl5RYLlZ7822xNJ+uVWvJIi289lk/MwwQIddbCTSIKIdcpaNDd9MnJXDLs70ib
    S13MWLzFyNQP2LhHBIMBlse3MgXFAFqL1dicefDseRO/FoXnPzSSu8b9eFFno2x/4n8MipQu
    oayJajlvcMiMxDcd/xmRYNdwvq40CDV3z2ZnWh+CyqIeyduLejWRSgfayboZn00UET4MBNU1
    b6K2UpNhoXX8mnHp+pSJ6PAeATGDbMboerfTI1JXWVuobwcp/8sIdQ51VrJh266oD5tE+I6P
    J/nB/IwTpDQMUK4E1OutrwzJTghWidMpnFwrPZy8HAUQXn6SNQObrMiqcZTpMjec2go0NZNJ
    b3HS9rTlHoZynbVdA/wGEAUrh2q0gljQf2Zq0vl/CaGiMQ5h4pdveQijmCd83cyfe1SF7jqC
    Ztu/6jdg13wRA/rXLveRu4AUM1paZuZFWm1RxHsy8oGxluGpSZphH1wDnkvGql/YGzo2j1xd
    fAALgYVtR2xrdWNjrjXWMUnV7NeFE18zuq8oXr1URZraCjdEkhDy+6tI3PvzLn3soH7QLYIZ
    QxfnTqttGBCeEn1oEEX419c/GTve9Af7F8JUy1EVHGVPWOWGLlgyQlwbk9Yly/e4fTkN7f4u
    /HDC0RRp+Fh8KbvmrBG4CyfxxDHe2+Xlv26u7+9lRpUw7lMBkHUWeWnE3okPkOa8khBdvvX7
    BMvpnFyoffxWnOwrBuF8tiPB8cip/+kmMb5W7/gLjdkvcfhue4QdsN9RAb1YeVw6KXlY5FYA
    2WPyci05CwIq5SbR+0MVnZE1K6WwfxaBAOF0a51yOD6Ha7c0jqBdbS5eNkjHLzFRSEw74f3t
    YC7OWp6EISsHxZvNlkiL1dipwy7icOGu0SpcLjiId75x+1AqJneKcThid75xr4px0SrasX+9
    qOuAiCxnXDEch/DsufH8F7QdGsYYJA7r4NbkAHMFE8xVxMIEiyyQ4gGEB6eT/fvK/Potjwen
    +1BrRAO+E/aJ4ksPb1aYL/oCl81zt2hgQ6dIRSrF2mWeP5fnOumtuHlhYIk1ONzB6OkuvJ4g
    eFNaOM3Rnlm/97B5cJiG5WsFGhmzQQXENy8hzOcSOKzryiORNbQT7ON2NvskYGytiCjMzIsN
    cDnqR+Jsgl04mX8V+Q0UAWqYbwHJxNaJqHKj1N1Zf9ULmcO0T2dzmXTpGUq73EAThVtfgVg4
    FzJF7plQzrTkzRF3qwkyVFXN/StPbPwQSH4oy19Kk4YoBAg5/NdcFiAy4iOmlLStbo1tg2F1
    2xVwHDkgHBlKSGOVS6V/flfAueH3r97KLuBRY8SGUpUEYCRpRoFRqO4TG+3IVTAkGTsl0WM9
    Uk7zHHN//oIHy9FbLCWZvt2D4G82CeKy92PKkBzO1JS+6tAham6otNwl0/3wn3Qyr9Ac1a62
    2uqUgd9U9iGRJ0qk6AORC4b4dG6Wm9MQ3/+1kgHAHI3VPo6hWq9fdIM3vhB4jJTjdCbFEo9F
    /oU+8l+G/uJJWgVjVehcy6TyHlydIquJYVwm0q//11rG+EykEcyVpcsjJMDVBlFftoPukAjL
    /0WBxcLW5VR563uckahzQn6hKkxYnMZcloe6+B1J+zXz/BMPBm6qxp7dYZvq++j+0mgrvZ4G
    xXwDg/0OQeoXixt4afp4FLlKXxJEhTvr4cU1r/XpbHZoZfw1aGXFNWhlxTHobI55kaPyAAWg
    ifJh3j6NR97e/Pbaa73DHclj5cI7lg7ssdQCu7lgihsHm6A4zJvYg4nSr/TBe1LHfs952C15
    yrdYYJlzHF9YMOyEg4LKXvdfoMEZN/l+5zHA5xLKs0sSpfM8E/7HmbCgAADYEzJe32KpE+b+
    LRP7tF2IxK0UTe1FaNPhBqgXfrqypggZYONGzcMWh3LLlZO/ahU3c1PzW37YUjmAbT+0mL31
    sAeN6VKn28Tq392mIIM3vMQ3fYL7MKr9OBsEcRORHbZ5uWXVOe2RKzl7xtiK836h86cT+/bF
    QHWpMjDbktTv4DuEYFtHhl9UCzVkosgqBqii763x4U4RSdKANTnQfGapmsE/h6IH3i4BNwbE
    EPsKF/8YlEdRqO026d3q4IRNOOpX4XWRfGbeu9yoIvKLv68rg8WBW70Xy4W4cGo3y1si6B5T
    51koWRPhyCnOEVCTgat5A+hXy6qptav5pgcsBhnKLcqVCplbyaDBlmgc5tBHIgx05jilVlpR
    958+YC7vOTUtMxO/guybvbMon1AB4z91sEvWcs5bQdk80J0/1H3GUhmgrElf/QhtHbwEbVKK
    OubF6GIuBNOxp5pP494FUV98CRk4CO0mm+x2Fybgn799KY14MkqUhEEqMQIgmNLY6GVJD7cs
    CtPwM41cFxcw9wS87J2SQkhou1l144PAOQylrebZpr+3b6a5G2Kp3N8nH+NHEgc8ugc82geL
    fHaK3e8HHzcSLABHLnSl049pjmphoPOcQ86+4+cajavdZvQ4iIe6LeYSgo9lItVYYhRe05wQ
    G9barxncfMS22M02C/0g9rBYg4hieTRr7T9loK5AM/pQI/2D9Q3sr9TAbL2+BF26E4Q8eII2
    AfQPzftsHBvAqQdJ6jlZ2wQV+6u8YbvNC8IQ/jA3J8JsE7FwEFif3m8etziN9qLRReMTGepP
    ydvkRlT0P8GsRC7mhu+xjAj3W/CfdXihPFwFLrT3XWDsGl48y3HUbjqu/HicBT/y6+jWEimw
    ITJ7eboEW6HtFQ2x7wj7r59UugfgtoiEWCmhdAGp6V1l4YkXFh1fZh/0lXUY4Ope3VuOAd3D
    vuQOJhhlcAy+YnZJd0AlMZvu0tWDEgnlvvUnb43sDIwGlPySoWufcWvCUSf3DBMVxz764OfG
    Clb0UDds6GAaOPEE/aemnhJLBQOg2TwZnNpkJACp4ABlQzpHnhWxq1kJaQyTSrPlRJ3oqPxs
    suLqIRTV9W5InuS4MY6VNbU8suxi3tBi+g2xy1bwGZKxkQ7AARI4++RF4XIXiM7/4QA53keS
    FLg875NEG7BV/lpFll2lgbPMWqph0vhRncGANvXIcWIxhpzA/gy4VgeFEFcf8XQSp/XSh/p9
    NY7X2+8X5vYWkA0HoxVYUaRR+8bSPEnQ7okqU3FPluNEMnOm7f4WXNOWmkI1D+2GQankDWQi
    2JhDZrCOViYFbHfUkdQs0w66w5uF4BeA0/qWB0FM37+J6E1x0h3MhyO2DNlUQdMXOaWvQBV0
    HKENzXDlEm8/Vr2IVdWqYVgAunwOqu9vRzYXGSdbmXGCyANM1qD4KCdpy7xz1W71zmzgmrXd
    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==

  • OWB fatal error

    Hi, my problem is that I can't connet to repository at all. In the log-file I can find as below
    LocalNamespaceService.java:3037): java.sql.SQLException: ORA-04063: package body "OWBREPOS_OWNER.NAMESPACESERVICEIMPL" has errors
    main.TaskScheduler timer[5]20080617@08:40:44.044: 00> oracle.wh.repos.pdl.namespace.LocalNamespaceService.reserveName(
    LocalNamespaceService.java:3037)+>ORA-06508: PL/SQL: could not find program unit being called: "OWBREPOS_OWNER.NAMESPACESERVICEIMPL"
    When I try to compile that package I get this message
    Error(1): PLS-00753: malformed or corrupted wrapped unit
    How can I fix this error ?
    Hannu Hamalainen

    Try recreating the package.
    The sources are:
    OWB_HOME\owb\reposasst\NamespaceServiceImpl.pks
    OWB_HOME\owb\reposasst\NamespaceServiceImpl.pkb
    It should resolve the problem.
    Regards,
    Robert

  • How to compile HTMLDB_SITE_ADMIN_PRIVS invalid package body?

    Hi,
    I am trying to grant HTMLDB Administrator privilege to assign the other Oracle default schemas to workspaces by executing the following procedure.
    SQL> EXEC HTMLDB_SITE_ADMIN_PRIVS.UNRESTRICT_SCHEMA(p_schema => 'SYSTEM');
    However, the package body is corrupted. As the package body is wrapped, I cannot compile it manually.
    FLOWS_020000@PROD> ALTER PACKAGE HTMLDB_SITE_ADMIN_PRIVS COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    FLOWS_020000@pPROD> SHOW ERRORS;
    Errors for PACKAGE BODY HTMLDB_SITE_ADMIN_PRIVS:
    LINE/COL ERROR
    0/0 PLS-00753: malformed or corrupted wrapped unit
    I'd greatly appreciate if you can provide any suggestion or advice for me to compile or reload this wrapped package body.
    Thanks,
    Deborah

    Hi,
    I am trying to grant HTMLDB Administrator privilege to assign the other Oracle default schemas to workspaces by executing the following procedure.
    SQL> EXEC HTMLDB_SITE_ADMIN_PRIVS.UNRESTRICT_SCHEMA(p_schema => 'SYSTEM');
    However, the package body is corrupted. As the package body is wrapped, I cannot compile it manually.
    FLOWS_020000@PROD> ALTER PACKAGE HTMLDB_SITE_ADMIN_PRIVS COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    FLOWS_020000@pPROD> SHOW ERRORS;
    Errors for PACKAGE BODY HTMLDB_SITE_ADMIN_PRIVS:
    LINE/COL ERROR
    0/0 PLS-00753: malformed or corrupted wrapped unit
    I'd greatly appreciate if you can provide any suggestion or advice for me to compile or reload this wrapped package body.
    Thanks,
    Deborah

  • Wwv_execute_immediate is invalid.

    wwv_execute_immediate is invalid in my FLOWS_030100 schema.
    When I compile it I get the following error:
    Line # = 0 Column # = 0 Error Text = PLS-00753: malformed or corrupted wrapped unit.
    How can I fix this package?
    Thanks
    Chandra.

    So should I drop FLOWS_030100.WWV_EXECUTE_IMMEDIATE package?I'm not sure why it exists or how it got created.
    If everything seems to be working, I'd leave it alone.
    Scott

Maybe you are looking for

  • How to execute procedure in SQL Worksheet ?

    Hi, anybody know, how I can execute procedure here? I try EXEC sec_roles, EXEC security_admin.sec_roles, EXECUTE - there is a SQL statement error. When I use CALL - there is no such procedure (I have execute previleges). Although in SQLPlus EXEC work

  • External SWF problems

    i have a few SWF files loading into the main SWF. I am using a blank movie clip to load the external SWFs. loadMovie("photos-color.swf", "color"); That is actionscript I use to load the external SWF into the main SWF. I go to one page on my site, dow

  • How do I get pass the Enter Passcode on my i-phone 5s

    How do I by-pass the Enter Passcode on my i-phone 5s

  • How do I copy an image URL?

    Is there a way? Let's say I want to copy the image URL of the Google logo. I hold on the image for about 2 seconds and the options is gives me are COPY or SAVE IMAGE

  • OWB10gR2

    Hello, I was trying to upgrade Source locations to Control Center. It was giving version control problem. My source is Oracle 9.2. Why it is not upgrading into control center? Source can be any type or any version. Why it is giving error saying that