Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ORA-09782 & ORA-09783
Here
is the problem . Use SET instead of REUSE
<SPAN
class=780245515-18062001>
CREATE CONTROLFILE REUSE DATABASE "PROD" RESETLOGS
ARCHIVELOG
<FONT face=Arial color=#0000ff
size=2>instead use
CREATE
CONTROLFILE SET DATABASE "PROD"
RESETLOGS ARCHIVELOG
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Brijesh
<FONT face=Tahoma
size=2>-----Original Message-----From: Catherine LeBlanc
[mailto:cleblan2_at_abacus.bates.edu]Sent: Sunday, June 17, 2001 9:15
PMTo: Multiple recipients of list ORACLE-LSubject:
ORA-09782 & ORA-09783<FONT face="Courier, Courier"
size=3>I am attempting to recreate a clone of our production database on our
test machine and I get the following errors when I try to start it
up:----------------------------------------------------------------SVRMGR>startup mountORACLE instance started.Total System Global Area 169900992 bytesFixed
Size
Size
Buffers
down.-----------------------------------------------------------------Idropped that control file and got the same error, and when I try creating new control files I
get:-----------------------------------------------------------------ORACLEinstance started.Total System Global Area 169900992 bytesFixed
Size
Size
Buffers
down.---------------------------------------------------------------------------Itried SET and NORESTLOGS, and rearranging the datafiles in the script,all with no difference. The files definitely exist, and the source databasewas shutdown during the copy. This happened before when I tried to change the instance name, but I am notdoing that now. I know that this error occurs when cloning on the same machine with the source database running, but I am on a totally different machine.Does anyone know what Oracle checks internally that makes it think the instance is mounted when it is not?--Catherine A. LeBlanc, Database AnalystBates College, Administrative
![]() |
![]() |