i tried i am above way still gets the same error
Main Topics
Browse All Topicshi,
i have a problem with rman using oracle 8.1.5 databse
i creted a user rman and given the privilege recovery_catalog_owner to user rman
when i use
c:\rman80 catalog rman/rman
i am getting a error
rman-00569
rman-00552
rman-01005
rman-01008
rman-01007 :at line2 column 1 file: command line arugements
can anyone pls guide me the problem asap
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi Vasu,
In your original question you mentioned the version of oracle database is 8.1.5, are you using rman from a 8.0.5 client ?
The name of the executable is RMAN80.EXE in Oracle8 and RMAN.EXE in Oracle8i.
In any case, the error reported to use says "syntax error in command line arguments". I think the problem lies in the semicolon (;) you are using at the end of the line. Rman does not require a command terminator, remove the semicolon and try it again.
SDutta
Business Accounts
Answer for Membership
by: HildeJPosted on 2003-03-23 at 09:23:40ID: 8190240
Try
somthing like :
RMAN> connect catalog rman/manager@rcat;
or for you
C:\rman80 catalog rman/rman@rcat;
or set the SID to target RMAN database
:-)HildeJ