Advice request

Hi
Im using Flash 8.
I have created several movies in the past using the
scale/noscale statement at the start of movies to allow resizing
according to browser size. Some presentations have been 100%.
I am perfecting using the mx transitions and wish to use and
publish in Flash 8.
The project requires a movie that loads a background (i.e
gradient, that changes on demand) to fill the screen 100%.
I wish to load a movie(s) into this background that are
800x600px, and always central to the screen but not rise or fall
beyond these perameters.
Is this possible and if so, could you point me in the right
direction for further info.
Thanks in advance
Voddie

I followed the code on the link
I could get the backround movie to resize when testing in the
flash player but not in fully in html?
Movie is 800x600, brought to browser using js at 100%, green
square( eventually the main site) is at 250x150 all the time
How do i get the movie to fill screen?, i.e gradient to all 4
corners...no background color?
Thanks again
voddie
see:
http://www.voddie.com/testbed/idea
How do I get the movie to completely fill the browser

Similar Messages

  • Advice Requested - High Availability WITHOUT Failover Clustering

    We're creating an entirely new Hyper-V virtualized environment on Server 2012 R2.  My question is:  Can we accomplish high availability WITHOUT using failover clustering?
    So, I don't really have anything AGAINST failover clustering, and we will happily use it if it's the right solution for us, but to be honest, we really don't want ANYTHING to happen automatically when it comes to failover.  Here's what I mean:
    In this new environment, we have architected 2 identical, very capable Hyper-V physical hosts, each of which will run several VMs comprising the equivalent of a scaled-back version of our entire environment.  In other words, there is at least a domain
    controller, multiple web servers, and a (mirrored/HA/AlwaysOn) SQL Server 2012 VM running on each host, along with a few other miscellaneous one-off worker-bee VMs doing things like system monitoring.  The SQL Server VM on each host has about 75% of the
    physical memory resources dedicated to it (for performance reasons).  We need pretty much the full horsepower of both machines up and going at all times under normal conditions.
    So now, to high availability.  The standard approach is to use failover clustering, but I am concerned that if these hosts are clustered, we'll have the equivalent of just 50% hardware capacity going at all times, with full failover in place of course
    (we are using an iSCSI SAN for storage).
    BUT, if these hosts are NOT clustered, and one of them is suddenly switched off, experiences some kind of catastrophic failure, or simply needs to be rebooted while applying WSUS patches, the SQL Server HA will fail over (so all databases will remain up
    and going on the surviving VM), and the environment would continue functioning at somewhat reduced capacity until the failed host is restarted.  With this approach, it seems to me that we would be running at 100% for the most part, and running at 50%
    or so only in the event of a major failure, rather than running at 50% ALL the time.
    Of course, in the event of a catastrophic failure, I'm also thinking that the one-off worker-bee VMs could be replicated to the alternate host so they could be started on the surviving host if needed during a long-term outage.
    So basically, I am very interested in the thoughts of others with experience regarding taking this approach to Hyper-V architecture, as it seems as if failover clustering is almost a given when it comes to best practices and high availability.  I guess
    I'm looking for validation on my thinking.
    So what do you think?  What am I missing or forgetting?  What will we LOSE if we go with a NON-clustered high-availability environment as I've described it?
    Thanks in advance for your thoughts!

    Udo -
    Yes your responses are very helpful.
    Can we use the built-in Server 2012 iSCSI Target Server role to convert the local RAID disks into an iSCSI LUN that the VMs could access?  Or can that not run on the same physical box as the Hyper-V host?  I guess if the physical box goes down
    the LUN would go down anyway, huh?  Or can I cluster that role (iSCSI target) as well?  If not, do you have any other specific product suggestions I can research, or do I just end up wasting this 12TB of local disk storage?
    - Morgan
    That's a bad idea. First of all Microsoft iSCSI target is slow (it's non-cached @ server side). So if you really decided to use dedicated hardware for storage (maybe you do have a reason I don't know...) and if you're fine with your storage being a single
    point of failure (OK, maybe your RTOs and RPOs are fair enough) then at least use SMB share. SMB at least does cache I/O on both client and server sides and also you can use Storage Spaces as a back end of it (non-clustered) so read "write back flash cache
    for cheap". See:
    What's new in iSCSI target with Windows Server 2012 R2
    http://technet.microsoft.com/en-us/library/dn305893.aspx
    Improved optimization to allow disk-level caching
    Updated
    iSCSI Target Server now sets the disk cache bypass flag on a hosting disk I/O, through Force Unit Access (FUA), only when the issuing initiator explicitly requests it. This change can potentially improve performance.
    Previously, iSCSI Target Server would always set the disk cache bypass flag on all I/O’s. System cache bypass functionality remains unchanged in iSCSI Target Server; for instance, the file system cache on the target server is always bypassed.
    Yes you can cluster iSCSI target from Microsoft but a) it would be SLOW as there would be only active-passive I/O model (no real use from MPIO between multiple hosts) and b) that would require a shared storage for Windows Cluster. What for? Scenario was
    usable with a) there was no virtual FC so guest VM cluster could not use FC LUs and b) there was no shared VHDX so SAS could not be used for guest VM cluster as well. Now both are present so scenario is useless: just export your existing shared storage without
    any Microsoft iSCSI target and you'll be happy. For references see:
    MSFT iSCSI Target in HA mode
    http://technet.microsoft.com/en-us/library/gg232621(v=ws.10).aspx
    Cluster MSFT iSCSI Target with SAS back end
    http://techontip.wordpress.com/2011/05/03/microsoft-iscsi-target-cluster-building-walkthrough/
    Guest
    VM Cluster Storage Options
    http://technet.microsoft.com/en-us/library/dn440540.aspx
    Storage options
    The following tables lists the storage types that you can use to provide shared storage for a guest cluster.
    Storage Type
    Description
    Shared virtual hard disk
    New in Windows Server 2012 R2, you can configure multiple virtual machines to connect to and use a single virtual hard disk (.vhdx) file. Each virtual machine can access the virtual hard disk just like servers
    would connect to the same LUN in a storage area network (SAN). For more information, see Deploy a Guest Cluster Using a Shared Virtual Hard Disk.
    Virtual Fibre Channel
    Introduced in Windows Server 2012, virtual Fibre Channel enables you to connect virtual machines to LUNs on a Fibre Channel SAN. For more information, see Hyper-V
    Virtual Fibre Channel Overview.
    iSCSI
    The iSCSI initiator inside a virtual machine enables you to connect over the network to an iSCSI target. For more information, see iSCSI
    Target Block Storage Overviewand the blog post Introduction of iSCSI Target in Windows
    Server 2012.
    Storage requirements depend on the clustered roles that run on the cluster. Most clustered roles use clustered storage, where the storage is available on any cluster node that runs a clustered
    role. Examples of clustered storage include Physical Disk resources and Cluster Shared Volumes (CSV). Some roles do not require storage that is managed by the cluster. For example, you can configure Microsoft SQL Server to use availability groups that replicate
    the data between nodes. Other clustered roles may use Server Message Block (SMB) shares or Network File System (NFS) shares as data stores that any cluster node can access.
    Sure you can use third-party software to replicate 12TB of your storage between just a pair of nodes to create a fully fault-tolerant cluster. See (there's also a free offering):
    StarWind VSAN [Virtual SAN] for Hyper-V
    http://www.starwindsoftware.com/native-san-for-hyper-v-free-edition
    Product is similar to what VMware had just released for ESXi except it's selling for ~2 years so is mature :)
    There are other guys doing this say DataCore (more playing for Windows-based FC) and SteelEye (more about geo-cluster & replication). But you may want to give them a try.
    Hope this helped a bit :) 
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Audio output advice request

    Hello,
    Hoping someone can help guide me on the most efficent way to deal with the following scenario. I have a late 2008 alum macbook that I am using as my primary home computer. I have a toslink optical out to my DTS decoder stereo receiver so that I can enjoy 5.1 dts sound from itunes and other sources. However, I also have Bose companion 2 desktop speakers that I would like to easily be able to toggle between for sound output from my Mac (for example, when my stereo reciever is otherwise occupied with television or other sound, I'd like to be able to use the desktop speakers simultaneously without having to unplug the mini-toslink from my headphone jack and switching it with the bose headphone jack. I'm looking for a way to have both the toslink and the bose sperakers hooked up to my mac at the same time. Any recommendations on how best to accomplish this??
    Is there a better or easier scenario than the following? Will this scenario even work?
    Get a USB 2.0 external digital sound output card (like creative soundblaster) to use for the itunes to stereo DTS decoder receiver and use the built-in headphone jack exclusively for the Bose speakers?
    Any and all advice will be greatly appreciated!
    Matt
    Message was edited by: mattmck73

    you can give it a quick test by making sure "auto Normalize" is enabled in GB's prefs and export, but my guess is that you're going to have to use a volume curve to increase his parts if it's all on one track.
    another thing you might experiment with is any of GB's dynamics processors (compressors, limiters, etc).

  • Advice request - which external HDD for Adobe Lightroom?

    Hi,
    I'm going to buy myself an external hdd this week, and I would be very grateful for your advice.
    1) I'm shooting with Nikon D70, Canon A520, and my mobile(;]).
    2) After over 1 year of shooting I have ~130GB of photos taken with these cameras + I have some negative from analog times, which I'm going to scan (I estimate them to be next ~20GB)
    3) I would like to keep all of above photos on external hdd and import them into Abobe Lightroom (tagging + developing), and and of course apply retouching to some of them in PS CS2.
    4) My computers are : old PC desktop with XP, on which I will be only viewing these pictures, and IBM T43 with Vista on which I'm going to do all the developing. [Yes, I know that Apple is better, and I love Apple, but I can'tafford one yet].
    Given above assumptions, which external hdd from the ones I've preselected should I choose ? I'm on the budget here, and the ones that I can afford are :
    WD My Book Pro 250GB USB 2.0/FireWire400/FireWire800 16MB Cache
    WD My Book Premium 320GB USB 2.0/FireWire400 8MB Cache
    WD My Book Essential 500GB USB2.0 8MB Cache
    LaCie Porsche 500GB USB 2.0 8MB Cache
    I'm asking mainly because I don't have any idea about how fast should a drive be to work with Lightroom with decent speed.
    Also : should I buy FireWire controller for my T43 laptop, or will USB 2.0 be enough for my purposes ?
    Thanks in advance for sharing your experience.
    Chris

    >Yes, I know that Apple is better, and I love Apple, but I can't afford one yet
    Either a PC or MAC is fine, but you've entered a field where affordability is proportional to the number of photos you manage, the type of processing you perform and the level of security you are comfortable with. This is entirely separate of your budget.
    USB2 and/or Firewire Drives work fine. From your list, I've owned both the LaCie Porsche and a WD MyBook. They both failed for different reasons. All hard drives will eventually fail. If you can't afford to lose your photo library you need some sort of redundency. The reliability of that redundency (RAID) and or speed of retrieval determines what technology is the minimum you need to afford. Or, if you have more time than budget, you can archive on DVDs. Keep in mind that even DVD's will fail over time.
    The faster the drive, the faster the backup (redundency), the faster the throughput, and the faster you have access to managing and processing your image library.
    Did I answer your question: No. However, whatever you get, and assuming you value your photos, make sure you get two of them so you can build some redundency into your budget. If you're feeling lucky, get the largest drive you can afford and make sure you leave yourself a lot of time for those backups.
    Welcome to "photo shoebox management" of the new millenium! It ain't cheap ... :-)

  • Color Adjustment Advice Request

    Good Evening
    I am requesting help with correcting some color issues with this image of one of my acrylic on canvas paintings.  I am NOT having color issues with any of the other photos I have taken of my other paintings, just this one.  (I calibrated my monitors with ColorMunki Display the other day.)
    The image below was saved as a web version for posting here.  It was originally a .NEF that I converted to a .TIF and I even tried saving it as a .JPG and viewing it outside of PSE.  I have not yet tried to correct the black portion or anything else yet in this particular copy of the image below.
    This particular image is one of probably 100 I have taken.  I have tried various light sources and three different cameras.  The third camera is a Canon D3200 and I have tried many, many different settings, this image was taken with this camera.  The strange thing to me is not even this "good" camera shows the greenish color even in the camera view window or on the camera LCD screen.  Again, this is the only subject so far I am having this difficulty with.
    The bluer areas are possibly the best I can do as far as being representative of the original painting.  THE ISSUE IS THE "GREEN" AREAS.
    I can not get them to be a good/acceptable representation of the color of the original painting.
    I have tried many various tools and adjustments and still can not attain a result I am satisfied with.  I am still learning the PSE program and perhaps I just have not hit upon the tool or combination of tools I need.
    I'd like to select ONLY the areas that are supposed to be the green color/tone/hue?  and adjust them to make them more vivid/bright? Especially the area to the left of the eye which in this image appears almost blackish.  In the original those areas are not blackish, they are the greenish like the other areas that are supposed to be greenish.  These green areas here appear too dull and washed out.
    I have tried the MAGIC WAND but I don't think I'm adjusting it correctly.  I either get too much area or too little.  I have tried contiguious and not contiguous.  Is this indeed the best tool for this job?  Also, which tool should I be using or adjustment should I be making to obtain what I am looking for?  The ADJUST HUE SATURATION?  THE BRIGHTNESS CONTRAST?  Which one?
    If more clarification is needed I'll be here all night to provide it.
    THANK YOU SOOO MUCH for any assistance.
    P.

    Good morning everyone
    Have you ever been asleep and then have an idea pop into your mind as you are waking up?  I did, this morning.  But I don't know what to do with it or if I should bother.  Maybe someone has some input for me?
    (I did speak with a technical support person at Nikon yesterday who tried to help me.  He gave me guidance on various settings for my camera that should have helped me get better results.  I was to take multiple pictures with different settings and email them to him.  I did take the photos, approximately 40 of them at all conceivable settings, including the settings he specifically suggested.  I did this OUTDOORS and INDOORS.  The outdoor lighting was supposed to be, according to everything I have read, ideal...cloudy day.  None of the images are acceptable to me.  Not in the camera LCD screen, which I KNOW is not where one should make ultimate decisions about their images, nor on my computer monitor.  The images appear on my computer monitor as they do in the camera LCD screen by the way.
    I also decided to PRINT a number of the images hoping that this would isolate the issue.  The images printed out pretty much exactly like the images in the LCD monitor and the computer monitor.  I KNOW I SHOULD GIVE UP AND JUST BUY THE DEVICES AND SOFTWARE THAT ARE OUT THERE TO FIX THIS ENTIRE ISSUE, I JUST DIDN'T REALIZE I PROBABLY NEEDED THEM.  I INITIALLY THOUGHT PROPERLY CALIBRATING THE MONITOR WAS ALL THAT NEEDED TO BE DONE.  I HAVE LEARNED AS I HAVE GONE ALONG THAT THERE ARE OTHER CALIBRATIONS THAT SHOULD BE DONE AND I WILL PURCHASE THE NECESSARY ITEMS.  I JUST WANT TO SEE WHAT I CAN DO IN THE MEANTIME WITH WHAT I HAVE AVAILABLE.  AND I STILL WONDER WHY THE CAMERA IS DOING SUCH A POOR JOB WITH THE COLORS AS WELL, AT LEAST I'M THINKING THERE IS AN ISSUE WITH THE CAMERA TOO?)
    SOOO, back to my idea.  When I woke up I thought to myself, I wonder how the images would look if I SCANNED the painting with my extra printer's scanner bed? The painting is small enough, this will help me figure out what is happening.  Hmmmm.
    I scanned in millions of colors, billions of colors, various adaptive light settings, color correction on, color correction off, etc. etc.  The results were just as bad as what I am getting from the camera(?). I put this in BOLD because now I'm not so sure that is an issue with the camera.  Read on if you so desire
    Then another idea popped into my head.  My mother, who is an artist/architect as it happens, had sent me as a present a while back a box of 100 PANTONE Postcards (I don't snail mail anymore and I wonder if this was a hint, they are all pre-addressed).  Most of the postcard is the color and a name of the color and its appropriate number/code?
    I scanned five color cards, chosen to represent as much as possible the colors in the painting.  I scanned them to my monitor.  I am viewing as .tif which is the setting I used to scan them.  They are off slightly? from their actual colors
    I wondered if the issue is just with my monitor, so I then PRINTED the image file out on the Pixma using the proper media choice for Canon Pro Platinum paper so that the correct ICC profile would be utilized.
    The colors are still off.  Especially the GREEN, Pantone 3278, which on the post card is a pretty, cheerful, lively green.  On the monitor and in the print it appears as a yucky, duller, muddier, darker green.  (I just don't know how to describe color, sorry.)
    The BLUES aren't  so great either.  The Pantone colors listed on the cards for the blues are Pantone 18-4525 Caribbean Sea, Pantone 291,Pantone 18-4530 Celestial, and Pantone 18-4330 Swedish Blue.
    This whole situation indicates to me that ALL the other colors in all my other work that I THOUGHT were as accurate as they should be, are not.
    WHERE DOES THIS LEAVE ME AT THIS POINT?
    1) Should I have posted this in another forum?  Printers and Monitors I suppose.  But just thought this would be a continuation of the thread I started.
    2) Should I try to find the appropriate HEX code conversions for the colors and use them to tweak the color settings menu that I saw somewhere and was too afraid to use?
    3) NOT in anyway spend any more time on this at all until I purchase the other devices and software?
    4) Give up entirely because this is as good at is going to get?
    5) Still wondering about the accuracy of my camera in capturing the colors the way they are in life?
    Sigh...what do you all have to say...be gentle
    Regards,
    P.
    PS.  I hope it is okay to post this in the other couple of forums I am a member of because they have been helpful too

  • Advice request - visually condensing content

    Any advice on this would be much appreciated...
    I do my wife's business website for her - she's been doing a
    blog every day in January and it's proved very good for connecting
    with site visitors and encouraging them to contact her.
    I've been using Spry collapsible panels to "store" entries to
    date. But when January's over I want to find a way of making the
    blog area tidier - and possibly using the same page as a hub for
    the blog, testimonials and press references.
    I'd be very grateful for any advice on useability / design /
    coding requirements.
    I did see one interesting example on the adobe site where 3
    inter-related boxes (towards the middle / bottom of the page) were
    used, with each one growing / shrinking accordingly when clicked -
    but I can't seem to find it again, and it could well be beyond me
    anyway...
    Bear in mind that I'm just at the level of self-taught html
    & css - whilst I'm up for learning, there are limits to how far
    I can go!
    Thanks, Matt.
    The page is at
    http://www.magic-dust.co.uk/wedding-planners-coordinators-news-themes.html

    jjust giving it a bump - any advice much apreciated...

  • Design Advice Request - Using JDBC in a utility class

    I have a utility class that I would like to use from any client code, regardless of whether that code is executing in a transaction or not.
              This seems to greatly complicate the JDBC access from within the utility class. I appreciate any advice.
              The utility class may both read from and write to the database. It currently attempts to detect whether it is in a transaction (it tests whether TransactionHelper.getTransactionHelper().getTransaction() is null to do this -- please point out if there is a better way.)
              If in a transaction, the utility uses a data source which is linked to an XA connection pool, since it must assume other database activity may be occurring on the tx. If not in a transaction, however, it uses a data source linked to a non-XA connection pool, since the XA connection pool will not work outside of a transaction.
              It seems like there should be an easier way -- are we overlooking some simpler solution?
              The database is Oracle 9i and we are using the Oracle thin drivers.
              Thanks in advance,
              Ken Clark

    Ken Clark wrote:
              > I am not sure what you mean by this:
              >
              > "do all your JDBC work in the
              > scope of a top-level method (or methods)
              > with *all* jdbc variables method-level
              > variables,"
              I saw the code you sent me, and that is what it does, so no worries here.
              >
              > I originally built this with a non-XA DataSource, but found that when the utility was called from within a transaction, I would get errors that there was already a connection in use and that I therefore needed to use an XA connection.
              >
              > Switching to XA DataSource fixed that problem, but then in other cases when not in a transaction, I would get errors saying that an XA Connection could not be used outside a transaction.
              >
              > Since my utility has no control over the callers state, I came up with the solution stated previously, where I determine if in a Tx and then use the corresponding DataSource.
              >
              > Is there just a matter of configuration such that I can use a non-XA DS in all cases?
              I am saying a non transactional DataSource, not a non XA data source. Ie, a datasource that
              is unaware of whether there is a UserTransaction underway. A transactional data source can
              be either XA or not. In the former case, multiple XA connections can and will be entrained
              in any ongoing transactino, and non-XA (but transactional) datasources can and will be
              used in a tx, but only one per tx because they have no 2-phase commit capability.
              Ie; In the config file, you will see TxDataSource for a transactional datasource
              to a pool (whether XA or not), and you will see DataSource for a non-transactional
              data source.
              Joe

  • 1st gen imac,dual core no power?  Some  helpful advice requested please....

    Please pardon my grammar, sentence syntax and perhaps spelling!
    Yes I have read all the gloom and doom posts regarding logic boards etc, what are the chances it might be a power supply issue?
    Cord in and out, pram reset, no power light, no response to keyboard, no connected accessories, nothing on screen, no response to attempted insertion of disks, so sound (start up or otherwise), no sound of disk trying to boot etc, etc. Tried alternative cord as well...rarely shut down except for moving unit, days away etc
    Please could you helpful guys and girls throw some ideas about what my issue with this rather old (first intel imac early 2006, 2o" screen) but beloved piece of tech might be?
    My Imac simply went to sleep one fine spring morning and never woke up. Thanks in advance!!

    I am on the phone right now with a product specialist about my iMac G5 power supply issues. Kind of ***** because he has, in so many words, said that the Genius is the Alpha and Omega and can extend the 3 year coverage. For me that is great except that the Apple store is over an hour away. I don't understand why the dude on the phone can't pull the switch and make it happen as well.
    Factor in:
    Unplugging iMac G5 and all peripherals
    Loading it in the car
    Driving an hour
    Carrying it into the Mall (apple store)
    Waiting for my Genius appointment
    More than likely getting it fixed for free (from the sounds of things)
    Driving back after it is fixed
    Doing everything listed in reverse.
    Would it just be easier to pay the $108 for a new power supply, wait a few days, undo some screws, and BAM! it works again?
    Update. Off the phone now. The product specialist flexed his muscles, back handed the Genius to gain authority, and basically stated that they WILL DEFINITELY repair either the power supply or the logic board or both if needed. I have already had them replace the logic board once. BUT, I still have to load it up and take it to the Apple Store. Boo.

  • Optimization advice requested - 10g Java / ncomp

    Hi.
    I am a Linux System Administrator who has been assigned the task of maximizing the performance of my company's Oracle datamining.
    I have little experience in SQL, little experience in Java coding, and most of my Oracle experience is from 1998. But apparently I am the most qualified person in the company for this, so I'll give it my best shot.
    Previously, the company had analysts running the datamining queries on their own desktops. This would effectively monopolize their PC's for several hours while the queries ran. The company now intends to have the analysts send 'analysis packages' to a batch server which would process the queries and pass the results back when each query is finished. Currently they have assigned a Windows XP PC with a q6600 CPU and 4GB of RAM as the batch server. Eventually they plan to buy a new server for this, which should run Redhat AS4 x86_64. I have also been asked to provide a hardware spec for this new server.
    The size of the oradata directory is not large, only 7GB. The queries use a lot of embedded Java on tables with a million rows, and sometimes the Java will make it's own SQL queries. After a bit of web searching, I thought that NCOMP'ing all the JAVA would surely give a large performance boost. Oddly, the main Oracle developer in our company had never heard of NCOMP.
    So I downloaded the companion CD, and I downloaded the Visual Studio 2008 Trial .iso, and I installed them on our 'batch server'
    There was a glitch when I ran the NCOMP example/demo:
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    + Ncomping ...
    + Running ...
    OJVMJAVA
    --type "help" at the command line for help message
    $ #
    # NCOMP TEST Sun Nov 23 03:20:08 GMT-05:00 2008
    # class java.lang.Object...................ncomped
    # class java.lang.String...............not ncomped
    # class java.io.StringReader...............ncomped
    # class java.util.LinkedList...............ncomped
    # SYSTEM CLASSES STATUS.............PARTLY NCOMPED
    # method ncomp.Test.factorial..........not ncomped
    # method ncomp.Test.factorial_intp.....not ncomped
    # 250000 times factorial(20): ..............328 MS
    # 250000 times factorial_intp(20): .........344 MS
    # USER NCOMP STATUS.......................DISABLED
    Anyway I tried running ncomp on our main .jar , SMOracleFuncs.jar 200K(compressed), which has 50 classes in it.
    It deployed a jar SMOracleFuncs_depl.jar which included:
    oracle/aurora/deploy/orajox10_11dc86c0b10_XXXXX_com_YYYYY_oracle_util.dll(in = 41472) (out= 41472)(stored 0%)
    oracle/aurora/deploy/orajox10_11dc86c0b10_XXXXX_com_YYYYY_oracle.dll(in = 3114496) (out= 3114496)(stored 0%)
    However, when I run the benchmark query after the NCOMP, it appears to take about 40% longer to complete the query.
    Much of the time during the 80 minute execution, the CPU utilization is only 25%. Since this is on a quad-core CPU, I thought perhaps it was running only in a single thread, but when I look at the taskmgr, I see all the cores getting used, but not well.
    Why would this happen? What am I doing wrong?
    Perhaps there are compilation options that I need to use to get full multithreaded support.
    from the compile output:
    package com.XXXXX.oracle
    -- closing connection: null
    -- closed connection: null
    touch com_XXXXX_oracle.stp
    -- got java.io.IOException: CreateProcess: touch com_XXXXX_oracle.stp error=2 when executing action: touch com_XXXXX_oracle.stp
    c:/devstudio/vc/bin/cl com_XXXXX_oracle.c -FoC:\oracle\product\10.2.0\db_1\javavm\demo\examples\jsproc\basic\ncomp\oracle\aurora\deploy\opt\com_XXXXX_oracle.obj -I. -IC:\oracle\product\10.2.0\db_1\javavm\jahome -Ox -Oy- -c com_XXXXX_oracle.c
    c:/devstudio/vc/bin/LINK /DLL /OUT:C:\oracle\product\10.2.0\db_1\javavm\demo\examples\jsproc\basic\ncomp\oracle\aurora\deploy\orajox10_11dc86c0b10_???_com_XXXXX_oracle.dll /LIBPATH:"c:/devstudio/vc/lib" /DEF:orajox10_11dc86c0b10_???_com_XXXXX_oracle.def C:\oracle\product\10.2.0\db_1\javavm\demo\examples\jsproc\basic\ncomp\oracle\aurora\deploy\opt\com_XXXXX_oracle.obj C:\oracle\product\10.2.0\db_1/lib/orajox10.lib /NODEFAULTLIB msvcrt.lib kernel32.lib
    Microsoft (R) Incremental Linker Version 9.00.21022.08
    Copyright (C) Microsoft Corporation. All rights reserved.
    Creating library
    Also, I'm trying to come up with a good hardware spec for the Linux 64bit batch server.
    I'm thinking of a Core i7 965 CPU with 12GB of RAM. The database is small enough to run in a tempfs, for ramdisk speeds.
    Frequent backups should be enough, because we don't require 24x7 uptime.
    Does anyone know if 1600MHz DDR3 would be worthwhile instead of 1066Mhz ?
    Any point in storing the Oracle application on a SSD?
    Thanks in advance for any help.
    --Charles                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I see some strange results when I try to check if JAccellerator is installed correctly.
    C:\>sqlplus system/XXXX as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 2 04:15:55 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select dbms_java.full_ncomp_enabled from dual;
    select dbms_java.full_ncomp_enabled from dual
    ERROR at line 1:
    ORA-29558: JAccelerator (NCOMP) not installed. Refer to Install Guide for
    instructions.
    ORA-06512: at "SYS.DBMS_JAVA", line 236
    SQL> select NCOMP.STATUS from dual;
    select NCOMP.STATUS from dual
    ERROR at line 1:
    ORA-00904: "NCOMP"."STATUS": invalid identifier
    SQL> quit

  • IPhoto Importing Advice Requested

    Hello All,
    I hope someone could perhaps help me with an iPhoto issue. I am helping my friend switch from PC to Mac. Yes, a victory within itself!
    He has a rather large photo collection on his PC, and he has everything in precise Folders as far as Named Folders and even Named Folders within Folders.
    Does anyone know of a way to maintain the folder names and keep the folder relationships he currently has?
    My first attempt was to import his whole library, but iPhoto did not do a good job of keeping form. What it yielded was a massive amount of "events" but still did not Ring true to his folder namings.
    Any help would be greatly appreciated!
    DA

    If you want to duplicate a Folder Tree in iPhoto:
    Start at the bottom of the hierarchy and drag a folder of images to the Album Heading in iPhoto. The pics will be imported and an Album of the same name created.
    You can then create the Enclosing Folders in the iPhoto Window (File -> New Folder) and drag the Album to it. Folders can contain other Folders (Nested Folders) and Albums.
    Mimicing the Finder organisation is a bit pointless and wasting the power of iPhoto.
    Is your folder system date based? The Calendar tool (Click on the wee magnifying glass in the Search Box) mean you can find the photos taken on any day, month or year at a click. With Smart Albums it's easy to find photos from specific range - say, June 3 to August 25, 2009 etc.
    If your folder system is theme based - Xmas pics, Birthday pics etc, then you'll find Keywords are much more flexible, and can be used in conjunction with other criteria for making Smart Albums and searches.
    Regards
    TD

  • Strange monitor lines [advice request]

    I'm getting strange RGB vertical lines on my monitor that come and go less than daily. These lines are effected by the on screen windows; They actually arc around whatever is on the screen. And screen shots don't pick them up. My gut instinct tells me that it's the video card going bad. I hope so anyway; The monitor was purchased new around month ago, and it wasn't cheap. The video card is a nVidia 7600GT and has functioned perfectly with the current drivers from extra since they were released. I don't have another machine with digital outputs to give an honest monitor test, and even if I did, predicting when the lines come could require days of operation. Does anyone have any thoughts on how to troubleshoot this problem?

    I discovered something strange. The fancy lines come in when Thunar/gamin are in "runaway process mode". The lines came back as soon as Thunar locked up. I started up conky and confirmed 100% usage on core one, opened a terminal, killall Thunar, and the lines stopped. I tried some video encoding to get core one to 100% and everything went smoothly like always. I'm currently trying to get Thunar to lock up in just the right way to see if I can reproduce the same results. (The right way meaning 100% processor power. Getting Thunar to lock up is extremely easy. Maybe I should reinstall fam in order to double the crashes for testing purposes!)
    --EDIT--
    Pure luck. It happened again without any recent Thunar activity. Hopefully the new video card resolves the issue. If not, it's an excellent upgrade anyhow!
    Last edited by skottish (2008-02-03 03:01:58)

  • Oracle BI Advice Request

    Is the OBISE1 installable in a dual or qual core processor, I am planning to run it on Windows 2003 server?

    Yes. The limit imposed by the BISE1 licence is a maximum of 2 sockets. So you can use a server with 2 quad core processors.
    +"Business Intelligence Standard Edition One may only be used on servers that have the ability to run a maximum of 2 sockets. The minimums for this product are 5 named user plus licenses and the maximum is 50 named user plus licenses. The data sources for BI Server and Business Intelligence Publisher are limited to the included Oracle Standard Edition One, one other database, and any number of flat file sources such as CSV, and XLS. You may use Oracle Warehouse Builder Core ETL to pull data from any number of data sources but you must use only the included Oracle Standard Edition One as the target database. "+                              
    BISE1 is only available for platform Microsoft Windows 32 bit (You have no chioce!).
    See Certify - Platform Selection: Oracle Business Intelligence Standard Edition One
    http://www.oracle.com/technology/support/metalink/index.html
    Oracle® Business Intelligence
    Standard Edition One Installation Guide
    3.2 Operating system requirements
    http://download.oracle.com/docs/cd/E10352_01/doc/bi.1013/e10270.pdf          
    +"The base operating system required for Oracle BI Standard Edition One is Win32.
    Oracle BI Standard Edition One is supported on the following Windows operating systems:
    - Windows 2000 Server or Advanced Server Service Pack 4 (5.0.2.195) or higher.
    - Windows Server 2003"+

  • Advice request - Collections vs Keywords

    Greetings,
    This is a question from a Lightroom newbie.
    I have a large number of photos (86,000). They are mostly botanical photos of plants. I need to quickly find all photos of a particular species. I have photos of about 800 different species.
    Should I use Collections for this or Keywords? Or something else?
    I had been using filenames in Windows. But I have found I used different names for the same species, or have misspelled the name or done typos. So I can no longer rely on that.
    Thanks in advance!

    Either approach would work if you just want to use Lightroom to locate all <br />photos of a particular species.  That said, I would use keywords, because <br />(1) you can force the metadata to be written out to a file, which means that <br />the keywords could be used by other programs, and (2) logically speaking, it <br />seems to make more sense -- the species is an inherent property of (the <br />object in) the picture, so the categorization should be applied to the <br />picture.<br /><br />Hope this helps...<br /><br />-- jeff<br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />> Greetings,<br />> This is a question from a Lightroom newbie.<br />> I have a large number of photos (86,000). They are mostly botanical photos <br />> of plants. I need to quickly find all photos of a particular species. I <br />> have photos of about 800 different species.<br />> Should I use Collections for this or Keywords? Or something else?<br />> I had been using filenames in Windows. But I have found I used different <br />> names for the same species, or have misspelled the name or done typos. So <br />> I can no longer rely on that.<br />><br />> Thanks in advance!

  • Advice request : incorporating graphs/charts within XSQL publishing framework

    I wonder if anyone out there could offer any useful suggestions.
    I am fairly comfortable with using XSQL to produce fairly advanced web pages.
    However, if I wanted to incorporate graphics, specifically graphs and charts, what is the best way of going about this.
    All the data that I require to plot the graphs/charts would reside in the database.
    I guess Java will be involved, but how would I invoke rountines that would generate graphs/charts on the fly and embed these jpgs/gifs into my XSLT transformed XSQL web pages? Would XSQL action handlers be the best option, for example?
    I would prefer to avoid SVG due to the plug-in requirement for web browsers.
    Any code samples would be greatly appreciated.
    Thanks in advance

    Hi Jeff,
    You can use Oracle Business Intelligence Graph bean component for generating Graph on the server side.
    oracle.dss.graph.Graph
    This bean provides methods to create graph in GIF, PNG, JPG format. This bean can be used with non OLAP data source too.
    See
    http://otn.oracle.com/products/bib/content.html
    You can also used 'Persepcitve for Java' shipped with JDdeveloper.
    See <oracle-home>/jlib/Lw_PfjBean.jar
    Thanks,
    Sathish.

  • Micro vs Microphoto: Advice request

    My poor little 5Gb Micro has slowly been biting the dust. It developed the apparently infamous headphone-jack problem while the -year warranty was still good, but I decided I could li've with it. It worsened, of course, until it was so finicky that it was completely unlistenable. By the this time the warranty had expired.
    I'd been thinking I'd just replace it with a nicer model someday, and a couple of days ago I did just that. (Microphotos on clearance for $69! They were blue! Yay!) I'm thinking I may return it after all, though, and see if I can't do a home fix on the old one. I like the extra capacity, and the bass boost, and the glitter, I guess, but:
    -I greatly dislike the fact that the screen turns off completely after a few seconds. When I want to read something-- time remaining, what have you-- I don't want to have to push buttons first, especially when pushing those buttons interrupts the music or demands my attention in one way or another. I want to just pick it up and *read it.* The old Micro's display may be technologically lame, but that doesn't mean it's inferior. Also: Black on white is easy to read and therefore good. Black on goldenrod, surrounded by white, on a photo, is just ridiculous. It's all very shiny, but it's too busy to just quickly glance at. MP3 players should be heard and not seen.
    -XNJB says it doesn't work as well as they'd like it to with the Microphoto. Yet. (Yup-- Mac user here. Buy Windows-based gear first, Google workarounds later.)
    -That's $84 more, after tax, that I could have in the bank right now. Other than battery issues (it's NEVER lasted as long as it's supposed to, and sometimes it randomly shuts down, or won't turn on without being plugged in regardless of charge), it works fine. Am I just looking a gift horse in the mouth here, or should I stick with the old one? Input and suggestions are greatly appreciated.

    Does anyone know since it doesn't appear to be a wise idea to use a Zen Micro battery in a Zen MicroPhoto, when the standalone batteries for the Zen MicroPhoto would be available? I have not checked in stores, but it is not on any of the international Creative.com Shop websites nor I have I heard it mentioned anywhere since reading that the Zen MicroPhoto battery is indeed different from the original Micro one.
    Pat

Maybe you are looking for

  • Front end to facilitate sparql and/or RDF network browsing

    Hello I have been looking at public tools to use as a front to our data in Spatial that will assist our users in creating queries (esp. across tables) and also browse the network or the ontology. I have looked at: Protege: locks up when I attempt to

  • Incosistent User Status

    Hi, Is there any transaction or report to check and update inconsistent user status in sales orders. For example, if a sales order has third party item (PTO, TAS) and do to some reasons purchase requisition is not generated but the status of the sale

  • Sql Server 2008 side effect after Windows 8.1 upgrade

    Hi After installing Windows 8.1 upgrade, I can't see a SQL SERVER instance. I had Windows 8.0 Enterprise and SQL Server 2008 R2 installed and an instance named SVR12/SIMBD All Windows 8.1 upgrade worked fine, no crashes no creepy messages But now I c

  • Help with Run Time Error Please....

    I got this Run Time error when I tried to execute a Swing program I was trying to run and I was wondering if anyone could explain what it meant and how I could go about fixing the situation. The program ran with no problem when I executed it yesterda

  • I forget my answer of question for buying apps

    I forget my answer of question for buying apps