Database creation fail in ASM Storage

Hi,
In Suse Linux, we installed the Grid Infra Standalone Server & Database. After ASM Instance started, in ASM instance v$asm_diskgroup shows the DATA diskgroup was mounted. But from Database Instance when we query the v$asm_diskgroup show "no row selected".
When i try to create database using DBCA or manualy creation i'm getting following error.
ORA-01501: Create Database Failed
ORA-00200: Control file could not be created
ORA-00202: Control file : '+DATA'
ora--17502: ksfdcre:4 Failed to create file '+DATA'
ora--15055: unable to connect to ASM instance
ora-27140: attach to post/wait facility failed
ora-27300: OS system dependent operation: invalid_egid failed with status: 1
ora-27301: OS failure message: Operation not permitted
with Regards,
Baalaji V

Did you install Grid infra as Oracle user or different user?
In case of different user, does oracle user and grid infra should share same admin group.
This is what I did on OLE 5.0
# groupadd -g 1000 oinstall
# groupadd -g 1100 asmadmin
# groupadd -g 1200 dba
# groupadd -g 1201 oper
# groupadd -g 1300 asmdba
# groupadd -g 1301 asmoper
# mkdir –p /u01/apps/grid
# mkdir -p /u01/apps/oracle
# useradd -u 1100 -g oinstall -G dba,asmdba,asmoper -d /home/grid grid
# useradd -u 1001 -g oinstall -G dba,asmadmin,asmdba,asmoper -d /home/oracle oracle
# chown -R grid:oinstall /u01/apps/grid
# chmod -R 775 /u01
# chown oracle:oinstall /u01/apps/oracle
as GRID user I had installed Grid Infra and created ASM instance and as ORACLE user I had created a database. One more thing listener is running under Grid Infra not under Oracle RDBMS.
Even after this I did get some permission issue not able to access orainventory etc., but then what was fixed then and there.
Hope this helps.
rdgs,
Kamalesh JK
jkkstar inc

