Logical Data Guard creation error [message #64034] |
Wed, 08 December 2004 01:37 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Amber Fatima
Messages: 19 Registered: September 1999
|
Junior Member |
|
|
Logical Dataguard creation stops at 85 % due to insufficient privileges , i have set the service of "login as a batch job" and also set preferred credentials of O.S user and database sys user. still getting this below error .
any help wil be great.
Amber
----------------------------------------------------------------------
READY_A
LSNRCTL for 32-bit Windows: Version 9.2.0.1.0 - Production on 08-DEC-2004 14:51:26
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
System parameter file is D:oracleora92networkadminlistener.ora
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=umber)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=umber)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 32-bit Windows: Version 9.2.0.1.0 - Production
Start Date 08-DEC-2004 14:51:27
Uptime 0 days 0 hr. 0 min. 1 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File D:oracleora92networkadminlistener.ora
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=umber)(PORT=1521)))
Services Summary...
Service "oem" has 1 instance(s).
Instance "oem", status UNKNOWN, has 1 handler(s) for this service...
Service "prim1" has 1 instance(s).
Instance "prim1", status UNKNOWN, has 1 handler(s) for this service...
Service "standby" has 1 instance(s).
Instance "standby", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
'perlglob' is not recognized as an internal or external command,
operable program or batch file.
glob failed (child exited with status 1) at - line 3468.
dgctrl ERROR: ERROR: echo Y | D:oracleora92binnid.exe TARGET=/ DBNAME=standby failed: DBNEWID: Release 9.2.0.1.0 - Production Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved. NID-00106: LOGIN to target database failed with Oracle error: ORA-01031: insufficient privileges Change of database name failed during validation - database is intact. DBNEWID - Completed with validation errors.
|
|
|
Re: Logical Data Guard creation error [message #64036 is a reply to message #64034] |
Wed, 08 December 2004 05:11 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Frank Naude
Messages: 4590 Registered: April 1998
|
Senior Member |
|
|
Hi,
Look like a Perl execution problem to me ('perlglob'
is not recognized...). OEM uses a Perl job to
instantiate the standby database.
If you've installed perl yourself, remove it from the
PATH so that OEM doesn't use it by accident. If not,
the Perl files in your ORACLE_HOME might be corrupt.
Try to reinstall Oracle.
Best regards.
Frank
|
|
|
|