Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Basic RMAN question
The connect string looks invalid. Please try:
rman target='backup_admin/backup_at_foobar as sysdba' nocatalog log="test.log"
Have Fun :)
Ceri Townsend wrote:
>Hi All,
>
>I am starting to play with rman in a test environment, however I seem
>to be hitting a really basic problem starting rman.
>
>I have oracle 9.2.0.1.0 installed on Redhat AS 2.1
>
>When i issue the command:
>
>
>>rman target='backup_admin/backup as sysdba_at_foobar' nocatalog log="test.log"
>>
>>
>rman: can't open target=backup_manager/backup as sysdba_at_foobar
>
>So i tested the connect string i had used as shown below:
>
>Enter user-name: opcenter : foobar: /home/oracle: $ sqlplus /nolog
>
>SQL*Plus: Release 9.2.0.1.0 - Production on Wed Feb 26 13:04:56 2003
>
>Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
>
>SQL> connect backup_admin/backup as sysdba
>Connected.
>
>So I thought id start simple:
>
>
>>rman nocatalog
>>
>>
>rman: can't open nocatalog
>
>
>>rman
>>
>>
>this just hangs
>
>So what have i missed?
>
>Thanks
>
>Ceri
>
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Chip INET: ocp-dba_at_earthlink.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Feb 26 2003 - 09:54:41 CST