Data Encryption : Length of the result data in RAW

Hello,
I am pretty new in data encryption, and in 10g, I use package DBMS_CRYPTO.
I have no problem with that.
I want to save to encrypted data in a table.
I think about using RAW columns.
The origine strings are saved into VARCHAR2(4000).
How can I roughly compute and figure out the number of RAWs resulting of the encryption? Is there a kind of formula ?
Is this connected with the length of the encryption key?
Thanks a lot,
Olivier

Hi Murali,
Thanks for your reply.
Yes that's why I found it was weird.
I always have a nice pop up window when click "Data Mart Status of The Request"...
usually.
It also didn't happen to all ODS/Cube,
some of it still shows a nice pop up window,
for loading using InfoPackage or DTP.
So it's not a system problem... there's still pop up window.
However in particular ODS/Cube,
the symbol is correct - that data has been loaded,
but there's no Pop Up window.

Similar Messages

  • How can I know the length of the image data section of a PSD file

    I'm a C++ programmer developing a project to parse PSD files, and it's necessary to know whether there is a length field indicating the length of the image data in image data section of a PSD file, if not, how can I know the length?
    Thank you.

    Sorry I can't help, maybe there is some information in the SDK?
    http://www.adobe.com/devnet/photoshop/sdk.html
    Or someone might be able to help in this forum?
    http://forums.adobe.com/community/photoshop/photoshop_sdk

  • Length of the User Data attributes

    Hello All,
    anyone knows where can i get the max length of the user data, that can be saved in UME (for both standard and customized data)?
    Cause in some cases a i get the message that some attributes cannot be longer that 20 characters and i would like to change it
    Thanks for help!

    Hi Karol,
    > the lenght of the attributes is hardcoded
    Right: This is done within the method <i>getFieldMaxLength</i> within class <i>com.sap.security.core.admin.UserBean</i> within C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.usermanagement.admin\lib\umeuseradminbase.jar:
    /*1155*/        if (fieldName.equals("firstname"))
    /*1156*/            return 30;
    /*1157*/        if (fieldName.equals("lastname"))
    /*1158*/            return 50;
    /*1159*/        if (fieldName.equals("salutation"))
    /*1160*/            return 30;
    /*1161*/        if (fieldName.equals("title"))
    /*1162*/            return 30;
    /*1163*/        if (fieldName.equals("preferredlanguage"))
    /*1164*/            return 30;
    /*1165*/        if (fieldName.equals("timezone"))
    /*1166*/            return 30;
    /*1167*/        if (fieldName.equals("currency"))
    /*1168*/            return 20;
    /*1169*/        if (fieldName.equals("email"))
    /*1170*/            return 70;
    /*1171*/        if (fieldName.equals("telephone"))
    /*1172*/            return 40;
    /*1173*/        if (fieldName.equals("fax"))
    /*1174*/            return 40;
    /*1175*/        if (fieldName.equals("mobile"))
    /*1176*/            return 40;
    /*1177*/        if (fieldName.equals("zip"))
    /*1178*/            return 15;
    /*1179*/        if (fieldName.equals("city"))
    /*1180*/            return 30;
    /*1181*/        if (fieldName.equals("state"))
    /*1182*/            return 20;
    /*1183*/        if (fieldName.equals("country"))
    /*1184*/            return 30;
    /*1185*/        if (fieldName.equals("streetaddress"))
    /*1186*/            return 60;
    /*1187*/        if (fieldName.equals("jobtitle"))
    /*1188*/            return 20;
    /*1189*/        return !fieldName.equals("department") ? -1 : 50;
    So you could modify the implementation.
    Hope it helps
    Detlev

  • I have Elements 11. Sometimes, if I edit a photo in Elements Editor, the date gets changed to the current date. Why does that happen? It doesn't happen all the time, so I can't isolate the cause. Any ideas?

    I have Elements 11. Sometimes, if I edit a photo in Elements Editor, the date gets changed to the current date. Why does that happen? It doesn't happen all the time, so I can't isolate the cause. Any ideas?

    I have Elements 11. Sometimes, if I edit a photo in Elements Editor, the date gets changed to the current date. Why does that happen? It doesn't happen all the time, so I can't isolate the cause. Any ideas?

  • I have microsoft word for for my Mac book pro. When I open saved letters /documents on word the date automactically changes to the current date. How do I stop this happening? Many Thanks

    I have microsoft word for for my Mac book pro. When I open saved letters /documents on word the date automactically changes to the current date. How do I stop this happening? Many Thanks

    I suggest you post your qeustion on the Microsoft Mac forums as it's their software you're having issues with and that's where the MS experts hang out
    http://answers.microsoft.com/en-us/mac

  • Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    Why is the folder strukture based on the import date, and not on the Creation date? How can i setting this?

    What folder structure?
    If you're referring to how Aperture stores the originals in a managed library then the answer is you can't change it.
    If having the originals stored in a specific file structure is important to you you will need to switch to a referenced original setup.

  • The end date entered occurs before the start date

    Error when setting outlook2010 OK =>
    "The end date entered occurs before the start date "
    BleuOisou

    Hi,
    Just like <Dinae> said above, this behavior occurs because Outlook does not allow you to define a calendar work day that spans midnight.
    As a supplement, please refer to this KB article:
    http://support.microsoft.com/kb/196804/en-us
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Update Date is older than the Creation Date

    Hi Team,
    In the Oracle Application 11i forms we are seeing the Update Date is older than the Creation Date?
    But the creation date should be older then the updated date.
    Thanks,

    What 11i release are you on?
    Can you please elaborate more on the Creation/Update dates mentioned above? Are you referring to forms or tables or specific rows? Is this happening to all data/forms? Please provide an example for us to understand your issue.
    Thanks,
    Hussein

  • TS3999 how can I stop syncing my outlook calendar with icloud and not loose the existing calandar data in outlook?  the calendar data which downloads to outlook, was also wiped off the gmail calendar after the icloud sync , how can I restore the data to g

    How can I stop syncing my outlook calendar with iCloud and not lose the existing calendar data in outlook?  The calendar data which downloads to Outlook was also wiped off the Gmail calendar after the iCloud sync, how can I restore the data to Gmail?

    same issue, looks like nobody answered you from last JULY....

  • Sending a byte array of greater length than the APDU data buffer

    Hello again, I am now trying to send a byte array of length 480 from the smart card. I've tried setting the outgoing length to 480 first but as i had expected, this threw an exception. Then i tried setting it to 240 and then copying from the array into the apdu buffer in two halves and calling sendBytes() twice, but this only worked the first time - it send the first 240 bytes and then threw an error. Is it possible to do what i am trying to accomplish? If so, what am I missing?

    the applet:
    H:\java_card_kit-2_2_1-win-dom\java_card_kit-2_2_1\samples\src\com\sun\javacard\samples\photocard
    the client:
    H:\java_card_kit-2_2_1-win-dom\java_card_kit-2_2_1\samples\src_client\com\sun\javacard\clientsamples\photocardclient
    here is the code i have used to store large data on card. maybe it will help you.
    i send a series of apdu, where each contains 128 bytes of data (all apdu must have the same length - except the last).
    public void writeAPDU(APDU apdu)
         byte[] buffer = apdu.getBuffer();
         short lc = (short)(buffer[ISO7816.OFFSET_LC]&0xFF);          
         short p1 = (short)(buffer[ISO7816.OFFSET_P1]&0xFF); // counter
         short p2 = (short)(buffer[ISO7816.OFFSET_P2]&0xFF); // length of send data
         short offset = (short)(p1 * p2); // calculate the offset
         apdu.setIncomingAndReceive();
         // check for first apdu (contains the total size of data)
         if(p1 == 0 && p2 == 0)
              short l = Util.getShort(buffer,ISO7816.OFFSET_CDATA);
              data = new byte[l];
         else
              // store bytes in array
              Util.arrayCopy(buffer, ISO7816.OFFSET_CDATA, data, offset, lc);
    }

  • Can I encrypt or hide the external data connections string in Excel for Mac?

    When I connect Excel to an external database like Oracle or MySqL is there a way to encrypt or hide the connection string in the Mac version of Excel?

    Sounds like an Excel question for the Microsoft forums.
    http://answers.microsoft.com/en-us/mac?auth=1

  • Why does the Canadian regional date format default to the US date format?

    I've discovered that on the iPad, iPhone and MacBook that choosing the Canadian Regional format results in the US date format of mm/dd/yyyy rather than the Canadian format of dd/mm/yyyy. I can use a custom format on the MacBook (but why do I need to??) but can't see how to change under settings on my iPad and iPhone.
    -Bob.

    In iOS8 anyone can now select the "Canadian English" regional setting and you will get dates in correct ISO 8601 YYYY-MM-DD format.  To confirm this is what you should use, check your Ontario Drivers License, OHIP health card or the bottom date on any federal gc.ca  webpage.  Yosemite is also the same. Thanks Apple, for having listened to Canada!
    (You might want to change Siri back to the American female voice from the British-sounding male voice.)

  • EXCEL ONLINE - Automaticly refresh data in excel from the online data

    Hi
    Love some help with this one
    QUESTION
    Is their anyway 5 users can use excelonline fileA and also keep a uneditable version fileA open in desktop excel and manually refresh the desktop version to see the latest version of the document in uneditable mode still of course?
    DESRCIPTION
    We use excelonline for about 5 users to access the same 5MB excel file. Now because excelonline does not allow marcos to be run, proper printing and proper copy and paste in html formats (we need to copy and paste sheets into outlook in html format or run
    macros) we need to open the desktopexcel application to use printing and copy functions into outlook.
    All 5 users need to enter the data in excelonline then SYNC now in sharepoint so the excel is updated and then open desktopexcel then a pop up to use latest server version asks us to use latest. We want latest so we then click okay. Great we now have the
    latest data. We can then run macros etc....
    We then close down desktopexcel and enter more online data through the day and have to repeat SYNC now in sharepoint so the excel is updated and then open desktopexcel then a pop up to use latest server version asks us to use latest. We want latest so we
    then click okay. Great we now have the latest data. We can then run macros etc....
    We have to repeat this many times over the same day... that is 5 people doing like this though out the day. Wasting alot of time.
    QUESTION
    Is their anyway 5 users can use excelonline fileA and also keep a uneditable version fileA open in desktop excel and manually refresh the desktop version to see the latest version of the document in uneditable mode still of course?
    Regards
    Lee

    Thank you.
    If I understand correctly from your advice, that is I should create QaaWs to pull data from SAP BI, which will return data in tabular format. Map the data in the cell range of a hidden tab, re-arrange and format the data into the row?
      Another concern: I need to display data for 4 quarters (Q1, Q2, Q3,Q4) in the dashboard, but QAAWS will only pulls data when the data is available in the database.
       Eg. Only data for 3 quarters are found in the database, QAAWS will return data for Q1, Q2,Q4.
             This will mess up the position fixed in the xcelsius. Do you have any suggestion on this?
       Sorry to bother u for the simple questions.
       Thank you.

  • TS1474 I synced my iphone to an older computer, and the iphone data was replaced by the old data from the computer. How do I get my newer data back?

    I synced my iphone with an older computer to update the computer, but the iphone ended up with all the old data (phone numbers, etc).  How do I get the newer data back?

    Connect to iTunes on the computer you usually Sync with and Restore...
    http://support.apple.com/kb/HT1414

  • How to remove unnecessary data and print only the required data in JSP

    Hi all
    The following output is from TCP/IP connection of RFID Reader.
    Connected to: /192.168.0.3
    EVT:DCE DCEVERSION 3.2.0.0
    EVT:DCE READER IM5 RFID Reader Ver 3.29
    EVT:DCE READERINFO Basic Reader Interface Version Q
    EVT:DCE READERINFO FCC 915Mhz
    EVT:DCE READERINFO Copyright (C) 2002-2006 Intermec Technologies Corp.
    EVT:DCE FIXEDATTRIB CHKSUM=OFF
    EVT:DCE FIXEDATTRIB TTY=OFF
    EVT:DCE FIXEDATTRIB ECHO=OFF
    OK>
    EVT:TAG H02000031323334000151E62B 1 1
    EVT:TAG H02000031323334000151B775 1 1
    For my JSP case I have converted above output's program in javabean I want to print only tagID and other values in a table in my JSP page. Could anybody let me know how to ignore the unnecessary data and print only values after EVT:TAG in three columns and rows, besically rows are not fixed because it depends on reader how many tags it detects?
    Thanx
    kvijai

    Hi,
    Try this
    private function doFilter(item:Object):Boolean
         var searchString:String = myTextIp.text.toLowerCase();
         if (item.name.search(searchString) == 0)
         return true;
              else
         return false

