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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Basic RMAN question

RE: Basic RMAN question

From: Clinton Naude <clintonn_at_meb.co.za>
Date: Wed, 26 Feb 2003 21:33:47 -0800
Message-ID: <F001.0055AE1D.20030226213347@fatcity.com>


It may be a simple permissions error, such as the environment not being declared.
>From the prompt, type in lsnrctl, and from that promt, type status.
If you can see your listener, all is well with permissions.

I have tried your way to do it, and my output is fine: Recovery Manager: Release 8.1.7.0.0 - Production

RMAN-06005: connected to target database: TRINITY (DBID=88690634) RMAN-06009: using target database controlfile instead of recovery catalog

-----Original Message-----
Sent: Thursday, February 27, 2003 6:54 AM To: Multiple recipients of list ORACLE-L

Try RMAN
and at rman prompt
RMAN> connect backup_admin/backup_at_dbname

Does that work ?
Check for LD_LIBRARY_PATH, ORACLE_HOME .... environments and which RMAN Executable your session is using.

> 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
> --
> Ceri Townsend Database Admin
> mailto:dba_at_persistent-worlds.net ICQ:153010767
>
> "I love deadlines. I like the whooshing sound they make as they fly
> by." Douglas Adams
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Ceri Townsend
> INET: dba_at_persistent-worlds.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).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nikunj Gupta
  INET: good_dba_at_hotmail.com

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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Clinton Naude
  INET: clintonn_at_meb.co.za

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 - 23:33:47 CST

Original text of this message

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