Creating ASM for test purpose

hi all,
I am trying to setup ASM for test purpose on winxp with oracle 10g release 1.
I have created asm instance with
oradim -NEW -ASMSID +ASM -STARTMODE auto
and my pfile located in E:\oracle\product\10.1.0\Db_1\database looks like.
INSTANCE_TYPE=ASM
ASMALLOW_ONLY_RAW_DISKS = FALSE
DB_UNIQUE_NAME = +ASM
ASM_DISKSTRING ='E:\asmdisks\*'
LARGE_POOL_SIZE = 16M
BACKGROUND_DUMP_DEST ='E:\oracle\product\10.1.0\admin\+ASM\bdump'
USER_DUMP_DEST = 'E:\oracle\product\10.1.0\admin\+ASM\udump'
CORE_DUMP_DEST = 'E:\oracle\product\10.1.0\admin\+ASM\cdump'
I have created 3 disks with following commands
asmtool -create e:\asmdisks\disk1 512
asmtool -create e:\asmdisks\disk2 512
asmtool -create e:\asmdisks\disk3 512
now when i do
SET ORACLE_SID=+ASM
and
sqlplus / as sysdba
I get
SQL> select path, mount_status from v$asm_disk;
no row selected.
and for obvious reasons I get following message
SQL> create diskgroup data external redundancy disk
2 'E:\asmdisks\disk1';
create diskgroup data external redundancy disk
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification 'E:\asmdisks\disk1' matches no disks
ORA-15025: could not open disk 'E:\ASMDISKS\DISK1'
ORA-15059: invalid device type for ASM disk
OSD-04018: Unable to access the specified directory or device.
O/S-Error: (OS 1200) The specified device name is invalid.
Please guide me..I am very new to ASM .

Hi all,
my problem got resolved.
I have created same fake disks by asmtool and the created diskgroups by "create diskgroup.. " then I was able to see the diks in v$asm_disk view..
I have successfully migrated my database to ASM if u have any questions do mail me @ [email protected].

