Database creation with ASM using dbca

hi all,
i found the steps to create the database using ASM diskgroup.
but i received errors when configuring the FRA(flash recovery area), DBF(normal), +ARCH(archival dest),
i tried atleast 2 to 3 times from scratch but found the same error....................
ORA: 19624
ORA: 19870
here are the steps can somebody correct these steps..................
Create Virtual Disks from VM Ware software when server is down.
Choose Edit Virtual Machine Settings.
Click on Add button
Press Next and Highlight Hard Disk, then click Next
Check ‘Create a New Virtual Disk’
Choose SCSI as type
Select Size as 2 GB
Name the virtual disk as ‘ASMDBF1.vmdk’
Create additional disks as:
ASMDBF1.vmdk for DBF files
ASMDBF2.vmdk Failover group
ASMFRA.vmdk Flash Back Recovery Area
ASMREDO.vmdk Redo Log Area
ASMARCH.vmdk Archived Logs
•     Start up the server OraWorld1
•     Go to Disk Management and you will be prompted with a screen which should display all five disks with a check mark. Accept defaults and Click next.
•     On second script all five will be unchecked, click Next
•     Press Finish to complete and you should see all 5 disks as Type Basic Unallocated. For each of the disk perform:
1.     Right click, New Partition, Extended Partition and Finish
2.     Right click, New Logical drive, Do not assign drive letter nor partition it.
3.     From command prompt type Diskpart and enter Automount enable.
4.     From command prompt, configure basic CRS services as
5.     C:\oracle\product\10.2.0\db_1>localconfig add
6.     C:\oracle\product\10.2.0\db_1>localconfig add
7.     Step 1: creating new OCR repository
8.     Successfully accumulated necessary OCR keys.
9.     Creating OCR keys for user 'administrator', privgrp ''..
10.     Operation successful.
11.     Step 2: creating new CSS service
12.     successfully created local CSS service
13.     successfully added CSS to home
•     Launch DBCA and choose Configure Storage Management.
•     Select Create New group, choose stamp disks which will show you all of your five disks. Configure ASM links to all these disks as:
1.     ORCLDISKASMDBF1 \Device\Harddisk1\Partition1
2.     ORCLDISKASMDBF2 \Device\Harddisk2\Partition1
3.     ORCLDISKASMFRA \Device\Harddisk3\Partition1
4.     ORCLDISKASMREDO \Device\Harddisk4\Partition1
5.     ORCLDISKASMARCH \Device\Harddisk5\Partition1
Now make Change Disk Discovery Path as Null and you should see all disks.
Now create Disk groups as :
ARCH \\.\ORCLDISKASMARCH External 1GB
REDO \\.\ORCLDISKASMREDO External 1GB
FRA \\.\ORCLDISKASMFRA External 2GB
DBF (MAIN GROUP WITH 2 SUB-GROUPS) Must create as Normal Redundancy
DBFP \\.\ORCLDISKASMDBF1 External 2GB
DBFS \\.\ORCLDISKASMDBF2 External 2GB
You now have a running ASM instance on the server.
•     Checking ASM instance
You can always use DBCA to check settings of ASM.
Alternatively, go to command prompt:
Set ORACLE_SID=+ASM
Sqlplus /nolog
Connect sys/password as sysdba
Show sga (80MB)
Total System Global Area 83886080 bytes
Fixed Size 1247420 bytes
Variable Size 57472836 bytes
ASM Cache 25165824 bytes
SQL>desc You can then check C:\oracle\product\10.2.0\db_1\database for these files. You can also view v$parameter for all possible values for ASM instance.
+asm.asm_diskgroups='DATA1','ARCH','REDO','FRA','DBF'#Manual Mount
*.asm_diskgroups='DATA1','ARCH','REDO','FRA','DBF'
*.asm_diskstring=''
*.background_dump_dest='C:\oracle\product\10.2.0\admin\+ASM\bdump'
*.core_dump_dest='C:\oracle\product\10.2.0\admin\+ASM\cdump'
*.instance_type='asm'
*.large_pool_size=12M
*.remote_login_passwordfile='SHARED'
*.user_dump_dest='C:\oracle\product\10.2.0\admin\+ASM\udump'
You can change some of the values like large pool and even db cache size. You can also manually create the disk group as:
Create diskgroup DBF NORMAL redundancy
Failgroup flgrp1 disk ‘\\.\ORCLDISKDATA0’, ‘\\.\ORCLDISKDATA1’
Failgroup flgrp2 disk ‘\\.\ORCLDISKDATA2’, ‘\\.\ORCLDISKDATA3’;
Check Candidate disks:
select group_number, disk_number, mount_status, header_status, state, path from v$asm_disk;
Other useful queries:
Select group_number, name, total_mb, free_mb, state, type
From v$asm_diskgroup;
Select group_number, disk_number, mount_status, header_status, state, path, failgroup
From v$asm_disk;
You can use sql commands to perform most of the ASM tasks, however EM console can also be used here
Oracle Database Installation
•     Launch DBCA
•     Choose Create Database and select OLTP type
•     Name it as ORCL2, choose ASM as file system, select all disk groups to be used.
•     Use oracle managed files as:+DBF press Next
*•     Specify Flash Recovery Area as +FRA*
*•     Enable archiving at +ARCH*
*•     Choose Auto SGA as 55% of memory*
*•     Leave else default and complete DB creation.*
*•     Launch NetConfig and define Listener with default settings.* here i received the errors,.................
Database ORCL2 is created with the following attributes:
NAME: ORCL2
SPFILE: +ARCH/ORCL2/spfileORCL2.ora
URL: http://oraworld1:1158/em

