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 -> Re: rman connection authorization

Re: rman connection authorization

From: Steve Howard <stevedhoward_at_gmail.com>
Date: 14 Jun 2006 18:42:18 -0700
Message-ID: <1150335738.597984.232520@c74g2000cwc.googlegroups.com>

DA Morgan wrote:

> On my XP machine with 10.2.0.2 using NOCATALOG generates the same
> error. Not using NOCATALOG works. Thus my recommendation.
> --
> Daniel A. Morgan
> University of Washington
> damorgan_at_x.washington.edu
> (replace x with u to respond)
> Puget Sound Oracle Users Group
> www.psoug.org

That's odd, I can't duplicate it with 10.2.0.1.

With a local account in the ora_dba group...

C:\>sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jun 14 21:38:43 2006

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

Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area 167772160 bytes

Fixed Size                  1247876 bytes
Variable Size              83887484 bytes
Database Buffers           75497472 bytes
Redo Buffers                7139328 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Pr
oduction
With the Partitioning, OLAP and Data Mining options

C:\>rman target /

Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jun 14 21:40:17 2006

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

connected to target database: TEST10G (DBID=835640404)

RMAN> exit

Recovery Manager complete.

C:\>rman target / nocatalog

Recovery Manager: Release 10.2.0.1.0 - Production on Wed Jun 14 21:40:58 2006

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

connected to target database: TEST10G (DBID=835640404) using target database control file instead of recovery catalog

RMAN> exit

Recovery Manager complete.

C:\>type c:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora #trace_level_client=16
sqlnet.authentication_services = (NTS)

C:\> Received on Wed Jun 14 2006 - 20:42:18 CDT

Original text of this message

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