Hintless alternative around BYPASS_UJVC

Hi,
please consider folowing situation:
staging table, indexed on partition.
in partition 0, there are ONLY update records for big_table.
big table has an index on the main key but I know there will be no violations.
so as to work around ORA-01779, I have used the hint BYPASS_UJVC.
This has proven to work flawlessly in the past - HOWEVER...
I now use a different approach and the ETL tool does not allow to use hints :S
so the question is...
how do we do a bulk update on big_table using ALL records in partition 0 of small_table,
without hints?
and as alternative to:
update /*+ BYPASS_UJVC */
select
nw.code_imei as a_n,
nw.time_utc as b_n,
nw.code_imsi as c_n,
nw.id_source as d_n,
nw.id_service_provider as e_n,
nw.id_customer_segment as f_n,
ol.code_imei as a_o,
ol.time_utc as b_o,
ol.code_imsi as c_o,
ol.id_source as d_o,
ol.id_service_provider as e_o,
ol.id_customer_segment as f_o
from
SGM$TA_F_IMEI_CHANGE ol,
SGM$TA_P_IMEI_CHANGE_CMP nw
where nw.ID_PARTITION = 0
and nw.code_msisdn = ol.code_msisdn
set
a_o = a_n,
b_o = b_n,
c_o = c_n,
d_o = d_n,
e_o = e_n,
f_o = f_n
THANK YOU....
(ps sql only...)

Arrggghhh, just lost the response I typed twice - edit window cleared when I hit an unspecified random hot key combination, and text vanished when I had to log in after clicking Post Message!
Are you on 10g? If so consider advanced query rewrite. Its dangerous if used improperly but could solve your problem by executing a different query when the query text you specify is encountered. It should work best with static query text, executing another query as a substition (sort of like DECODE using an entire query instead of a single value).
Aside from that I can't think of a way to avoid the bypass_ujvc hint except to find an entirely different way to perform the update.

