Varchar2 to CLOB : Best Options to do it ?

Helllo,
I have a table whcih is 20GB in size and has a Column which is a Varchar2 column.As varchar2 could store upto 4000 bytes of data,we have a requiremnet where the column can have more than 4000 bytes of data and we decided to convert it to a CLOB column.
What are the best and fastest way of doing this?
OPTION 1_
1. First create the temporary table
CREATE TABLE P_C_V_NEW
(TESTID_NUM NUMBER,
DATAPOINT NUMBER,
DATAPOINT_DATE DATE ,
CHANGE_FLAG VARCHAR2(1),
CHANNEL_VALUES CLOB )
2. Insert the data from original to the temporaray table
INSERT INTO P_C_V_NEW (SELECT TESTID_NUM,DATAPOINT, DATAPOINT_DATE, CHANGE_FLAG,CHANNEL_VALUES FROM P_C_V)
3.Rename the temporary table to Original table
RENAME P_C_V_NEW TO PAM_CHANNEL_VALUES
OPTION 2:_
SQL> alter table P_C_V add (NEW_CHANNEL_VALUE clob);
Table altered.
SQL> update P_C_V set NEW_CHANNEL_VALUE = CHANNEL_VALUE;
1 row updated.
SQL> alter table PP_C_V drop column CHANNEL_VALUE;
Table altered.
SQL> alter table P_C_V rename column NEW_CHANNEL_VALUE to CHANNEL_VALUE;
Table altered.
SQL> desc pam_channel_values
Name Null? Type
TESTID_NUM NUMBER
DATAPOINT      NOT NULL NUMBER
DATAPOINT_DATE      NOT NULL DATE
CHANGE_FLAG      NOT NULL CHAR(1)
CHANNEL_VALUES CLOB
OPTION 3
Use DBMS_REDEFINITION ?
This original table contains 11714457 records.
Thanks
GAG

I would prefer somthing as like method1 as
Create table x as select * from old table.
beacuse it would be the fastest way to load the data compare to update of method 2.
Only issue is that the in table x the new constriant and index need to be created if they are presenti on old .
and even if you want to go with method 2 you need to do the update in BULK collect way in plsql
not simple sql like this beacuse you need a big amount of rollback segment spac
update P_C_V set NEW_CHANNEL_VALUE = CHANNEL_VALUE;Cheers
Nawneet

Similar Messages

  • HT4623 my phone is giveing me error 21 since i updated it to ios7 it wont turn on it wont restore i have tried several times to restore the device but im really at a loss what is the best option for me ?

    hi, my iphone 5 has refused to restore after i updated it to ios7 ...... it will not turn on, it will not restore i do get an error 21 mesg and i have attempted a couple of fixes from the net, but nothing seems to work . i have no acces to my phone it just is dead whats my best option, do i need to send it to apple ?

    Hello Peter,
    Thank you for using Apple Support Communities!
    Error 21 is part of a range of error codes generally indicating that other software is interfering with the restore process.
    Check out the troubleshooting from this article named:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694#error21
    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.
    All the very best,
    Sterling

  • Help Determining Best Option for a MacBook Pro

    I will be purchasing a new MBP, and I am having some challenges determining my best option.  I have researched quite a bit, but the more I research the more I get lost. I was hoping that the support community here would be able to assist in my decision.  I am very price consious so I am looking at the refurbished models from the Apple store.  I am also a Web Developer so I need to be able to run Photoshop, Dreamweaver, Illustator plus have a few browsers going with multiple tabs in each.  Speed (both working with files and browsing the web) is of the utmost importance to me as I need a computer that can keep up with me. Basically I need a fast computer so I can get my job done quickly. I would love to purchase a new Mac and max it out, but cost is a very important issue which is why I am looking at these two models.
    I am torn between two models in the Apple Refurbished section:
    Option 1.
    Refurbished 13.3-inch MacBook Pro 2.5GHz Dual-core Intel i5
    Originally released June 2012
    13.3-inch (diagonal) LED-backlit glossy widescreen display, 1280-by-800 resolution
    4GB (2 x 2GB) of 1600MHz DDR3 SDRAM
    500GB Serial ATA @ 5400 rpm
    8x double-layer SuperDrive (DVD±R DL/DVD±RW/CD-RW)
    Intel HD Graphics 4000
    with this model I would max out the RAM to 16GB and switch the HD to an 128GB SSD that I have.
    Option 2.
    Refurbished 13.3-inch MacBook Pro 2.6GHz Dual-core Intel Core i5 with Retina Display
    Originally released February 2013
    13.3-inch (diagonal) Retina display; 2560-by-1600 resolution at 227 pixels per inch

    8GB of 1600MHz DDR3L SDRAM
    
