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

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

  • 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

  • 64 bit SAP to 32 bit External Oracle Database connectivity failing

    Dear All,
    We are trying to connect to an external Oracle database thru DBCON method. We are able to connect to Oracle server from our IDES server which is a 32 bit server, but when we are trying to connect our development server which is a 64 bit server, the connectivity is failing.
    we copied the correct 64 bit *.lib file to the SAP server but still same result. We are getting the error message - Work Process restarted. Session terminated.
    the Oracle server we are trying to connect is 32 bit, can this create some problem ?
    kindly any one help us in this reagrd.
    thanks in advance,
    Saurabh.

    Hi Eric,
    thanks for the advice but I am a bit confused as where to execute that sqlplus command/query ?
    in the Oracle server or from SAP and what does system/password@DEV means ??
    can you elaborate on this please.
    here i would like to add that we have connected to the external Oracle server using linked server approach of MS SQL (our SAP default database) and so our connectivity is happening till SQL level i.e. I am able to connect to the Oracle and query it using OpenQuery syntax. the problem is appearing when I am trying to connect from the ABAP level.
    kindly suggest as to what can be the solution of this issue.
    thanks
    Saurabh.

  • 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

  • Manual oracle database creation

    Hi guys,
    when iam trying to create the oracle database (manually) ,
    after running the CREATE DATABASE statement it has been giving
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    can any body help me out ...

    What's the database version in which you are getting this error? As Hemant mentioned, check the last few lines of the alert log and look for some message before this error over there.
    HTH
    Aman....

  • Oracle Database Creation without Installing Software

    Hi All guru's,
    I just have a query, I have 2 Servers with OS Solaris and DB Version is 10.2.0.1.0 which is installed on one server and not on second one. Is there any possibility that i can create a database on the second server where oracle software is not installed by using the server where Oracle software is installed.
    Thanks in advance

    Vikas Kohli wrote:
    I done the ORACLE_HOME clone from the server where Oracle software is installed and paste on second server where Oracle Server is not installed
    Now i think i need to go to oui folder and start the oui.
    Kindly correct me if i am wrongThis wan't the question which you asked before. Please try to ask question based on what you already have done. However please go through following doc as it depends upon the type of cloining done
    Master Note For Cloning Oracle Database Server ORACLE_HOME's Using the Oracle Universal Installer (OUI) [ID 1154613.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • 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

  • 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)!

  • Oracle Database Express Edition 11g Database home Page is not Displaying

    As I am Java Developer and wanted to do JDBC connection for Java.....
    So I Have Installed Oracle Database Express Edition 11g......
    But the home page on url...http://127.0.0.1:8080/apex/f?p=4950
    is Not Working.....
    I am Using Windows Xp....SP 3.....
    Help Me for this....
    Thanks & In Advance.....
    Jugal Thakkar

    972423 wrote:
    As I am Java Developer and wanted to do JDBC connection for Java.....For Java, JDBC and JDeveloper related discussions, you'll find plenty of forums:
    https://forums.oracle.com/forums/category.jspa?categoryID=285
    https://forums.oracle.com/forums/category.jspa?categoryID=500
    So I Have Installed Oracle Database Express Edition 11g......
    But the home page on url...http://127.0.0.1:8080/apex/f?p=4950
    is Not Working.....Just installed? Never worked before? Unreachable 'Get Started' page usually indicates that install was not completely successful, database creation failed because of OS misconfiguration.
    Before even trying that url you should see a endpoint with port 8080 in Endpoints summary from lsnrctl stat command.
    Use search and have a look through previous threads for this FAQ.
    E.g. https://forums.oracle.com/forums/search.jspa?threadID=&q=%2Bpage+%2B4950&objID=f251&dateRange=thisyear&userID=&numResults=15&rankBy=10001

Maybe you are looking for

  • (project system) do book confirmation amount as a actual cost

    HI all it is possible in project system when i confirm my activity then it does not book actual cost to my network activity. because i need to show this confirm amount as  only for information purpose....my clint requirement. thanks

  • Firefox does not load random websites. Using a 3.6 or later version, with an XP OS.

    My Dad's laptop is using XP OS. He's been using Firefox quite a bit, until recently (about a month ago or more) when we go to any random website, it does not load. All it shows is a blank page and at the bottom bar it says "Done". But after refreshin

  • Crash on changing Locations (MBP / 10.5.1)

    Hi all, Leopard has worked well for me apart from one persistent problem: it crashes occasionally when I change network locations. I have an 802.11g network at home, with a location called Home with Airport on and everything else disabled. I then hav

  • Can't upload my podcast

    Hi, So I have created my podcast, made a website for it, I use blubrry to add the episodes, I have tested it, it works but I can't seem to upload/submit my feed to itunes. Everytime I try to submit it, It keeps saying "We are experiencing technical d

  • Custom mask in FCPX or perhaps Motion?

    Hi all, can anyone help please? I have a sequence where a bride and groom walk towards the camera. I have used the retime function to slow the clip down and eventually freeze it. I would now like to create a mask where the couple remain in colour and