while crating & starting a standby database when i give the command the following error comes
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL IMMEDIATE;
ORA-01665: controlfile is not a standby controlfile
although i have crated a control file the above error comes.
ALTER DATABASE MOUNT;
ORA-00205: error in identifying controlfile, check alert log for more info.
i am also here by giving the entire inti.ora file of the standby database
##########################
##########
##########
##########
##########
##########
##
# Copyright (c) 1991, 2001 by Oracle Corporation (standby)
##########################
##########
##########
##########
##########
##########
##
##########################
##########
#######
# Cache and I/O
##########################
##########
#######
db_block_size=4096
db_cache_size=33554432
##########################
##########
#######
# Cursors and Library Cache
##########################
##########
#######
open_cursors=300
##########################
##########
#######
# Diagnostics and Statistics
##########################
##########
#######
background_dump_dest=C:\st
andby\bdum
p
core_dump_dest=C:\standby\
cdump
timed_statistics=TRUE
user_dump_dest=C:\standby\
udump
##########################
##########
#######
# Distributed, Replication and Snapshot
##########################
##########
#######
db_domain=""
remote_login_passwordfile=
EXCLUSIVE
##########################
##########
#######
# File Configuration
##########################
##########
#######
control_files=("C:\standby
\MEHUL.CTL
")
##########################
##########
#######
# MTS
##########################
##########
#######
dispatchers="(PROTOCOL=TCP
)(SER=MODO
SE)", "(PROTOCOL=TCP)(PRE=oracle
.aurora.se
rver.GiopS
erver)", "(PROTOCOL=TCP)(PRE=oracle
.aurora.se
rver.SGiop
Server)"
##########################
##########
#######
# Miscellaneous
##########################
##########
#######
compatible=9.0.0
db_name=ycce1
##########################
##########
#######
# Network Registration
##########################
##########
#######
instance_name=ycce11
##########################
##########
#######
# Pools
##########################
##########
#######
java_pool_size=33554432
large_pool_size=1048576
shared_pool_size=33554432
##########################
##########
#######
# Processes and Sessions
##########################
##########
#######
processes=150
##########################
##########
#######
# Redo Log and Recovery
##########################
##########
#######
fast_start_mttr_target=300
##########################
##########
#######
# Sort, Hash Joins, Bitmap Indexes
##########################
##########
#######
sort_area_size=524288
##########################
##########
#######
# System Managed Undo and Rollback Segments
##########################
##########
#######
undo_management=AUTO
undo_tablespace=UNDOTBS
##########################
##########
#########
os_authent_prefix="ops$"
#FAL_SERVER=ycce5
#FAL_CLIENT=ycce1
DB_FILE_NAME_CONVERT=('C:\
Oracle\ORA
DATA\ycce5
','c:\stan
dby')
LOG_FILE_NAME_CONVERT=('C:
\Oracle\OR
ADATA\ycce
5','c:\sta
ndby')
STANDBY_ARCHIVE_DEST=c:\st
andby\arch
ive
#LOG_ARCHIVE_DEST_1='LOCAT
ION=c:\arc
1'
LOG_ARCHIVE_TRACE=127
LOG_ARCHIVE_FORMAT=ARC%t_%
s.ARC
STANDBY_FILE_MANAGEMENT=au
to
REMOTE_ARCHIVE_ENABLE=true