256GB Flash Storage
    
720p FaceTime HD Camera
    
Intel HD Graphics 4000
    What it comes down to is that I like option 1 as the cost is much lower and I can upgrade, but I am nwondering if option 2 would be a faster than option 1 even after I upgrade the RAM and HD. I'm just hesitant about the retina model as I cannot upgrade.  To me most of the numbers look the same, but I do not know much about what is under the hood and what is overall a better machine for my purposes above.  To the retina screen isn't all that important as I plan on connecting the MBP to a larger external monitory.
    Thanks in advance for any help.  If anything needs clarification please ask and I will provide more details.

    Another advantage to the non-Retina MB/Pro with optical drive is the possibility
    of upgrade with a kit, to install a second SSD in place of that drive; as per a
    part number kit that macsales OWC site has listed. That kind of upgrade does
    come up on occasion; however an SSD in that location has a slower data rate
    than one on the hard disk drive bus. 'Data Doubler' is their name for it; a kit
    could include a suitable SSD, too. http://eshop.macsales.com/shop/SSD/OWC/
    About wireless connectivity differences between Retina MB/Pro and non-Retina,
    could vary the results if one were to use a newer Time Capsule wireless base
    station; as these can use two bandwidths of wi-fi. However I am not sure if one
    or both models can utilize this feature when connecting to the base station &
    wireless backup function of the time capsule. The faster speed could be a little
    helpful if using wireless; yet I'd be sure to make a backup clone and directly
    use a wired connection of dependable speed and quality for its use.
    So to read up on the newer specs for the Time Capsule with built in wi-fi base
    station to see if that matters; I doubt there would be an issue as the newer is
    supposed to be compatible with the older.
    Hopefully this helps somewhat. I've found an older AirPort base station can
    affect the internet speed when the source is higher than the base thoroughput.
    This can be an issue, at least with wireless backups or internet access. For
    best connection speeds, it also helps to have a wired network, to fall back on.
    Ethernet is faster and more reliable as a local & internet network path; and a
    wired network is more secure than a wireless one.
    If you have a different question, be sure to ask; you could also start a new thread.
    Good luck & happy computing!

  • Best option for initial setup of HD's on Xserve (possible RAID)

    I'm just about to set up a new network in a new office and have an Xserve with 3 HD's 2x700GB and 1x500GB drive.
    Now i have a fair bit of experience with the server itself, however i have zero experience with RAID.
    I would like to start automatic backups of the OS (which i do already in a round about way). And have several share points for users network homes and data.
    Does anyone have any suggestions of how to setup the HD's themselves, should i RAID? what would be the best option? etc etc etc.
    All suggestions are very welcome and appreciated.
    Thanks
    Steven

    No one can answer your question - at least not without more information.
    When deciding disk layout you need to factor things like how much usable disk space you need - in this case for users' data. Are the users home directories on the server, or do they just upload files to the server for storage/backup?
    What's the intensity of the data? Is reliability or performance more important? Would you pull your hair out if you lost a single file? a day's work? a week's work?
    How much downtime could you tolerate if the server crashed?
    These questions (and probably more) are important because it helps focus on the needs. For example, if the integrity of the data is more important than uptime you could mirror the two 700 GB drives for the user data and install the OS on the single 1TB drive. Of course this leaves you (slightly) vulnerable to a problem on the OS disk and you could be offline for hours if that disk failed. However, your user data would be mirrored and likely protected from disk failure.
    On the other hand, if the uptime of the server is more important, you might opt to install the OS on the 700GB mirror, using the 1TB for user data, relying on backups to restore this disk if it fails.
    Or, you might decide to put everything (OS and data) on the 700GB mirror, using the 1TB as the backup destination.
    On the other hand you might determine that you need 1TB of user storage space, in which case you either need to use the 1TB for user data, or you need to stripe the two 700GB drives into a 1.4TB array, but then that array has no redundancy and the loss of a single disk will result in the loss of all data.
    So, as I said, there is no one single answer to your question. You'll need to balance storage capacity and redundancy to find the best match for you.

  • Best Option to Improve Computer Speed Using External Hard Drive?

    Hi!
    My eMac's 80 gig hard drive is full - mainly due to music, movies and photos - so it is slow and I can't add new media. I cloned the whole hard drive to a 1TB external drive. The computer boots from the external drive. The hard drive is connected to the computer via a FireWire 800 to Firewire 400 adapter cable. I am running Leopard. My RAM is maxed out.
    When I boot from the external HD, I seem to get a boost in performance but this seem intermittent and/or not substantial. I have not tested it with a stop watch yet.
    I want to get the best performance from my machine. Please help me with the best option. What sounds best?
    1) Forget about cloning. Copy my music, movies and pictures to the external hard drive. Delete these media files from the original eMac to free up space. Run the eMac from the internal drive and access these files from the external drive.
    2) Boot from the cloned external hard drive and use computer like that.
    3) Will it help if the internal eMac HD is not so full? Does this matter if I am booting up from an external drive? Should I delete most or all files from the internal eMac HD and then boot the computer from the EXTERNAL drive? Would this speed things up?
    4) I am open to other suggestions.
    The only reason I would not prefer option #2 is that I like to keep all my files on the same drive for backup purposes. I use Time Machine.
    Thanks!

    Your Mac will run best and fastest if you run from the internal HD -- it's much faster than an external HD.
    And it's best to keep at least 15% free on it; as your startup drive gets more full, your Mac will slow down. Just how much and when depends on a lot of things, but if it gets over 95% or so, it may get very sluggish, apps may hang or crash, data may be corrupted or lost, etc.
    So your best bet would be a larger HD in your Mac. I don't know if that's possible or how much it would cost.
    Second best would be to put selected data on an external HD, preferably not the one you use for Time Machine. As long as you format that HD for a Mac, Time Machine can back it up, along with your internal HD.
    Put Music on the external for sure, and things like documents.
    Photos and Video, maybe. Editing will be much slower on a F/W disk than your internal. So it might make sense to do editing on the internal, then put completed video on the external. You'll have to figure that out depending on what you're doing and how.
    For help moving things, see:
    [Moving your iTunes Music folder|http://support.apple.com/kb/HT1449]
    [Moving your iPhoto library|http://support.apple.com/kb/HT1229]
    [Moving iMovie footage to another drive|http://support.apple.com/kb/HT1026]

  • HT1661 My mid-2009 MacBook Pro has just died via a painful (for me) hard drive failure. I backed up a good percentage of files recently but not enough to keep me happy.  I need to access the dead drive on the MBP via a 2008 iMac. Best options?

    My mid-2009 MacBook Pro has just died via a painful (for me) hard drive failure. I backed up a good percentage of files recently but not enough to keep me happy.  I need to access the dead drive on the MBP via a 2008 iMac. Best options?
    I have ordered a 800 firewire to 800 firewire cable and am hoping to use the target mode option to copy files from the MBP.
    Is this possible?
    Hope so!
    Any advice and or help would be greatly appreciated.
    Many thanks,
    Neil

    Thanks Ogelthorpe.
    Just bought an enclosure to try that also.
    Hoping the MBP isn't really dead but just feigning death
    Fingers crossed.

  • Looking to upgrade my OS from 10.5.8 to something newer, what would be the best option?

    I would like to upgrade my operating system, but not sure what would be the best option. I have had the computer for several years and haven't had a problem, I just think it's time to upgrade. Any suggestions?

    Which model iMac do you have?
    The best option would be the one (OS) that meets your needs of what you want to do AND if you meet ALL the OS system requirements.  Suggest that you read the system requirements of the OS you are interested in to make sure you meet all the requirements both hardware & software.

  • I have a white unibody macbook 6.1 running 10.6.8 and I would like to upgrade so I can use icloud. what is my best option? as it looks like its too old to run mountain lion? thanks!

    I have a white unibody macbook 6.1 running 10.6.8 and I would like to upgrade so I can use icloud. what is my best option? as it looks like its too old to run mountain lion? thanks!

    They are Safari bookmarks and Snow Leopard Safari will open in Mountain Lion, but won't give you a window?????
    Here are the bookmarks, since I'm now in Snow Leopard:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmail.html
    http://ihelpyourmac.com/wordpress/?p=23
    http://hints.macworld.com/article.php?story=20111014102515403
    http://hints.macworld.com/article.php?story=20111014102515403
    Advance warning - Mail worked fine.
    I had fits with the last link I posted. At first it worked fine, then all of a sudden, it quit working. I now have iCloud - iCal syncing, but iCal is read only. Not a real big deal since you can log onto iCloud using Safari and post a new event.
    I finally gave up on Address Book because it kept creating multiple contacts, which if you tried to merge or delete the multiple contacts, the contacts were deleted. It also worked at first and then stopped working as it should.

  • Webdynpro abap/Java? Best Option

    Hi All,
             I'm still running with a doubt after having a glance at all the Weblog especially oliver and others in SDN community.Can any one drive me for the best option for a company  despite of  the consultants skill set,Architecture and other conditions.Give me the Pros and Cons of Each.
    Thanks In Advance.
    Venkat.

    Hi,
    Welcome to SDN Community 
    Pls have a look at the thread,
    Web Dynpro JAVA VS. Web Dynpro ABAP
    Regards
    Srinivasan T

  • Best options to use in Temp Table

    Hello,
    I was just trying to figure out the best options we can choose with when we come across a scenario where we need to use a  Temp Table/Table Variable/Create
    a Temp Table on the fly.
    However, I could not see any big difference in using those options. As per my understanding using a table variable is more convenient if the query logic is
    small and the result set also will be comparatively small.Creating a temp table is also an easy option but it takes much time and we can not create any indexes on it. I am working on a query optimization task where in plenty of temp tables are used
    and the query takes more than five minutes to execute. We have created few indexes and all in few tables and reduced the query execution time up to 2 mnts.Can anyone give me more suggestions on it. I have gone through various articles about it and came to
    know that there is no one solution for this and I am aware of the basic criteria like  use Set No count on, Order the table in which the indexes are created, Do not use Select * instead use only columns which are really required, Create Indexes
    and all. Other than these I am stuck with the usage of temp tables. There are some limitations where I can convert all the Temp table logic to CTE (I am not saying its not possible, I really dont have time to spend for the conversion). Any suggestions are
    welcome.
    Actual Query
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    00.00.02
    5225 rows
    With Table Variable
    DECLARE  @General
    TABLE(Code
    NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO @General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    AS Name  from ProductionResponse.ProductionResponse
    select
    * from @General
    00.00.03
    5225 rows
    With an Identity Column
    DECLARE  @General
    TABLE(Id
    INT IDENTITY(1,1)
    ,Code NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO @General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    AS Number  from ProductionResponse.ProductionResponse
    select
    * from @General
    00.00.04
    5225 rows
    With Temp Table:
    CREATE
    TABLE #General (Id
    INT IDENTITY(1,1)
    PRIMARY KEY,Code
    NVarchar(Max),Name
    NVarchar(Max)
    INSERT
    INTO #General
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    select
    * from #General
    DROP
    TABLE #General
    00.00.04
    5225 rows
    With Temp Table on the Fly
    SELECT G.Code,G.Name
    INTO #General  
    FROM
    select Code,dbo.GetTranslatedText(Name,'en-US')
    as Name from ProductionResponse.ProductionResponse
    )G
    select
    * from #General
    00.00.04
    5225 rows

    >> I was just trying to figure out the best options we can choose with when we come across a scenario where we need to use a Temp Table/Table Variable/Create a Temp Table on the fly. <<
    Actually, we want to avoid all of those things in a declarative/functional language. The goal is to write the solution in a single statement. What you are doing is mimicking a scratch tape in a 1950's tape file system. 
    Another non-declarative technique is to use UDFs, to mimic 1950's procedural code or OO style methods. Your sample code is full of COBOL-isms! In RDBMS we follow ISO-11179 rules, so we have “<something in particular>_code” rather than just “code” like
    a field within a COBOL record. The hierarchical record structure provides context, but in RDBMS, data elements are global.  Or better, they are universal names. 
    >> I am aware of the basic criteria like use SET NO COUNT ON, Order the table in which the indexes are created, Do not use SELECT * instead use only columns which are really required, CREATE INDEXes and all.<<
    All good, but you missed others. Never use the same name for a data element (scalars) and a table (sets). Think about what things like “ProductionResponse.production_response” means. A set with one element is a bit weird, but that is what you said. Also, what
    is this response? A code? A count? It lacks what we call an attribute property. 
    This was one of the flaws we inherited when ANSI standardized SQL and we should have fixed it. Oh well, too late now. 
    Never use NVARCHAR(MAX). Why do you need to put all of the Soto Zen sutras in Chinese Unicode? When you use over-sized data elements, you eventually get garbage data. 
    >> Other than these I am stuck with the usage of temp tables. There are some limitations where I can convert all the Temp table logic to CTE (I am not saying its not possible, I really do not have time to spend for the conversion). Any suggestions are
    welcome.<<
    Yes! This is how we do declarative/functional programming! Make the effort, so the optimizer can work, so you can use parallelism and so you can port your code out of T-SQL dialect. 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • I have Logic Pro 8.0.2 and would like to upgrade. I'm running OS Lion on a 2010 MacB Pro. What is the best option? Logic Pro 9 App or Logic Studio? Can't find upgrade price. Or should I just stay with Logic 8?

    I have Logic Pro 8.0.2 and would like to upgrade. I'm running OS Lion on a 2010 MacB Pro. What is the best option? Logic Pro 9 App or Logic Studio? Can't find upgrade price. Or should I just stay with Logic 8?

    Same here, I have Logic Studio 8 and wouldn't mind staying with that version, except that the installer won't run on my new Macbook Pro as PowerPC apps are no longer supported. That's the message I get in any case.
    I use to run Logic on a 2006 Macbook Pro.
    I guess that makes me a very unhappy Apple user! I've been using Logic from the Emagic days, bought every upgrade only to see Apple kill what used to be one of the best Pro Audio application. Imagine if they had done the same to Photoshop, there would be a lot of unhappy designers out there
    Paying the full price for years to slowly see your daily app go down in price & efficiency until it's given away at $199 for semi pro users. Well, at least ProTools is stil alive & kicking so I guess that's the way forward now.
    This is coming from someone that never ever used a Windows machine to make music! Life is good still!

  • Best Options for a 60" 3D television?

    I don't want to go above the $1600 prictag. I've been researching TVs for the past week and I'm just getting overhwelmed with all the different TVs and the reviews. I was set on getting the Vizio M601d-A3R because it had great reviews and the price was great. I went into Best Buy to purchase it because I wanted to price match it with a store that had a lower cost. I instantly knew something was wrong when the employee said they didn't have any in stock and the factory didn't have it either, but he convinced me it was still active. So he sent me to the express lane to have it shipped to the store from another authorized seller. As we were finishing up the process of paying, that employee said she couldn't have shipped to the store or my house. It wasn't in stock anywhere. I asked her if it meant it was being discontinued and she said that it looked that way. I went home and looked it up and couldn't find a definite answer to it, but I did find that Vizio came out with a new line for 2014 and that was the older model, so it was being phased out. I read some reviews for different sizes on other sites where some people complained about the TV crashing, so I decided to not even attempt to buy it.
    So now I'm stuck. I found a LG for a very cheap price on Best Buy's website. It has great reviews on Best Buy's site and other places, but there are only a few reviews on each and Best Buy has it listed as a special order item. Here's the link for it: http://www.bestbuy.com/site/lg-60-class-59-7-8-diag--plasma-600hz-smart-3d-hdtv/5935095.p?id=1219174...
    I'm a little unsure about it since I can't see it before I buy it. Plus, the low price and "special order" tells me it is possibly being discontinued also. So I'm not really sure.
    I was also looking at this Samsung: http://www.bestbuy.com/site/samsung-60-class-60-diag--led-1080p-120hz-smart-3d-hdtv/4327014.p?id=121...
    The reviews on Best Buy's site were great, but on other sites they are a little more mixed.
    I was also looking at this Sharp:
    http://www.bestbuy.com/site/sharp-aquos-q-series-60-class-60-3-32-diag--led-1080p-240hz-smart-3d-hdt...
    I really want the 3D feature, otherwise I would just get an HDTV or a Smart TV. I originally wanted passive 3D because I own a 32" Vizio that uses it and it's cheaper to buy the glasses, but at this point I don't mind if it's active 3D. 
    I'm open to any other suggestions for 3D TVs that you might know of and if they aren't available on Best Buy's site for immediate delivery, that's fine too. 
    As for the setup, I have a stand with a mount built in already. It holds up to 65" and 135 pounds. I currently have a 46" Zenith on it. I have plenty of room for the 60" and the distance from my TV is at least 10 feet. 
    Any suggestions for 60" 3D TVs around or under the $1600 price limit would be greatly appreciated. Thank you
    Solved!
    Go to Solution.

    KateMcK0023 wrote:
    Unfortunately I can't afford the more expensive model, but it looks really nice. I'm favoring the Samsung I posted in my original message because for the price and the ratings, it seems to be the best fit for me. It comes with two pairs of glasses. The LG doesn't come with any, but with the cheaper price it wouldn;t be too bad to purchase some. However, the very minimal amount of reviews worries me. I do like the Sharp TV, but that is the most expensive of the three and doesn't include glasses either. So I think the Samsung is my best option. I've seen mixed reviews on their customer service, but the products seem to mostly receive positive reviews. 
    For the calibration disc, would it be easy for a novice to understand? I'm usually pretty good with technology, but I don't want to screw anything up. Is it one of those type of things where I can just put the disc in my Blu-ray player and let it kind of do its own thing? I just don't want to do any damage to the new TV.
    I also read online that I should get a surge protector for the TV because of how high powered that, my Blu-ray player, and other systems will be all in one area.
    And finally, do you have any suggestions for a good soundbar or any sound system options that are relatively cheap? No more than maybe $150-$200? I also wanted to have Best Buy install the TV for me, but the price of $200 is a little steep. Do you suggest having them install it? Thank you for all your help!
    I'd take the ratings on the Best Buy website with a grain of salt. None of those reviews have been done by a professional that has the calibration equipment and the knowledge necesarry to do an in depth analysis of the TV.
    David Katzmeier at Cnet does a great job of reviewing TV's and has listings of recommended models.
    http://www.cnet.com/topics/tvs/
    The Samung you listed is a VERY average LCD TV. I wouldn't recommend it to anyone. I actually don't recommend Samsung LCD TV's to anyone for a few reasons. Until you hit the higher end models, you play what's called "panel lottery", meaning you don't know who actually made the screen. Their customer service has had issues in the past as well.
    I checked around and the Vizio TV's are in stock at other retailers, the latest models are getting very good reviews over at Cnet.
    However, if you're deteremined to get a 60" TV and Best Buy is the only purchasing option you have, the Sony KDL60W850B is on sale right now for a hair under $1700.00.
    http://www.bestbuy.com/site/sony-bravia-60-class-60-diag--led-1080p-120hz-smart-3d-hdtv/3419019.p?id...
    If not, Drop down to 51" and get the Samsung 8500 series plasma for about $1800.00.
    http://www.bestbuy.com/site/samsung-51-class-50-3-4-diag--plasma-1080p-600hz-smart-3d-hdtv/8490071.p...
    If you can skip 3D, the Samung 5300 series plasma is available in 60" for $800.00 and is very highly regarded.
    http://www.bestbuy.com/site/samsung-60-class-59-9-10-diag--plasma-1080p-600hz-hdtv/8182045.p?id=1218...
    The Disney Calibration disc is very easy to use. It will help you set things like brightness, contrast, color, and tint, along with other settings to their appropriate levels.
    You should use a surge protector for ALL your appliances, anything from Belkin is fine, don't get the cheapest surge protector, but there's also no need to buy the most expesive one. Surge protectors do wear out with time, replace them every few years.
    I don't have much experience with sound bars, any name brand that has HDMI in/out should be fine and will be better than the speakers in any of the TV's. If you can budget it, get one with a seperate subwoofer.

  • Best option for Asynchronous method invocation? JMS or Pure Java Thread

    Hi,
    We've a swing based Client application which is supposed to run with a server in J2EE environment. Some process like Search etc are very time consuming. So we are going for asynchronous process.
    Now the question is to find a best option for this. Two possible candidates are
    1. JMS
    2. Java Thread.
    Can anybody suggest me which one is the best option in this context?

    Actually my thought was the issues with code maintainability.Maintainability is different issue, it is much related to OOAD and design pattern you might want to choose to avoid coupling (thus high reusability and maintainability - eg: for future enhancement, etc)..
    public interface SearchService {
         public static class DefaultFactory {
                 public SearchService getInstance() {
                          return HttpSearchService.getInstance();
         public void search (String[] keywords, Observer obs);
    public class HttpSearchService implements SearchService {
         public static HttpSearchService getInstance() {
                ... bla bla bla singleton ...
         public void search(final String [] keywords, final Observer obs) {
                     (new Thread() {
                              public void run() {
                                    .. do http request ...
                                    List result =  ... parse http response ...
                                    obs.update(list);
                     }).start();
    SearchService ss = SearchService.DefaultFactory.getInstance();
    ss.search( new String[] { "get", "me", "my" , "dukes" }, myTableModel );
    ...You can, in future, replace the default factory HttpSearchService with something faster, more appropriate SearchService, without changing many codes.
    rgds,
    Alex

  • Best option to push Mass data using Java API

    Hi All,
    Can any one let me know how Java API push data to MDM? Is it a good option when ti comes to perfromance point of view? We have around 2000/5000 records to be imported every time using Java API and wondering what would be best way to acheive this using Java API?
    Is java API is best option than Web services?
    Thanks
    Rajeev

    Rajeev,
    It is perfectly fine to use API to push data into MDM, you just need to make sure that your API does all those tasks which import manager does by default. For example, it should know when to insert and when to update. if an error happens during insertion of record, you should be able to notify the users.
    Having said that, where does the number 2000/5000 comes in? will you be creating users in batch and then invoke MDM API to store these in a single shot or willl it be a delta insert/update from Java to MDM?
    Thanks
    Aamir

  • Best Option to learn Java: Search the Web, Books or Real Training

    Good Evening People,
    I came to the following conclusion during my 4 weaks of trying to just connect and read a MySql Database, to read a CVS file.
    It seems that you get some leads, but never the full answer.
    So I am asking what will be my best Option, as I can see people on the Forum sort of give you some direction, but they want you do figure the answer out for yourself. Which I suppose you deserve as you might have started off with the same frustrations.
    So what fo you suggest I do to limit my frustration:
    Web Search drive me to a level of uncontrollable frustration, is this realle a complete solution.?
    I bought books each costing me over R600.00, still the mistery remains on how to do simple functions.?
    Should I rather spend some money and do a Course ?
    Please if you have walk the road and have the correct answer I will appreciate it.
    If it is a course, what will it be ??
    I am in the Gauteng Area.
    Regards
    Judy

    jverd wrote:
    I don't know what books you've bought and in what way they're not meeting your needs. Here's my standard list of web resources and books. At least one of the books is available online, free I think. Take a look at them and see which ones best fit your needs.
    However, if you expect to just be able to cherry pick bits of Java to learn as you go, without first spending time and effort working through the basics, you're in for a disappointment.
    Sun's [basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    Sun's [New To Java Center|http://java.sun.com/learning/new2java/index.html].Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    [http://javaalmanac.com|http://javaalmanac.com]. A couple dozen code examples that supplement [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance].
    jGuru. A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    Bruce Eckel's [Thinking in Java|http://mindview.net/Books/DownloadSites] (Available online.)
    Joshua Bloch's [Effective Java|http://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=pd_bbs_1?ie=UTF8&s=books&qid=1214349768&sr=8-1]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance].
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806].
    with the javaalmanac.com site does it cover everything in the book or is there a lot more in the book to make it worth buying? thanks

Maybe you are looking for

  • I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?

    I want to start my own account separate from my parents. Can I transfer my music from one account to another? If so, how?

  • "Redo" keyboard shortcut not working?

    Since the most recent update in Premiere Pro CC my "Redo" keyboard shortcut (ctrl-shift-Z on PC) no longer works. I've check the keyboard shortcuts and it's still mapped there correctly, it simply doesn't work, and this is massively slowing down my w

  • Module Development, Add Header Segment

    Hi Guys I want to write a module where in I could be able to add the header segment to the XML Header. I am not sure abt the methods to be used, is there any documentation giving details abt the methods which could be used. Dheeraj

  • Help with glitchy horizontal photo scroller

    • Here is the glitchy scroller that I'm trying to make smoother: http://jacobtyler.com/dev/stephanieclair/gallery2.html • I attached the main code that I'm using on the next button: • All of the tweening is on the main timeline. • It would be a bonus

  • Gt 120 driver for windows 7

    Anyone have any luck?   The "right" driver from Nvidia failed to recognize the adapter. I read all about the bug fixes the new drivers address, but since I'm a Mac owner, I cannot benefit from them. Stuck with 2009 drivers.  Also, the sound in window