rman error [message #265296] |
Thu, 06 September 2007 01:50 |
ara.oracle
Messages: 142 Registered: August 2007
|
Senior Member |
|
|
i created new database named orcl
when i try to connect to rman,its takes much time to connect
and does not displaying the RMAN> prompt
|
|
|
|
|
|
|
|
Re: rman error [message #265328 is a reply to message #265296] |
Thu, 06 September 2007 02:31 |
ara.oracle
Messages: 142 Registered: August 2007
|
Senior Member |
|
|
[oracle@infra ~]$ rman
when i type rman am not getting the rman prompt.
i dont understand what you are saying?
os?
version?
copy and paste screen!
|
|
|
Re: rman error [message #265330 is a reply to message #265328] |
Thu, 06 September 2007 02:35 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
os? => What is your OS?
version? => What is your Oracle version (4 decimals)
Copy and paste screen => Er... copy and paste what you have on your screen
All this is is explained in Please read and follow OraFAQ Forum Guide that you should read without forgetting "How to format your post?" section.
Regards
Michel
[Updated on: Thu, 06 September 2007 02:36] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: rman error [message #265417 is a reply to message #265296] |
Thu, 06 September 2007 05:12 |
ara.oracle
Messages: 142 Registered: August 2007
|
Senior Member |
|
|
am still getting the same error.
this is my output.
[oracle@infra ~]$ echo $ORACLE_HOME
/vm/product/database
[oracle@infra ~]$ echo $ORACLE_SID
newdb
[oracle@infra ~]$ echo $PATH
/usr/kerberos/bin:/orcl/oracle/product/database/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/bin
[oracle@infra ~]$
|
|
|
|
Re: rman error [message #265493 is a reply to message #265296] |
Thu, 06 September 2007 07:34 |
ara.oracle
Messages: 142 Registered: August 2007
|
Senior Member |
|
|
ya i set the ORACLE_HOME and ORACLE_SID in .bash_profile
i set the PATH also
PATH=$PATH:$HOME/bin
export PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_HOME=/vm/product/database
export ORACLE_SID=newdb
export PATH
unset USERNAME
but i can able to start rman only by giving the command like this
/vm/product/database/bin/rman
please say where to give the path?
|
|
|
Re: rman error [message #265611 is a reply to message #265493] |
Thu, 06 September 2007 13:24 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello ara.oracle,
I am trying to watch your posts from the beginning.
The seniors here like Michel Cadot ask to you:
Read the forum guidelines.
It is easy. It helps you a lot.
Try again to reconsider what a senior member asked to you.
Regarding your problem:
1) when you execute this command:
export PATH=$PATH:$ORACLE_HOME/bin
... please, tell me: What will be the final value of $PATH?
after the previous command been processed... you say:
export ORACLE_HOME=/vm/product/database
Are you sure that the order is not important?
Regards,
mson77
|
|
|
Re: rman error [message #265763 is a reply to message #265296] |
Fri, 07 September 2007 05:25 |
ara.oracle
Messages: 142 Registered: August 2007
|
Senior Member |
|
|
when i try to connect rman am getting this error?
[oracle@infra ~]$ rman
rman: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
|
|
|
Re: rman error [message #265816 is a reply to message #265763] |
Fri, 07 September 2007 08:25 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello ara.oracle,
Can we start from the beginning?
Probably there are many of us reading your post and trying to help you too.
Michel Cadot has already written here: "- You have problems with environment variables!"
And he is absolutely right.
Once you post this information:
[oracle@infra ~]$ echo $ORACLE_HOME
/vm/product/database
[oracle@infra ~]$ echo $ORACLE_SID
newdb
[oracle@infra ~]$ echo $PATH
/usr/kerberos/bin:/orcl/oracle/product/database/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/bin
[oracle@infra ~]$
My question here is:
1) ==================================================
How $ORACLE_HOME is in "/vm/product/database"... and
your $PATH is in "/orcl/oracle/product/database/bin"... ?
2) ============================================
Did you correct the "export" order? as I told you in my last message?
3) ============================================
Did you read and are applying the directions on this forum guidelines? (not yet)
4) ============================================
The current user has rights to execute rman?
And now... (it is not Oracle question but Life question)
Try to reconsider and restarting again from the beginning posting here as this forum guide asks for. You will see... more and more Seniors here will help you mainly for you being a good guy. But if not... who will care? Think as if you were one of these Seniors.
So... time to restart from the right way. Then this information here will be helpful to many other in the future... and not only for your comprehension/use.
Regards,
mson77
[Updated on: Fri, 07 September 2007 08:26] Report message to a moderator
|
|
|