Re: NEED HELP ( DB Cloning)

  • From: "Jurijs Velikanovs" <j.velikanovs@xxxxxxxxx>
  • To: ora-apps-dba@xxxxxxxxxxxxx
  • Date: Wed, 27 Sep 2006 21:54:32 +0300

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@xxxxxxxxx> 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
--
//www.freelists.org/webpage/oracle-l


Other related posts:

  • » Re: NEED HELP ( DB Cloning)