Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: NEED HELP ( DB Cloning)
Anand,
ORA-00702 bootstrap verison 'string' inconsistent with version 'string'
Cause: The version of the bootstrap data is incompatible with the
current version of the software.
Action: Restore a version of the software that is compatible with the datafiles.
Looks like you have cloned DB but forget to clone DB software. Make sure that SW is the same version in both target and source.
Yury
On 9/27/06, Ananth <shastry17_at_gmail.com> wrote:
> NEED HELP ( DB Cloning)
> I HAVE CLONED MY DATABASE from Production Database. It is cloned
> successfully. but only Sysdba can logon into it. It is not allowing general
> users to logon. The errors are given below..
> -------------------------------------------------------
> ORACLE instance started.
> Total System Global Area 956301312 bytes
> Fixed Size 1249680 bytes
> Variable Size 452988528 bytes
> Database Buffers 494927872 bytes
> Redo Buffers 7135232 bytes
> Database mounted.
> Database opened.
>
> SQL> select name,open_mode from v$database;
> NAME OPEN_MODE
> --------- ----------
> ERP READ WRITE
>
> SQL> conn developer
> Enter password:
> ERROR:
> ORA-39710: only connect AS SYSDBA is allowed when OPEN in UPGRADE mode
>
> Warning: You are no longer connected to ORACLE.
>
> SQL> conn sys as sysdba
> Enter password:
> Connected.
>
> SQL> shutdown immediate;
> Database closed.
> Database dismounted.
> ORACLE instance shut down.
>
> SQL> startup;
> ORACLE instance started.
> Total System Global Area 956301312 bytes
> Fixed Size 1249680 bytes
> Variable Size 452988528 bytes
> Database Buffers 494927872 bytes
> Redo Buffers 7135232 bytes
> Database mounted.
>
> ORA-01092: ORACLE instance terminated. Disconnection forced
>
> SQL>
>
> From alertlog I found this error
>
> ORA-00704: bootstrap process failure
>
>
> Plesae help me to overcome this typical issue.....
>
> Thanks.
> Anand
-- Yury +371 29268222 (+2 GMT) ============================================ http://otn.oracle.com/ocm/jvelikanovs.html -- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 27 2006 - 13:54:32 CDT
![]() |
![]() |