RE: Basic RMAN question

2003-02-26 Thread Clinton Naude
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.

Re: Basic RMAN question

2003-02-26 Thread Nikunj Gupta
Try RMAN and at rman prompt RMAN> connect backup_admin/[EMAIL PROTECTED] Does that work ? Check for LD_LIBRARY_PATH, ORACLE_HOME environments and which RMAN Executable your session is using. - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent:

RE: Basic RMAN question

2003-02-26 Thread Freeman Robert - IL
Don't need the as sysdba bit RF -Original Message- To: Multiple recipients of list ORACLE-L Sent: 2/26/2003 9:54 AM The connect string looks invalid. Please try: rman target='backup_admin/[EMAIL PROTECTED] as sysdba' nocatalog log="test.log" Have Fun :) Ceri Townsend wrote: Hi

RE: Basic RMAN question

2003-02-26 Thread Stephen Lee
> -Original Message- > > rman target='backup_admin/backup as [EMAIL PROTECTED]' > nocatalog log="test.log" > rman: can't open target=backup_manager/backup as [EMAIL PROTECTED] Get rid of the "as sysdba". rman will automatically connect however it needs to connect. Be sure you have grant

Re: Basic RMAN question

2003-02-26 Thread Chip
The connect string looks invalid.  Please try: rman target='backup_admin/[EMAIL PROTECTED] 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.

Re: Basic RMAN question

2003-02-26 Thread Joseph S Testa
Ceri, I know the problem, on RH, do a which rman, you're probably hitting the binary that does Reverse MANpage. do a $ORACLE_HOME/bin/rman instead and all should be well. joe > Hi All, > > I am starting to play with rman in a test environment, however I seem > to be hitting a really basic pr

RE: Basic RMAN question

2003-02-26 Thread Freeman Robert - IL
This is odd. If you goto $ORACLE_HOME/bin and run ./rman nocatalog, does it work? RF -Original Message- To: Multiple recipients of list ORACLE-L Sent: 2/26/2003 7:28 AM Hi All, I am starting to play with rman in a test environment, however I seem to be hitting a really basic problem st

RE: Basic RMAN question

2003-02-26 Thread Jack van Zanen
Hi I don't think you need to have 'as sysdba' in your connect string. (But it's been a while) Jack -Original Message- Sent: woensdag 26 februari 2003 14:29 To: Multiple recipients of list ORACLE-L Hi All, I am starting to play with rman in a test environment, however I seem to be hit