[SOLVED] RMAN-command show DBGSQL and we can't get rid of it
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.
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.
0