Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Unable to clone oracle installation

Unable to clone oracle installation

From: <lazyboy_2k_at_yahoo.com>
Date: 29 Jan 2007 17:26:39 -0800
Message-ID: <1170120399.370335.251880@v45g2000cwv.googlegroups.com>


Hi,

I'm a newbie to oracle & try to clone an oracle 10G installation which was installed on the 1st node already. I know that this is not supported by Oracle, but it's always been working for others, but me. Here is what I've done:

  1. Install oracle 10G on 1st node (solaris 10) & create db on shared storage.
  2. Start & stop oracle without any problems on the 1st node.
  3. tar up oracle home directory on 1st node & ftp it over to 2nd node. Untar the file & make sure all of the sub-dir owned by oracle user & group.
  4. Failover the shared storage to 2nd node.
  5. Edit /var/opt/oracle/oratab file on 2nd node & add the sid entry.
  6. Start oracle & see the error msg:

~/product [TestOra1] $ sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 29 16:50:22 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.

SQL> connect /as sysdba
Connected to an idle instance.
SQL>
SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER ORA-00132: syntax error or unresolved network name 'LISTENER_TESTORA1'

Any helps are greatly apprecicated.
TIA,
-Chris Received on Mon Jan 29 2007 - 19:26:39 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US