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: Implicitly get the database connection

Re: Implicitly get the database connection

From: srivenu <srivenu_at_hotmail.com>
Date: 4 Mar 2004 23:05:01 -0800
Message-ID: <1a68177.0403042305.5eb1e369@posting.google.com>


Martin,
> As far as my knowledge, it&#8217;s implicitly got the target username
> and password from the first connection, which I gave to connect to
> database in the beginning.(system/manager).
RMAN always connects as INTERNAL (SYSDBA) to the target database. So what you said above is not right.
In fact connect as scott to SQL*PLUS and give this command. host rman target x/y nocatalog
Even though the user x does not exist or even if the password y is wrong, RMAN will connect to the TARGET specified by ORACLE_SID variable trying to use OS Authentication. It gives an error only if it fails.
so it will not connect as user SCOTT even if you gave host rman target scott/tiger nocatalog regards
Srivenu

I think you are running Received on Fri Mar 05 2004 - 01:05:01 CST

Original text of this message

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