Is there a benefit of characterset WE8ISO8859P1 vs WE8ISO8859P15? Differences?

Hello all,
I'm getting ready to clone a database, and I'm on the new server running dbca.
I'm at the characterset section, and on the original database, I see the characterset is WE8ISO8859P1. However, this isn't "found" when the Show Recommended character sets only box is checked. It shows WE8ISO8859P15 only until the box is un-checked.
They both say they are West European.
Is there a real difference between the two? Should I change from the WE8ISO8859P1 to the WE8ISO8859P15 for any good reason? I'm planning to export out of the older database and import into the newer one, will changing the characterset here cause any problems?
So far, I've not been able to find much on the web about the differences between the two, and wondered if anyone here had experience with this.
Thanks in advance,
cayenne

There is a great ML document
Choosing between WE8ISO8859P1, WE8ISO8859P15 or WE8MSWIN1252 as NLS_CHARACTERSET [ID 264294.1]
which in line with what others already suggested, and I agree that you should stick to AL32UTF8 flexible globalization support in your application is important and you want to avoid headaches in the future with export-import to a database when you'll need all of a sudden a new region to support.
8859p1 is binary subset of win1252 (no recoding is needed). So in this case choice is simple.
8859p15 is logical subset of win1252 (the latter has all characters that p15 has, but they may just have different codes).
Bottom line. AL32UTF8 whenever you can. If you got to use one-byte charsets and sacrifice flexibility of Unicode, use we8mswin1252 for western European languages.

