Can not create new DB with DBCA ora-12560
694681Apr 5 2009 — edited Apr 8 2009My OS is Windows XP. Oracle version is 10.2.0.3.
Try to create an instance with dbca. I got ora-12560 error when coping database files.
So I try to create DB instance manually.
When I run
set ORACLE_SID=tcbom
D:\oracle\product\10.2.0\db_1\bin\oradim.exe -new -sid TCBOM -startmode manual -spfile
I got the following error.
Instance created.
DIM-00019: create service error
O/S-Error: (OS 1053) The service did not respond to the start or control request in a timely fashion.
Could you pls tell how to solve this issue?