Strange, those messages are RMAN backup errors -- are you trying to backup the database?
Or...if you selected "create starter database" it may be that dbca is not finding the backup files from the "demo" database.
:p

Similar Messages

  • Database creation with ASM: Out of Memory Error.

    Greetings,
    So I'm running DBCA, choose my ASM configuration, the first thing that sticks out to me is that the password I enter fails, but it still allows me to choose the ASM container. Go forward, choose my options, hit finish, and right out of the gate in the "Creating and Starting Oracle Instance" phase, I get an:
    ORA-27102: out of memory
    There are no other instances on this RHEL 4 installation. There's 32GB of Memory. Any ideas??
    Thanks!

    I would make sure you set all the Kernel parameters correctly in the install guide.
    So ASM is already running and you are creating the DB or you are trying to create an ASM instance?
    Also found this on Metalink:
    Applies to:
    Oracle Server - Enterprise Edition - Version: 9.2.0.4
    SUSE \ UnitedLinux x86-64
    Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opetron Architecture)
    Linux x86-64
    Symptoms
    When trying to increase the SGA to approach half available RAM with an Oracle 64bit version on a Linux 64bit operating system, even though shmmax is set to match half the amount of RAM, you get the following error when trying to start the instance:
    SQL> startup nomount
    ORA-27102: out of memory
    Linux-x86_64 Error: 28: No space left on device
    Changes
    shmall is set to default at 2097152
    Cause
    shmall is number of pages of shared memory to be made available system-wide.
    Solution
    Set shmall equal to shmmax divided by the page size.
    FYI: The page size can be seen using the following command:
    $ getconf PAGE_SIZE
    Errors
    ORA-27102 out of memory

  • Physical Standby Database Creation with RMAN

    Hi,
    I'm in 10g on Linux. I want to create a standby database on another Linux server. I did not find a clear procedure to create it in Oracle® Database Backup and Recovery Advanced User's Guide 10g Release 2 (10.2) Part Number B14191-02
    and niether in Oracle® Data Guard Concepts and Administration 10g Release 2 (10.2) B14239-04
    In the last one chapter 3 sends you to F appendix and F appendix says do nothing before having than all in chapter 3 :
    In F.1.1 page F-2 it is said :
    See Chapter 3 for a complete discussion of physical standby database preparation,including initialization parameter settings. You must perform all necessary preparation tasks described in these chapters before RMAN can successfully create the standby database files and mount the standby database.
    Any way I'm looking for a procedure or clear article to create it.
    Many thanks before.

    Physical Standby Database Creation with RMAN
    Use the DUPLICATE command.
    Check out this metalink doc: Note:374069.1 and Note:118409.1
    Message was edited by:
    STW
    Message was edited by:
    STW

  • ORA-12523 while creating a database on ASM using DBCA

    HI PPL,
    I have set up am ASM instance and also configured the listener services to it.
    But when I try to create database on the configured ASM instance using DBCA , I am getting the following error
    TNS:listener could not find instance appropriate
    for the client connection
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP(Host=10.10.199.141)
    (Port=6881))(CONNECT_DATA=(SERVICE_NAME++ASM1)
    (INSTANCE_NAME=+ASM1)(UR=A)))
    I have checked the listener status and ASM instance and booth seem to be fine:
    $ lsnrctl status ASM
    LSNRCTL for HPUX: Version 10.2.0.3.0 - Production on 30-JUL-2010 12:40:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.199.141)(PORT=6881)))
    STATUS of the LISTENER
    Alias ASM
    Version TNSLSNR for HPUX: Version 10.2.0.3.0 - Production
    Start Date 30-JUL-2010 11:36:11
    Uptime 0 days 1 hr. 4 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /uat06/asm_home/network/admin/listener.ora
    Listener Log File /uat06/asm_home/network/log/asm.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.199.141)(PORT=6881)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "ASM" has 1 instance(s).
    Instance "ASM", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    SQL> sho parameter local
    NAME TYPE VALUE
    local_listener string ASM
    log_archive_local_first boolean TRUE
    Please help as I am new to ASM.
    OS-HP-UX
    Database;10gR2
    regards

    HI Chinar,
    I have already checke the same and made the changes as per the metalink note.
    But stil I am getting teh following error:
    $ lsnrctl status ASM
    LSNRCTL for HPUX: Version 10.2.0.3.0 - Production on 30-JUL-2010 12:40:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.199.141)(PORT=6881)))
    STATUS of the LISTENER
    Alias ASM
    Version TNSLSNR for HPUX: Version 10.2.0.3.0 - Production
    Start Date 30-JUL-2010 11:36:11
    Uptime 0 days 1 hr. 4 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /uat06/asm_home/network/admin/listener.ora
    Listener Log File /uat06/asm_home/network/log/asm.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.199.141)(PORT=6881)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "ASM" has 1 instance(s).
    Instance "ASM", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Why is it showing status "BLOCKED" if i check the listener status.

  • Benefits of Partitioning a Database running with ASM

    Hi All,
    I am trying to understand the additional benefits of performing partitioning of table space on a database which is running with ASM.
    Further I wish to understand the approach followed by other teams for partitioning tables and the benfits they reaped out of using ILM.
    Regards,
    Vinod Dudeja

    I would make sure you set all the Kernel parameters correctly in the install guide.
    So ASM is already running and you are creating the DB or you are trying to create an ASM instance?
    Also found this on Metalink:
    Applies to:
    Oracle Server - Enterprise Edition - Version: 9.2.0.4
    SUSE \ UnitedLinux x86-64
    Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opetron Architecture)
    Linux x86-64
    Symptoms
    When trying to increase the SGA to approach half available RAM with an Oracle 64bit version on a Linux 64bit operating system, even though shmmax is set to match half the amount of RAM, you get the following error when trying to start the instance:
    SQL> startup nomount
    ORA-27102: out of memory
    Linux-x86_64 Error: 28: No space left on device
    Changes
    shmall is set to default at 2097152
    Cause
    shmall is number of pages of shared memory to be made available system-wide.
    Solution
    Set shmall equal to shmmax divided by the page size.
    FYI: The page size can be seen using the following command:
    $ getconf PAGE_SIZE
    Errors
    ORA-27102 out of memory

  • COLD BACKUP DATABASE CLONING with +ASM

    Hi,
    I need some help to clone the database using Cold backup with +ASM. Can somebody help me on this
    Here is the steps we did on Source Database.
    1. Copied all the $ORACLE_HOME from Source to TARGET.
    2. Created pfile from spfile.
    3. Created backup control file on the Source.
    Questions:
    =======
    1. Source has 3 diskgroups, do we need to create new 3 disk groups on the TARGET ?
    2. If we needed 3 new disk groups on TARGET, how can we move all the data from SOURCE diskgroup to TARGET disk group, Do we need to use RMAN?
    Please let me know what else need to do to bring up the TARGET database.
    Thanks
    Dheeru.

    Hi,
    1. Source has 3 diskgroups, do we need to create new 3 disk groups on the TARGET ?Not necessarily.
    2. If we needed 3 new disk groups on TARGET, how can we move all the data from SOURCE diskgroup to TARGET disk group, Do we need to use RMAN? Yes, use RMAN to clone/duplicate the database.
    Rapid Clone Documentation Resources, Release 11i and 12 [ID 799735.1]
    Cloning ASM database using RMAN Duplicate
    http://oracleandme.blogspot.com/2007/08/cloning-e-biz-using-rman-duplicate.html
    Thanks,
    Hussein

  • Database installation with ASM

    Hello,
    I just install a new RAC server with 2 nodes.
    Linux RedHat4 /oracle 10gR2.
    I have a disk RAID5 : /dev/sdc--->/dev/raw/raw1
    RAID5 : /dev/sdc--->/dev/raw/raw2
    RAID1 : /dev/sdd--->/dev/raw/raw3
    When I create my database I need to put my datafiles in RAID5 and my redologs in RAID1.
    How I can do this with ASM? I have to create 3 disk groups (+DATA,+FRA and +REDOLOG)?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    You dedicate disks to an ASM diskgroup in the CREATE DISKGROUP statement. If you have 2 disks (one RAID5, one RAID1) you can have only 2 diskgroups. The first one points to RAID5 (datafiles), the second one to RAID1 (redologs). Later on you have to put datafiles into group1 and redologs into group2.
    This document is a good description, how to deal with ASM:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/storeman.htm#i1007979
    Werner

  • Database Creation on ASM

    whenever i launch DBCA to create the database to configure it to ASM it asked for the password specific to ASM ,
    the ASM instance is running well,,,,,,,as sysdba .............
    but when i enter the password to create the database on DBCA it shows me error.......
    is this right to ignore the password verificaton at this time..
    using 10R2 on win2003 VMWare machine
    Edited by: user8664817 on Jul 27, 2009 10:42 PM

    when i enter the password to create the database on DBCA it shows me error.......I had a similar problem, and solved it by following MOS Doc ID: 431312.1

  • Problem in new database creation with the help of online  backup

    Dear dba's
    i am using oracle 11gR2 database in windows server 2003. database is running in ARCHIVE LOG mode.
    i have taken an online backup of all datafile,controlfile and spfile.Then i crated folders in all the locations as required for new database.
    then i registerd the service of new database named as 'newdb' by
    oradim -NEW -SID newdb
    then i created a password file manually in 'oracle_home\database' location.
    i created a new contolfile named as controlfile_01.ctl. the content of controlfile as follows
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "NEWDB" NORESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 (
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_1_7FK0XG7B_.LOG',
    'D:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\NEWDB\ONLINELOG\O1_MF_1_7FK0XHWB_.LOG'
    ) SIZE 50M,
    GROUP 2 (
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_2_7FK0XKB8_.LOG',
    'D:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\NEWDB\ONLINELOG\O1_MF_2_7FK0XM0Z_.LOG'
    ) SIZE 50M,
    GROUP 3 (
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\ONLINELOG\O1_MF_3_7FK0XNOZ_.LOG',
    'D:\APP\ADMINISTRATOR\FLASH_RECOVERY_AREA\NEWDB\ONLINELOG\O1_MF_3_7FK0XOWB_.LOG'
    ) SIZE 50M
    DATAFILE
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSTEM_7FK0SKN0_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_SYSAUX_7FK0SKPG_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_UNDOTBS1_7FK0SKTC_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_USERS_7FK0SKWB_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\DATAFILE\O1_MF_EXAMPLE_7FK0Z5LK_.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\MARSH.DBF',
    'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\JOMARSH.DBF'
    CHARACTER SET AL32UTF8
    the control file path was registered in pfile also.
    then i brought the database to nomount stage.
    the problem is when i try to mount database it shows following error. anyone can help me to over come from this issue????????
    SQL> startup pfile='D:\app\Administrator\product\11.1.0\db_1\database\INITnewdb.ora' nomount;
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size 1334380 bytes
    Variable Size 301990804 bytes
    Database Buffers 226492416 bytes
    Redo Buffers 5844992 bytes
    SQL> ALTER DATABASE MOUNT;
    ALTER DATABASE MOUNT
    ERROR at line 1:
    ORA-00205: error in identifying control file, check alert log for more info
    the alert massage is:
    ORA-00210: cannot open the specified control file
    ORA-00202: control file: 'D:\APP\ADMINISTRATOR\ORADATA\NEWDB\CONTROLFILE\CONTROLFILE_01.CTL'
    ORA-27048: skgfifi: file header information is invalid
    OSD-04001: invalid logical block size (OS 1413563730)
    Fri Dec 09 13:11:59 2011
    Checker run found 1 new persistent data failures
    ORA-205 signalled during: ALTER DATABASE MOUNT...
    Thanks & Regards,
    John Marshal.A

    Hi;
    Error: ORA 205
    Text: error in identifying control file <name>
    Cause: The system could not find a control file of the specified name and
    size.
    Action: Either
    Check that the proper control filename is referenced in the
    CONTROL_FILES initialization parameter in the initialization parameter
    file and try again.
    When using mirrored control files, that is, more than one control file
    is referenced in the initialization parameter file, remove the control
    filename listed in the message from the initialization parameter file
    and restart the instance.
    If the message does not recur, remove the problem control file from
    the initialization parameter file and create another copy of the
    control file with a new filename in the initialization parameter file.
    Regard
    Helios

  • 11gR2 Database Installation with ASM - NOT RAC

    Hi ,
    Im littel bet confused about the "Grid Infrastructure" in 11gR2.
    In oracle 10gR2 i had to install oracle software twice.
    1. one for the rdbms instance and the second software on for the ASM instance.
    2. Then from the asm home i run dbca and choose "configure automatic storage management" and continue with the installation.
    3. Finally i run dbca from the rdbms home and attached the dabs to the asm.
    11gR2 intreduce the "Grid Infrastructure" also asm with for non-rac installation .
    I would like to know if i still need to install twice the oracle software (once for the asm home and second for the rdbms home) and
    only then continue with the "Grid Infrastructure" , or the : "Grid Infrastructure" already contain the asm software , for the asm home
    Thanks

    Is that true that you have to install a separate set of binaries for ASM and one for the RDBMS. I don't think it is in either 10g or 11gr1.
    I do know that in 11gr2 you only need one home for the ASM_HOME and CRS_HOME which saves one installation.
    John
    www.jhdba.wordpress.com
    Edited by: user11221636 on Dec 3, 2009 9:46 PM

  • Database creation with dreamweaver without internet

    Dear all,
    I have a database with acces in the folder of my website on my computer.
    I have two files : Accountcreation.html and Accountdatabase.accdb
    When I input datas in the html file, i would create a new line in the accdb file. Is it possible inside dreamweaver to create this link without a mysql server?
    Because i need to configurate my website without connection.
    Thanks in advance

    Hi
    The question I have to ask here is, "How good is your php or javascript?".
    The reason I ask this is that there are 2 or 3 ways to do this.
    The first would be to use a localhost server and database, (if it is just for use on your computer) -
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    The second would be to use 'IndexedDB' which is a browser based database, see -
    http://msdn.microsoft.com/en-us/library/ie/hh673548%28v=vs.85%29.aspx
    The third method would be to use a simple csv text based database, (similar to the old 'flat file' database) but this one I would not recommend.
    PZ

  • Database creation with Sapinst

    Hi all.
    We are testing an ECC5.0 no unicode to unicode conversion. We are trying to minimize downtime in the process.
    We want to know if it is possible to create an empty database (with the expected unicode database size) previously to the import phase. Basically, we don't want to create the database with the sapinst program and just use it for importing data.
    Is it possible to tell sapinst to skip the create database phase?
    Anyone knows how to do this?
    Thanks and regards.

    Hi
    Ya itis possible to skip the database phase..................you will have to do some modifications in control.xml.My suggestion is not to edit control.xml if your not an expert.
    Rather go for systemcopy.
    There are two options in systemcopy
    1.Using database speacific tools
    2.Normal systemcopy
    You can go for the first option.Here whole of your database contents will get imported.
    For any futher clarification feel free to contact.

  • Standby database creation with the Grid Control Wizard.

    Has anyone had issues with this tool ? I keep getting 'Failed' with the following error on the step 'Restore One Datafile'
    and step 'Restore Current Logs' .
    SQL> Connected to an idle instance.
    ORA-01034: ORACLE not available
    All the other steps 'Succeeded' .
    We need to make this wizard work since the customer needs the capability and they are NOT going to do a manual setup.
    Thanks for any pertinent assistance in advance .

    Blues Breaker wrote:
    Has anyone had issues with this tool ? I keep getting 'Failed' with the following error on the step 'Restore One Datafile'
    and step 'Restore Current Logs' .
    SQL> Connected to an idle instance.
    ORA-01034: ORACLE not available
    All the other steps 'Succeeded' .
    We need to make this wizard work since the customer needs the capability and they are NOT going to do a manual setup.
    Thanks for any pertinent assistance in advance .Instance status in not even in no mount status, instance not started and no background processes of oracle are running.
    You want to restore only datafile? then database should be in mount status.

  • Creation with Reference using BAPIs

    We're looking into creating an order with reference to a quotation or a return order with reference to an order or invoice.
    According to OSS note 370988 you can only achieve this using a workaround. We're in the process of testing it, so we were wondering whether anybody else out there already has experience with it.
    Specifically:
    - are there any issues in the document flow (based on our testing so far no) ?
    - are there issues with regards to pricing ?
    - do the final documents look as if created using VA01 ?
    Are there other approaches ? E.g. how does the SAP web shop do it ?
    Thanks
    Adrian

    HI Adrian Zehnder,
    1) If you want create order with reference to quotation like ex quotation document type is ymea then create quotation using standard bapi 2) By using bapi get the details of the quotation and pass that data to BAPI_SALESORDER_CREATEFROMDAT2 fill the fields ref_doc, ref_doc_it, and ref_doc_ca  3) There i s no issue with pricing everything will copy.4) It will like created in va01.Post if you need more help in this.
    Regards,
    Madhu.

  • How to create database with ASM

    HI
    How to create database with ASM?
    I install vmware workstation on window XP .On virtual machine install Linux 5 enterprise (Oracle) install.
    I install oracle DB software only. Also make 3 disk for ASM .
    1 -- When I want to install oracle DB with ASM . In this process candidate disks not show . Why?
    How I can see disks ..
    so I simple install oracle DB software only.
    2 -- Now I want to create database with ASM by DBCA .
    What process I will follow ?
    Please guide me
    Thanks

    Hi
    Steps to create database with ASM.
    1.Install oracle binary with active CRS(For single node installation CRS is activated when you run root.sh) .
    2.Create disk without file ssytem.
    3.Assign disk to raw .
    4.Change owner and permission to raw devices.
    5.Configure ASM manually or USing DBCA.
    Manually ASM Configuration.
    a.Create initialization parameter file and password file.
    b.Mandatory parameter is "instance_type=asm" as per your need configure rest of parameter like db_cache_size,large_pool_size,processes,remote_login_passwordfile,shared_pool_size etc..
    c.To discover disk configure "asm_diskstring=/dev/raw/raw*"
    Using DBCA to configure ASM.
    1.In storage type section choose ASM.It will ask for password of sysdba in 10g.
    2.ASM configuration window will open -> here it create disk group -> it shows all available ASM candidate disk automatical -> choose normal redundancy,external redundancy or high redundancy.
    ASM disk also can be conbfigured with ASMLIB .
    If ASM disk is configured you can start asm instance in nomount state and query to v$asm_disk to see all candidate disk.V$asm_disk only shows disk which is configured in asm_diskstrings.
    Hope this will help U,
    Tinku

