Monday, 1 June 2015

ORA-17503: ksfdopn:2 Failed to open file ORA-15173: entry 'dr1DBSID.dat' does not exist in directory 'brokerfile'

During Data broker configuration getting below error:

 ORA-15173: entry 'dr2DBSID.dat' does not exist in directory 'brokerfile'
drcx: Error opening "+ASM_DATA01/DBSID/brokerfile/dr2DBSID.dat", error = ORA-16572
drcx: cannot open configuration file "+ASM_DATA01/DBSID/brokerfile/dr1DBSID.dat", retrying
drcx: cannot open configuration file "+ASM_DATA01/DBSID/brokerfile/dr1DBSID.dat"
  ORA-17503: ksfdopn:2 Failed to open file +ASM_DATA01/DBSID/brokerfile/dr1DBSID.dat
  ORA-15173: entry 'dr1DBSID.dat' does not exist in directory 'brokerfile'
drcx: Error opening "+ASM_DATA01/DBSID/brokerfile/dr1DBSID.dat", error = ORA-16572
drcx: Establishing "+ASM_DATA01/DBSID/brokerfile/dr2DBSID.dat" as the more current file
drcx: cannot open configuration file "+ASM_DATA01/DBSID/brokerfile/dr2DBSID.dat", retrying



Solution:
In asm create directory +ASM_DATA01/DBSID/brokerfile
asmcmd cd +ASM_DATA01/DBSID
mkdir brokerfile

No comments: