Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question: RMAN frustration
On 19 Jul 2005 12:02:01 -0700, "BD" <bobby_dread_at_hotmail.com> wrote:
>Can someone suggest how I might narrow this down?
>
>Many thanks!
You don't need a special rman user with SYSDBA privilege, and as
catalog and target database are on the same system, setting ORACLE_SID
and rman target /
- should work
- should not use the TCP/IP protocol where you don't really need it.
Other than that, you should
alter system set events='1031 errorstack trace name context forever,
level 3'
to have Oracle dump the exact statement in error to a trace file.
It might not even be the SYSDBA privilege!
-- Sybrand Bakker, Senior Oracle DBAReceived on Tue Jul 19 2005 - 14:46:16 CDT
![]() |
![]() |