Is their any possibility to Obfuscate only some classes.

Hi,
I tried with jBuilder to obfuscate only some classes as per the help provided by the jbuilder, where it is clearly specifed that it is possible to obfuscate only some classes. But i am not getting that. I tried same as given in the help.
Let me know, any wrong i did... and is there any other way to do this.
plz reply me.
With Regards,
Rajesh

Use exclude parameter and check the below link.
http://www.oracle-base.com/articles/10g/oracle-data-pump-10g.php
Regards
Asif Kabir

Similar Messages

  • Are there any possible reason RMAN generates some corrupt archive log files

    Dear all,
    Are there any possible reason RMAN generates some corrupt archive log files?
    Best Regards,
    Amy

    Because I try to perform daily backup at lunch time and found out it takes more than 1 hour had no any progress. Normally we take around 40 minus. The following is the log file:
    RMAN> Run
    2> {
    3> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    4> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/db/backup/RMAN/%F.bck';
    5> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
    6> allocate channel ch1 type disk format '/u03/db/backup/RMAN/backup_%d_%t_%s_%p_%U.bck';
    7> backup incremental level 1 cumulative database plus archivelog delete all input;
    8> backup current controlfile;
    9> backup spfile;
    10> release channel ch1;
    11> }
    12> allocate channel for maintenance type disk;
    13> delete noprompt obsolete;
    14> delete noprompt archivelog all backed up 2 times to disk;
    15>
    16>
    using target database controlfile instead of recovery catalog
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters are successfully stored
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/db/backup/RMAN/%F.bck';
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/db/backup/RMAN/%F.bck';
    new RMAN configuration parameters are successfully stored
    old RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
    new RMAN configuration parameters:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
    new RMAN configuration parameters are successfully stored
    allocated channel: ch1
    channel ch1: sid=99 devtype=DISK
    Starting backup at 31-MAR-09
    current log archived
    After that I go to archive log directory "/u02/oracle/uat/uatdb/9.2.0/dbs" and use ls -lt command to see how many archive logs and my screen just hang. After we found out that we cannot use ls -lt command to read arch1_171.dbf
    archive log, the rest of archive logs able to use ls -lt command.
    We cannot delete this file as well. We shutdown database abort and perform check disk...... and fix the disk error and then open database again. Everything seems back to normal and we can use ls -lt command to read arch1_171.dbf.
    The strange problem is we have the same problem in Development and Production..... one ore more archive logs seems to be corrupted under the same directories /u02/oracle/uat/uatdb/9.2.0/dbs.
    Does anyone encounter the same problem?
    Amy

  • Restricting class access to only some classes.

    Hi Guys,
    I want my classes to be accessed by only my defined classes. Is it possible?
    Say I have public class defined test. I want that this class should be accessed by only the classes I want not by any other class by any mean. If somebody tries to access the class it should result in SecurityException. How can I do that???
    Thanks,
    Rajan

    maybe a package private class will do it, ie package the classes in the same package. define the particular class as protected, it will be visible to other classes in the package, the other classes maybe public.
    otherwise maybe it is an protected abstract class that the others extend?
    otherwise have this particular class take as arguments the other classes in overloaded methods?
    otherwise maybe a strategy pattern and default is a do nothing class (ie throws)?
    ...

  • Is their any possible way ot un-protect protected AAC files

    I download all my music from iTunes Music Store. Recently i bought an XBOX 360 and i would like to play my music on the XBOX 360 but according to their website you can play AAC files but not protected AAC files. I have no idea how to change the Protected AAC files to any other file so that i can play it on my XBOX 360. I am willing to try just about anything so if you have any idea please let me know what to do.

    Colby, the only thing you can do is to burn your purchases to audio CD's. Those audio CD's will act like any CD bought at the store.

  • Is it possible to make only some nodes of a tree editable but not others???

    I am trying a simple java program in which I need only leaf nodes to be editable but not non-leaf nodes. So please if anyone has any idea of that then I need help.

    You could write conditionals because getTreeCellEditorComponent() method of a TreeCellEditor should have boolean leaf argument.

  • Is a way to get some classes loaded?

    I run into a problem today. After the main class is up, a "java.lang.NoClassDefFoundError" exception is thrown while running. The class is located in the same directory as the main class.
    After I turn on the verbose option, I find the class is not loaded at the point when the main class is up. Although it is loaded after the exception occurs, the exception still occurs.
    I guess for the limited memory reason not all classes are loaded. Is any way I can get some classes loaded first?
    Thanks for your input.
    v.

    This will not help you current problem, which sounds like either a class path problem, but
    Is any way I can get some classes loaded first?To get a class to be loaded by the JVM, you can use Class.forName("class name"). To force it to load early in the application life (not first, as the main + Java classes will come before it) use the static initalizer, i.e.class Main {
      static {
        Class.forName("Jeff");
    }Your second, unloading class, is it packaged correctly? And has it be compiled?

  • HT4889 Is it possible to use the migration assistant to transfer only some documents and data? For example, I was to transfer my music, but not my word documents. There doesn't seem to be any options to customise what you are transferring - its all or not

    Is it possible to use the migration assistant to transfer only some documents and data? For example, I was to transfer my music, but not my word documents. There doesn't seem to be any options to customise what you are transferring - its all or nothing

    LBraidwood wrote:
    Is it possible to use the migration assistant to transfer only some documents and data? For example, I was to transfer my music, but not my word documents. There doesn't seem to be any options to customise what you are transferring - its all or nothing
    Yes, that's why I recommend one have more than TimeMachine as a backup because if certain files or folders are corrupted on the TM drive, your not logging into your migrated user account or not be able to transfer it what so ever.
    Then it's a REAL PAIN and costs $99 to bit read the TM drive to get the files out, then it's mess to go through and sort all the empty placeholders from the real files as TM doesn't save duplicates in each state, just uses the previous state's copy if there are no changes.
    If you create the same named user account on the new machine, and simply transfer files via a USB thumb drive and place say music contents into the Music folder, then it will work too.
    Look into making clones of your boot drive, the benefit here is it's bootable, you can access the drive directly to pick and choose files, run the computer just like before etc.
    Most commonly used backup methods explained

  • Possible to have responses to only some fields centrally maintained?

    I am interested in using FormsCentral and either a web or PDF form to facilitate annual evaluations in our organization. But I only want part of the form responses to be centrally maintained -- essentially to track completion and some very general measures.
    Is it possible to define the fields such that only some are tracked, while ALL of them are emailed emailed to the user (or saved on PDF)?
    Alternative scenario: Let's say I used two separate web forms. The responses to one would be tracked by us. The responses to the other would be sent to the user but not stored centrally. Is that possible?
    Thank you!

    Hi;
    What you are asking for regarding not collecting responses from fields, or from an entire form is not possible.  You can "Hide" those response columns in the "View Responses" tab, but they would still be collected and stored in the database and you would be able to unhide and view the responses at any time.
    Thanks,
    Josh

  • Birthday calendar for only some of my contacts are showing up twice in my iPhone. They are not showing up twice tho on my iMac. No, I do not have duplicate names in my address book either. Any idea how to fix that?

    my birthday events for only some of my contacts are showing up twice in my iPhone. They are not showing up twice tho on my iMac. No, I do not have duplicate names in my address book either. Any idea how to fix that?

    I have uploaded the InDesign file so that you can take a closer look at:
    http://www.hsdesign.comuf.com/downloads/
    The file is called "Template_File.indd"
    So, as discussed the main issues are:
    1) The TOC doesn't generate all the listings (only those with the applied paragraph style "Heading 1 - Appendix")
    2) When I try to create a new pargraph style and apply it to existing or new text, it reads the pargraph style in the Paragraph Style menu, but the style doesn't actually apply.
    Hopefully you can figure something out from this. I really appreciate your help.
    Thanks!

  • Hii Can anyone tell me is there any possibility of giving some due payment like bonus or offcycle after its termination is done along with the payroll run and posting.

    Hii Can anyone tell me is there any possibility of giving some due payment like bonus or offcycle once employee termination is done along with the payroll run and posting.
    Thanx

    One Possibility is by making manual entry for that employee from FI side..  (this will give you soln..) Take the help of FI consultant...
    Another possibility is in IT0003 "Payroll Status".. You can opt mention next month date "Run Payroll up to" & execute Off cycle payroll for that employee...
    Just try this hope this may sort your issue....
    If it still it doesn't give you soln.. You may need to reverse the posting of that employee & change employment status.. Run Bonus & finally terminate the employee & do the posting..

  • I recently upgraded from an 80 to 160GB Classic but only some of the artwork in iTunes is synching. There was no problem with the old 80Gb classic. any suggestions?

    I recently upgraded from an 80 to 160GB Classic but only some of the artwork in iTunes is synching. There was no problem with the old 80Gb classic. any suggestions?

    here is an interesting thing: take the iphone and set lock screen to never. Now make an email with siri--be sure to activate her with call button. get to the body and get some text in there. then just stop talking. LOCK SCREEN APPEARS!!!!!! and of course you draft is gone.
    There does seem to be a work around for some--maybe all these issues. Don't use the call button--use the buttons on the phone.
    Siri seems to behave properly with scenerio above---sans call button. She does not go to lock.

  • Hi there, my phone was recently stolen and I'm gutted that I haven't backed my photos up on iCloud. Only my contact can be accessed. Is there any possible way of getting my photos back?

    Hi there, my phone was recently stolen and I'm gutted that I haven't backed my photos up on iCloud. Only my contact can be accessed. Is there any possible way of getting my photos back?

    Often when plugging a device into a computer (which has not been discussed if this has ever happened) one will be given the auto play option of transferring photos/data from the mobile device to the computer. Did you ever transfer the photos from your device to a computer?

  • Is anyone having trouble with their RAZR not ringing or only ringing sometimes? I also lose the use of any voice technology when this happens.

    Is anyone having trouble with their RAZR not ringing or only ringing sometimes? I also lose the use of any voice technology when this happens.

    What is going on with the motorola software fix?
    Tav Gauss CEO, President
    The Action Group, Human Resources Solutions
    252-237-3717
    1800-529-8470
    <http://www.theactiongrouphr.com/> www.theactiongrouphr.com
    PO Box 158
    Wilson North Carolina 27894-0158
    Follow The Action Group HR. Connect with us on  <http://capstr.at/Hd> Twitter |  <http://capstr.at/HY> LinkedIn |  <http://capstr.at/Hc> YouTube

  • Only some movies I have placed in iTunes "Movies" are viewable via Apple TV.  Why?  Also some movies have blue dots in front of their titles and some don't . Why?

    Only some movies I have placed in iTunes "Movies" are viewable via Apple TV.  Why?  Also some movies have blue dots in front of their titles and some don't . Why?

    Please understand I am a frustrated customer like you,  , but the availability of movies that have been shown before is dependant on licencing from the rights owners. Sky quite rightly have to pay the film studios for the ability to show to Sky's customers. As I understand it they purchase the right for a period of time, hence when the right expires then it has to be removed. The costing of the movies does reflect on the anticipated popularity of the programme, hence an older less popular movie might seem expensive but if not many people watch and pay that would be right. The apparent silliness of having movies in the store and on demand, allows those people who do not have a movie subscription to rent the movie on a one off basis. I agree that Sky seem to be licencing some programmes for shorter periods and it really upsets me when movies appear in buy and keep but not available to rent only. I recently queried Sky about Fortitude being available in OnDemand until 2022!, then of course found out that Sky owns the rights of the series. I can only say be careful if you are a movies subscriber and wish to watch a movie, not to select the Sky Store version if it is available in the Movies on Demand section. I recently wanted to watch a film that I found in Sky store at a cost, and just to be sure I searched for it and found it was to be shown on Channel 4 in a few days. I don't think we'll ever understand how such decision are made as to how long they licence movies for and how the charging model works with the film studios. Logically you would think that a smallish fee to have available indefinately and to pay the studio fee based on the number of rentals would be better, but that might be difficult to administer and Sky would have to have extra server storage fees, which they outsource. Hope that help you understand 

  • In my iPhoto library, only some images appear as thumbnails.  The rest are blank but appear briefly when scrolling through or properly when double clicked.  Any ideas?

    In my iPhoto library, only some images appear as thumbnails.  The rest are blank but appear briefly when scrolling through or properly when double clicked.  Any ideas?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

Maybe you are looking for

  • Disable PR line item based on user

    Hi Experts, I am developing a PR workflow. requirement is when Approver is taken to ME54n, he/she should only be able to approve the line for which he/she is responsible. other lines should be disabled for that user. Kindly Suggest how can i achive t

  • Out of Synch JavaDoc

    There are missing methods in certain classes in the latest released JavaDoc. When will this be updated? Cheers

  • Netbeans 6.5 doesn't detect Sun Java Wireless 2.5.2 for CLDC

    I have netbeans 6.5 installed on my system and the Sun Java (TM) Wireless Toolkit 2.5.2 for CLDC is located in the usual folder i.e C:\Program Files\NetBeans 6.5\mobility8\WTK2.5.2 It was working fine for some time but since yesterday it has stopped

  • Sp stacks

    I am trying to download sp stacks from sap service marketplace. When I try to download, i receive a message like this "Not visible for the logged on user". Could you please tell me what can I do to be able to download sp stacks? Thanks, Marcel

  • Moving from kindle app to iBook

    I have purchased many books using the kindle app on the ipad.  Is it possible to move the books that I have purchased through the kindle app to iBook?  If so how do you do it?  If not, why not, because I have purchased the books and it should make no