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

Similar Messages

  • How to make my package body hide in oracle......

    hi all,
    i have a package, and i want to hide my package body only not spec;
    i searched in websites, but not getting the correct answer,,
    help me.
    Edited by: 887268 on Sep 28, 2011 1:10 AM

    887268 wrote:
    hi all,
    i have a package, and i want to hide my package body only not spec;
    i searched in websites, but not getting the correct answer,,
    help me.
    Edited by: 887268 on Sep 28, 2011 1:10 AMMake it hide for other users?
    So use grant / revoke privileges

  • How to consume a webservice deployed on the Oracle Cloud

    Hi,
    Created an adf app with webservices and deployed it onto cloud.
    Trying to consume the exposed webservices from a client application.
    Following is the exception when i try to make a call to client.
    Exception in thread "main" javax.xml.ws.WebServiceException: javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from www-proxy.us.oracle.com - 148.87.19.20 --> java-trialannv.java.us1.oraclecloudapps.com failed hostname verification check. Certificate contained *.java.us1.oraclecloudapps.com but check expected java-trialannv.java.us1.oraclecloudapps.com
    at com.sun.xml.ws.transport.http.client.HttpClientTransport.readResponseCodeAndMessage(HttpClientTransport.java:218)
    at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:204)
    at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:124)
    at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:121)
    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)
    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)
    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)
    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)
    at com.sun.xml.ws.client.Stub.process(Stub.java:272)
    at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:153)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:115)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:95)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:136)
    Is there any i can get through the SSL.
    any workaround to get through this.
    Thanks in advance,
    Manohar

    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

  • How to open a package body in Oracle sql developer

    How to open a package body in Oracle sql developer..any shortcut for that

    I need another way to get to my package body. I'm on a locked down system, so the only way I can reference anything is if I already know the name of it. I accidentally overwrote my text document that I was using to work on it and I closed out of the package body in sqldeveloper. There must be a command, like an alter or some such. Anyone know the old fashioned way of looking at a package?

  • How to compile all package body using sqlplus ?

    hi all,
    How to compile all package body using sqlplus ?
    Please help.
    Amy

    dbms_utility.compile_schema will compile all the invalid objects in a schema, including the invalid package bodies. If you only want to compile the invalid package bodies, you could write your own dynamic SQL stored procedure to do that using the user_source view, but that's a lot more effort for a very minimal benefit.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Package Body in the tree doesn't show all procedures

    I am using Sql Developer 1.0.0.14.67 on Win XP Professional,
    DB servers Oracle 9i on both Linux Red HAt and Win XP Professional
    I have troubles with one of packages - in the tree under Package Body SQL Developer doesn't show all procedures of this package body.
    On the right panel all package body source is shown, but in the tree under Package Body it shows names of only procedures up to certain line in the source code - up to line where first Private (not included in Package Spec) procedure code starts.
    BUT, there are more Public procedures in package body below this Private procedure - and all of procedures below first private are not included in the tree under Package Body

    I find this quite annoying. I cannot use the navigation panel on the left to find the location of all functions and procedures in the package body. The 'missing' procedures are listed under the package spec, and double clicking on them takes me to the spec and not the body.
    I'm running v1.2.1.32.13. Is this a know issue and is there a fix planned?

  • How long does it take to download the Creative Cloud Packager?

    How long does it take to download the Creative Cloud Packager? Its over 22 hours now and its only 57precent complete. Could you tell me what size it is? And if I turn off the computer and bring it to my home broadband will it need to strart from scratch?
    Thanks - Conor

    Make sure you have cookies enabled and clear your cache.  If it continues to fail try using a different browser.

  • How do I share files uploaded into the Creative Cloud with other creative cloud members?

    How do I share files uploaded into the Creative Cloud with other creative cloud members?

    Should be easy.  Try this...
    In Thumbnails view, click the little triangle (pointing downward) in the lower-right corner of the asset you want to share.
    In the blue icon bar that appears, click the Share icon (the third icon from the left, just right of the trash icon). The Share dialog should pop up.
    In the Share dialog, enter the email address of the person with whom you want to share the asset, then click the Send Email button - they'll receive an email with a link to your asset. OR
    You can also copy a link to the asset and then paste that into your own email client if you prefer.  To do that, click the Link icon (looks like a "chain", and is to the right of the email "envelope" icon) - then click the Copy Link button.
    Note that the Share options won't be available if your asset is set to "Private" - you can control whether an asset can be viewed (or downloaded) by others by clicking the Public/Private control (green or red "lock" icon).
    You can also access the same Share controls if you click on the file to see it one-up (you can do this from either Thumbnails view or List view); click the Share icon near the upper right corner of the browser window (to the right of the asset name).
    Hope that helps.

  • How do I delete a movie from the iTunes-cloud?

    How do I delete a movie from the iTunes-cloud? I don't want to hide it I want to delete it even if it means I can't download it again..

    Oh sure you can delete it from the computer. I thought that you wanted to permanently delete it so that you can never access it again. In fact, in some countries, you can delete movies and then download that again at no charge as long as you use the same Apple ID.
    Launch iTunes on your computer and click on the movies tab under the Library heading, find the movie and right click on it and select Delete.

  • How to hide system tables when using the Oracle SQL Developer?

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? I didnt find a way to create a separate database using the Oracle Sql Developer. I see all the tables together, and would like to differentiate between different databases.
    Can anyone explain to me how to do these things?
    Thanks,

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? Your posting is not clear,again tell something more on tables tree,what u want to achieve with it.
    How to hide system tables when using the Oracle SQL Developer? if u connected with sys, system or user with dba role then u have a privilege to see these tables,so revoke the privilege/role from ur user to view this tables if ur connected other then sys,system,
    I didnt find a way to create a separate database using the Oracle Sql Developer. DBCA is a tool for creating the new database.
    Kuljeet

  • I had Adobe CS3 products on my Macbook Pro. How do I prove this to get the Creative Cloud $29.99 membership price on my new iMac?

    I had Adobe CS3 products on my Macbook Pro. How do I prove this to get the Creative Cloud Complete $29.99 membership price on my new iMac?

    https://www.adobe.com/account.html for your Adobe orders page to find your old serial number

  • Im using windows 8 how do i save work done in the creative cloud as a CS6 file?

    Im using windows 8 how do i save work done in the creative cloud as a CS6 file. Ron C

    Im on the CC2014 and im doing projects in aftereffects & photoshop for my school projects and they're using CS6 how do save them as a CS6 project.
    John T Smith <[email protected]> wrote:
    John T Smith  created the discussion
    "Im using windows 8 how do i save work done in the creative cloud as a CS6 file?"
    To view the discussion, visit: https://forums.adobe.com/message/6783259#6783259
    >

  • How much storage is needed to download the Creative cloud

    How much storage is needed to download the Creative cloud?

    Jacoedit you can see the size of the base installers at http://prodesigntools.com/adobe-cc-direct-download-links.html.  Please be aware that you will still need to download the updates for the applications as well.

  • How do I deactivate a machine from the creative cloud?

    how do I deactivate a machine from the creative cloud? I have 2 machines and want to deactivate one. Thank you

    Hi Peter,
    To deactivate Creative Cloud on any machine, simply sign out of the Creative Cloud desktop application.
    You may refer to the help document below to the steps:
    Sign in, Sign out | Creative Cloud desktop app
    Regards,
    Sheena

  • I don't know how, but I appear to have joined the Creative Cloud. How do I cancel membership?

    I don't know how, but I appear to have joined the Creative Cloud. I don't need it & certainly don't want Adobe selling stuff to me. How do I cancel membership?

    Hi Brain,
    Please contact the support through call/chat for the cancellation request:
    Contact Customer Care
    Regards,
    Sheena

