| cc: (bcc: Lisa Cabanas/SC/MODOT) |
| Subject: Re: Oracle/rman tdp failing |
>|
Hi James -
I just got done updating all of my oracle clients to TDP and we had this
same problem on 2
Thanks as usual, to all who responded. It turned out the DBA recycled the DB and all
problems cleared up. He must have read that it was required after I pointed him to the
TSM/RMAN documentation.
Thanks again,
Jim
-
Do You Yahoo!?
Yahoo! Shopping - Thousands
Hi James -
I just got done updating all of my oracle clients to TDP and we had this
same problem on 2 clients and it was the cause of 2 different issues.
On 1 client, the database needed to be relinked with the libobk.a.
On the other client, for some reason, we had lost the maxnum mount points
What level of Oracle are you running. If it is 8.0.5 or 8.0.6 you
can try running the makefile again to relink the library file.
If it is 8.1.5 or 8.1.6, check to make sure the symbolic link in
the Oracle path points to the library file in the TSM path.
find / -name libobk.a -exec ls -l {} \;
Wil