Similar Messages

  • Is there any benefit for me to use smart previews if my Lightroom 5 catalog, previews and media are all on the same external USB HD?

    I keep everything on 1 External USB3 HD so that I can pug it into my Mac at home or my PC at work and just keep working without syncing anything to the local machine. So is there any benefit with Smart Previews in this case? I heard somewhere that it might make the Develop module a little quicker, but is this only when using the Smart Preview and not the full res image?

    Lr uses smart previews instead of ACR cache for initial develop-module view when photos are online - amount of benefit is, in my experience, very minor (not noticeable without using a stop-watch..).
    But if photos are offline, you may experience more substantial savings.
    Note: smart previews are reduced resolution - smart previews of raw files are 2560 x (say) 1920, so if your original raws were say 5120 x 3840, then you/Lr are dealing with 1/4 the number of pixels when editing via smart previews.
    Anyway, if you are willing to give up zoom for one edit pass, you can resize the smart previews so 1:1 fits in your allotted display space (e.g. 1280 x 960, which would be 1/8 number of pixels..), e.g. using the PreviewExporter plugin - then things may be significantly faster in develop module. PreviewExporter also has a feature to take originals offline, and put them back online.
    To be clear: the amount of savings may or may not be dramatic - how much there is depends on your system, size of raw vs. smart preview image, number and type of edits applied, etc..
    Why don't you try it and tell us what you think?!
    Cheers,
    Rob

  • Is there any benefit to keep the RAW file after editing outside Lightroom creates a TIFF

    When working with RAW files in Lightroom and you choose to edit in Photoshop, the only option is "Edit a copy with Lightroom Adjustments" (Edit Original is grayed out).  This creates a .TIFF so after you come back from Photoshop you now have two copies of the photo--the RAW file and a TIFF version.
    In my normal workflow, I make additional edits to the TIFF file in addition to the changes Photoshop made so I'm left with a "out dated" version of the RAW file.  Is there any benefit to keeping the RAW file at that point?  I'm doubling my disk usage by keeping it.
    Fire away.....

    Answering this question:
    This got me wonderig why LR turns my 25-30mb CR2 RAW files into 80-95 mb TIFF files when it sends them to Photoshop for editing but Photoshop can open the same 25-30 RAW file in DNG format and save it as a 25-30 mb TIFF.  Why are the TIFF's LR creates 3x larger than the ones created by PS?
    Camera RAW file formats are compressed to a small file size using manufacturer proprietary information about the image sensor pixel layout. This provides a more efficient loss-less file compression algorithm than TIFF's LZW or ZIP compression algorithms. LZW or ZIP compression is not used when Lightroom exports and opens an image in Photoshop for editing, but you certainly have that option when saving the file after applying your PS edits. DNG files using loss-less compression can produce a file size slightly smaller than RAW format, but I have no experience with DNG.
    Answering this question:
    CS3 can't read Canon .CR2 RAW files (at least mine can't unless there is a plugin of some kind). 
    Support for newer camera models like your Canon 7D are only added to the then current (and later version) Adobe Camera RAW Converter and Lightroom. Newer Adobe Camera RAW converter versions (6.3) are not supported in older version of Photoshop like CS3. It is the nature of business marketing and also due to the large expense to support older application versions with "new" plug-in features. It would be a support nightmare!
    Hypothetical Example:
    "Why doesn't Adobe Camera RAW 10.3 work properly with my Canon 1600 D MK XV 45 Megapixel camera in Photoshop CS3?"

  • Is there any benefit updating OS 10.6.8 too Lion and Mountain Lion before Maverick?

    is there any benefit updating OS 10.6.8 too Lion and Mountain Lion etc. before updating to Maverick?

    No. Before you upgrade check to make sure your applications are compatible. PowerPC applications are no longer supported after 10.6.      
    Application Compatibility
    Do a backup before you upgrade.
    Check that your computer is compatible with Mountain Lion/Mavericks.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    MacBook (Late 2008 Aluminum, or Early 2009 or newer) model number 5,1 or higher
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space
    You might update your profile - shows 10.5

  • Is there any benefit to installing anti-virus software on the Windows side of the Boot Camp configuration?

    Is there any benefit to installing anti-virus software on the Windows side of the Boot Camp configuration?

    The advantage is the susceptibility of Windows systems to viruses and passing those along.  While they may not affect, or infect, a Mac OS X systems, thy can be passed through to others.

  • Function overloading ... Is there any benefit ?

    Where is the benefit if I write this ..
    using function overloading :
    add(Integer, Integer);
    add(String, String);
    instead of
    addInt(Integer, Integer);
    addStr(String, String);
    Is there any benefit ?

    why you are saying "add() *does not contain an argument type name*"?The statement that you are still claiming to find unclear was 'embed the argument type names in the function name'. The function name 'add()' doesn't do that. Your alternative function name 'addInt() does do that. 'Int'. A type name. Embedded in the function name.
    Am I missing something ?Yes. I don't see how you can agree that add() is shorter than addInt() without also seeing that the difference consists precisely of the embedded type name. Frankly, I don't think you have been reading very carefully.

  • Norton 360 tells me it does not support installation of my 10.6.8 but I have to upgrade to 10.7. Is there any benefit doing this and if so how do i do it? my thanks for any advice...

    I was encouraged to purchase antivirus protection NORTON 360 for my MacBook pro. However when I went to install it it says NORTON 360 doesn't support installation of 10.6.8 but i have to upgrade to 10.7.
    Is this really necessary, can you tell me what are the benefits. Does it cost to upgrade?
    I'm thinking I will take the Norton back and demand a refund for misleading me. It doesn't qualify this on the box either.
    I'd appreciate any advice with thanks...

    Installing Norton / Symantec products on a Mac will result in nothing but misery while conveying no benefit whatsoever. Return it to whomever it was that encouraged you to waste your time and money on it.
    There will always be threats to your information security associated with using any Internet - connected communications tool:
    You can mitigate those threats by following commonsense practices
    Delegating that responsibility to software is an ineffective defense
    Assuming that any product will protect you from those threats is a hazardous attitude that is likely to result in neglecting point #1 above.
    OS X already includes everything it needs to protect itself from viruses and malware. Keep it that way with software updates from Apple.
    A much better question is "how should I protect my Mac":
    Never install any product that claims to "clean up", "speed up",  "optimize", "boost" or "accelerate" your Mac; to "wash" it, "tune" it, or to make it "shiny". Those claims are absurd.Such products are very aggressively marketed. They are all scams.
    Never install pirated or "cracked" software, software obtained from dubious websites, or other questionable sources.
    Illegally obtained software is almost certain to contain malware.
    "Questionable sources" include but are not limited to spontaneously appearing web pages or popups, download hosting sites such as C net dot com, Softonic dot com, Soft pedia dot com, Download dot com, Mac Update dot com, or any other site whose revenue is primarily derived from junk product advertisements
    If you need to install software that isn't available from the Mac App Store, obtain it only from legitimate sources authorized by the software's developer.
    Don’t supply your password in response to a popup window requesting it, unless you know what it is and the reason your credentials are required.
    Don’t open email attachments from email addresses that you do not recognize, or click links contained in an email:
    Most of these are scams that direct you to fraudulent sites that attempt to convince you to disclose personal information.
    Such "phishing" attempts are the 21st century equivalent of a social exploit that has existed since the dawn of civilization. Don’t fall for it.
    Apple will never ask you to reveal personal information in an email. If you receive an unexpected email from Apple saying your account will be closed unless you take immediate action, just ignore it. If your iCloud, iTunes, or App Store account becomes disabled for valid reasons, you will know when you try to buy something or log in to this support site, and are unable to.
    Don’t install browser extensions unless you understand their purpose. Go to the Safari menu > Preferences > Extensions. If you see any extensions that you do not recognize or understand, simply click the Uninstall button and they will be gone.
    Don’t install Java unless you are certain that you need it:
    Java, a non-Apple product, is a potential vector for malware. If you are required to use Java, be mindful of that possibility.
    Java can be disabled in System Preferences.
    Despite its name JavaScript is unrelated to Java. No malware can infect your Mac through JavaScript. It’s OK to leave it enabled.
    Beware spontaneous popups: Safari menu > Preferences > Security > check "Block popup windows".
    Popup windows are useful and required for some websites, but unsolicited popups are commonly used to deceive people into installing unwanted software they would never intentionally install.
    Popups themselves cannot infect your Mac, but many contain resource-hungry code that will slow down Internet browsing.
    If you ever receive a popup window indicating that your Mac is infected with some ick or that you won some prize, it is 100% fraudulent. Ignore it. The more insistent it is that you upgrade or install something, the more likely it is to be a scam. Close the window or tab and forget it.
    Ignore hyperventilating popular media outlets that thrive by promoting fear and discord with entertainment products arrogantly presented as "news". Learn what real threats actually exist and how to arm yourself against them:
    The most serious threat to your data security is phishing. Most of these attempts are pathetic and are easily recognized, but that hasn't stopped prominent public figures from recently succumbing to this age-old scam.
    OS X viruses do not exist, but intentionally malicious or poorly written code, created by either nefarious or inept individuals, is nothing new.
    Never install something without first knowing what it is, what it does, how it works, and how to get rid of it when you don’t want it any more.
    If you elect to use "anti-virus" software, familiarize yourself with its limitations and potential to cause adverse effects, and apply the principle immediately preceding this one.
    Most such utilities will only slow down and destabilize your Mac while they look for viruses that do not exist, conveying no benefit whatsoever - other than to make you "feel good" about security, when you should actually be exercising sound judgment, derived from accurate knowledge, based on verifiable facts.
    Do install updates from Apple as they become available. No one knows more about Macs and how to protect them than the company that builds them.
    Summary: Use common sense and caution when you use your Mac, just like you would in any social context. There is no product, utility, or magic talisman that can protect you from all the evils of mankind.
    ... i have to upgrade to 10.7.
    Is this really necessary, can you tell me what are the benefits.
    Assuming you are asking about upgrading OS X: no, it's not necessary, but if you want to upgrade you can skip OS X 10.7 and upgrade directly to Mavericks, or Yosemite when it is released. Both are free and preferable to Lion, which would cost money. If and when you decide to do that be sure to back up your system prior to upgrading OS X, as a precaution against the unexpected.
    I have heard anecdotal reports that Apple has, or soon will, stop providing security updates to Snow Leopard. I have not confirmed them personally, but Apple generally ceases to support outdated OS X versions after a few years. Snow Leopard was superseded over three years ago. That's no reason to panic but it is something to keep in mind.

  • Is there any benefit to 64-bit version when I only have 4GB of RAM?

    My laptop only has 4GB of RAM so I am wondering if there is any benefit to installing 64-bit version? Besides I have an AMD Athlon II P340 Dual-Core 64-bit processor which isn't very powerful so I am not even in the best spot to take advantage of 64-bit. For those wondering, I am using Windows 7 64-bit.
    Although I am posting this in Photoshop, I am in fact installing most of the Adobe CS6 Master Collection so there is a chunk of space to be saved. Also I don't tend to use plugins, only OnOne which are 64-bit. So should I avoid installing the 64-bit version altogether? or should I install 64-bit and get rid of 32-bit? What is your opinion?

    That's entirely up to you - if you're SURE you'll not need any 32 bit plug-ins then you're probably going to be okay.  The 64 bit version does everything.
    I personally DO have some 32 bit only plug-ins and I occasionally do use the 32 bit Photoshop for that reason, so I have them both installed.
    The only other consideration I can think of is that occsasionally a system might have a problem (with drivers or something) to where the 32 or 64 bit version will work better than the other.  Probably your best bet, assuming you're trying to minimize disk usage, will be to install just the 64 bit version and see how well it meets your needs.  You can always go back, uninstall, and install both (or the other).
    A "thinking out of the box" alternative...  Maybe you could consider getting a big new SSD drive to replace the drive you have, which will both kick performance up and give you a lot of extra space.  Of course, this costs $$$.
    -Noel

  • HT201342 Is there any benefit in changing my email address

    Hello, I have been sent an email offering me an @icloud email address. Should I both? I there any point or benefit in having an iCloud address?

    It's purely down to personal preference. There is no benefit to @icloud.com over @me.com. If you opt to start using your @icloud.com address it won't be a new independent email account, it is just an additional address the points to the same mailbox your existing @me.com address uses.

  • Is there a benefit in restoring a 2 year old computer to factory settings

    I have had a MacBook Pro since June 2006. My dad has recently got a Mac Book Air and my mom an iMac. It has been exciting for me to set up their computers while everything is like a clean slate.
    I was wondering if there is a benefit to just backing up all my information and starting over so I could just have a clean slate. I am sure my computer has acquired a lot of junk. I am very organized with my computer files and it bugs me to know that there is a bunch of crap taking up space on my hard drive.
    Is it worth doing?
    How do I do it?
    and will it restore it back to Tiger? (I bought it with Tiger but I installed Leopard on it)
    Thanks in advance.

    The easiest way to get a clean slate (and to be sure you don't lose anything like license keys for shareware that you might have stored ONLY on your computer) is to first make a bootable clone of your hard drive to an external drive. Then keep this external drive for reference.
    Then, If you WANT to go back to Tiger, use the Tiger installation disc(s) that came with your computer and "Erase and Install". If you'd rather stay with Leopard, just "Erase and install" from the Leopard installation DVD. In either case, be sure to update to the most recent version of Tiger or Leopard using the "combo" updates found on the Apple website. Install only compatible apps for whichever OS you are installing. If you use migration, you may bring some incompatible "garbage" along that you don't want or need, since you can't pick and choose very much, and this defeats your purpose of cleaning up, so I would reinstall everything from scratch.
    I cut out 30GB of unneeded stuff by not using migration, and went from a highly unstable, leg-burning overloaded-processor Leopard installation to my current state in which the computer running well, is no longer crashing or panicking, and is running WAY cooler with more apps open.
    It is a lot of work, but I do think it is well worth it to get the best operation.

  • Is there any benefit to the "System" if I regularly log out?

    Hi all,
    Is there any system changes that occur when I log out that could be considered a benefit  for performance?
    Or is there a downside to it?
    So long for now, TOM

    HI,
    Responding to the comment, "If you're using it as a workstation/desktop system then that's a different issue that requires additional thought."
    Yes. I am speaking of good "old fashioned" desktop computing.  We used to have things happen in the bad old days, like memory leaks which got swept out after a reboot.
    I understand Mac OS is a modern OS and got past those issues.
    I was just wondering what actually goes on when you "log out." After a week of running all kinds of different apps, I was wondering if a "clean page" log in was a smart idea or not.
    For example, weekly I run Cocktail which I understand does a bit of "housecleaning" that is desirable.
    I love being able to have such a reliable OS. Thanks Apple!
    Thanks, and so long for now, TOM

  • Characterset WE8ISO8859P1

    Hi,
    I tried to install Oracle Database version 11.2.0.1.0 on windows 7, on time of selecting characterset i don't find WE8ISO8859P1 and it give me only two option which is WE8MSWIN1252 and unicode, since i want to install WE8ISO8859P1 characterset because of using transalationhub.
    Thanks in Advance.
    Regards
    NomanHaq

    I have tried to run throuh following emca command
    C:\app\Window7\product\11.2.0\dbhome_1\BIN>emca -config dbcontrol db -repos create
    STARTED EMCA at Jun 21, 2012 10:22:34 AM
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: orcl
    Listener port number: 1521
    Listener ORACLE_HOME [ C:\app\Window7\product\11.2.0\dbhome_1 ]:
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ C:\app\Window7\product\11.2.0\dbhome_1
    Local hostname ................ 192.168.127.138
    Listener ORACLE_HOME ................ C:\app\Window7\product\11.2.0\dbhome_1
    Listener port number ................ 1521
    Database SID ................ orcl
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    Jun 21, 2012 10:23:53 AM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\app\Window7\cfgtoollogs\emca\orcl\emc
    a_2012_06_21_10_22_33.log.
    Jun 21, 2012 10:24:05 AM oracle.sysman.emcp.util.FileUtil backupFile
    WARNING: Could not backup file C:\app\Window7\product\11.2.0\dbhome_1\sysman\con
    fig\emd.properties
    Jun 21, 2012 10:24:05 AM oracle.sysman.emcp.util.FileUtil backupFile
    WARNING: Could not backup file C:\app\Window7\product\11.2.0\dbhome_1\sysman\con
    fig\emoms.properties
    Jun 21, 2012 10:24:05 AM oracle.sysman.emcp.util.FileUtil backupFile
    WARNING: Could not backup file C:\app\Window7\product\11.2.0\dbhome_1\sysman\emd
    \targets.xml
    Jun 21, 2012 10:24:05 AM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Jun 21, 2012 10:24:06 AM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Jun 21, 2012 10:24:06 AM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at C:\app\Window7\cfgtoollogs\emca\orcl\emca_repos_c
    reate_<date>.log for more details.
    Jun 21, 2012 10:24:06 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at C:\app\Window7\cfgtoollogs\emca\orcl\emca_2012_06_21_10
    _22_33.log for more details.
    Could not complete the configuration. Refer to the log file at C:\app\Window7\cf
    gtoollogs\emca\orcl\emca_2012_06_21_10_22_33.log for more details.
    But at the end it gave me this error and produce following log:
    Could not complete the configuration. Refer to the log file at C:\app\Window7\cfgtoollogs\emca\orcl\emca_2012_06_21_10_22_33.log for more details.
    Log File:
    Jun 21, 2012 10:10:15 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:15 AM oracle.sysman.emcp.util.ClusterUtil isHASInstalled
    CONFIG: isHAInstalled: false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: C:\app\Window7\product\11.2.0\dbhome_1
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.EMConfig isEMConfigured
    CONFIG: isEMConfigured for DB: orcl
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: C:\app\Window7\product\11.2.0\dbhome_1 isPre112Home: false
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Jun 21, 2012 10:10:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: orcl Host: 192.168.127.138 Node: null OH: C:\app\Window7\product\11.2.0\dbhome_1 isDBC: false
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: orcl
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.PlatformInterface isPre112Home
    CONFIG: oracleHome: C:\app\Window7\product\11.2.0\dbhome_1 isPre112Home: false
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: orcl Host: 192.168.127.138 Node: null OH: C:\app\Window7\product\11.2.0\dbhome_1 agentHome: null isCentral: false
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.OUIInventoryUtil isValidOH
    CONFIG: Invalid oracleHome: C:\OraHome_2
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.OUIInventoryUtil isValidOH
    CONFIG: Invalid oracleHome: C:\app\Window7\product\11.2.0\dbhome_2
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.CentralAgentUtil getCentralAgentHomeAndURL
    CONFIG: Central Agent home and URL: {}
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.OUIInventoryUtil isValidOH
    CONFIG: Invalid oracleHome: C:\OraHome_2
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.OUIInventoryUtil isValidOH
    CONFIG: Invalid oracleHome: C:\app\Window7\product\11.2.0\dbhome_2
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.util.CentralAgentUtil getURLAndCentralAgentHome
    CONFIG: URL and Central Agent home : {}
    Jun 21, 2012 10:10:28 AM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\Window7\product\11.2.0\dbhome_1\oui
    Jun 21, 2012 10:11:12 AM oracle.sysman.emcp.EMConfig finalize
    CONFIG: finalize() called for EMConfig

  • Is there a benefit to this...

    Would changing my 7200rpm system drive to a 10,000rpm Raptor drive give me a speed benefit when using Studio2?
    My video drives are a stripped set of 2 Western Digital Caviar SE16 750GB 7200rpm SATA 3G drives & I have 8gigs ram.
    Samantha:)

    That's the conventional wisdom, but let me expand for those taking notes.
    A hard drive, pretty much any hard drive (with few exceptions), will provide nearly the same throughput as it does when empty as it begins to fill up with files. But by the time it is around 60% full, the throughput has reduced noticeably from when it was empty, and by the time it is 90% full, the throughput is approximately half of what it was when empty.
    So, it you're looking to maintain the best performance, do not fill any of your drives more than 60% full.
    But there's more.
    As you add and delete files, the OS and the storage sub-system allow files to be saved to some of the inner tracks. That's the throughput killer - the inner tracks. So, the second part of the campaign to keep your storage system at maximum performance is to defragment the drives periodically. Drive fragmentation is different from file fragmentation (OS X does an OK job of constantly defragmenting files.)
    You can defrag the drive by copying all the data files to another drive, erasing the first drive, then copying all the files back onto the 1st drive. That's the poor man's defragmenter. And it's faster than most defragger apps.
    Now, none of this is necessary under normal computer use, because modern hard drives have plenty of throughput for most uses, even video playback, as they fill up. But if you want the maximum throughput, perhaps for the greatest amount of RT playback without problems, the advice above can help.
    FWIW.

  • When installing SQL Server is there a benefit to overriding the defaults for the Shared Feature Directory?

    When installing SQL Server under feature selection you are given the option to change the Shared feature directories. When you choose to change from the default OS drive it seems that the installation
    process still installs a large amount of files on the OS drive and then additional files under a similar drive structure on the alternative drive. Is there any real benefit to changing the default location?
    Additional is there benefit to changing the default location for the installed features, database engine etc. We are trying to create some clean templates that we can bring up in our production
    environment so we are provisioning separate drives for data, logs, backups, tempdbs but as we use the prepare image it seems like splitting the installation of sql server into two separate locations to safe minimally on file space seems counterproductive.
    I have searched for best practices and this area seems glossed over in most articles, I found a few that indicate later installation of features on a machine that use a non-standard shared component
    drive has caused issues. I would like to know there are  benefits to taking such actions.
    Thanks in advance,
    Dirk

    Hello,
    The best reason I can think about installing SQL Server binaries on another drive different than the system drive is the
    fact the page file (pagefile.sys) is located on the system drive by default. The more I/O I can prevent happening on that drive the better for the performance of operating system.
    SQL Server still installs some binaries on the system drive anyway, and creating a partition for SQL Server binaries alone
    may seem like a waste.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • I recently downloaded Parallels 9 to my imac so I could install Windows 7 Home Premium and had no trouble everthing is working fine the only question I have is is there a benefit to migrating the 2 together and what happens when I do Thanks.  Ricco

    I recently downloaded Parallels 9 to my imack so I could install Windows 7 Home Premiumwith no problem and everthing is working fine, and I was thinking of Migrating the 2 2 and was wondering what benefits there would be and what happens when I do.

    Windows 7 will peer down through the VM and remember what hardware the VM is installed on. Migrate the VM to different Mac hardware, and on first boot, Windows 7 will advise you that you are not using genuine Microsoft Windows. It will then treat you as though it believes you misappropriated it.

Maybe you are looking for

  • Jms queue in "write only" mode...

    Hi. I have a jms queue and I want set it to "write only mode" for some time. It means that I want to put messages to this queue but I want this messages to not be able to receive by any consumer until I remove "write only" flag. Is it possible? Thank

  • BOBJ 6.5 - Infoview - Bespoke Document View Sort Orders

    Hi, Can anyone confirm if it is possible to define a custom sort order of the documents displayed under corporate documents e.g. name asc and date desc and independantly the categories defined within with different sort orders. Obviously document nam

  • Looking for software to print photos

    I have Iphoto, but I want to print wallet size photos, any suggestions?

  • Mobile Me snyc I don't understand basics I guess

    I sync my mail via mobile me. If I touch mail>accounts>mobileme I see "inbox/Drafts/Sent/Trash", then several folders. Now the folders correspond to my the mobileme mail I have on my macbook. However, drafts (which is nr.2 from above) and sent (nr. 3

  • Windows7 freezes when

    When I use Skype...Skype freezes...When I go to a site that uses flash such as Youtube or a Divx video site...The browser freezes..The page can not be x out... Windows explorer also freezes. This problem seems to be a common problem [I have Googled t