Maybe you are looking for

  • When i open a new site it always opens up on the side in a narrow window

    I used to click on a site and it would always open up in the full screen. Now when I open a new site it always opens up in a narrow window on the left, 1/5th the size of the full screen, and continues to maintain the previous site in the remainder of

  • A List on the pageFlow in a portlet (8.1)

    When I put a java.util.List on the pageFlow, workshop complains that it's not Serializable. The annoying this is that the log also reports this warning. Is it possible to make weblogic ignore this and only this warning? My business tier's session bea

  • Issue with PluginProcess, virus or what??

    I log onto two credit card sites, both owned by the same bank, almost every day.  Two days ago, for the first time ever, VirusBarrier which I have on my mac, lit up and said, Virus Barrier detected that the application "PluginProcess" is downloading

  • Conversion assistance : Goods Issue in the past

    Hello All, Looking for some help for conversion of transactional data from Legacy. Client wants to have the "goods issues in the past" to be converted to reflect the actual transactional data .  Anybody done anything similar in the past? Appreciate t

  • Lightroom 5 and LR3 controls switch around.

    I used LR3 successfully on my iMac for years.  I upgraded to OS X 10.8.5 software, and then installed LR5.  It worked perfectly until yesterday.  The problem: When opening LR5 and navigating to the Develop module, the control panel of LR3 appears, th