How to save serialized opbject in db

hi....
can any body tell me how can serialized opbject in Oracle db
Thanks

can any body tell me how can serialized opbject in
Oracle dbI think it is a bad idea to serialize objects into a database. If you really need to save objects, you should create a field with a custom object as it's datatype and save data to that. Alternatively, you could serialize the data to a file and save it as a lob field.

Similar Messages

  • How to save a datas from serial port?

    How to save a datas from serial port?

    Hi
    I need some help about rs-232 communication. I want to make a vi witch can do this things:
    -read a txt file (to simulate a serial port like when the datas are coming)
    i will get 3 different data in serial port (like this: 121 213 135)
    i want to save in a txt file what datas get my vi
    so
    -write in a txt file or draw in a diagram (or both)
    so my problem is: read in serial port and save in a file and draw a diagram.
    if anybody can help pls HELP ME because im a beginner in this problem.
    I already do something but Im not sure that good.
    Thx for all.

  • How to save JList items!

    hello,
    i m creating a class that has three JList components.
    My problem is how to save the each JList items into a seperate logfile(ie. text file).

    More info required:
    What are in the JList? Strings? Custom objects?
    Do you know basic file IO?
    http://java.sun.com/docs/books/tutorial/essential/io/index.html
    What you will need to do is get the model, ilterate over each element, then write that element out. If the element is a string, then that is easy, just create a FileWriter, and write the string, followed by a new line.
    If it is a custom object, then the task is harder, and you need to decide how that object should be represented.
    If you are after a computer readable view of the model, rather than a human readable, which can easily be read by Java back into a ListModel, then you want to look at XMLEncoder and XMLDecode, or the Serializing Objects tutorial.
    http://java.sun.com/docs/books/tutorial/uiswing/components/list.html

  • How backup/save software installed on T400 before doing clean install of Windows 7?

    Hi
    I have a Thinkpad T400  2764-CTO Running Vista Business 32-bit  and want to do a clean install to Windows 7 Pro.
    Sounds like I can get all the drivers via System Update 4.0, but I'm concerned about how to save/re-install some of the software that came on the machine.
    In particular, Intervideo WinDVD and Roxio Media Import. If I go to my Programs folder and copy the folders for Roxio and InterVideo onto a flash drive, and then re-copy into the Programs folder on the C drive after a clean install, does that work?
    I've never used Rescue and Recovery on the laptop, and am not sure how it works. Any advice is appreciated.
    I'm not sure I even know all the stuff that exists from the factory. Anything else I should be concerned about? Thanks! - Kathleen

    "In particular, Intervideo WinDVD and Roxio Media Import. If I go to my Programs folder and copy the folders for Roxio and InterVideo onto a flash drive, and then re-copy into the Programs folder on the C drive after a clean install, does that work?"
    As Maliha said (or implied) that doesn't work.  Just copying installed programs doesn't set up the registry entries or any data folders and files they may use in your user files.
    You might consider copying your entire user directory to large flash or DVD or external hard drive as a way to preserve your personal data and program data files.  Things like Thunderbird mail or Firefox bookmarks are in C:\users\kathleenklein\appdata\... (which may not be visible unless you make them so) and can be plugged back into your Windows 7 install.
    "I've never used Rescue and Recovery on the laptop, and am not sure how it works. Any advice is appreciated."
    First, have you made your factory recovery media?  That ensures that you can revert to factory Lenovo setup if you ever want to.  To give the machine to your little brother, for instance.  It will burn a pair of CDs and one or more DVDs.
    You can/should also use R&R to save a current whole-disk image to external media.  That lets you fall back to your current setup if necessary.  This is likely to be fairly large.  An external hard drive is usually required.  Use advanced R&R to set up the target and start things off.  Once you are sure that Win 7 is going to work for you, you can get rid of the saved Vista image and use the drive for your Windows 7 backups.   You do make backups...
    R&R can't (AFAIK) save your Vista user stuff and restore it to WIn 7.
    Is this a clean install using Lenovo media or is it Microsoft vanilla?  I just did a MS Vanilla 7 install.  Since the service and recovery partitions in the Lenovo Visa drive configuration will be useless in a WIn 7 install (if MS vanilla) I used the advanced option and had the Win 7 install delete all partitions and just do its thing.  It created a small boot partition and used the rest of the drive for C:
    After installing '7, install the latest TVSU and let it pull down the basic/necessary Lenovo drivers and apps.  After that you may choose to install the latest R&R.  Surprisingly, it can be used to make backups even without the Lenovo partitions present.  I've verified that by making a full image and restoring to a bare drive.
    It's handy to Install '7, do a MS update, install TVSU, do a Lenovo update, install R&R and then burn a recovery set of CDs and DVDs so you can rewind to a sort of base-usefull-initially-updated condition should that be necessary.
    As you probably already know, start here for your Lenovo Win 7 downloads: ThinkVantage Technologies Updates
    Likely more or less than you wanted - but you asked
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How to save X and Y vaue from a Waveform Chart

    Hello Everyone!
    I'm implementing an adquisition systems that send data to a waveform Chart through VISA. All run properly, but I would like to save the data adquired to an excel file. I saw examples to how to save it, but only save the Y value.
    I would like getting the X and Y values in 2 columns different in the excel file.
    ¿Is it possible?
    ¿Can someone tell me how I can do it?
    Thanks for your feedbacks! 
    Solved!
    Go to Solution.

    I meant uploading the actual VI, not a picture of it. You need to fix your code.
    You should not be initializing the serial port in each iteration of the loop. Initialize outside, read in the loop, and close when the loop is done.
    Why do you have 2 VISA resource controls? Are you talking to 2 different devices?
    The event structure serves no purpose in your code. If you are trying to enable/disable the file writing, use a case structure that's controlled by a simple front panel switch.
    You should "remember" the path that the Write to Spreadsheet File uses. Otherwise you will be asked for the filename each and every time you try to save. You can do this using a simple Feedback Node:
    Since you are reading the value periodically, just use one of the Get Date/Time functions. You can use the Get Date/Time String to get a formatted string. Then you can format your value as a string, and build your array using those 2 values. Or, you can use the Get Date/Time in Seconds to get a numerical value. Be aware that LabVIEW's starting time is 12:00 a.m., Friday, January 1, 1904, Universal Time [01-01-1904 00:00:00], which is different from Excel. 
    Attachments:
    Example_VI_BD.png ‏1 KB

  • ALV Grid: how to save changes made in an editable Grid

    Hi,
    How to save changes made bu the user in any of the editable cells in a ALV Grid?
    Regards,
    deb.

    Hi,
    If you are using the FM look at the following example code...
    data: LC_GLAY TYPE LVC_S_GLAY.
    LC_GLAY-EDT_CLL_CB = 'X'.<<<<<------
    gt_layout-zebra = 'X'.
    gt_layout-detail_popup = 'X'.
    gt_layout-colwidth_optimize = 'X'.
    call function 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = i_repid
    i_callback_user_command = 'USER_COMMAND1'
    it_fieldcat = header
    is_layout = gt_layout
    i_callback_top_of_page = 'TOP-OF-PAGE1'
    i_grid_title = text-h17
    it_sort = gt_sort[]
    i_default = 'X'
    i_save = 'U'
    is_variant = gt_variant
    it_events = gt_events
    I_GRID_SETTINGS = LC_GLAY<<<<<<------
    TABLES
    t_outtab = itab.
    clear itab.
    Form USER_COMMAND1
    FORM USER_COMMAND1 USING u_ucomm LIKE sy-ucomm
    us_selfield TYPE slis_selfield."#EC CALLED
    case u_ucomm.
    when '&DATA_SAVE'.<<<<<<<<----
    This will come after the data was EDITTED and when SAVE was clicked by user in output scren.
    Here now in the final internal table(ITAB) you can find the data changed in EDIT mode.
    After this you can do manipulation what ever you want.
    Thanks.
    If this helps you reward with points.

  • How to find serial Number for BCC Plugin?

    Hi,
    How to find serial number for Bcc plugin on FCP?
    I need format my Mac so before that I to find the serial number?
    Please anyone can help me....

    The serial number has the format like E-111-aaa-222-bbb-333-ccc-444-ddd-5ee-ffff, it can be found on a piece of paper which has 3 stickers with it inside the box.

  • How to find serial number on Power Adapeter 12Watt

    how to find serial number on Power Adapeter 12Watt

    You posted in the Older Hardware (prior to 1998) forum.
    Is the the 12W adapter http://store.apple.com/us/product/MD836LL/A/apple-12w-usb-power-adapter ?
    This power adapter is for the new iPad, but it can be used on other Apple iDevices.
     Cheers, Tom

  • How to find serial number to ipod touch if its stolen?

    how to find serial number to ipod touch if its stolen?

    See:
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • How to find serial number, how to find serial number

    how to find serial number on Macbook air for registering Applecare?

    Have you looked at the tiny numbers on the middle of the bottom of your MBA?

  • How to save my voice memos in windows laptop as I already know how to synchronise ?

    How to save my voice memos from iPhone to windows laptop after syncronising with iTunes which memos are 1hr longer?

    Usually it goes to the last folder used or the folder the current PDF was opened from (I am getting the latter in my current Acrobat). If you want a different folder, you will have to go through the tree to your desired folder process.

  • I can't figure out how to save my events onto an external hardrive

    I have been looking at the event libraries and everywhere to figure out how to save my files onto an external hardrive. I currently use FCPX to edit Call of Duty Montages for people as my job so I need this to work. I don't know what I'm doing wrong and I really need storage.

    In the Copy Files Into: field there is a pop up that allows you select where your media is copied to.
    Looking at the above screen shot if I want files to be copied to my External LaCie drive I just tick that one.
    Firstly you will have to create at least one Library on the External to send it there.
    There is the CHOOSE option that allows you to navigate anywhere on the the system to manually select a destination.
    Al

  • How to save report in PersonalCategory  after creating it using java panel?

    Hi,
    Anybody knows How to save report in PersonalCategory  after creating it using java panel?
    I dont want to save it in public folder. I want to save report (webi) in user's personal category.
    can anybody send me source code?
    It will help me a lot.
    Thanks in advance
    Amol Mali

    Hi teda,
    i'm assuming that you have seen my post that i did successfuly save report in user's personal category.
    Actually the report is created in webi java panel using RE SDK and  is saved in Report Sample Folder then i'm saving it in user's personal category by following code
    string query = "Select SI_PERSONAL_CATEGORIES From CI_INFOOBJECTS Where "
                         + "SI_INSTANCE=0 And SI_ID=" + reportID;
                    InfoObjects infoObjects = infoStore.Query(query);
                    InfoObject infoObject = infoObjects[1];
                    Webi wreport = (Webi)infoObject;
                    ObjectRelativeIDs personalIDs = wreport.PersonalCategories;
                /personalIDs.Add(Convert.ToInt32(categoryID));
                   infoStore.Commit(infoObjects);
    But the report is presents in the Folder also and in user's personal category also.
    I dont want the report to be in the folder (Report Sample) if i saved it in user's personal category.
    How can i do that?
    any idea.
    Please help me.
    Thanks in advance
    Amol Mali
    Edited by: amol mali on Jan 9, 2009 7:55 PM

  • How to enter serial number for sale order line  which is in shipped status

    Hi All,
    We have 2 different items which are defined as Serialized at Sale order issue at item definition.
    In one sale order,User has forgot to add serial number to one of the item at Ship confirm stage.
    He has entered serial number correctly to other item.
    Now the both Sale order lines are in Shipped status if we view them through Shipping>transactions.
    I am technical guy and new to OM.Could you please let me know the process to enter the serial number for the item to which user has missed it
    Thanks,
    Satya

    Hi Satya,
    Since the item is already shipped, you cannot enter serial number for this line.
    you have to enter serial numbers after pick confirm only.
    check this note
    How to Enter Serial Numbers in the Shipping Transactions Form [ID 1235403.1]
    As a workaround for the previous lines do RMA and try to receive the goods back to your subinventory.
    For all new transactions follow the above notes.
    Thanks
    -Arif.

  • How to save data in ztable after editing in alv report

    how to save data in ztable after editing in alv report?

    Hi,
        Please find the attachment below.This may be usefull to you.
         [http://wiki.sdn.sap.com/wiki/display/Snippets/ALV-Editingandsavingtheeditedvaluesin+Database%28OOPS%29]
    Regards,
    Ramakrishna Yella.

Maybe you are looking for

  • T2000 MB/FF_POK

    I have a bunch of T2000s that won't start due to an error with "MB/FF_POK" What exactly is the MB/FF_POK and is there a way to replace it? I've seen in documentation that it's either the SC or "system hardware" We've had three Techs working on this o

  • Sharepoint 2013 server dropped off domain and readded

    I My sharepoint 2013 server dropped off the domain (still trying to figure out why) so I added it back onto the domain. The problem now is alot of the services aren't showing under "Manage services on server", in fact I only have 7 services (Applicat

  • The system cannot find the file specified. (Exception from HRESULT: 0x80070002)

    I m getting this error on page load of visual webpart added to the sharepoint site.What could be the issue??I m getting this error like in dev and not in test environment..What could be the issue?? The system cannot find the file specified. (Exceptio

  • Creating rules - possible from within an email?  what do diff options mean?

    In previous email programs I've used (Eudora, Outlook), it is possible to create a rule while you're in a specific email, to direct it to a mailbox you've already set up. Is this possible in Mail, or are rules only created from within the Preferences

  • HT1498 How do I know what generation my apple tv is ?

    I just purchased my Apple TV yesterday for $109.00 it is absolutely amazing the technology and all the things you can do with it. I am still playing around with it trying to figure it out but my question is how do I know what generation I have !!?