Similar Messages

  • Database Creation Failed

    Hi ppl
    I have been able to get past the glibc stage on
    my machine. However, I am still stuck with the
    installation process. The thing breaks during the
    database creation and reports "database creation
    failed."
    This is what I am doing:
    1. I am not lucky enough to have 4 devices as
    mentioned in the inst. guide. (since this is just
    to play around with it.) Thus I have all the mount
    points on the same disk. (with Slackware 3.5
    /Linux 2.1.108)
    2. I select the "default installation" from the
    installation menu.
    3. I already have glibc/ld.so etc etc. And I have
    also checked with "ps -ajx | grep _sid" as per the
    inst guide but found no other process running.
    Because the inst. guide reommended checking the
    sql.log file, I am attaching portions of it, if at
    all that helps.
    Command: (/oracle/u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    @/oracle/u01/app/oracle/admin/pws/create/startpws.sql
    exit
    !), Out,Err=/oracle/u01/app/oracle/product/8.0.5/orainst/sql.log
    Status: 0
    | Ok:
    | Ok: Oracle Server Manager Release 3.0.5.0.0 - Production
    | Ok:
    | Ok: (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    | Ok:
    | Ok: Oracle8 Release 8.0.5.0.0 - Production
    | Ok: PL/SQL Release 8.0.5.0.0 - Production
    | Ok:
    | Ok: SVRMGR> Connected.
    | Ok: ORA-03113: end-of-file on communication channel
    | Ok: create controlfile reuse set database "pws"
    | Ok: *
    | Ok: ORA-03114: not connected to ORACLE
    | Ok: alter database "pws" open resetlogs
    | Ok: *
    | Ok: ORA-03114: not connected to ORACLE
    | Ok: Disconnected.
    | Ok: SVRMGR> Server Manager complete.
    Result: Ok
    --------------[ rdbms.ins 4714
    Any help will be appreciated.
    Yours truly
    -Amlan
    null

    Amlan Saha (guest) wrote:
    : Hi ppl
    : I have been able to get past the glibc stage on
    : my machine. However, I am still stuck with the
    : installation process. The thing breaks during the
    : database creation and reports "database creation
    : failed."
    : This is what I am doing:
    : 1. I am not lucky enough to have 4 devices as
    : mentioned in the inst. guide. (since this is just
    : to play around with it.) Thus I have all the mount
    : points on the same disk. (with Slackware 3.5
    : /Linux 2.1.108)
    : 2. I select the "default installation" from the
    : installation menu.
    : 3. I already have glibc/ld.so etc etc. And I have
    : also checked with "ps -ajx | grep _sid" as per the
    : inst guide but found no other process running.
    : Because the inst. guide reommended checking the
    : sql.log file, I am attaching portions of it, if at
    : all that helps.
    : Command: (/oracle/u01/app/oracle/product/8.0.5/bin/svrmgrl <<!
    : @/oracle/u01/app/oracle/admin/pws/create/startpws.sql
    : exit
    Out,Err=/oracle/u01/app/oracle/product/8.0.5/orainst/sql.log
    : Status: 0
    : | Ok:
    : | Ok: Oracle Server Manager Release 3.0.5.0.0 - Production
    : | Ok:
    : | Ok: (c) Copyright 1997, Oracle Corporation. All Rights
    : Reserved.
    : | Ok:
    : | Ok: Oracle8 Release 8.0.5.0.0 - Production
    : | Ok: PL/SQL Release 8.0.5.0.0 - Production
    : | Ok:
    : | Ok: SVRMGR> Connected.
    : | Ok: ORA-03113: end-of-file on communication channel
    : | Ok: create controlfile reuse set database "pws"
    : | Ok: *
    : | Ok: ORA-03114: not connected to ORACLE
    : | Ok: alter database "pws" open resetlogs
    : | Ok: *
    : | Ok: ORA-03114: not connected to ORACLE
    : | Ok: Disconnected.
    : | Ok: SVRMGR> Server Manager complete.
    : Result: Ok
    : --------------[ rdbms.ins 4714
    : Any help will be appreciated.
    : Yours truly
    : -Amlan
    The Problem is the follow Error:
    ORA-03113: end-of-file on communication channel
    which indicates that the Connection between the SRVMGR and the
    Oracle Instance is broken.
    Possible issiues:
    * Wrong OS Version
    * Major BUG
    * Resource problems (semaphors, shared memory,.....)
    * File protection problems (missing suid bit,...)
    Please verify the follow:
    * Is your OS Version official supported...
    * Have you read the IUG (installation and users guide)
    to verify (and set) the resource need for an oracle instance
    * have you run the script "root.sh" correctly after
    installation?
    you must do this with by the follow steps:
    oracle user: su root (without the - !!)
    root user (with the environment of oracle)
    . $ORACLE_HOME/orainst/root.sh
    Now try again to create the database
    I hope this helps...
    Chris
    null

  • Database creation failed. review

    Hi!
    Thank Colin to help me.
    I have used the oracle enterprise edition.
    The log file shows:
    - ERROR: The 'CREATE DATABASE' statement for the sid1 database
    failed.
    egrep failed to find 'ORA-' error in the file:
    /u01/app/oracle/admin/sid1/create/crdbsid1.1st
    Pls help me again.
    Best Regards
    null

    Welkin (guest) wrote:
    : Hi,
    : When I install the oracle with install new product-Create DB
    : objects, I received the error "Database creation failed. Please
    : check log file". I don't know what go wrong. I have followed
    the
    : instruction of the installation of oracle on Redhat 5.2
    : downloaded from htt://jordan.fortwayne.com/oracle. If anyone
    can
    : help me, please send me email. Thank you!
    : Best Regards
    : Welkin Fung
    Thank you, it is use for only 8.0.5.0 Standard Edition but I
    have Enterprise Edition I cannot create some file so What should
    I do.
    null

  • Backendstore database creation fails lync 2013

    Backendstore database creation fails at step 2 installing lync components. I can physically watch the database appear then disappear in the csdata/backendstore/rtc/dbpath. File rtcxds.mdf. I'm running server 2012 and SQL 2012 express. Installing standard
    edition. I have uninstalled everything 3x and keep erroring out at this point. Firewall is also off. My topology also publishes without error. Here is the error Feature: BackendStore 1/27/2013 3:38:52 PM └ SQL Instance: zeus.athena.local\rtc 1/27/2013 3:38:52
    PM └ Collocated: True 1/27/2013 3:38:52 PM └ Found "RTCHSUniversalServices": True 1/27/2013 3:38:52 PM └ Found "RTCUniversalServerAdmins": True 1/27/2013 3:38:52 PM └ Found "RTCHSUniversalServices": True 1/27/2013 3:38:52 PM └
    Found "RTCHSUniversalServices": True 1/27/2013 3:38:52 PM └ Found "RTCUniversalReadOnlyAdmins": True 1/27/2013 3:38:52 PM └ InstallDatabaseInternalFailure: An internal error has occurred while trying to create or update the database. 1/27/2013
    3:48:53 PM Error └ Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ▼ Details └ Type: SqlException └ ▼ Stack Trace └ at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction
    action, Object execObject, DataSet fillDataSet, Boolean catchException) at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType) └ ▼ Additional Details └ Error: The wait operation timed out
    ▼ Details └ Type: Win32Exception └ ► Stack Trace └ Any suggestions?

    I am seeing exactly the same issue when I tried to setup lync server 2013 in Azure, here is what I did:
    1. Created a domain controller (Active Direcotry Forest) on Windows Server 2008 R2 following instructions at
    https://www.windowsazure.com/en-us/manage/services/networking/active-directory-forest/
    3. Created another Virtual machine  from Azure management portal using Windows 2012 Data Center and joined it to the local  domain
    4. Logged into the 2012 server as domain administrator and tried to setup a standalone front end Lync Server following step to step instructions at
    http://windowspbx.blogspot.com/2012/07/step-by-step-installing-lync-server.html
    5. Everything goes on very well before "Step2 Setup Lync Server components (will install Speechfiles, etc) "
    The error messages are:
    =================================================================
    Attaching database failed because one of the files not found. The database will be created.
    State of database rtcxds is DbState_DoesNotExist.
    Creating database rtcxds from scratch. Data File Path = c:\CsData\BackendStore\rtc\DbPath, Log File Path= c:\CsData\BackendStore\rtc\LogPath.
    Clean installing database rtcxds.
    Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    =================================================================
    I have read all of the suggestions in the following pages and many other sites, tried most of them but no luck:
    http://social.technet.microsoft.com/Forums/en-US/lyncserverpreview/thread/90343e69-9f43-4f11-8763-b60c12ba0c21
    http://social.technet.microsoft.com/Forums/en-US/lyncdeploy/thread/f8d960d3-eaea-442a-8a03-da8b38ca7e1a
    Thanks in advance!

  • Database creation failed Oracle 10g x64

    Hello,
    Trying to install Oracle 10.2.0.1.0 (x64) on Windows Server 2003 SP2 (x64).
    Towards end of installation, it fails at Database creation stage, stopping at 2%.
    Anyone can give any clue on why it happens ???
    Appreciate your help..

    Thank you for your inputs..
    I have tried to run DBCA , but again it fails at 2% (when database files being copied)
    I have also installed 10g Release 2 (10.2.0.4) Patch Set 3 for MS Windows x64
    also downloaded and installed latest Java
    Still when trying to create databse, it fails at the stage of copying database files.
    Thanks to share if anyone have any clue..

  • Steps to rollback when Logical Standby Database creation fails

    Hi,
    In case while creating a logical standby database it fails. What steps should be done on primary to rollback the earlier steps. Because while creating logical standby we do certain tasks on primary e.g.
    1) create supplemental logging.
    2) update init file.
    Regards,
    Tushar

    Hi,
    Thanks for the mail. Should I drop the supplemental logging using
    "Alter database DROP Supplemental Log data;".
    or if we need to disable, how can we do so?
    Rest is ok. Anyways I would not be using force logging.
    Droping of additional tablespace created to keep logminer tables on primary.
    Removing of log_archive_dest_2 information from primary init.
    I think the above should do.
    Regards,
    Tushar

  • Oracle 11.1.0 + Solaris 10 10/08 + Database Creation failed

    Dear all,
    we have installed Oracle 11.1.0 on a Solaris 10 10/08 T5220 system and
    the DB server installs fine.
    When we try now to create the database by dbca the following errors
    at the "Completing Database Creation" step were seen:
    ORA-12801: error signaled in parallel query server P073.
    ORA-00018: maximum number of sessions exceeded
    ORA-06512: at "SYS.UTL_RECOMP", line 629
    ORA-06512: at "SYS.UTL_RECOMP", line 671
    ORA-06512: at line 1
    We learnt from the net that an increase of the SESSIONS / PROCESSES
    parameters in the init.ora file should help us.
    Regardless which number for these parameters we used
    (PROCESSES = 1000 or 5000 or 10000) the errors above still occured.
    We turned also off parallelism but without success!
    Is this a bug and/or is there any other method to create the database
    without any errors?
    THX,
    Rainer

    I got it now by putting the "sessions" parameter into the template file General_purpose.dbc
    used by dbca.
    By the way:
    I tried also to install Oracle 11g on a Sun with only 4gb RAM
    under Solaris 10 10/08. I got the error
    ORA-27102 Out of Memory
    Does this mean that we need more physical RAM now?
    Rainer

  • Oracle database creation failed

    Hi ,
    iam trying to create a database manually .... my logfiles ,controlfiles and system file is getting created but later on mid it throws an error iam using o/s as windows and oracle 10g
    create database krishna
    error at line 1
    ora-ora-01092:oracle instance terminated disconnection forced :
    i have done the follwing steps :
    1) create a service on windows
    oradim -new -sid krishna
    2) crete a passwordfile
    orapwd file ='d:\oracle\oradata\pwdkrishna.ora password=krishna
    3) sqlplus /nolog
    4)connect / as sysdba
    5) create spfile from pfile
    6) exit
    7)startup nomount
    8) create database
    i have tried it around 3-4 times but my database isn't getting created every time iam getting the same error
    Kindly help..........
    Thanks &Regards
    Kavita

    Hi,
    Iam pasting the entire contents of alert log file ........
    Sat Sep 18 17:16:47 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as C:\oracle\product\10.2.0\db_1\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    control_files = D:\ORACLE\ORADATA\KRISHNA\CONTROL01.CTL, D:\ORACLE\ORADATA\KRISHNA\CONTROL02.CTL
    compatible = 10.2.0.1.0
    undo_management = AUTO
    undo_tablespace = undotbs
    db_name = krishna
    Sat Sep 18 17:16:48 2010
    WARNING:Shared I/O Pool created with size=0 set size=0
    PMON started with pid=2, OS id=3524
    PSP0 started with pid=3, OS id=2044
    MMAN started with pid=4, OS id=2036
    DBW0 started with pid=5, OS id=172
    LGWR started with pid=6, OS id=568
    CKPT started with pid=7, OS id=132
    SMON started with pid=8, OS id=2200
    RECO started with pid=9, OS id=3768
    MMON started with pid=10, OS id=4084
    MMNL started with pid=11, OS id=2124
    Sat Sep 18 17:17:25 2010
    Shutting down instance: further logons disabled
    Sat Sep 18 17:17:25 2010
    Stopping background process MMNL
    Sat Sep 18 17:17:25 2010
    Stopping background process MMON
    Sat Sep 18 17:17:25 2010
    Shutting down instance (normal)
    License high water mark = 1
    Sat Sep 18 17:17:25 2010
    ALTER DATABASE CLOSE NORMAL
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archival disabled due to shutdown: 1090
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1090
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Sat Sep 18 17:17:35 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as C:\oracle\product\10.2.0\db_1\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    control_files = D:\ORACLE\ORADATA\KRISHNA\CONTROL01.CTL, D:\ORACLE\ORADATA\KRISHNA\CONTROL02.CTL
    compatible = 10.2.0.1.0
    undo_management = AUTO
    undo_tablespace = undotbs
    db_name = krishna
    Sat Sep 18 17:17:35 2010
    WARNING:Shared I/O Pool created with size=0 set size=0
    PMON started with pid=2, OS id=2268
    PSP0 started with pid=3, OS id=3180
    MMAN started with pid=4, OS id=2972
    DBW0 started with pid=5, OS id=3140
    LGWR started with pid=6, OS id=2456
    CKPT started with pid=7, OS id=2480
    SMON started with pid=8, OS id=2356
    RECO started with pid=9, OS id=2140
    MMON started with pid=10, OS id=3848
    MMNL started with pid=11, OS id=3044
    Sat Sep 18 17:19:41 2010
    create database krishna
    datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    sysaux datafile 'd:\oracle\oradata\krishna\sys01.dbf' size 600m
    logfile
    group 1 ('D:\oracle\oradata\krishna\redo01.log') size 20m ,
    group 2( 'D:\oracle\oradata\krishna\redo02.log') size 20m
    undo tablespace undotbs
    datafile 'd:\oracle\oradata\krishna\undo01.dbf' size 600m
    default temporary tablespace temp01
    tempfile 'd:\oracle\oradata\krishna\temp01.dbf' size 100m
    Sat Sep 18 17:19:41 2010
    Database mounted in Exclusive Mode
    Sat Sep 18 17:19:43 2010
    Successful mount of redo thread 1, with mount id 222418157
    Assigning activation ID 222418157 (0xd41d4ed)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: D:\ORACLE\ORADATA\KRISHNA\REDO01.LOG
    Successful open of redo thread 1
    Sat Sep 18 17:19:43 2010
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Sep 18 17:19:43 2010
    SMON: enabling cache recovery
    Sat Sep 18 17:19:43 2010
    create tablespace SYSTEM datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Sat Sep 18 17:19:43 2010
    Completed: create tablespace SYSTEM datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Sat Sep 18 17:19:43 2010
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Sat Sep 18 17:19:51 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_ora_2364.trc:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00942: table or view does not exist
    Sat Sep 18 17:19:51 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_ora_2364.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5253
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00942: table or view does not exist
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sat Sep 18 17:19:51 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_pmon_2268.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_reco_2140.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_smon_2356.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_ckpt_2480.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_lgwr_2456.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_dbw0_3140.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_mman_2972.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 17:19:52 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_psp0_3180.trc:
    ORA-01519: error while processing file '' near line
    Instance terminated by USER, pid = 2364
    ORA-1092 signalled during: create database krishna
    datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    sysaux datafile 'd:\oracle\oradata\krishna\sys01.dbf' size 600m
    logfile
    group 1 ('D:\oracle\oradata\krishna\redo01.log') size 20m ,
    group 2( 'D:\oracle\oradata\krishna\redo02.log') size 20m
    undo tablespace undotbs
    datafile 'd:\oracle\oradata\krishna\undo01.dbf' size 600m
    default temporary tablespace temp01
    tempfile 'd:\oracle\oradata\krishna\temp01.dbf' size 100m
    Dump file c:\oracle\product\10.2.0\db_1\rdbms\trace\alert_krishna.log
    Sat Sep 18 18:23:35 2010
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:84M/1015M, Ph+PgF:1823M/2967M, VA:1941M/2047M
    Sat Sep 18 18:23:35 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as C:\oracle\product\10.2.0\db_1\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    control_files = D:\ORACLE\ORADATA\KRISHNA\CONTROL01.CTL, D:\ORACLE\ORADATA\KRISHNA\CONTROL02.CTL
    compatible = 10.2.0.1.0
    undo_management = AUTO
    undo_tablespace = UNDOTBS
    db_name = krishna
    Sat Sep 18 18:23:37 2010
    WARNING:Shared I/O Pool created with size=0 set size=0
    PMON started with pid=2, OS id=112
    PSP0 started with pid=3, OS id=240
    MMAN started with pid=4, OS id=1136
    DBW0 started with pid=5, OS id=3164
    LGWR started with pid=6, OS id=1600
    CKPT started with pid=7, OS id=1484
    SMON started with pid=8, OS id=1488
    RECO started with pid=9, OS id=1456
    MMON started with pid=10, OS id=4004
    MMNL started with pid=11, OS id=4020
    Sat Sep 18 18:25:42 2010
    create database krishna
    datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    sysaux datafile 'd:\oracle\oradata\krishna\sys01.dbf' size 60m
    logfile
    group 1 ('D:\oracle\oradata\krishna\redo01.log') size 20m ,
    group 2( 'D:\oracle\oradata\krishna\redo02.log') size 20m
    undo tablespace undotbs
    datafile 'd:\oracle\oradata\krishna\undo01.dbf' size 60m
    default temporary tablespace temp01
    tempfile 'd:\oracle\oradata\krishna\temp01.dbf' size 10m
    Sat Sep 18 18:25:43 2010
    Database mounted in Exclusive Mode
    Sat Sep 18 18:25:49 2010
    Successful mount of redo thread 1, with mount id 222405990
    Assigning activation ID 222405990 (0xd41a566)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: D:\ORACLE\ORADATA\KRISHNA\REDO01.LOG
    Successful open of redo thread 1
    Sat Sep 18 18:25:49 2010
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Sat Sep 18 18:25:49 2010
    SMON: enabling cache recovery
    Sat Sep 18 18:25:49 2010
    create tablespace SYSTEM datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Sat Sep 18 18:25:51 2010
    Completed: create tablespace SYSTEM datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Sat Sep 18 18:25:51 2010
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_ora_3748.trc:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00942: table or view does not exist
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_ora_3748.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 5253
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00942: table or view does not exist
    Sat Sep 18 18:26:02 2010
    Error 1519 happened during db open, shutting down database
    USER: terminating instance due to error 1519
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_lgwr_1600.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_pmon_112.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_reco_1456.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_smon_1488.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:02 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_ckpt_1484.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:03 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_dbw0_3164.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:03 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_mman_1136.trc:
    ORA-01519: error while processing file '' near line
    Sat Sep 18 18:26:03 2010
    Errors in file c:\oracle\product\10.2.0\db_1\rdbms\trace\krishna_psp0_240.trc:
    ORA-01519: error while processing file '' near line
    Instance terminated by USER, pid = 3748
    ORA-1092 signalled during: create database krishna
    datafile 'd:\oracle\oradata\krishna\system01.dbf' size 10m
    sysaux datafile 'd:\oracle\oradata\krishna\sys01.dbf' size 60m
    logfile
    group 1 ('D:\oracle\oradata\krishna\redo01.log') size 20m ,
    group 2( 'D:\oracle\oradata\krishna\redo02.log') size 20m
    undo tablespace undotbs
    datafile 'd:\oracle\oradata\krishna\undo01.dbf' size 60m
    default temporary tablespace temp01
    tempfile 'd:\oracle\oradata\krishna\temp01.dbf' size 10m ...
    Kindly help
    Regards

  • Database creation fail

    hi,
    iam using oracle 10g, OS : Windows-7,
    defautly 10g specifies 8k block_size,
    bt i need to create a 16k block_size database...and with
    TOTAL PHYSICAL MEMORY : 2038MB
    i set.........
    SGA : 734 MB
    PGA : 244 MB
    Oracle process size : 40 MB
    Total memory for Oracle : 1018 MB
    I change Initialization Parameters :
    DB_BLOCK_SIZE : 16384 (16k)
    DB_CACHE_SIZE : 104857600 (100mb)
    these are the only modifications.. that i have done. And it raising the following error while installing DB.!!
    ORA-19870: error reading backup piece C:\PRACLE\PRODUCT\10.2.0\DB_1\ASSISTANT\DBCA\TEMPLATES\SEED_DATABASE_8K.DFB
    ORA-19505: failed to identify file "C:\PRACLE\PRODUCT\10.2.0\DB_1\ASSISTANT\DBCA\TEMPLATES\SEED_DATABASE_8K.DFB "
    ORA-27041: unable to open file.
    BUTTTTTTTT
    when iam creating the database with default block_size =8k, i got no errors.
    PLZZ suggest me with the modifications that i need to do..!
    regards
    razzz

    You cannot use the seeded dbca templates for creating a database with a block size different than 8K. Create a custom database using dbca instead
    DBCA Cannot Find Template Files And Fails With ORA-19624, ORA-19870 [ID 387598.1]     
    HTH
    Srini
    PS - which version of 10g on which version of Win 7 ? Only certified combination is 10.2.0.5 on Win 7 Professional or higher

  • Dbca database creation fails

    I'm trying to create a database using dbca (10.2.0.1 on AIX 5.2). The machine has 2GB memory. The output of ulimit -a is:
    time(seconds) unlimited
    file(blocks) unlimited
    data(kbytes) unlimited
    stack(kbytes) 4194304
    memory(kbytes) unlimited
    coredump(blocks) unlimited
    nofiles(descriptors) unlimited
    I've tried using the custom creation (because I want to add a couple tablespaces upon creation). I've taken the defaults for memory allocation (40% of physical memory) and keep receiving an ORA-00064 object too large to allocate on this O/S (1,101490120) upon creation (can't get past the start phase). 've also tried using the custom settings and setting the SGA to use 256M and still won't start. Any ideas?

    My original template (before I tried tweaking the memory parameters) looked like:
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Archive
    log_archive_format=%t_%s_%r.dbf
    # Cache and I/O
    db_block_size=8192
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    cursor_sharing=FORCE
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=dmsdb
    # Diagnostics and Statistics
    background_dump_dest=/usr/local/oracle/admin/dmsdb/bdump
    core_dump_dest=/usr/local/oracle/admin/dmsdb/cdump
    user_dump_dest=/usr/local/oracle/admin/dmsdb/udump
    # File Configuration
    control_files=("/dms/oradata/dmsdb/control01.ctl", "/usr/local/oracle/admin/dmsdb/control02.ctl", "/dms
    /oradata/dmsdb/control03.ctl")
    db_recovery_file_dest=/dms/oradata/flash_recovery_area
    db_recovery_file_dest_size=107374182400
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.2.0.1.0
    # Processes and Sessions
    processes=4000
    sessions=4405
    # SGA Memory
    sga_target=612368384
    # Security and Auditing
    audit_file_dest=/usr/local/oracle/admin/dmsdb/adump
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=dmsdbXDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=203423744
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1

  • SQL Database creation failed in resource group Default-SQL-NorthEurope

    Hi
    I am getting the following error, when I try to create a database in Azure(https://portal.azure.com/)
    OperationName: CreateDatabase
    Status: Failed
    EventTimestamp: Wed Dec 03 2014 16:44:53 GMT+0100
    ResourceUri: /subscriptions/[SubscriptionId]/resourcegroups/Default-SQL-NorthEurope/providers/Microsoft.Sql/servers/img0xvixih/databases/[DatabaseName]
    SubscriptionId: XX
    EventSubmissionTimestamp: Wed Dec 03 2014 16:51:00 GMT+0100
    OperationId: 3972a8b9-046e-4a3d-ae78-6bed77ad2362
    SubStatus: N/A
    CorrelationId: 3972a8b9-046e-4a3d-ae78-6bed77ad2362
    Description: Failed to create database [DatabaseName], SqlErrorCode: 40827 by: [email protected]
    Level: Informational
    ResourceGroup: Default-SQL-NorthEurope
    ResourceProvider: Microsoft.Sql
    EventSource: Microsoft.Sql
    Properties: ServerName:img0xvixih
    DatabaseName:[DatabaseName]
    ErrorCode:40827
    ClientIP:157.**.***.250
    Description:Failed to create database [DatabaseName], SqlErrorCode: 40827
    Note :
    I have a: pay as you go plan
    Thanks in advance.

    Hi Girish
    I am getting the same error:
    OperationName: CreateDatabase
    Status: Failed
    EventTimestamp: 2014-12-03T15:44:53.655Z
    ResourceUri: /subscriptions/[SubscriptionId]/resourcegroups/Default-SQL-NorthEurope/providers/Microsoft.Sql/servers/img0xvixih/databases/[DatabaseName]
    SubscriptionId: XX
    EventSubmissionTimestamp: 2014-12-03T15:51:00.486Z
    OperationId: 3972a8b9-046e-4a3d-ae78-6bed77ad2362
    SubStatus: N/A
    CorrelationId: 3972a8b9-046e-4a3d-ae78-6bed77ad2362
    Description: Failed to create database [DatabaseName], SqlErrorCode: 40827 by: [email protected]
    Level: Informational
    ResourceGroup: Default-SQL-NorthEurope
    ResourceProvider: Microsoft.Sql
    EventSource: Microsoft.Sql
    Properties: ServerName:img0xvixih
    DatabaseName:[DatabaseName]
    ErrorCode:40827
    ClientIP: 157.**.***.250
    Description: Failed to create database [DatabaseName], SqlErrorCode: 40827
    hmmm, maby next stop is amazon(aws)!

  • Restore Database to non-ASM Storage - Issue with Bigfile Tablespace

    I have been testing a restore of my prod database that uses ASM (and oracle managed files) for storage to a different server and non-ASM storage. Oracle version is 10g EE. My database has one bigfile tablespace and it's datafile is about 250GB. The restore fails and it has something to do with the bigfile tablespace.
    Here is the rman restore script:
    run
    set newname for datafile 1 to '/ora01/db/ehr/system01.dbf';
    set newname for datafile 2 to '/ora01/db/ehr/undotbs01.dbf';
    set newname for datafile 3 to '/ora01/db/ehr/sysaux01.dbf';
    set newname for datafile 4 to '/ora01/db/ehr/undotbs02.dbf';
    set newname for datafile 5 to '/ora01/db/ehr/users01.dbf';
    set newname for datafile 6 to '/ora01/db/ehr/apolloaud01.dbf';
    set newname for datafile 7 to '/ora01/db/ehr/apollohist01.dbf';
    set newname for datafile 8 to '/ora01/db/ehr/apolloidx01.dbf';
    set newname for datafile 9 to '/ora01/db/ehr/apollotab01.dbf';
    set newname for datafile 10 to '/ora01/db/ehr/apollotab02.dbf';
    set newname for datafile 11 to '/ora02/db/ehr/apollolob01.dbf';
    set newname for datafile 12 to '/ora01/db/ehr/apollofdb01.dbf';
    set newname for datafile 13 to '/ora01/db/ehr/apolloidx02.dbf';
    set newname for datafile 14 to '/ora01/db/ehr/apolloidx03.dbf';
    set newname for datafile 15 to '/ora01/db/ehr/apolloaud02.dbf';
    set newname for datafile 16 to '/ora01/db/ehr/apollotab03.dbf';
    set until sequence 60298 thread 2;
    restore database;
    switch datafile all;
    recover database;
    Datafile 11 is the datafile in the bigfile tablespace. Here are the weird things about the restore:
    1. The restore output shows this:
    creating datafile fno=11 name=/ora02/db/ehr/apollolob01.dbf
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /ora01/db/ehr/system01.dbf
    restoring datafile 00002 to /ora01/db/ehr/undotbs01.dbf
    restoring datafile 00003 to /ora01/db/ehr/sysaux01.dbf
    restoring datafile 00004 to /ora01/db/ehr/undotbs02.dbf
    restoring datafile 00005 to /ora01/db/ehr/users01.dbf
    restoring datafile 00006 to /ora01/db/ehr/apolloaud01.dbf
    restoring datafile 00007 to /ora01/db/ehr/apollohist01.dbf
    restoring datafile 00008 to /ora01/db/ehr/apolloidx01.dbf
    restoring datafile 00009 to /ora01/db/ehr/apollotab01.dbf
    restoring datafile 00010 to /ora01/db/ehr/apollotab02.dbf
    restoring datafile 00012 to /ora01/db/ehr/apollofdb01.dbf
    restoring datafile 00013 to /ora01/db/ehr/apolloidx02.dbf
    restoring datafile 00014 to /ora01/db/ehr/apolloidx03.dbf
    restoring datafile 00015 to /ora01/db/ehr/apolloaud02.dbf
    restoring datafile 00016 to /ora01/db/ehr/apollotab03.dbf
    Why at the beginning is it "creating" datafile 11? Then it doesnt even say it is "restoring" that datafile. Only restoring datafiles 1,2,3,4,5,6,7,8,9,10,12,13,14,15, and 16.
    When it creates datafile 11 it is only 26GB, that is much smaller than it should be according to v$datafile view on source prod database. Also even though it says it is creating datafile 11 as /ora02/db/ehr/apollolob01.dbf it actually creates it as an oracle managed file at /ora02/db/ehr/EHR/datafile/o1_mf_apollolo_6crxyqs2_.dbf
    After the datafiles are restored the "switch datafile all" command fails:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of switch command at 10/18/2010 13:58:37
    ORA-19625: error identifying file /ora02/db/ehr/apollolob01.dbf
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    So my question is how do I get this database restored to non-ASM (and non omf)?

    So I tried using a different scn with my "set until scn #####" then the restore created 2 datafiles. The datafile for apollolob and apollotab02.dbf. So I think I have narrowed the problem to be that I am not using the correct scn number so RMAN can successfully restore those datafiles and recreates them instead. How do I find the correct scn to use to do a successful restore of the entire database? I have seen different methods on the web, but cant figure it out. Ive used "select archivelog_change#-1 from v$database;" and I also did "list backup of archivelog all" and used the latest sequence number. How can I find the correct scn to use so the entire database will restore?
    Here is the output of "list backup":
    List of Backup Sets
    ===================
    BS Key Size Device Type Elapsed Time Completion Time
    19724 41.12M DISK 00:00:10 14-OCT-10
    BP Key: 65840 Status: AVAILABLE Compressed: YES Tag: TAG20101014T210022
    Piece Name: /mnt/migrate/rman/EHR_dbid3632734257_set113195_piece1_copy1_20101014
    List of Archived Logs in backup set 19724
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 50439 3230234843 14-OCT-10 3230268282 14-OCT-10
    1 50440 3230268282 14-OCT-10 3230286806 14-OCT-10
    2 60280 3230234852 14-OCT-10 3230251419 14-OCT-10
    2 60281 3230251419 14-OCT-10 3230268263 14-OCT-10
    2 60282 3230268263 14-OCT-10 3230286809 14-OCT-10
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    19725 Full 126.40G DISK 09:11:51 15-OCT-10
    List of Datafiles in backup set 19725
    File LV Type Ckp SCN Ckp Time Name
    1 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/system.625.609259453
    2 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/undotbs1.620.609259461
    3 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/sysaux.768.609259463
    4 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/undotbs2.632.609259467
    5 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/users.257.609259471
    6 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apolloaud.316.619537285
    7 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apollohist.629.619538155
    8 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apolloidx.312.619538169
    9 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apollotab.276.619538487
    10 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apollotab.576.619539331
    11 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apollolob.570.619539593
    12 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apollofdb.750.645974339
    13 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apolloidx.429.651171265
    14 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apolloidx.705.688680793
    15 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apolloaud.747.699632315
    16 Full 3230287009 14-OCT-10 +DATA/ehr/datafile/apollotab.330.715622123
    Backup Set Copy #1 of backup set 19725
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 09:11:51 20-OCT-10 YES TAG20101014T210039
    List of Backup Pieces for backup set 19725 Copy #1
    BP Key Pc# Status Piece Name
    65851 1 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece1_copy1_20101014
    65862 2 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece2_copy1_20101014
    65873 3 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece3_copy1_20101014
    65884 4 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece4_copy1_20101014
    65895 5 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece5_copy1_20101014
    65901 6 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece6_copy1_20101014
    65902 7 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece7_copy1_20101014
    65903 8 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece8_copy1_20101014
    65904 9 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece9_copy1_20101014
    65841 10 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece10_copy1_20101014
    65842 11 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece11_copy1_20101014
    65843 12 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece12_copy1_20101014
    65844 13 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece13_copy1_20101014
    65845 14 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece14_copy1_20101014
    65846 15 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece15_copy1_20101014
    65847 16 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece16_copy1_20101014
    65848 17 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece17_copy1_20101014
    65849 18 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece18_copy1_20101014
    65850 19 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece19_copy1_20101014
    65852 20 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece20_copy1_20101014
    65853 21 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece21_copy1_20101014
    65854 22 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece22_copy1_20101015
    65855 23 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece23_copy1_20101015
    65856 24 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece24_copy1_20101015
    65857 25 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece25_copy1_20101015
    65858 26 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece26_copy1_20101015
    65859 27 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece27_copy1_20101015
    65860 28 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece28_copy1_20101015
    65861 29 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece29_copy1_20101015
    65863 30 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece30_copy1_20101015
    65864 31 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece31_copy1_20101015
    65865 32 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece32_copy1_20101015
    65866 33 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece33_copy1_20101015
    65867 34 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece34_copy1_20101015
    65868 35 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece35_copy1_20101015
    65869 36 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece36_copy1_20101015
    65870 37 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece37_copy1_20101015
    65871 38 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece38_copy1_20101015
    65872 39 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece39_copy1_20101015
    65874 40 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece40_copy1_20101015
    65875 41 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece41_copy1_20101015
    65876 42 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece42_copy1_20101015
    65877 43 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece43_copy1_20101015
    65878 44 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece44_copy1_20101015
    65879 45 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece45_copy1_20101015
    65880 46 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece46_copy1_20101015
    65881 47 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece47_copy1_20101015
    65882 48 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece48_copy1_20101015
    65883 49 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece49_copy1_20101015
    65885 50 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece50_copy1_20101015
    65886 51 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece51_copy1_20101015
    65887 52 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece52_copy1_20101015
    65888 53 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece53_copy1_20101015
    65889 54 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece54_copy1_20101015
    65890 55 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece55_copy1_20101015
    65891 56 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece56_copy1_20101015
    65892 57 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece57_copy1_20101015
    65893 58 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece58_copy1_20101015
    65894 59 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece59_copy1_20101015
    65896 60 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece60_copy1_20101015
    65897 61 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece61_copy1_20101015
    65898 62 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece62_copy1_20101015
    65899 63 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece63_copy1_20101015
    65900 64 AVAILABLE /mnt/migrate/rman/EHR_dbid3632734257_set113196_piece64_copy1_20101015
    BS Key Size Device Type Elapsed Time Completion Time
    19726 228.10M DISK 00:00:49 15-OCT-10
    BP Key: 65905 Status: AVAILABLE Compressed: YES Tag: TAG20101015T061242
    Piece Name: /mnt/migrate/rman/EHR_dbid3632734257_set113197_piece1_copy1_20101015
    List of Archived Logs in backup set 19726
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 50441 3230286806 14-OCT-10 3230331993 14-OCT-10
    1 50442 3230331993 14-OCT-10 3230401945 14-OCT-10
    1 50443 3230401945 14-OCT-10 3230469794 15-OCT-10
    1 50444 3230469794 15-OCT-10 3230555010 15-OCT-10
    1 50445 3230555010 15-OCT-10 3230618396 15-OCT-10
    1 50446 3230618396 15-OCT-10 3230695020 15-OCT-10
    2 60283 3230286809 14-OCT-10 3230304858 14-OCT-10
    2 60284 3230304858 14-OCT-10 3230330891 14-OCT-10
    2 60285 3230330891 14-OCT-10 3230354275 14-OCT-10
    2 60286 3230354275 14-OCT-10 3230366292 14-OCT-10
    2 60287 3230366292 14-OCT-10 3230399805 14-OCT-10
    2 60288 3230399805 14-OCT-10 3230423577 14-OCT-10
    2 60289 3230423577 14-OCT-10 3230446176 15-OCT-10
    2 60290 3230446176 15-OCT-10 3230469756 15-OCT-10
    2 60291 3230469756 15-OCT-10 3230496786 15-OCT-10
    2 60292 3230496786 15-OCT-10 3230524710 15-OCT-10
    2 60293 3230524710 15-OCT-10 3230554981 15-OCT-10
    2 60294 3230554981 15-OCT-10 3230583802 15-OCT-10
    2 60295 3230583802 15-OCT-10 3230610465 15-OCT-10
    2 60296 3230610465 15-OCT-10 3230617887 15-OCT-10
    2 60297 3230617887 15-OCT-10 3230673207 15-OCT-10
    2 60298 3230673207 15-OCT-10 3230695022 15-OCT-10

  • ASM DG creation fails on sles11_x86_64 with 11gR1

    Hi,
    I have sles11x86_64 installed and using Veritas Volume manager raw disks for ASM but ASM dg creation fails with error mentioned below;
    ls /dev/vx/rdsk/asmdg/asmvol
    /dev/vx/rdsk/asmdg/asmvol
    test:~ # ls -l /dev/vx/rdsk/asmdg/asmvol
    crw-rw---- 1 oracle oinstall 199, 65533 Feb 26 12:08 /dev/vx/rdsk/asmdg/asmvol
    test:~ # su - oracle
    oracle@test:~> bash
    oracle@test:~> export ORACLE_SID=+ASM
    oracle@test:~> export ORACLE_HOME=/oracle/orabin/product/11.1.0/db_1
    oracle@test:~> cd /oracle/orabin/product/11.1.0/db_1/bin
    cat /etc/oratab
    # This file is used by ORACLE utilities. It is created by root.sh
    # and updated by the Database Configuration Assistant when creating
    # a database.
    # A colon, ':', is used as the field terminator. A new line terminates
    # the entry. Lines beginning with a pound sign, '#', are comments.
    # Entries are of the form:
    # $ORACLE_SID:$ORACLE_HOME:<N|Y>:
    # The first and second fields are the system identifier and home
    # directory of the database respectively. The third filed indicates
    # to the dbstart utility that the database should , "Y", or should not,
    # "N", be brought up at system boot time.
    # Multiple entries with the same $ORACLE_SID are not allowed.
    +ASM:/oracle/orabin/product/11.1.0/db_1:N
    test./sqlplus /nolog
    SQL*Plus: Release 11.1.0.6.0 - Production on Fri Feb 26 12:25:32 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL> connect /as sysdba
    Connected.
    SQL> select name from v$asm_diskgroup;
    no rows selected
    SQL> select path from v$asm_disk;
    PATH
    /dev/vx/rdsk/asmdg/asmvol
    SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol';
    create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol'
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15201: disk /dev/vx/rdsk/asmdg/asmvol contains a valid RDBMS file
    SQL> select name from v$asm_diskgroup;
    no rows selected
    SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' -f;
    create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' -f
    ERROR at line 1:
    ORA-00933: SQL command not properly ended
    SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force;
    create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15080: synchronous I/O operation to a disk failed
    ORA-15080: synchronous I/O operation to a disk failed
    ORA-15080: synchronous I/O operation to a disk failed
    ORA-15080: synchronous I/O operation to a disk failed
    SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol';
    create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol'
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15201: disk /dev/vx/rdsk/asmdg/asmvol contains a valid RDBMS file
    SQL> create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force;
    create diskgroup asm_dg external redundancy disk '/dev/vx/rdsk/asmdg/asmvol' force
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15080: synchronous I/O operation to a disk failed
    ORA-15080: synchronous I/O operation to a disk failed
    ORA-15080: synchronous I/O operation to a disk failed
    ORA-15080: synchronous I/O operation to a disk failed
    SQL>
    can some body help on this.
    Also wanted to know the background process during ASM creation.
    ~Dhananjay
    Edited by: user9075978 on Feb 26, 2010 4:18 AM

    Force the partition table on the second node to be reread
    # partprobe
    Initialize all shared disks on one node (execute as user root)
    dd if=/dev/zero of=/dev/sdc1 bs=1M count=10
    dd if=/dev/zero of=/dev/sdc2 bs=1M count=10
    dd if=/dev/zero of=/dev/sdc3 bs=1M count=10
    dd if=/dev/zero of=/dev/sdc4 bs=1M count=10
    dd if=/dev/zero of=/dev/sdd1 bs=1M count=10
    dd if=/dev/zero of=/dev/sdd2 bs=1M count=10
    dd if=/dev/zero of=/dev/sdd3 bs=1M count=10
    dd if=/dev/zero of=/dev/sdd4 bs=1M count=10
    dd if=/dev/zero of=/dev/sde1 bs=1M count=10
    dd if=/dev/zero of=/dev/sde2 bs=1M count=10
    dd if=/dev/zero of=/dev/sde3 bs=1M count=10
    dd if=/dev/zero of=/dev/sde4 bs=1M count=10
    dd if=/dev/zero of=/dev/sdf3 bs=1M count=10
    dd if=/dev/zero of=/dev/sdf4 bs=1M count=10
    Install ASM lib (execute as user root) on all cluster nodes
         rpm -i /ptc/oms/asmlib/*
    Configure ASM lib (set driver owner to oracle and group to dba) on all cluster nodes
    /etc/init.d/oracleasm configure
    Label ASM lib disks on one node (execute as user root)
    /etc/init.d/oracleasm createdisk data01 /dev/sdc3
    /etc/init.d/oracleasm createdisk data02 /dev/sdc4
    /etc/init.d/oracleasm createdisk flash01 /dev/sdd3
    /etc/init.d/oracleasm createdisk flash02 /dev/sdd4
    /etc/init.d/oracleasm createdisk flash03 /dev/sde3
    /etc/init.d/oracleasm createdisk flash04 /dev/sde4
    /etc/init.d/oracleasm createdisk flash05 /dev/sdf3
    /etc/init.d/oracleasm createdisk flash06 /dev/sdf4
    Scan and list the disks on the other node (execute as user root)
    /etc/init.d/oracleasm scandisks
    /etc/init.d/oracleasm listdisks
    Set up udev to configure block device permissions (as user root)
    vi /etc/udev/permissions.d/49-oracle.permissions
    sdc1:root:oinstall:0640
    sdd1:root:oinstall:0640
    # Voting
    sdc2:crs:oinstall:0640
    sdd2:crs:oinstall:0640
    sde2:crs:oinstall:0640
    # ASM spfile
    sde1:asm:oinstall:0640
    # ASM devices
    sdc3:asm:oinstall:0640
    sdc4:asm:oinstall:0640
    sdd3:asm:oinstall:0640
    sdd4:asm:oinstall:0640
    sde3:asm:oinstall:0640
    sde4:asm:oinstall:0640
    sdf3:asm:oinstall:0640
    sdf4:asm:oinstall:0640
    Restart the udev service (execute as user root)
    /sbin/udevstart

  • While Installation of 11g database creation time error ORA-28056: Writing audit records to Windows Event Log failed Error

    Hi Friends,
    OS = Windows XP 3
    Database = Oracle 11g R2 32 bit
    Processor= intel p4 2.86 Ghz
    Ram = 2 gb
    Virtual memory = 4gb
    I was able to install the oracle 11g successfully, but during installation at the time of database creation I got the following error many times and I ignored it many times... but at 55% finally My installation was hanged nothing was happening after it..... 
    ORA-28056: Writing audit records to Windows Event Log failed Error  and at 55% my Installation got hung,,,, I end the installation and tried to create the database afterward by DBCA but same thing happened....
    Please some one help me out, as i need to install on the same machine .....
    Thanks and Regards

    AAP wrote:
    Thanks Now I am able to Create a database , but with one error,
    When I created a database using DBCA, at the last stage I got this error,
    Database Configuration Assistant : Warning
    Enterprise Manager Configuration Failed due to the Following error Listener is not up or database service is not registered with it.  Start the listener & Registered database service & run EM Configuration Assistant again....
    But when I checked the listener was up.....
    Now what was the problem,  I am able to connect and work through sqlplus,
    But  I didnt got the link of EM and when try to create a new connection in sql developer it is giving error ( Status : failure - Test Failed the Network Adapter could not establish the connection )
    Thanks & Regards
    Creation of the dbcontrol requires a connection via the listener.  When configuring the dbcontrol as part of database creation, it appears that the dbcontrol creation step runs before the dynamic registration of the databsase with the listener is complete.  Now that the database itself is completed and enough time (really, just a minute or two) has passed to allow the instance to register, use dbca or emca to create the dbcontrol.
    Are you able to get a sqlplus connection via the listener (sqlplus scott/tiger@orcl)?  That needs to be the first order of business.

  • Creation of uninitialized database 87684942 failed

    Hello,
    we get this "Error Creation of uninitialized database 87684942 failed" if we try to make a Setup-Package under MI 7.0 SP 15 with MaxDB for Client persistance.
    Our System is WebAS is NW 7.0 SP15 with usage type MI and AS ABAP and AS Java. MI is 7.0 SP 15. All on Win 2003 32-Bit with Oracle DB.
    The MaxDB is 7.6 the newest Version. The Generation-Process function well till it tries to create the DB. We've changed a lot of things in Visual Admin for MaxDB without any better result.
    Any suggestions?
    Thanks in advance.

    Hi Oliver,
    thank you.
    Maybe i have another Documentation, but this is written in the Docu:
    Installing SAP MI on the Mobile Device
    -Mobile Device Installation using Setup Packages
    --Installing MaxDB for Setup Package Creation
    ---Installing MaxDB on a system where a different version is installed
    ---Installing MaxDB on a system with no MaxDB installation
    I spend times on Installation and Setup that MI, cause the Help, Guides and Notes are so dramatically inconsistent. We can't download the DB2e from SAP nor either from IBM. Every Link is broken. If you be able to send me the DB2e we are very happy.
    For a little explanation: This is my first time i use SAP MI. All work is for my diploma. So that is too much time consuming.
    Thank you.
    Regards

Maybe you are looking for

  • Creating installer with office toolkit 1.1.1 and labview 8

    HI All, I am developing a large application with labview 8 and office toolkit 1.1.1 installed. We need to make an installer to distribute our application to all of our contractors (hundreds of them) for direct them in methods of procedure during cons

  • Help converting old pagemaker mac files

    Have a set of old pagemaker for mac files for a publication (text book - total of 34 chapters, roughly 1,000 pages).  Do not know which version of pagemaker was used.  Original publisher has gone out of business, but do have original source files.  W

  • The new apple maps doesn't show  directions  to any place in my city

    I've installed  iOS 6 on the new iPad ... The new maps by apple fails to provide any directions in the city (chennai,india)..

  • About user accounts

    Hello, My account got suspended last month and when I chatted with the support they said they will investigate the issue and also mentioned that I could have shared my account with others, but actually investigate the issue and also mentioned that I

  • Front Row - Bookmarks? Preserving state?

    I'm using Front Row for presentations. I've had problems with M$ Powerpoint freezing up and being very slow, so exporting everything to iPhoto and looking at them that way is something of an improvement. The problem is that it loses state. Every time