Database Storage location using DBCA

I'm trying to create a database. I would like to put the database on drive M and the logs on drive N.
I'm getting that if I want to do it during creation using DBCA I need to define the location on step 11 - Database Storage.
When I click on Datafile I then click on File Location Variables do I change ORACLE_BASE, ORACLE_HOME or both?
When I click on Redo Log Groups I then click on File Location Variables do I change ORACLE_BASE, ORACLE_HOME or both?
Do I do anything with the Control files location?

In that step you got File Name and File Directory menu.
Change the paths in File Directory menu.
Suppose you have create oradata folder in both M and N drives.
System01.dbf M:\oradata
redolog01a.log N:\oradata
suggestion:- Please multiplex controlfiles and redo log files.

Similar Messages

  • New database create script using DBCA

    Hi,
    I'm trying to generate a database create script using DBCA. I have another database running on the same physical server(HP-UX and oracle 10g R2). When I run the DBCA, it is creating scripts to Clone DB and Clone RMAN restore. Why it is not generating to create a new database instead of cloning the DB.
    Thanks

    Rock2 wrote:
    Hi,
    I'm trying to generate a database create script using DBCA. I have another database running on the same physical server(HP-UX and oracle 10g R2). When I run the DBCA, it is creating scripts to Clone DB and Clone RMAN restore. Why it is not generating to create a new database instead of cloning the DB.
    ThanksWhen you launch dbca, you need to select to create a 'custom' database, not one of the pre-canned templates. The templates will all result in a script that does an rman restore from a backup that comes with the product. Selecting 'custom' database will result in scripts built around the CREATE DATABASE sql statement.

  • Creation of Storage Location using BAPI

    Hi ABAP Gurus,
    I want to create a Storage Location using a BAPI , namely 'BAPI_MATERIAL_SAVEDATA'.
    I am passing the required parameters like Material, Material Type,Base unit of measure ,Plant and
    the parameter Storage Location(STGE_LOC) as well as corresponding X Structures for the fields.
    But by using these parameters , the BAPI is not creating the Storage Location.
    Please help regarding this.

    Hi,
         Please check are you passing like this.
    PLANTDATA-plant = '3210'.
    PLANTDATAX-plant = 'X'.   or you try like this PLANTDATAX-plant = '3210'. (because the comp. type is WERKS_D)
    Regards
    GK.

  • 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.

  • How to change the storage location using BAPI_OUTB_DELIVERY_CHANGE

    Hi !
    I want to do batch split in the delivery using BAPI_OUTB_DELIVERY_CHANGE.
    Can anyone tell me how to pass/change the storage location of each batch item.
    Is there any other BAPI that can do the batch split and populate the storage location also for the split batches?
    Regards,
    Firoz.

    Hi all,
    BAPI_OUTB_DELIVERY_CHANGE  can be used to do batch split and updating storage loaction against each item of an outbond delivey.
    I have done that in the folllowing way:
    1 > Firstly i have updated the storage location for each delivery item using 'BAPI_OUTB_DELIVERY_CHANGE' passing some mininal parameters.
       Fetch the item details from LIPS table based on the outbound delivery and pass the corresponding fields to item_data, item_control  and item_data_spl parameters and passed into intenal table li_lips.
    Loop at li_lips inti lw_lips.
        lw_item_data-deliv_numb           = lw_lips-vbeln.
        lw_item_data-deliv_item             = lw_lips-posnr.
        lw_item_data-material                = lw_lips-matnr.
        lw_item_data-fact_unit_nom      = lw_lips-umvkz.
        lw_item_data-fact_unit_denom  = lw_lips-umvkn.
        lw_item_data-base_uom            = lw_lips-meins.
        lw_item_data-sales_unit            = lw_lips-vrkme.
        lw_item_control-deliv_numb      = lw_lips-vbeln.
        lw_item_control-deliv_item        = lw_lips-posnr.
        lw_item_data_spl-deliv_numb   = lw_lips-vbeln.
        lw_item_data_spl-deliv_item     = lw_lips-posnr.
        lw_item_data_spl-pick_denial   = 'X'.
        lw_item_data_spl-stge_loc       = v_lgort.
    "(This would be your Storage Location which you want to be updated)
    Appending work areas into internal table to pass as parameter
        APPEND lw_item_data_lgort     TO li_item_data_lgort .
    Appending work areas into internal table to pass as parameter
        APPEND lw_item_control_lgort  TO li_item_control_lgort.
    Appending work areas into internal table to pass as parameter
        APPEND lw_item_data_spl_lgort TO li_item_data_spl_lgort.
    endloop.
    Passing the delivery no in the work area of header data
      lw_header_data-deliv_numb           = v_delivery_no.
      lw_header_control-deliv_numb       = v_delivery_no.
      lw_header_tech_control-upd_ind   = 'U'.
    Calling BAPI to change the Storage location
      CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
        EXPORTING
          header_data       = lw_header_data
          header_control   = lw_header_control
          delivery               = v_delivery_no
          techn_control     = lw_header_tech_control
        TABLES
          item_data           = li_item_data
          item_control       = li_item_control
          return                 = li_return_change
          item_data_spl    = li_item_data_spl.
    Calling BAPI to committ the task
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .
    2> Then i have used the same BAPI again 'BAPI_OUTB_DELIVERY_CHANGE' to do the batch split/update batch only(if required) and change the Actual Delivered Quantity.
    Here you have to pass the same thing along with actual delivery qauntity and different batches to do batch split.
    Here it is assumed that Batch numbers, actual delivered quantity are coming from an internal table i_lqua.
    Looping through Internal table to get Bin details
      LOOP AT i_lqua INTO w_lqua .
    Clearing work area before use
        CLEAR : lw_item_data, lw_lips, lw_item_control, lw_item_data_spl.
    Reading table comparing metrial number
        READ TABLE li_lips INTO lw_lips
        WITH KEY matnr = w_lqua-matnr BINARY SEARCH.
    If read is successful, passing values from table
        IF sy-subrc EQ 0.
    Passing the delivery details into Item level table
          lw_item_data-deliv_numb              = lw_lips-vbeln.
          lw_item_data-deliv_item                = lw_lips-posnr.
          lw_item_data-material                   = lw_lips-matnr.
          lw_item_data-batch                       = w_lqua-charg.
          lw_item_data-dlv_qty                    = w_lqua-verme.
          lw_item_data-dlv_qty_imunit         = w_lqua-verme.
          lw_item_data-base_uom               = w_lqua-meins.
          lw_item_data-hieraritem                = lw_lips-posnr.
          lw_item_data-usehieritm                = 1.
          lw_item_data-fact_unit_nom          = lw_lips-umvkz.
          lw_item_data-fact_unit_denom      = lw_lips-umvkn.
          lw_item_data-sales_unit                 = lw_lips-vrkme.
          lw_item_control-deliv_numb           = lw_lips-vbeln.
          lw_item_control-deliv_item             = lw_lips-posnr.
          lw_item_control-chg_delqty           = 'X'.
          lw_item_data_spl-deliv_numb        = lw_lips-vbeln.
          lw_item_data_spl-deliv_item          = lw_lips-posnr.
          lw_item_data_spl-stge_loc            = w_lqua-lgort.
          lw_item_data_spl-pick_denial        = 'X'
    Appending work area into internal table to pass as parameter
          APPEND  lw_item_data TO  li_item_data.
    Appending work area into internal table to pass as parameter
          APPEND lw_item_control TO li_item_control.
    Appending work area into internal table to pass as parameter
          APPEND lw_item_data_spl TO li_item_data_spl.
    Clearing work areas after use
          CLEAR : lw_item_data, w_lqua,lw_item_data_spl,lw_item_control,
                        lw_vbpok, lw_lips.
        ENDIF.
      ENDLOOP.
    Passing the delivery no in the work area of header data
      lw_header_data-deliv_numb           = v_delivery_no.
      lw_header_control-deliv_numb       = v_delivery_no.
      lw_header_tech_control-upd_ind   = 'U'.
    Calling BAPI to change the Batch/Batch-Split/Delivery Quantity
      CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
        EXPORTING
          header_data           = lw_header_data
          header_control       = lw_header_control
          delivery                   = v_delivery_no
          techn_control         = lw_header_tech_control
        TABLES
          item_data                = li_item_data
          item_control            = li_item_control
          return                     = li_return_change
          item_data_spl         = li_item_data_spl.
    Calling BAPI to committ the task
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .
    This is the only way which i found as better way to do the Batch split and updating storage location togetherly.
    I hope this code will help you.

  • Database not creating using DBCA

    Hi,
    I installed oracle on solaris 10 sparc system
    when i try to create a database using dbca, it is not creating.
    after i click on finish button on dbca to create a database, database creating windows is not opening, i mean it is in same window, i clicked thousand times on that finish button, no windows is opening, nothing is happening.
    please help, i will really appreciate if anyone tell me how to resolve this issue.
    Regards,
    Veeresh S

    solaris server is 64 sparc
    and i installed oracle 10.2.0.1 64 bit for sparc 64
    now this is not working.
    can i install oracle 10.2.0.2 x86 in this sparc 64 bit server

  • Problem creating database in RHEL3 using dbca

    I have installed oracle 9iR2 on RHEL3 and applied the patch 3006854
    but while installing installing Net Configuration Assistant was not installed it gave an error.
    now I am trying to create database using dbca but getting an error as
    ORA-12546:TNS:Permission denined.
    plz guide me in solving this problem

    At which step/stage in DBCA you get this error?
    You can try to dump out the creation scripts and run them manually see if you can get through.

  • Can we delete material for particular storage location using MMSC

    Hi,
    Can we delete a Material for particular storage location of a plant usign MMSC Transaction?
    Thanks in advance.
    NDS

    Hi, It is not possible to delete the storage location from MMSC once it is saved, Material gets extended for that storage location, U have to delete the material at the storage location level.
    Now the only option to delete this assignment is with archiving.
    T-code: SARA object MM_MATNR
    Refer below link for procedure
    [Deletion Storage Location From MMSC  |Re: Deletion Storage Locaion From  MMSC]
    [Cannot delete Sloc in MMSC|Re: Cannot delete Sloc in MMSC]

  • DAG Database Storage Location in addition to Configuring a Proper Backup/Restore Policy

    Hello everyone! I have two questions that have LOTS of detail so I'll jump right into describing our Exchange 2010 layout and then the questions:
    EXCHANGE SERVERS:
    - cvnit-ex01.***.***.*** - Hub,CAS,MB
    Database: MBDB1
    - cvnit-ex02.***.***.*** - Hub,CAS,MB
    Database: MBDB2
    - Both exchange servers have one DB and they are both part of the same DAG.
    - Another server is the DAG witness server.
    - Only two servers in forest.
    - Members of CASArray, using 3rd part DNS for round-robin
    - DAG failover has been actively tested and works - users with mailboxes on MBDB2 experience less than 5 seconds of an outage if I shut off cvnit-ex02
    OKAY, so here is my question/statement. I spent a lot of time on the storage side creating LUNs for each exchange server to hold its edb and logs. For example, on cvnit-ex01:
    MBDB1.edb = G:\
    MBDB1 logs = H:\
    I then also created a separate LUN, assuming I could tell DAG where to store the passive copies of a database on the target server.
    "passivedb.edb" = I:\
    "passive logs" = J:\
    The problem is, I see DAG copied the DB from cvnit-ex01 over to cvnit-ex02's G:\ drive. Is there any way I can configure it to store the copied databse on that separate, designated LUN (I:\ for edb and J:\ for logs)?
    The end goal would be for ex01 and ex02 to have four drives EACH: 2 for its primary db and logs, and two for the passive db and logs. Both edb files are relatively the same size and the capacity of the LUNS holding the passive copies is not an issue.
    On to the other one...
    Is there any step-by-step instruction on how to properly enable DAG backups of databases so that I can use lagged copies and then in turn enable circular logging? Keep in mind that this is a fresh exchange 2010 installation and implementation, and I still
    have time before it goes into production. I don't quite understand the whole "need three copies of databases and a lagged copy" ordeal.
    Thank you in advance!

    for the 1st question: No, that letters must match. If the Database is on the G: drive and you replicate to another server, G: must exist.
    http://technet.microsoft.com/en-us/library/dd979802(v=exchg.141).aspx
    All copies of a database use the same path on each server containing a copy. The database and log file paths for a database copy on each Mailbox server must not conflict with any other database paths.
    I was not a big fan of lagged copies in Exchange 2010. Some instructions:
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/high-availability-recovery/eliminating-traditional-backups-using-native-exchange-2010-functionality-part4.html
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • Problem while creating database using dbca

    Hi all,
    I am getting following error when I try to create a database (fresh installation) using dbca on linux ES4, oracle 10.2.0.1 (Rev2). Any help much appreciated.
    ORA-19624: operation failed, retry possible,
    ORA-19870: error reading backup piece /u01/app/product/10.2.0/db_1/assistants/dbca/templates/Seed_Database_8k.dbf
    ORA-19505: failed to identify file /u01/app/product/10.2.0/db_1/assistants/dbca/templates/Seed_Database_8k.dbf
    ORA-27037: unable to obtain file staus.
    Thanks,

    Hi,
    You saw if this file /u01/app/product/10.2.0/db_1/assistants/dbca/templates/Seed_Database_8k.dbf exists ?
    See if this link help you:
    database 10gR2 configuration assistant error
    Cheers

  • Migrating database from windows to linux using dbca templates

    Hi every one,
    Is it possible to migrate Oracle10g database from Windows to Linux by using DBCA templates?????????????
    If yes please guide me, as i tried it and am getting error while creating database on linux using DBCA templates of Windows server.
    Warm regards,
    Veeresh.S
    (Oracle DBA)

    With DBCA you can create a new database, delete a database, create ASM, and manage templates.
    There's no option of migrating a database from one platform to the other. If you want to migrate your database from Windows to Linux you have 2 ways of doing it:
    1 using IMP/EXP Export you db on windows and Import it on Linux.
    2 Use across platform transportable tablespace if you db is already on 10g.
    Regards,
    Tony

  • Detetion material from storage location

    Hi All ,
    I wanted to delete a material from a storage location .Can any one suggest me to delete material from storage location other than blocking material for storage location using MM06 .I suppose that it can not done by using MMSC.
    Thanks & Regards,
    Srikanth P.

    Dear,
    If you created an material by error and you want to delete that material from the data base you can do it in this simple 4 steps. The only condition is that this material has to have no material movement recorded.
    These are the steps:1
    1) Flag material for deletion. transaction MM06
    2) Run report MMREO001 - Selection of materials flagged for deletion and select the material
    3) Run report MMREO050 Archive Materials to archive the material (some customisig settings might be required)
    4) Run report MMREO110 Deletion Program for Archiving Materials to delete the material from the database.
    These reports are called by the SARA transaction too.
    Regards,
    Syed Hussain.

  • Two storage location concept in EWM AFS ROD.

    Hi Experts,
    This post looks very old so opening a new thread.
    http://forums.sdn.sap.com/thread.jspa?threadID=1563967
    As mentioned I would like to know the working of AFS and ROD storage locations in EWM.
    ROD -- F1 Unrestricted in putaway  ,      AFS -- F2  -- Available for sale.
    1. I can perform goods receipt for both the storage location using inbound delivery.
                  For  ROD  stock will go to stock type F1
                  For   AFS stock will go to stock type  F2.
    2. As per the information I can not perform goods issue from ROD ie I can not create a Outbound delivery to issue the goods from ROD storage location.
    3. If any goods issue is needed I should transfer the goods from ROD storage location Stock type F1 to AFS storage location in EWM, may be by transfer posting.
    Does these points make sense ?
    Regards
    Shashank
    Edited by: Shashank Balooni on Aug 11, 2011 2:47 AM

    Self:
    In EWM we have to use two storage locations : 0001 (ready on dock ) and 0002 (available for sale )...
    In configuration ewm : availibility group 001 + 0001 and  availibility group 002 + 0002
                                     availibility group 001 + F1 and  availibility group 002 + F2
    Create delivery and confirm the warehouse task : stock moves to 001  F1 , Storage type maintained in Warehouse process type  > and this will trigger receipt in 0001 at IM
    Later when the goods receipt is posted in EWM from delivery the stock will move from 001 / F1 to 002/ F2 in 0002 store in IM
    Hope this helps !
    shashank

  • Storage Location from USERTEMP1 not picked during Goods Issue

    Hi All,
    We had populated the USERTEMP field in FMDERIVE with the Storage Location using the steps mentioned in the following thread
    Fund Center not getting populated through FMDERIVE
    The problem is that during a Goods Issue made from MIGO, this particular field is not getting picked up in the USERTEMP (trace was set up in FMDERIVE, which showed that the USERTEMP is empty).
    But in the case of PR/PO and other purchases, the USERTEMP is getting derived properly with the storage location.
    Why is that the USERTEMP behaves differently for a Goods Purchase and a Goods Issue ?
    Requesting help from the experts on this issue,
    Thanks,
    Wy.

    Hi Eli,
    We replicated the development we did for procurement (copying from storage location into USERTEMP) by finding out the enhancement point and the code worked fine here.
    One important thing to note is that the buffer need to be cleared everytime, before a value is entered here - the USERTEMP field is static otherwise.
    Thanks for your inputs,
    Wy

  • User Authorisation - storage location

    Hi,
    we have three storeage location under one plant, can we restrict user to access only on UM1 storage location not to access balance two storage location.
    Plant :    X70
    Storage Location  :  UM1
                                    UN1
                                    UN2
    Is it possibile to create a role only on storage location, please advice.
    Regards,
    Muthu

    You will need to activate " Authorization Check for Storage Locations "
    Storage location authorization means that a user has to have authorization for authorization object M_MSEG_LGO in order to enter a goods movement in the storage location, using a particular movement type. In the list of material documents, only the document items for which the user has a display authorization are displayed
    Go to  SPRO->Materials management ->Inventory management ->Authorisation management->Authorisation check for storage locations,

