Database Backup and Recovery (MOSC)

MOSC Banner

[SOLVED] RMAN-command show DBGSQL and we can't get rid of it

edited Jan 9, 2012 12:18AM in Database Backup and Recovery (MOSC) 2 commentsAnswered
Hi,
After googling around I still haven't found a solution.
We have a machine with a bunch of databases and only one of them shows stuff like this after issuing a command in RMAN (except for the connect target):

RMAN> show all;

DBGSQL:     TARGET> select  nvl(max(al.recid), '0'),nvl(max(al.recid), 0)   into  :txtparmvalue, :parmvalue   from  v$archived_log al  where  al.status in ('X', 'A')    and  al.is_recovery_dest_file = 'YES'    and  al.creator = 'RMAN'
DBGSQL:        sqlcode = 1008

I can put debug off but it still shows this.
I've compared paramters in this database and another but can't find any differences which can explain this.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center