Similar Messages

  • Tables's data scrambled (randomized) for testing purposes

    Dear Oracle People,
    I need to scramble (randomize) the date for testing purposes
    How I can do that within Oracle
    Source:
    CODE          FIRST_NAME     LAST_NAME
    1          FN_1               LN_1
    2          FN_2               LN_2
    3          FN_3               LN_3
    Target after scrambling:
    CODE          FIRST_NAME     LAST_NAME
    1          FN_2               LN_3
    2          FN_3               LN_1
    3          FN_1               LN_2

    Source table: t1
    Target table: t2 (create table t2 as select * from t1)
    Something like this would do:
    DECLARE
    rc NUMBER;
    BEGIN
    SELECT COUNT (*) INTO rc FROM t1;
    FOR i IN (SELECT last_name FROM t1)
    LOOP
    UPDATE t2
    SET last_name = i.last_name
    WHERE code = ROUND (DBMS_RANDOM.VALUE (1, rc));
    END LOOP;
    END;

  • O365 federation for testing purposes

    hello,
    could i set up federated trust from my on premisse infrastructure to o365 (using adfs and dyrsync and localy issuated certificate) just for testing purposes , and after test period i would just brake the trust. Could that have any circumstances, because
    in a month or two i would like to migrate to o365?
    regards,
    Mario

    You can absolutely set up Exchange Online and treat it as a separate organization, create a federated trust and run through testing.  It is important to remember that "separate organization" means not using your existing SMTP domain, so you'll likely
    want to avoid ADFS/DirSync for the test period in this scenario.
    An alternative to consider would be setting up Office 365 in a hybrid coexistence configuration, requiring ADFS and DirSync, but putting Exchange Online in a scenario where it operates in tandem with your local Exchange organization.  This coexistence
    would allow you to test with your existing, production SMTP domain and a single GAL view, while still allow you to break off permanently without impact to your production Exchange environment if you chose to do so.

  • Have a test version in use for testing purposes and want to buy it now without loosung the files. How to do so?

    I've a test version in use for testing purposes and want to buy it now without loosung the files.

    Just buy it and enter your serial key.

  • Default contexts onn FW module 6500 for TESTING purposes?

    "2 Virtual Firewalls and 1 administrative context are provided for testing
    purposes"
    THE ABOVE STATEMENT IS COMING FROM THE DATASHEET OF FW MODUTE FOR 6500.
    DOES THIS MEAN THAT THE 2 CONTEXT WILL NOT WORK IN PRODUCTION?
    THANKS

    Hi
    No, as far as i am aware you can use them in production if you like. There is no license expiration. Basically you get 2 contexts + 1 admin context with the FWSM and you can use these any way you like.
    HTH
    Jon

  • Get a test credit card for testing purposes?

    Hi everyone,
    this is Robin from Germany. I work for HUGO BOSS and I currently evaluate Apple Pay for our company-owned stores. We are thinking of upgrading our stores with NFC POS Terminals in order to accept Apple Pay.
    Unfortunately, since our departement is located in Germany we were not able to get a credit card which is working with Apple Pay.
    Is there any possibility to get one for testing purposes?
    Would help a lot.
    Best regards,
    Robin

    As Apple Pay is only in the U.S. right now, why not deal with the Hugo Boss folks in the U.S. to do the testing?  I found this on the hugoboss.com site:

  • How to generate 2 TB database for testing purpose

    Hi All,
    I need to generate 2 TB of database. This is for test purpose, so please provide me with any information that could achieve this in simple steps.
    If you could provide script that will be the best. I have 10.2.0.4 database on HPUX 11.31 PA-RISC server.
    Regards,
    MS

    user13414195 wrote:
    I need to generate 2 TB of database. This is for test purpose, so please provide me with any information that could achieve this in simple steps. Scripts for what exactly? Single table? Multiple tables? Generate raw (meaningless) row data? Generate data for tables that include foreign key constraints and so on? Data for selecting via full table scans or index scans? Or is this simply to test row inserts? What about update and deletes?
    You need to be a lot more specific about what you mean with testing purposes.
    I have 10.2.0.4 database on HPUX 11.31 PA-RISC server.Note that premiere support for 10.2 has been terminated in July 2010 - whereas it only terminates in January 2015 for 11.2. So it makes a lot more sense to be on a newer version of Oracle.

  • Copy a company for test purposes

    I'd like to copy a company, data and its settings 100% to another company for testing purposes.  What is the easiest way to do this?  And is there a procedure, document or expert session on this topic somewhere?
    Thanks.

    its very easy:
    1. backup your database via SQL Studio
    2. restore the same database via SQL with another name
    Login in B1 client, refresh your displayed db. Login your copy.

  • Is there any Ironport Virtual Appliance for Testing Purpose ?

    Hi Everyone,
    Advance Thanks to Every One.
    Is there any Ironport Virtual Appliance for Testing Purpose ?
    Regards,
    Bala Krishna G

    Looks like there are a couple of vendors who have virtual options. Here's one.
    http://www.ironportstore.com/VirtualEvalRequest.asp
    Also, IronPort has a 30-day free trial of their product.
    http://pages.ironport.com/evalrequest.html?source=eval_req
    Hope this helps.
    Brandon

  • Can i use my child registered ps to create work for selling purposes

    Hi,
    I am planning to purchase a copy of "Adobe Creative Suite 6 Design & Web Premium" under student plan using my child's identity.
    My plan is to use it teach my child PS and also for me to create images for both competition and commercial purposes on my personal website.
    The question is, am I allowed to do that?
    If not what are my options?
    Thank you.
    I wish to solve this before doing any legal purchases.

    The question is, am I allowed to do that?
    Yes.
    Education FAQ

  • Topic posted for testing purpose

    This topic is created for test whether
    (1) the topic appears without moderator approves
    (2) the moderator sees this unapproved topic in his / her list of messages to be approved / rejected
    (3) the message appears after it is approved by the moderator
    [Edited by: hhsubram on Aug 19, 2005 7:41 AM]
    Approved

    Hi Goutam,
    Please check the delta que in source system ,if u have delta records 0, detla records will post as zero.
    Case1:
    If we are able to see records in delta que.
    Extract the data to bw via delta process.
    Case2:
    Validate the data against PSA request.
    If data is not comming to PSA it self , check the detals tab why data is not able to extrct into bw..some time we may have source system issue @ that scenaria we have to  activate trsnafer structure and data source inbw.
    Case3:
    If data is available in PSA ,check the PSa data agINST dAta target data.
    Please check the where exactly we are getting issue while upadting into data target.
    Hope this helps you.
    Best Regards,
    Maruthi

  • How automaticaly create user's mailboxes with content for test purposes?

    Hi all!
    Tell me please, how can i imitate outlook's users activity. In result i need 10...200 mailboxes with 100-200 elements (mail, calendar's events, meeting requests and etc) and up to 100Mb size of each mailbox. It's need for creating test environment.
    Maybe some script or programs?

    You can use LoadGen tool of MS for simulating load on your exchange servers for various access methods. You can find it at below ling.
    http://www.microsoft.com/en-in/download/details.aspx?id=40726
    Abhijeet D

  • How can I generate fake AI channels for testing purposes?

    In order to be able to test my VIs under several conditions, I'd like to test them by feeding pre-programmed data over regular virtual channels. Is something like this possible ?
    Edwin

    Edwin,
    I'm not sure this answers your question, but often times I have to develop code on a machine that doesn't actually have the DAQ hardware. Therefore, I usually create a subVI which is similar to my data acquisition VI in every way (inputs and outputs), but instead of getting the data from the card, I output some known array of data for the channels. The rest of my program doesn't know this is "dummy" data, so it works just as it should.
    This is the method I recommend for such applications.
    Mark

  • How can I sign my .sis for testing purposes?

    Hi, I created a simple helloworld.sis application using the
    Adobe Mobile Packager. Now I want to install it to my Nokia S60
    phone, but I get the following error message: "certificaatfout"
    (it's dutch, meaning certificate error ;-).
    I tried Open Signed Online to sign my application
    url:
    https://www.symbiansigned.com/app/page/public/openSignedOnline.do
    but after submitting my application I get this error by
    email:
    Your application (HelloWorld_signed.sis) signing has failed.
    This may be because it has been flagged as a potential virus by our
    scanning or because the format of your sis file is incorrect or
    corrupt. Please try re-building your .sis file and
    re-submitting.
    Does anybody know how I can sign my application to test it on
    my Nokia phone?

    Hi Mark, thank you for the tip. In "Applications->App
    Manager>Options>Settings>" I enabled all applications and
    no online checks and now I can install my HelloWorld_signed.sis.
    Unfortunately, when I try to run my application, my phone
    asks:
    "HelloWorld needs Adobe Flash Lite to Run. Continue?"
    But when I click "yes", I get this message:
    "Sorry. Adobe Flash Lite is not available for this device."
    I'm using a Nokia E61i. In the Adobe Mobile Packager, this
    device is not listed under "Distributabele Player Supported
    Devices" so I guess I have to borrow a more up-to-date phone to see
    my application running.

  • Reg: Creating bottlenecks for testing on databases

    Hi all,
    I am doing database benchmarking for one database and i want to compare with other databases like sql server,postgress etc...
    For that i want to create test scenarios and benchmark on multiple databases.
    eg:where we can stress the database by creating the problem...
    Its urgent......
    Thanks in advance..

    In order to do this, you need to populate your server with some test data (preferably a high volume of data) and then write scripts that access the data again and again, with larger and larger numbers of logged in users.
    Normally, you would use specialist loading software, such as Mercury LoadRunner (which I think is owned by IBM these days) - they are very expensive but worthwhile if you have specific performance targets that you need to meet and of course the budget!
    Otherwise, you could write your own test rig but this is probably a project in itself - having need to find a low-cost benchmarking tool myself earlier in the year, I know that there is next to nothing on the market which could be considered 'low cost'!
    cheers.
    R

Maybe you are looking for

  • What is the difference between j2sdk1.4.1_03/jre and j2re1.4.1_03?

    Hi,all! What is the difference between j2sdk1.4.1_03/jre and j2re1.4.1_03? Why there have two JRE? Which one we should use?

  • Value mapping.

    hi sdn experts, could you please explain about value mapping? where the value mapping is used? thanks in advance.

  • What are Channel counts and how do I get rid of them

    Hi. I'm using a program called Processing in Linux and it has trouble reading some of my QuickTime files that I created on my mac. I've been trying to figure out what coses it, the only thing I could find is that when I open up "Get Info" there is so

  • Multiple drop down menus in a row

    I am trying to create a bid sheet for my interior design business. For example in my first column(A) i would like to have a drop down menu with Demo, Plumbing, Electric, etc.... and if i would select Pluming in that drop down menu, next to it in colu

  • Unable to Install Migration Workbench

    Iam trying to install omwb_92012.exe on my machine. It throws an error "unable to install the oracle migration workbench into the specified directory" and quits. I have a oracle 8i home on my machine.Does this matter? Please suggest! Thanks in Advanc