Sun Solaris 10,Upgrade 8 or higher,having issues with VxFS,for Oracle 11gr2

A while ago, we tried doing a prototype upgrade of our main Oracle 10g db to Oracle 11gr2.
The OS on which our Oracle 10g is running is Sun Solaris 10, upgrade 4.
According to Oracle 11gr2 documentation, we need Sun Solaris 10, upgrade 6 or higher for Oracle 11g2.
The filesystem we are using is VxFS, Veritas File System.
According to our system administrator, we had issues , making Sun Solar 10, upgrade 8 , work with the VxFS filesystem.
I was wondering if anybody is running Oracle 11g2 on Sun Solaris 10 upgrade 6 or higher with VxFS file system.
At present, our Oracle db upgrade project is on a hold, because of the above issue. So your help on this , can really help us in figuring out if there is an issue between VxFS filesystem and Sun Solaris 10 OS.
Thanks
Ashish

Hi Ashish,
We are not running Veritas Cluster file system.
We tried moving our Oracle 10g r2 db on ZFS ,before doing the upgrade and performance on ZFS was worst.
ZFS has certain memory parameter setting. If you did not configure that then ZFS will eat your complete system memory.
My system administrator, has gotten a copy of Solaris 10 upgrade 9 and will try that with VxFS.
I was curious to find out if folks are running Oracle 11g on Sun Solaris 10 with VxFS file system and if they had experienced any issue.If you can Install Vxfs on Oracle Soalris 10 U9, then according to me there sholudn't be any limitations for an oracle database.
Recently i installed Oracle database 11.2.0.2 on one of my test server. I have created two databases - one on ZFS and another on ASM.
Refer:
http://appsdbaworkshop.blogspot.com/2010/10/installation-of-11202-on-oracle-solaris.html
We dont have any performance issues. We are testing it for the performance benchmarks on both of the filesystem.
If you can Install Vxfs on Oracle Soalris 10 U9, then according to me there sholudn't be any limitations for an oracle database.
Regards,
X A H E E R