Maybe you are looking for

  • How do I get a camera tab on my Photo Booth

    I have an iMac OS X 10.4.11. and my version of Photo Booth does not have a Camera Tab for me to connect an additional camera, it only allows me to use it's own built in camera. Is there any way to get an update to my Photo Booth so I can get this tab

  • IOS 5 bug: Cannot zoom some web pages

    After the upgrade to iOS5, I cannot pinch zoom web pages designed for mobile devices any more.  Normal HTML pages still work. This bug was present in iOS 3.1.2, but was gone by iOS 4.  Now it is back. Please fix this, as it is an accessibility issue.

  • Restoring not restoring backed up information

    I've restored my iPhone multiple times, but the last two times I've done it, I lost all of my favorites, settings, SMS messages, notes, stocks, weather settings, etc. I thought iTunes backed these up? Both restores were running the latest iPhone firm

  • [locked] I downloaded CS4 and cannot get any photos to open up on it

    I cannot get any photos to open up in CS4, all I get is a black screen. I have Vista Business operating system.

  • RTFEditorKit: Incorrect handling of characters with caron (bug?)

    Hi, some characters with carons are handled incorrectly when converting rtf to plain text. e.g. řčě are converted to øèì. š is handled correctly. I'm using this sample code: import org.apache.commons.io.FileUtils; import javax.swing.text.DefaultStyle