Wrapping and unwrapping source code

Hi All,
I'm having a security issue. I wanna do some wrapping thing for database objects like procedures,packages and functions.
can anybody tell me how can i wrap my source codes. And also how can i unwrap these wrapped codes whenever i need..???
can anybody help me to solve this issue please.
Thanks in advance,
Max

Dear Max,
if you have wrapped code, you can use this url: http://hz.codecheck.ch/UnwrapIt/Unwrap.jsp
and unwrapped code.
If you want wrap your code, just read:
c:\ora9i\bin> wrap iname=input_file_name
Running the Wrap Utility
To run the Wrap Utility, enter the wrap command at your operating system prompt using the following syntax:
wrap iname=input_file [oname=output_file]
Leave no space around the equal signs because spaces delimit individual arguments.
The wrap command requires only one argument, which is
iname=input_file
where input_file is the name of the Wrap Utility input file. You need not specify the file extension because it defaults to sql. For example, the following commands are equivalent:
wrap iname=/mydir/myfile
wrap iname=/mydir/myfile.sql
However, you can specify a different file extension as the following example shows:
wrap iname=/mydir/myfile.src

Similar Messages

  • JDEVADF - Page and Template source code

    Hi All,
    On the "http://jdevadf.oracle.com" demo site I could see that there are links to the Page and Template source code.
    My question here is that can we download and use the same source code directly in the Jdev to get the same layout style.
    I tried with the Template and was getting some errors so not sure.
    If possible them please let me know the steps to achieve the same.
    The layout options are really cool and I want to implement the same for one of my practice project.
    Thanks,
    Kamleshwar

    Kamleshwar,
    You can download the entire demo from [url http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html]here
    John

  • How view and edit source code before publish to iWeb

    I noted the following iWeb page plays music when it opens: http://homepage.mac.com/kkirkster/maya_test/
    How does one change the source code in iWeb before it is published so that such a change as he did works in opening a blog page?
    Dennis
    Power Mac G5   Mac OS X (10.4.4)  

    I could as easily edited the iWeb slideshow.html page but I wanted to test the features of the newer slide show.
    The page was uploaded to my .Mac account (iDisk) and then copied to my Desktop. I edited the images to reduce their file size and edited the page code and reposted the entire thing (drag and drop) in my iDisk Sites (Homepage) folder.
    The page was to test the features of the new javascript slide show and is S&G stuff.
    Being a dial-up user (very slow) I wanted to give the value of the new slide show without the added bloat of the new iWeb software.
    Here is the iWeb version with the same music code pasted into the slideshow.html page:
    http://web.mac.com/kkirkster/iWeb/Maya/Maya.html
    Once the first page loads completely a viewer can click on the "Start Slideshow" button and view the images and listen to very bad MIDI music.
    Simple copy/paste of some object and embed tag code using Text Edit (set to plain text).
    So. I'll make some slide show pages using iWeb and add a bit of simple code and then repost the page at my Homepage site.
    Less bloat. More filling!

  • APT and Java source code generation

    Hi all,
    In many articles about APT tool, I read that it is possible to generate Java source code from annotations read by AnnotationProcessorFactory.
    I am very interesting by this possibility but I can't find an exemple (all exemples I found display informations only).
    Where can I find a concrete exemple of this functionnality ?
    Thanks
    Micka�l

    Micka�l
    I have a project on java.net that has several examples of code generation.
    Go to the project source code here.
    https://rapt.dev.java.net/source/browse/rapt/
    The ones here are quite simple
    https://rapt.dev.java.net/source/browse/rapt/src/net/java/dev/rapt/proposed/generators/
    and these packages are more complex
    https://rapt.dev.java.net/source/browse/rapt/src/net/java/dev/rapt/exploratory/#dirlist
    Check out the javadoc to see how they should be used.
    One pointer is, work out exactly what you want to generate first. Then code an example by hand, then make sure it compiles and does what you want it to do. That way you know exactly what you need to generate. It is much quicker to fix compiler and functional errors in your hand coded example, than to change the generator, recompile that, then run it to generate and compile the code.
    If you do find errors in your generated code, tweak the generated code by hand till it works, then go back and change the generator to do the right thing.
    A second point is: generate nicely formatted code, indented etc, then when it doesn't work, or doesn't even compile, you can at least read the generated code to debug it.
    Bruce

  • Table which Stores Program, and its source code

    Dear All,
    Can you please let me know the tables which stores program names,its variant, soruce code and related information.
    Appreciate your early help

    Hi,
    check this FM : SVRS_GET_REPS_FROM_OBJECT. you can get all the information about programs.
    code sample
    DATA :repos_tab_old      LIKE     abaptxt255 OCCURS 0 WITH HEADER LINE,
           trdir_tab_old      LIKE     trdir OCCURS 0 WITH HEADER LINE.
    DATA : object_name     LIKE     vrsd-objname,
           object_type     LIKE     vrsd-objtype,
           versno            LIKE     vrsd-versno,
           destination     LIKE     rfcdes-rfcdest.
           CALL FUNCTION 'SVRS_GET_REPS_FROM_OBJECT'
              EXPORTING
                object_name       = object_name
                object_type       = object_type
                versno            = versno
        DESTINATION       = ' '
              TABLES
                repos_tab         = repos_tab_old
                trdir_tab         = trdir_tab_old
             EXCEPTIONS
               no_version        = 1
               OTHERS            = 2
            IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ENDIF.
    Laxman

  • Find and replace source code

    i have to change a menu in 100 sites. The find and replace
    menu is helpful but.....the menu has Behaviors/Effects, the find
    and replace tool has find and replaced to all sites but the effects
    from the Behaviors won't work, and it shows me that the effects are
    there in the Behaviors panel but when i pres F12 the effects are
    not there.

    I'm not sure I understand your question but please tell us
    HOW you want to
    change this menu? And do you *REALLY* mean 100 sites, or 100
    files?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Edward82" <[email protected]> wrote in
    message
    news:fun8gm$58q$[email protected]..
    >i have to change a menu in 100 sites. The find and
    replace menu is helpful
    > but.....the menu has Behaviors/Effects, the find and
    replace tool has find
    > and
    > replaced to all sites but the effects from the Behaviors
    won't work, and
    > it
    > shows me that the effects are there in the Behaviors
    panel but when i pres
    > F12
    > the effects are not there.
    >

  • Please give me a sample for confige scrambling rules and the source code

    In T-code CNVMBTTWB.
    Thanks.
    Edited by: suwen ji on Jan 14, 2009 10:03 AM

    Hi,
    Could you please open an OSS message, so that we can share the document on Scrambling which describes how to use to use the scrambling platform.
    Regards,
    Srila.

  • How to track DDL Changes and source code changes

    How can I track the DDL Changes and the Source code (Functions,Procedures,Packages & views) changes made for selective schemas?.
    I mean I want to maintain the history of DDL changes and the sourcecode change history. How to do that? Please provide your guideline with some example...

    Hi,
    you could use a DDL trigger (before create)
    to maybe capture the code and do the audit as well?
    Try this:
    SQL>create table old_code
    2 as
    3 select user username, 0 version, sysdate date_changed, user_source.*
    4 from user_source
    5 where 1=0
    6 /
    Table created.
    SQL>create sequence version_seq;
    Sequence created.
    SQL> create or replace trigger create_trigger
    2 before create on schema
    3 declare
    4 l_date date := sysdate;
    5 l_ver number;
    6 begin
    7 if (ora_dict_obj_type in ( 'PACKAGE', 'PACKAGE BODY', 'PROCEDURE',
    'FUNCTION' ) )
    8 then
    9 select version_seq.nextval into l_ver from dual;
    10
    11 insert into old_code
    12 select user, l_ver, l_date, user_source.*
    13 from user_source
    14 where name = ora_dict_obj_name
    15 and type = ora_dict_obj_type;
    16 end if;
    17 end;
    18 /
    Trigger created.
    SQL> create or replace function f return number
    2 as
    3 begin
    4 return 0;
    5 end;
    6 /
    Function created.
    SQL> select * from old_code;
    no rows selected
    SQL> create or replace function f return date
    2 as
    3 begin
    4 return sysdate;
    5 end;
    6 /
    Function created.
    ops$[email protected]> select * from old_code;
    USERNAME VERSION DATE_CHAN NAME TYPE LINE TEXT
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 1 function f return number
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 2 as
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 3 begin
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 4 return 0;
    aaaaaaaaaaa 2 17-OCT-02 F FUNCTION 5 end;

  • How to get source code and build files for Eudora 7, and price?

    Looking for source code and build/make files for Eudora 7 to port to Win7 and Ubuntu 14. Where is a source for this and what is the cost?

    You best ask qualcomm. It is their intellectual property.
    Eudora OSE was based on Thunderbird and the source code for the Penelope add-on is open source (that is what made Thunderbird over to OSE)

  • Old version Source code to .exe file conversion

    I have a programming GUI source code (written in an older version of LabVIEW). Can it be supported by LABview Evaluation version 10.0.1 and be converted to an .exe file. How can I convert and use source code file for  programming? What do I need to convert and how?
    I'm new to LABview. Please help!!

    2010 can open VIs written in LabVIEW 6.0 or newer. Just double click on the top level VI. You will also need to install any hardware drivers (i.e. GPIB, DAQ, etc) that the old program used.
    With the evaluation version, you can create an exe but it will have a watermark on the front panel.

  • How to see the source code in the API?

    Is it possible to see the source code for the String class in the Java API 1.4.2 somehow?

    one of the IDE's I have is GEL (gexperts.com), all you do is
    Search/Go To Class/
    select the class String, and the source code is displayed.
    pre-requisite is you have to specify the location of the api docs on your pc when
    installing GEL

  • Newsletter displays as source code when I send it

    I've read articles that said to send an HTML newsletter you
    make a webpage and copy it into the body of an email. I created an
    HTML page, copied the source code and pasted it into the body of an
    email and sent it to myself but when I received it it still just
    looked like source code. I have my email program (Entourage)
    formatted to HTML (both sending and receving). I have all images
    hard coded to a server online and all css in the body. How do I get
    it to display as a web page and not source code? Also tried this
    with Mac mail with the same result. What am I doing wrong?
    Liz

    Try these, too -
    http://www.anandgraves.com/html-email-guide#unnecessary_htmltags
    http://www.reachcustomersonline.com/content/2004/11/11/09.27.00/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Tarvardian" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for catching that, Murray.
    >
    >
    http://www.slipstick.com/mail1/html.htm
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> Article? 8)
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "Tarvardian" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Hi Liz --
    >>>
    >>> I'm not familiar with Entourage, but maybe this
    tutorial on how to send
    >>> an HTML email with Outlook will give you some
    ideas. I've had good luck
    >>> with Method 1.
    >>>
    >>> Sorry I couldn't have been more help.
    >>> John
    >>>
    >>> "elhz" <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>> I've read articles that said to send an HTML
    newsletter you make a
    >>>> webpage and
    >>>> copy it into the body of an email. I created
    an HTML page, copied the
    >>>> source
    >>>> code and pasted it into the body of an email
    and sent it to myself but
    >>>> when I
    >>>> received it it still just looked like source
    code. I have my email
    >>>> program
    >>>> (Entourage) formatted to HTML (both sending
    and receving). I have all
    >>>> images
    >>>> hard coded to a server online and all css in
    the body. How do I get it
    >>>> to
    >>>> display as a web page and not source code?
    Also tried this with Mac
    >>>> mail with
    >>>> the same result. What am I doing wrong?
    >>>>
    >>>> Liz
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • SMP 2.0 gm Source Code

    Hello,
    I would like to request the Strobe Media Playback 2.0 source code.
    I saw a demo page for SMP 2.0 gm and I need its source to embed some plugins.
    I found the source code of OSMF and the source code of SMP. I found the 2.0 version of OSMF but for SMP there are just up to 1.6.
    Even in the SVN repository there is no Tag for the 2.0 version.
    Do you know where I can find it?
    Thanks in advance

    Ok I got it. I managed to find the versions of the OSMF source codes and I did some tests.
    That SMP 2.0 is actually SMP 1.6 with OSMF 2.0
    Best.

  • Issues with XML Source Code

    Has anyone seen or heard fo this issue:
    I was sent a new xml source code and loaded it into my .rtf file. When I went to preview the file it showed up no problem. All great and dandy!
    When I tried to add a field and preview the field would not show up. Yes, there is data in the XML sourse code for the tag.
    I decided to run a test and load some of the old XML source code and had no problems. I was able to move fields, add plain text, and delete fields and my changes would display in the preview.
    The only thing we can think of that is different is that the previous xml source code was generated from 9. 2. 08 database we recently upgraded to 10g. The new source code is from 10g.
    Does this make any sense? Would our upgrade to 10g result in not being able to change the template? Or is it something else?
    Thanks,
    Jessica

    Tim,
    I actually just sent you an e-mail. It contains the rtf and the source codes.
    Thanks,
    Jessica

  • IWeb source codes

    How does one access and add source codes for websites created in iWeb? One can view source page on internet but where do we go to add to it for better site traffic?

    If you mean the html files - you have to publish to a folder or if you publish to mobileme pull them off your idisk and add the code, then put the files back. you will have to do that each time you republish the site.
    I don't know whether you can add anything using html snippet as I don't add meta tags etc to my sites. They all rank quite well without any help.

Maybe you are looking for