Similar Messages

  • HT204407 Is anyone else having issues with login for Find My Friends App?

    I keep getting the error message "either login name or password is incorrect. I have reset the password but I still get the same error message. Does anyone know the fix for this? Thanks, Terry

    I just got the same message myself. Which I have only had 2 times in three years, so I checked here.
    http://www.apple.com/support/systemstatus/
    There is an issue with the iTunes Store on Apple's end, so I assume that is why we cannot connect.

  • Issue with .profile for oracle 9i and 10g

    Here I have six oracle 9i databases on one box. I am going to upgrade five of them to oracle 10g and want to keep one database RCAT in oracle 9i for one or two week.
    So, when I do upgrade I have to setup oracle home for 10g and also profile for oracle user for 10g (correct me if I m wrong). But now I want one database RCAT on oracle 9i. How can I take care of this.
    I mean how I will handle profile and all other thing for oracle 9i and 10g at the same time.
    Thanks,
    Vishal

    Install 10g under the same OS user as 9i, of course on a different Oracle Home. Then you configure your .profile consequently. Just as an example, this is my .bash_profile with 10g and 11g with the same oracle OS user :
    [oracle@linux5 ~]$ cat .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    export EDITOR=vi
    export ORACLE_BASE=/home/oracle/base
    umask 022
    o10()
    {       export ORACLE_SID=db102
            export ORACLE_HOME=$ORACLE_BASE/OraHome10
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=$ORACLE_BASE/OraHome11/network/admin
            export PS1='[\u@\h_10 \W]\$ '
    o11()
    {       export ORACLE_SID=db11
            export ORACLE_HOME=$ORACLE_BASE/OraHome11
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export PS1='[\u@\h_11 \W]\$ '
    s()
    {       sqlplus / as sysdba
    asm()
    {       export ORACLE_SID=+ASM
    db10()
    {       export ORACLE_SID=db102
    db11()
    {       export ORACLE_SID=db11
    asm10()
    {       export ORACLE_SID=asm10
    [oracle@linux5 ~]$

  • Im having issues with security for my apple id trying to change security questions

    Having some major issues, apple isn't letting me get to my security questions that I'm trying to change though I remember my answers it isnt accepting them so I go to my id page , and I cant get past it, Is there any way to pass the lock out screen after I wait this eight hours?

    Hello John0620,
    Thanks for the question. If you do not remember the answers to your security questions please refer to the following article:
    Apple ID: All about Apple ID security questions
    http://support.apple.com/kb/HT5665
    What should I do if I don't remember the answers to my Apple ID security questions?
    Try answering them at least once to see if you can get them right, even if you are not sure you remember the answers to your security questions.
    If you are confident you can't remember them, try one of the following:
    If you have three security questions and a rescue email address
         - sign in to My Apple ID and select the Password and Security tab to send an email to your rescue email address to reset your security questions and answers.
    If you have one security question and you know your Apple ID password
         - sign in to My Apple ID and select the Password and Security tab to reset your security question.
    If you have one security question, but don't remember your Apple ID password
         - contact Apple Support for assistance. Learn more about creating a temporary support PIN to help Apple confirm your identity when you contact Apple Support.
    If you continue to have issues, please contact our Account Security Team as outlined in this article:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    Thanks,
    Matt M.

  • Dimitri, Having issues with Anychart5 for APEX integration kit

    Hello Dimitri,
    I tried sending an email to [email protected]; however, I get an error so I hope to catch you here.
    I have installed APEX trial integration kit into another folder and modified the region to point to the correct path. The new charts show; however, some of the labels are not displaying on the 3D pie chart. I've noticed this is an issue on the sample http://anychart.apex-evangelists.com/pls/apex/f?p=755:7:1610753316996317::NO:::. Also, the legend just says value1 with no data.
    Regards,
    Kelly

    Tasty, Morten!
    Good work.
    Ben

  • Having issue with PDEContentRemoveElem() for deleting PDEElements

    Hi,
    I am facing some problem in my code for deleting the PDEElements from the input pdf file. I used the
    method PDEContentRemoveElem() and still I am seeing no elements are getting deleted from the pdf
    file.  I gave the full code I have written for the element deletion.  Please point me if there is something
    wrong in my code..  Many thanks for you for going through my code...
    void DeleteElement(PDEElement pdeElement)
          PDEContent  content =  PDEContainerGetContent(reinterpret_cast<PDEContainer>(pdeElement));
          ASInt32  numElem =  PDEContentGetNumElems(content);
         for  (ASInt32  i = 0; i < numElem; i++)
              PDEElement element =  PDEContentGetElem(content, i);
              if  (PDEObjectGetType ((PDEObject)pdeElement) ==  kPDEContainer) 
                          DeleteElement (element);
              else
                        PDEContentRemoveElem(content,i);
    void  MAINFuntionForElementDeletion ()
          ASPathName aoPDFPathName = NULL;
          ASText pathText = ASTextNew();
          ASFileSys fileSys = NULL;
          pathText = ASTextFromScriptText("E:\\Temp\\INPUT.pdf", kASRomanScript);
          fileSys = ASGetDefaultFileSysForPath(ASAtomFromString("ASTextPath"), pathText);
          aoPDFPathName = ASFileSysCreatePathName (fileSys, ASAtomFromString("ASTextPath"), pathText, 0);
          AVDoc avDoc = AVDocOpenFromFile(aoPDFPathName,fileSys,pathText);
    DURING
          if(avDoc!=NULL)
                PDDoc pdDoc = AVDocGetPDDoc (avDoc);
                ASInt32  j, numElems;
                int numPages = PDDocGetNumPages (pdDoc);
                PDEContent aoPDEContent = NULL;
                PDPage aoPage = NULL;
                PDEElement  pdeElement;
                aoPage = PDDocAcquirePage(pdDoc, 0);
                aoPDEContent = PDPageAcquirePDEContent(aoPage, 0);
                numElems =  PDEContentGetNumElems(aoPDEContent);
                for  (j = 0; j < numElems; j++)
                     pdeElement =  PDEContentGetElem(aoPDEContent, j);
                      if  (PDEObjectGetType ((PDEObject)pdeElement) ==  kPDEContainer)
                                 DeleteElement(pdeElement);
                      else
                             PDEContentRemoveElem(aoPDEContent,j);
                // Commit the changes to the PDEContent.
                PDPageSetPDEContent(aoPage,  gExtensionID);
                PDPageReleasePDEContent(aoPage, 0);
        HANDLER
               // some code for logging
        END_HANDLER

    Always delete objects in reverse iteration.   Standard programming
    practice.

  • Having Issues With Java for installation

    Hi Guys,
    I've played Football manager on my my ibook g4 for years, i installed the latest one last september and it was running perfectly, however i decided to uninstall it during a busy study period to aviod distractions, however when i went to reinstall it, it wouldn't work!!!!
    The gay comes with a java installation, it begins proccessing then dies out, i spoke to someone before and they said that the java supplied with the game is probably be out-dated by the software on my computer(i update regualrly).
    Is there anyway around this?

    p.s using java 1.4.2
    lemme know if you need any other information!

  • Hello, Im new to this website. Im having issues with my Macbook. I have the old 2009 model Macbook and it is our schools macbook. The school just upgraded these MacBooks to OSX Mavericks and when i try to open Minecraft it won't let me. It says no jd

    Hello, Im new to this website. Im having issues with my Macbook. I have the old 2009 model Macbook and it is our schools macbook. The school just upgraded these MacBooks to OSX Mavericks and when i try to open Minecraft it won't let me. It says no jdk installed. I also try to install Java SE runtime but half way through the Software Update it says cant download software because of network problem but I'm connected to the internet and i can browse stuff just fine. Can any one help with my problems. P.S. I don't know the administrator password or stuff like that. And yes we are allowed to play games and stuff on these laptops but only at home not at school so don't tell me i need to focus on school and not games. 

    Since you updated the operating system, it is probably Minecraft is missing certain files that ware remove or are not longer comparable with the new version of the OSX. what I recommend, is to check is there is an update for Minecraft and install that. If there is not update available, probably the best thing will be reinstalling Minecraft. Hope this will help you.   

  • Having Issues with iTunes 10.5.3 and uninstalled. Cannot reinstall without upgrading to newest Snow Leopard? Using MacBook Pro running 10.5.8.

    Running OS X Leopard 10.5.8 and was having issues with my version of iTunes 10.5.3 (freezing and getting rainbow spinny wheel, not allowing me to do anything, while importing music from a different folder into the iTunes). Anyway, so I uninstalled iTunes and went to download the newest version (10.7 i believe) and after downloading and attempting to install, i was alerted that I cannot install and run this application without having the newest version of OS X 10.6 i believe. So, what I'm ultimately trying to figure out is if I need to spend $130(that i do not have) on Amazon to get the Snow Leopard 10.6.3 then pay another $20 in the App Store to upgrade to Mountain Lion as well? I need to have iTunes on this laptop due to having an iPhone 4 that needs to be able to be synced on this computer. Bottom Line is, I don't have really have $150 to upgrade all this at the current moment just to get iTunes back on my system. Any suggestions or am I basically having to drop the $150 just to get iTunes back so I can sync my iPhone 4 again? Ugh, this *****, really wish i hadn't uninstalled that version of iTunes..HELP!!! thanks in advance..

    Click here and install the software. If you decide to upgrade to 10.6 at some future point, phone the online Apple Store.
    (70951)

  • HT202008 I am having issues with my Window 7 on boot camp. My hardware is Macbook Pro Mid 2010 model and working on OS X 10.9.5. Recently I went to windows 7 to do a system upgrade but failed and was told to update the bootcamp drivers.

    I am having issues with my Window 7 on boot camp. My hardware is Macbook Pro Mid 2010 model and working on OS X 10.9.5. Recently I went to windows 7 to do a system upgrade but failed and was told to update the bootcamp drivers. I installed boot camp5 but seem to be the wrong version and change to boot camp 4 which was updated okay. However I still cannot do the updates. Can someone advice me please? Thank you!

    Please see Boot Camp: System requirements for Microsoft Windows operating systems - Apple Support for the appropriate version of drivers related to the specific version of Windows 7.
    MacBook Pro
    (13-inch, Mid 2010)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (15-inch, Mid 2010)
    5
    5
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (17-inch, Mid 2010)
    5
    5
    4
    DVD
    DVD
    DVD
    Be careful with Windows Updates, especially driver updates. Standard WHQL drivers can cause problems.

  • Recently upgraded to a Canon Mark 3 and now having issues with my RAW files in Bridge and Photoshop. I am operating with CS4. Photoshop produces an error " Could not complete your request because photoshop does not recognize this type of file"

    Recently upgraded to a Canon Mark 3 and now having issues with my RAW files in Bridge and Photoshop. I have operating with CS4. Photoshop produces and error " Could not complete your request because photoshop does not recognize this type of file"

    Assuming you mean 5D Mark III, Photoshop CS4 cannot directly open raw files from your camera.
    Generally speaking, Adobe stopped updating older versions to be able to read raw files from newer cameras when they released a new major version of Photoshop. Photoshop CS4 is no longer receiving Camera Raw updates.
    You can double check this yourself:
    First you need to determine whether Adobe has released support for your new camera in your version of Photoshop. To do that, look at these two pages. You'll want to find out the earliest version of Camera Raw that can support your camera, then what version of Photoshop can run that version of Camera Raw.
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    If you find your camera is supported by your version of Photoshop, you need to download the latest update for Camera Raw. There's more information on how to do that here:
    Keeping Photoshop Up-To-Date
    If your version of Photoshop cannot support your camera, you can download and install the latest version of the free Adobe DNG Converter, which can take your raw files as input and put out DNG format files, which your version of Photoshop can open.
    Photoshop Help | Digital Negative (DNG)
    The DNG converter DOES work, but if you want maximal quality from your raw files (not to mention the convenience and ease of use of directly opening your raw files) you'll want the latest version of Photoshop. Adobe has made substantial improvements in raw conversion quality in recent years.
    -Noel

  • I have slow internet speed and having issue with download of photoshop cc is there an alternate I can go somewhere with high speed to download.

    I have slow internet speed and having issue with download of photoshop cc is there an alternate I can go somewhere with high speed to download. without using this creative cloud that downloads first.

    We need to know more about your system, please download EtreCheck and run the report and please post it on your next reply. Then we can see how your system is configured, what apps are on it and look for anything obvious. We will look forward to seeing your report.

  • TS1702 Renewed my subscription with the Sun app, was charged £0.69 but app won't load seem that I am not the only one having issue with this app. How can I claim my money back?

    Renewed my subscription with the Sun app, was charged £0.69 but app won't load seem that I am not the only one having issue with this app. How can I claim my money back?

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Having issues with upgrade ios 7

    Having issues with ios 7 upgrade.  It started the upgarde then gave me an error message halfway through the upgrade process.  Is this a service provider issue or an apple issue?

    Categories on this community
    Mac OS8 (602)Mac OS9 (6,432)System 7 (579)
    You will do better on the iPhone one.
    https://discussions.apple.com/community/iphone

  • I was having issues with firefox so I upgraded to firefox 4. I am connected to the internet but when I open firefox or even internet explorer it says Unable to connect problem loading page. Nothing will pull up!!! No help link or anything!!?

    I was having issues with firefox so I upgraded to firefox 4. I am connected to the internet but when I open firefox or even internet explorer it says Unable to connect problem loading page. Nothing will pull up!!!

    I don't know if you are still having the issue but if you are have you contacted your ISP? It sounds to me like it's more of a connectivity issue than a browser problem. I've dealt with similar things several times and in both cases it was something with the modem or an ISP setting.
    I'm also wondering if it could be a Wi-Fi issue. Can you log in to your router? (It varies by brand but you would go to a site such as http://192.168.10.1. That is for Trendnet. The information for yours should be in the documentation that came with it.)
    You should be able to get the router log in page to come up even if you can't connect to any websites. (Provided the network is set up correctly.)
    I also would double check your connection settings (if you're connecting over Wi-Fi) or your ethernet connection. (If you're connected directly to the modem and router.)
    Hopefully one of these suggestions will be helpful.

Maybe you are looking for

  • InputStreamReader time out

    About half the time I catch this exception: java.net.ConnectException: Connection timed out: connect, while connecting to a URL. Is there a way to extend the time out limit?

  • Update on Bioinformatics WIKI, scripting challenges, and a general question

    I am waiting for my site to go on-line at Oak Ridge National Labs (USA, Tennessee).  Should be another week or so, maybe less. When that happens, you will see a veritable explosion of scripting challenges in my wiki (Emerging Technologies->Bioinforma

  • HELP: Need SQL code for bulk move

    I am using Oracle 11.2, there are two tables tb_base, tb_hist as following: tb_base (id number(5), tag varchar2(16), setTs timestamp(6)); tb_hist(id number(5), histTs timestamp(6), setTs timestamp(6), tag varchar2(16)); tb_base 1, 'adsf', 2012/12/20

  • I am using oracle application server

    i have decoompressed the oc4j.jar file its saying following errors........ D:\>cd oracle D:\Oracle>cd j2ee D:\Oracle\j2ee>cd home D:\Oracle\j2ee\home>java -jar oc4j.jar 06/07/28 17:28:23 WARNING: EJBContainer.postInit Error generating wrappers for f

  • What is the "correct" way to point iTunes to an NAS disk for my music library

    I have a 3.2ghz Core i5 Mac running OSX 10.9.2, iTunes 11.3. My music library is over 600mb, taking up a very large portion of my hard drive.  I have moved my music library to NAS in order to free up space.  The "keep library organized" box is checke