How to install ASM on MS Windows XP with regular disk partitions

Hi,
I just want to try out the feature ASM on my pc.
OS => MS Windows XP sp2, two disk partitions.
First I have installed the 10.2 software and then created a database.
After this, I use DBCA to create the ASM.
I have to run localconfig. But I still cannot see my disks (partitions C and D) on the Configure Automatic Storage Management page.
What I have done wrong?
Greetz,
Max

Hi Max,
Howard Rogers has written a good article on how to do this. See http://www.dizwell.com/prod/node/33
Cheers,
Colin

Similar Messages

  • How to install a gtx285 in windows xp with Bootcamp on a Mac

    I have installed a gtx285 video card on my Mac Pro and all is fine, but I want to also run my windows xp installation on my Mac Pro (used Bootcamp) and I am not sure how to go about it.
    The card is already in the machine but if I boot up in windows it will expect to see the old video card and may hang.
    Can anyone please advise on how to get the drivers and card running in windows on my Mac?
    Thanks.

    What was your old video card first off. If it was also Nvidia, it should be simple.
    The thorough method is to uninstall, reboot safe mode, run Driver Sweeper and delete the old graphics folder, then reboot again normally and install the latest drivers from eVGA or Nvidia for XP.
    Personally.... I'd want to run 64-bit version, I think video drivers for Windows 7 are definitely good.

  • How to install OS X from .dmg onto a hard disk partition? - ALL LEGAL

    Hi there,
    I have a .dmg file with Mac OS X on it. How to I install it onto a partition I have created on my Mac's hard drive?
    It is legal, don't worry, its dev software.
    Thanks!

    5. Definition of Confidential Information. You agree that the Pre-Release Software and any information concerning the Pre- Release Software ( _*including its nature and existence*_, features, functionality, and screen shots), the Seeding Tools, and any other information disclosed by Apple to you \[...], will be considered and referred to collectively in this Agreement as “Confidential Information.”
    Note the emphasis above, provided by me. Mentioning that you have pre-release software is clearly sharing the information that it exists, and thus a violation of that agreement. How Apple chooses to proceed on such a revelation on their forums is up to them.
    As to your question, if the pre-release software is given to you as a .dmg, I'm sure it is also accompanied by some kind of basic instructions as to what you're supposed to do with it. You'd better find those instructions, since nobody else who has access to that pre-release software is likely to want to jeopardize future invitations by answering you on a public forum.

  • How to install ASM on 11gR2 on Windows?

    hi *
    can you suggest me how to install ASM instance with 11g R2 software ?
    I don't need grid software as a whole.
    My goal is to set standalone DB based on ASM storage.
    In database server software (DBCA) I cannot choose "create ASM instance" . It's not there.
    So I suppose I need to install some of grid software. But which part of it is sufficient that allows to configure ASM afterwards??
    there are options:
    - Installing and Configuring the Grid Infrastructure for a Standalone Server
    - Installing and Configuring the Grid Infrastructure for a Cluster
    - Upgrade Grid Infrastructure
    - Install Grid Infrastructure Only

    g777 wrote:
    hi *
    can you suggest me how to install ASM instance with 11g R2 software ?
    I don't need grid software as a whole.
    My goal is to set standalone DB based on ASM storage.
    In database server software (DBCA) I cannot choose "create ASM instance" . It's not there.
    So I suppose I need to install some of grid software. But which part of it is sufficient that allows to configure ASM afterwards??
    there are options:
    - Installing and Configuring the Grid Infrastructure for a Standalone Server
    - Installing and Configuring the Grid Infrastructure for a Cluster
    - Upgrade Grid Infrastructure
    - Install Grid Infrastructure OnlyFrom 11.2 onwards, ASM installation needs as a mandatory thing Grid Infrastructure. So if you want ASM,there can't be any thing else which you cna do except installing the Grid Infrastructure. The ASM maintenance has been removed from DBCA and is given now inthe ASMCA(ASM Configuration Assistant) which can only be run from Gird Infra home. So in short, the answer for your question is that you must install Grid Infrastructure if you want ASM , be it Windows or whatever o/s.
    HTH
    Aman....

  • How to install SOA 10g on Windows 7 64-bit platform?

    Hi Friends
    How to install SOA 10g on Windows 7 64-bit platform ?
    I've downloaded the 64-bit version downloadable from OTN and able to run the irca.bat on DB 10.2.0.3 however the SOA Installer fails at BPEL Config Assistant step with errors :
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Updating jar: C:\SOA134\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://<domain name>:6003/oc4j_soa -script C:\SOA134\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.

    Hi,
    We know now why SOA Installer fails...
    Now we need to know why you can not start OC4J properly. What do you see in the log files?
    https://forums.oracle.com/forums/ann.jspa?annID=893
    Cheers,
    Vlad

  • How to install Oracle 11gR2 on Windows 7

    Hi friend;
    There are many questions about *"how we can make instalaltion on win7"*. Thatswhy i made one video tutorial which is mention *"How to install Oracle 11gR2 on Windows 7*
    Its avaliable at my blog:
    *http://heliosguneserol.wordpress.com/*
    Hope it helps who need to make this installation
    Regard
    Helios

    This question is not related to the Database Migration Assistant for Unicode (DMU). Please, post your question to one of the more appropriate forums, for example:
    General Database Discussions
    Database Installation
    -- Sergiusz

  • How to Install or Run on Windows Xp/7

    Hi, I just see the bin/kvctl for Linux.
    How to Install o Run on Windows ?

    The actual command to invoke kvlite is pretty simple. From the bottom of the kvlite script:
    java $LOGGING -cp $LIBDIR/kvstore-1.1.100.jar oracle.kv.util.kvlite.KVLite -root $KVROOT -store $KVSTORE -host $HOSTNAME -port $REGPORT $ADMINPORT
    Here is a .cmd file that you can use (it's not supported). Some of our developers run on Windows but it is not a supported platform since we don't run our qualification tests on it. It's Java code, so in theory, "it should just work".
    @ECHO OFF
    CLS
    SET RETURN_CODE=
    SETLOCAL
    echo %~dp0
    SET HERE=%CD%
    SET BINDIR=%~dp0
    cd %HERE%
    SET LIBDIR=%BINDIR%\..\lib
    SET EXAMPLEDIR=%BINDIR%\..\examples
    SET KVSTORE=kvstore
    SET HOSTNAME=127.0.0.1
    SET REGPORT=5000
    SET KVROOT=kvroot
    SET LOGGING=
    SET ADMINPORT=
    setlocal enabledelayedexpansion
    :LOOP_ARGS
    SET ARGNAME=%1
    SET ARGVALUE=%2
    IF NOT "%1"=="" (
    IF "%ARGNAME%"=="-store" (
    SET KVSTORE=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-port" (
    SET REGPORT=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-root" (
    SET KVROOT=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-host" (
    SET HOSTNAME=%ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-admin" (
    SET ADMINPORT=-admin %ARGVALUE%
    SHIFT
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-logging" (
    SET LOGGING=-Djava.util.logging.config.file=%EXAMPLEDIR%
    /logging.properties
    SHIFT
    ) ELSE (
    IF "%ARGNAME%"=="-usage" (
    call:USAGE
    GOTO:end
    ) ELSE (
    IF "%ARGNAME%"=="-help" (
    call:USAGE
    GOTO:end
    GOTO LOOP_ARGS
    IF NOT EXIST %KVROOT% (
    MKDIR %KVROOT%
    echo Store "%KVSTORE%" starting ...
    java %LOGGING% -cp %LIBDIR%/kvstore-1.1.100.jar oracle.kv.util.kvlite.KVLite -root %KVROOT% -store %KVSTORE% -host %HOSTNAME% -port %REGPORT% %ADMINPORT%
    echo.&goto:eof
    ::-- Usage Function
    :USAGE
    echo Usage: run-kvlite.sh [-help]
    echo [-logging]
    echo [-store storeName]
    echo [-port port]
    echo [-host hostname]
    echo [-root rootDir]
    echo [-admin adminPort]
    echo -logging enables console logging
    echo -store defaults to kvstore
    echo -port defaults to 5000
    echo -host defaults to localhost
    echo -root defaults to ./kvroot and is created on demand
    :end

  • How to Install Oralce 8i on Windows 7

    How to Install Oralce 8i on Windows 7
    please help me to install oracle8i in windows7.it is giving error not found jrew.exe

    784182 wrote:
    I too would like to know how to install Oracle 8i on Windows 7. Most of you responding seem to think that this is a "stupid" idea. I am trying to connect to a VAX 6630 running Oracle 7. My client is a billion $ top 10 Fortune 500 multi-national company that has been in business longer than Microsoft AND Oracle put together. The VAX 6630 has been running over 20 years and the disks have been spinning just as long. This is a lot better than Microsoft can do considering they can't even put together an operating system that works for more than a couple of years. Welcome to the REAL world, pal.
    I am currently connecting to the VAX with Oracle 8i installed on Windows XP. Works great! So, putting aside all the snickering, can you answer the question or not? No time to laugh here. We have REAL world problems to solve.The VAX was a great machine with a great OS. I'm not surprised it is still humming along. Perhaps, from a pure business standpoint, this reliability is what led to the demise of DEC ... once you buy their equipment, there's little reason to spend more money with them. But all hardware fails eventually. Where do you get hardware support for this setup?
    What do you do with your real world, Fortune 500 problem when you have to ask for help from Oracle? What is their response?

  • How to install hyper-v on windows 8 ?

    How to install hyper-v on windows 8 ?
    I want to install virtual PC but after some research I came to know that windows 8 no longer support virtual pc and it has been replaced by something called hyper-v.
    I just bought a Windows 8 laptop.
    I tried looking into windows on / off features (in control panel) and there is NO hyper-V.
    I know why I don't have hyper-V because after doing some research it seems like it is only available on windows 8 PRO.
    Here is comparison chart:
    http://en.wikipedia.org/wiki/Windows_8_editions#Comparison_chart
    I have Widows 8 on my laptop (NOT Windows PRO).
    Now in this situation, how to install hyper-v on my laptop ?
    Also, will I be able to run windows 7 virtually on my windows 8 laptop using hyper-v just like virtual pc ? like switching in windows between OS ? If I cannot do this and hyper-v does not work like virtual PC then I don;t think hyper-v will be useful to
    me at all and i don't wanna figure it out if it is not useful in any way ?

    Hi jeffcarter,
    To enable the Windows 8 Client Hyper-V feature, our computer needs to meet the following requirements:
    1. Hardware supports Second Level Address Translation (SLAT)
    2. 64-bit Windows 8 Pro or Enterprise.
    3. 4 GB or above of RAM.
    Therefore, it seems that your computer cannot install Hyper-V. Also, Windows Virtual PC cannot be run on Windows 8. Thanks for your understanding.
    In addition, regarding how to configure your BIOS to enable Intel VT-X, you can refer to your motherboard’s operating manual or query the vendor support for help.
    More information:
    Client Hyper-V
    Bringing Hyper-V to “Windows 8”
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • How to install external microphone on windows 8.1 hp envy 17 17-j010ep

    how to install external microphone on windows 8.1 hp envy 17 17-j010ep
    the problem is that on the device manager sounds
    it shows the external microphone but i cannot activate it, when i do activate it stays deactivated with a down arrow red

    Hi Apedrodinis,
    I understand you are having issues with the microphone using Windows 8.1 on your HP Envy 17 17-j010ep. Here is a generic document on resolving microphone and line-in problems Windows 8.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03421813&lc=en&product=5397916&tmp...
    Hope it helps.
    Thanks
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Hello guys..does anybody know how to install and use adobe master collection with the new lion?   I need to use Flash and illustratore, but apparently those programmes are incompatible with the new operative sistem...   I am a new mac users and I'd like t

    Hello guys..does anybody know how to install and use adobe master collection with the new lion?
    I need to use Flash and illustratore, but apparently those programmes are incompatible with the new operative sistem...
    I am a new mac users and I'd like to know if there are other similar programmes I can use with lion!

    Lab79 wrote:
    Are you on Apple's payroll?
    well dude I can only let you know that as I work with those programme I don't have to pay for it is my company that pays the programme I whant to use( that's why I was asking if there where other programmes ..that I could use with lion insted that Illustrator and Flash!)..I know Adobe since 2005 and I can say that Adobs products are very good...I think that if it's an Adobe probleme or fault ..they will solve it very soon...but unfortunally I have the impression that after Jobs passed away Appel decided to change politics..and everything started to go very bad! (see FCP X)..
    good luck with apple dude..
    Where is the Apple problem? I have CS4 and CS5 running perfectly fine on my Macbook Pro. Installed 5 after Lion upgrade. Worth every cent. Adobe did have some catching up to do with Lion but with the CS5.5 update all runs fine. But not yours. So it is a problem with the Lion OS? You say you have been with Adobe since 2005. So you would be aware of all the other issues that Adobe had catching up with past Oss in Mac and Windows then. They get it right, but it is up to them. It is not up to Apple, nor Microsoft for that matter, to run around and check that every software developer in the world is running their business properly.
    And what has politics got to do with anything. Some people just have to blame Software for their poor Hardware maintainence of failure of the same.
    <The only think I can really do is to go back on my old windows...give back this orrible lap top and ask for my money back!>
    Great suggestion. You should go with that one, but good luck getting a refund.
    Bye

  • How to install adobe elements on a minibook with a 1200 x 600 resolution

    how to install adobe elements on a minibook with a 1200 x 600 resolution?

    You don't... that is below the minimum specifications
    http://www.adobe.com/products/photoshop-premiere-elements/tech-specs.html

  • How do I move my photo library to a different disk partition?

    How do I move my iPhoto library to a different disk partition?

    Drag it to a partition or disk image formatted as Mac OS Extended. If you want that copy to be an active iPhoto library and not a backup, also launch iPhoto with the Option key held down and point it to the new location.
    (69417)

  • How to install MF3110 software to Windows 8 (64 bit)?

    I recently purchased a new computer configured with Windows 8 (64 bit). How do I install the software for the MF3110? Installing from the original Canon CD does not work on 64 bit systems. This is a fresh install on a new computer (not an OS upgrade on the same computer).
    Since the setup program on the CD won't allow me to start the installation process, I copied the CD contents to my Dropbox (using an old Windows XP system) so that the files would be available to my new computer. Attempted to run the setup program in Compatibility Mode using Windows 8. Troubleshooter said that the software was incompatible with 64 bit systems and referred me to the Canon website.
    I don't think there is a Windows 8 (64 bit) driver available for the MF3110. Some of the popular knowledge bases suggest using 64 bit drivers for other Canon models, but all of those scenarios involve OS upgrades on the same computer. I need to do a fresh install of all Canon software associated with the MF3110 and may require more than a driver, possibly some configuration elsewhere... not sure.
     I also contacted Canon Customer Support. No workarounds were offered -- they suggested I purchase a new Canon printer.

    Ok but I read that PS 7 was only a 16 bit install. How do you get it to install on a 64 bit system?

  • How to Install Oracle 10g in Windows 7 Home premium 64bit operating system

    Hi,
    I am using Windows 7 Home premium 64bit operating system. While i was installing oracle 10g i got error and not able to install. How to install the Oracle 10g databse on this operating system. Is there any patch to install this or i have to use other version of oracle with window 7 operating system?
    Thanks in advance
    Mayank Adhikari

    The argument would be who wants to install Oracle database on Windows 7. I think most probably by the developers who wants to "Try" something prior deal with a production database, right?
    For a developer, installing database using the hack is more than NOT having a local database running from the local system. I installed all the products mentioned with windows7bugs post and used the following tools to successfully connect and retrive data from the database instances.
    Toad 9.7.x.x
    SQL Developer
    SQL/Plus
    Developer 6i (Another hack, please check this link http://windows7bugs.wordpress.com/2010/03/01/installing-oracle-developer-forms-reports-6i-on-windows-7-64bit/).
    I think the discussion about whether all the features of client/server are still available with such a hacked installation is meaningless as far the information requested was strictly for Windows 7, not for a Server OS.
    regards,

Maybe you are looking for

  • Bad translation of labels in ADF Query Panel

    Hi, When I use an ADF Query Panel, all labels and buttons are translated automatically to Danish (probably because I have Danish region settings or some such). The problem is that it is not a very good translation: In the "Match" radio group at the t

  • Cost centre tables

    Hi experts          In quality system , ihave loaded the date from ECC quality , but when iam doing the unit testing , by looking in to the Lookup , iam getting the Emplyee costcenter and Company Code are completetly different , so i want to check th

  • How to become a tester for apple

    How to I become a tester or get and invite to test apple products? I have done field testing for a cellular giant in the Islands (Jamaica) for 4 years from 2004 - 2008 on various OEM devices not limited to data devices...Homologations that I performe

  • MS Office 2013 cannot open on user account but admin account can open ms office 2013

    Hello Before I have to use office 2010 proplus it not have problem for open ms office on user account after i have to upgrad to ms office 2013 version(15.0.4551.1512) i got problem cannot open ms office 2013 on user account but can open ms office 201

  • Modification Assistant

    Do changes to standard using Modification Assistant require Access key. I want to attach f4 help to a sap standard field . Is there any way to accomplish it without modification assistant. Please Suggesta way