Similar Messages

  • Panel creation for Photoshop CC 2014

    Hi!
    Whether I understood correctly that in the Configurator 4 it is impossible to create the panel for the Photoshop of CC 2014.
    Whether there will be an updating?

    Afaik, Adobe Configurator is being discontinued - ALL Flash support is.
    Rather lame of Adobe to push through with this update before there are any alternatives around. Because as it is now, there are no alternatives around unless you wanna mess around with the SDK.

  • Question on running multiple clients in production

    We have a question that hopefully someone might be able to clarify for us. We currently have a production SAP landscape consisting on 5 separate SAP clients running on five R/3 4.6c instances on RS6000/Informix and we are looking at alternatives around landscape optimization as part of a plan to upgrade to ECC6. One of the options we are weighing is to create a single SAP instance on 64 bit Windows 2003 Enterprise and SQL Server 2005, migrate the different clients onto the single system resulting in a single instance/multiclient configuration, and then to upgrade the consolidated server to ECC6. We have been researching the feasibility of this approach and it appears that it is a supported configuration (as per SAPNote 31557), however it is apparently not widely used and there are references to challenges with that approach. Wanted to see if anyone had experiences with this type of configuration and whether there are any specific showstopper issues that would make this unworkable as a solution.
    Below is a list of some of the questions we are looking to address:
    Can anyone cite a reference where a multi client single instance configuration was successful?
    Can anyone cite a reference where a multi client single instance configuration was unsuccessful and the reason why it did not work?
    Is there an upper boundary on the number of clients that can be supported in a productive multi-client instance?
    Are there any specific issues with the CTS system that need to be considered
    Are there any known issues with the ECC6 platform that need to be considered, especially with the potential deployment of a EP usage type and the J2EE stack?
    Any known issues with upgrades after moving to a multi-client environment?
    Were there any unexpected surprises (i.e. client independent objects that were not anticipated).
    How was the issue of overlapping number ranges in different clients addressed?
    Any feedback would be greatly appreciated.
    Rich P

    Hello Richard,
    You gave a very good question to ponder on
    Check this link, seems to be helpful.
    <b>Client & Multiclient Operation</b>
    http://help.sap.com/saphelp_nw2004s/helpdata/en/83/08443c4a089537e10000000a114084/frameset.htm
    I would get back to you, incase I find more valuable information.
    Regards,
    Ammey Kesarkar

  • No compatability with older printer hardware/software and no windows media center

    What can I say except that Microsoft is the only company that releases an inferior product after years of having a great product. Windows 8.1 and 8 would be fine if it were compatible with old hardware i.e. printers and had Windows Media Center. This is
    now a very bare bones product. I certainly won't be paying the $129 price tag for Windows Pro 8.1 pack, just to get media center - not when there's so many free alternatives around for that. In future, don't purchase a photo quality printer that costs a fortune.
    Buy a nasty cheap one with inexpensive cartridges, as eventually you won't be able to install the older software for your far superior printer i.e. Epson stylus photo 1270.  Sounds like a collusion with both Microsoft and Printer manufacturers to get
    folk purchasing hardware they don't want or need, while they're older hardware works just fine - it's the new operating systems that don't. No thank you.

    Hi,
    Please understand that Microsoft's partners have shared clear concerns over the costs associated with codec licensing for traditional media playback, especially as Windows 8 enables an unprecedented variety of form factors. Windows has addressed these concerns
    in the past by limiting availability of these experiences to specialized “media” or “premium” editions.  
    That's why the Media center is separated for additional cost.
    For the compatibility thing about older device, you can use the compatible mode to install the related driver on Windows 8 and 8.1 to get it work.
    Making older programs compatible with this version of Windows
    http://windows.microsoft.com/en-gb/windows-8/older-programs-compatible-version-windows
    Kate Li
    TechNet Community Support

  • Applet code protection

    Hi
    I'm developing a commercial web application, and I'd like some advices about applet code protection.
    This applet we need will allow the visual design of some hardware. The parameters that are used in its creation are all visible and user supplied, and those are the same that are communicated to the server to store the design data, so this is not the security issue.
    The main point is about mathematical formula, some static parameters (data tables) and a few algorithms used to turn the parameters into a visual representation (drawn in the applet) and discover a few more advanced hardware design data (like weight, volume, area) based on those input parameters. It is a quite complicated calculation, will be created for a dozens of different hardware types, we are putting a lot of effort into this, and don't want it to be stolen, once the application goes into production.
    Legal notices will be in place, but if someone steals the code, even legal actions will not undo the damage. Code techniques I know are checking the host (easy to bypass) and code obfuscation (makes the job harder, but thiefs are people with a lot of patience), and I'm not entirely happy with them, and I couldn't find any more good alternatives around.
    A very secure option is making all this sensitive code server side, request parameters and just send an image back to the user, but that would cripple the server with too much math processing and image generation, and much less responsive for the end user (a major issue as well)... those are the reasons I thought about applets in the first place.
    Another way that came to my mind was providing an applet just with drawing capabilities, and making it request the needed formula at runtime (our communication is HTTPS), but that does not avoid interception at code level.
    I'd appreciate any advice or suggestion you could give, protection approachs or changes.
    Many thanks!

    dev@java wrote:
    The main point is about mathematical formula, some static parameters (data tables) and a few algorithms used to turn the parameters into a visual representation (drawn in the applet) and discover a few more advanced hardware design data (like weight, volume, area) based on those input parameters. It is a quite complicated calculation, will be created for a dozens of different hardware types, we are putting a lot of effort into this, and don't want it to be stolen, once the application goes into production.
    Legal notices will be in place, but if someone steals the code, even legal actions will not undo the damage.In terms of risk analysis: exactly what damage could be done by somebody with your code? For example what could I do if I had a copy of your applet which would cause you harm? And what harm would that be?

  • IWork 06 on MacBook

    It says on the webpage that the MacBook comes with iWork 06 and MS Office 04. It turns out that these are just demos. MS Word/Office at the most used programs for me at least. Is there somewhere where i can download a full version of MS Office or word, or perhaps iWork 06. I need a word processor for school and there isnt one on my MacBook other than textedit which really isn't too great.
    Any help will be greatly appreciated.

    There are other free alternatives around. If you tell us what you need, and which particular things you miss in TextEdit, someone may point you in the right direction.
    You have some comparisons available online at
    http://en.wikipedia.org/wiki/Comparisonof_wordprocessors (not only mac)
    and
    http://www.redlers.com/mellelcompetitive.html (biased for Mellel obviously)
    and
    http://www.pure-mac.com/textword.html
    and I am sure there are others.

  • Microphone for voice over.

    My standalone isight that I have used for voice overs has finally given up. (I'd developed a technique whereby I held the lens to my chin and pointed the isight down at about 45 degrees-but I digress) can anyone recommend a reasonable alternative, around $100 would be reasonable, I'm no pro but it has to be a reasonable quality.
    I've bought and tried a microphone a day now for about a week and none match up to my experience with my old isight. I'd prefer one that needs to be close to the source sound so as background noise is not a huge problem and I'd also prefer it to be USB or firewire, I need to take on the guise of a ferret to get to the back of my mac.

    I tried the logitech one from the  store, it didn't have the same quality as the isight but I could have lived with that I suppose as it wasn't as bad as some of the others I've tried. I don't know whether I got a faulty one, I don't think I did, because it seemed to work with Quicktime excepting the quality issue, but when I used it with FCE, it was awful.
    Not sure if FCE has its own background noise cancelling feature that interfered with the background noise cancelling feature of the logitech but it was way to quiet 90% of the time and when it wasn't it was too loud, there was no middle ground. Overall too quiet, with odd words that were obviously said a little louder being clipped.

  • Gigabit Ethernet Ports

    Can anyone tell me which BT Home HUBs support Gigabit Ethernet, as I wish to obtain a Western Digital MYBOOK WORLD EDITION 2TB Harddrive. So I can Network my Desktop and family Laptops for file sharing and backing up all home computer systems etc. Any info would be helpful on this topic, many thanks in advance.

    Hi dynastyuk,
    There are some other really cheap alternatives around for gigabit ports...
    This for example:
    http://www.google.co.uk/products/catalog?hl=en&q=g​igabit+switch&cid=18212157716750550582&ei=O2BUTZ2W​...
    12 quid for a gigabit switch (Just connect all gigabit capable devices into the switch and connect the switch to the homehub)
    I hope this helps
    Like this post? Give it a Star . If this post answers your question, please Mark it as the Accepted Solution.

  • Flash plays slow!

    I need help. I have the frame rate set at 12fps but when I
    play it it moves extremely slow like at 1.8fps. does anyone know
    wha the problem is?

    yes - absolutely you need to compromise - but exactly how is
    hard to say without seeing the images
    in question, the level of animation, etc...kinda flying blind
    here - but basically when it comes to
    animating very large imported images in flash, you simply
    cannot avoid poor playback performance
    because flash was never designed to render on the fly
    something so processor intensive - that's the
    bottom line.
    You need to make your images smaller (width and height) and
    find the balance between playback
    performance and animation quality and image size - beyond
    that, it is up to you.
    can you provide a URL? I will take a look - i animate with
    bitmaps all the time with 24fps and no
    issues.
    what kind of processor are you testing on?
    ~~~~~~~~~~~~~~~~
    --> Adobe Certified Expert
    --> www.mudbubble.com
    --> www.keyframer.com
    ~~~~~~~~~~~~~~~~
    jbal_21 wrote:
    > yes, my images are rather large. they need to be large,
    is there any alternative around this or do I have to do some
    comprimising on the file sizes in order for this to work?

  • Transintl MiniG SerialATA (eSata)?

    Sorry about reposting, no one was responding in the MB Pro section.
    I was wondering if anyone has experience with the Transintl MiniG SerialATA (eSata). I haven't been able to find any sort of recent reviews. Good product? Anyone know of similar alternatives around the same price ($175).
    Here's a link: http://www.transintl.com/store/category.cfm?Category=2696&RequestTimeOut=500
    I'm buying it without drives and adding my own. Using a Macbook Pro (3,1) 2.2 Ghz, 6gig Ram, APIOTEK EXTREME Dual eSATA SATA I/II Express Card 34. Using it for video editing, FCP Studio 3. Later on, I plan to upgrade to a Mac Pro, will then use the MiniG for back up drives.

    Hello,
    I got a hold of one of the earlier 2 drive versions a few years ago which has been operating well since I managed to get it up and running. It was a bit fiddly and delicate trying to get things attached in particular the leds at the front. I had to get replacement parts sent out as things weren't working properly. The build quality was fairly good apart from some of the cabling being a bit poorly connected and possibly flimsy. Once its all put together though it has been quite stable. I have 2 x 500Gb drives installed. I mainly use my set up for backing up. I'm looking to upgrade to the four bay option but trying to get a hold of them in the uk is a hassle.
    Aesthetically it is quite pleasing to the eye but I have found that the aluminium casing is a bit too prone to scatching.
    Not sure if this is helpful but at least its a bit of feedback!

  • MiniG SerialATA (eSata)?

    I was wondering if anyone has experience with the Transintl MiniG SerialATA (eSata). I haven't been able to find any sort of recent reviews. Good product? Anyone know of similar alternatives around the same price ($175).
    Here's a link: http://www.transintl.com/store/category.cfm?Category=2696&RequestTimeOut=500
    I'm buying it without drives and adding my own. Using a Macbook Pro (3,1) 2.2 Ghz, 6gig Ram, APIOTEK EXTREME Dual eSATA SATA I/II Express Card 34. Using it for video editing. Later on, I plan to upgrade to a Mac Pro, will then use the MiniG for back up drives.

    Hello,
    I got a hold of one of the earlier 2 drive versions a few years ago which has been operating well since I managed to get it up and running. It was a bit fiddly and delicate trying to get things attached in particular the leds at the front. I had to get replacement parts sent out as things weren't working properly. The build quality was fairly good apart from some of the cabling being a bit poorly connected and possibly flimsy. Once its all put together though it has been quite stable. I have 2 x 500Gb drives installed. I mainly use my set up for backing up. I'm looking to upgrade to the four bay option but trying to get a hold of them in the uk is a hassle.
    Aesthetically it is quite pleasing to the eye but I have found that the aluminium casing is a bit too prone to scatching.
    Not sure if this is helpful but at least its a bit of feedback!

  • Photo editing program for my HP photosmart

    Now have Windows 7, with an old  HP Photosmart All in One #2410.  The excellent program I had  XP no longer works.  What do I do now?

    Hi,
    There are many free alternatives around, you can pick one from these:
      http://sixrevisions.com/graphics-design/10-excellent-open-source-and-free-alternatives-to-photoshop/
    or get back to the one you know most:
      http://www.hp.com/united-states/consumer/digital_photography/free/software/index_ww_ca_en.html
    Regards,
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Portable DAC unit for iPod Touch

    I am looking for a portable DAC unit to use with an iPod Touch. This is so I can get to the lossless recordings I have on my touch with a better quality than the bulit in DAC.
    The Icon iDo looks a good possibility, but I wondered if anyone could reccommend some other alternatives around that price range or cheaper.
    Thank you in advance for any replies.

    They come with a cable that connects to a charger, this device is in essence a spare battery. You have to charge it from the wall.
    I prefer this one as a wall charger:
    http://store.apple.com/us/product/MB352LL/B?fnode=MTY1NDA4NA&mco=MTM3NDk1MjI

  • Do Apple has web development software?

    Hi everyone, I am looking for an innovative web development software to re design my website. I think iWeb is not available now. I have considered most of the web development applications but most of them have demerits. I have some New York based websites so I need a good one to maintain my websites. Can you please suggest me some?

    iWeb has not been sold or supported by Apple for the past 2 years.
    There are lots of alternatives around, but it depends on how complex you want to get.  Yes there is Dreamweaver, but if you want something that is very like iWeb, then take a look at EverWeb at http://www.everwebapp.com.  This is by Rage Software and is very like iWeb in design and use, but with all the things that we all wished that iWeb had.
    If you want a Content Management System, then probably the better ones to use are either Drupal or Joomla rather than WordPress.  Great for creating membership sights etc and there are many extensions, modules and plugins to extend functionality.  If you know html and css, you can change the templates to suit what you want.
    I have just transferred most of my sites to Drupal for increased flexibility and everything can be done online, so no more domain files.

  • Can anyone tell me how to solve Flash Player on iPad 2. I understand Adobe not supported is there away around this or Apple alternative

    Having just purchased ipdad 2 I am noticing that Flash Player is not supported can anyone please tell me how to get round this or suggest apple alternative. It's very annoying considering that flash is used in so much digital display

    The Skyfire browser is the best solution I have found, so far. It's a browser that converts the videos on the fly. It doesn't work for other types of flash (games, ads, etc) but it does a good job with videos.
    http://itunes.apple.com/us/app/skyfire-web-browser-for-ipad/id409153623?mt=8
    I see your location is UK, I'm not sure if the app is available in the UK.

Maybe you are looking for