Maybe you are looking for

  • Premiere Pro CS3 Closes after startup without any errors...

    Hello, This happened twice before and I had to re-install OS (Windows 7 Ultimate x64), because I couldn't find any topic that would help me, but this time I just want to know why is this happening and fix it once and for all! I'm using Adobe Master C

  • How to Add data in HR infotype 2011 through ABAP

    Hi All, Can any one please give me an idea about how to insert time record in Infotype 2011 through ABAP. I cannot use the front end recording (SHDB) as it locks the person's master data. I need to Add the record through ABAP Query. I have inserted r

  • Patch 19591087 unable to apply weblogic 12.1.3

    I am unable to apply patch 19591087 in weblogic 12.1.3 getting below error logs Environment:    OPatch.ORACLE_HOME=/apps/wlserver/12.1.3    oracle.installer.invPtrLoc=/apps/wlserver/12.1.3/oraInst.loc    oracle.installer.oui_loc=/apps/wlserver/12.1.3

  • Another preview related bug???

    Recently I reported an issue (bug) with preview and non-auto-update variable. See http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=65&catid=449&threadid =1364202&enterthread=y I have another issue with preview: - I update text wit

  • Toggle checkbox

    Hi, I have a very simple use case in which i have jspx page with selectedbooleancheckbox and a button. I want that the selection of booleancheckbox to toggle on the press of button.To explain further if the check box is selected(having tick mark) and