Maybe you are looking for

  • How to get data from list of values (LOV) to be displayed in a text field ?

    Hi guys, I am very new to Oracle APEX so please spare me if it is a silly question. How can I get the selected values from a set of list of values (LOV) displayed in a text field (or text area or so) ? Fox example, in my form I create 4 items: STATE,

  • Thunderbolt Display USB ports not working after 1.2 firmware update

    I installed the Thunderbolt Display Firmware Update 1.2 a few days back, and following that update, the USB ports on my display have stopped working completely. The display's Thunderbolt port and Ethernet jacks are working fine, as is the Thunderbolt

  • Importing from a I mac g5 to a power mac G5

    I'm trying to transfer my video from idvd or imovie to my brothers computer so I can burn it. Do you know how to share the files so I can make this possible?

  • Tablespace resize

    Using a Bigfile tablespace (maxsize 250G) in Oracle 10g on Solaris. In bigfile tablespace I cannot add a second datafile like normal tablespace. Want to know when the tablespace reaches the maxsize 250G, what options do I have? Can I increase the max

  • SQ01 Queries; Any rules / Coding posssible?

    Hi, I must make a query and want to use TX SQ01. When I join the 2 tables I have the issue that the link field has a leading zero in one table and without leading zero in the other table. So the join will not work. I am wondering if there is any opti