cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

HELPPPPPPPPPPPPPPPPPPPP ORACLE ONLINE BACKUP

zalbuta
Level 2
Dear all,

I have a real problem with backing up Oracle database online using BE11d.
i have a database /production installed on a Red Hat Linux server, and this database is working fine, I installed the latest version of RALUS on the system, and I am able to see my ORACLE table spaces on my BE interface and see also all the linux files.

When I try to backup the database online, I get the following error message:
"The Database script returned an error. Refer to the Database script output section in job logs for more details"

Also under the RMAN output in the report I get the following:
<PRE class=WW_INDENT>
Recovery Manager: Release 10.2.0.2.0 - Production on Fri Aug 3 20:13:50 2007
Copyright (c) 1982, 2005, Oracle.
All rights reserved.
# ----------------------------------------------------------------- #
RMAN command section
# -----------------------------------------------------------------
RUN { ALLOCATE CHANNEL ch0
TYPE 'SBT_TAPE';
SEND
'BSA_SERVICE_HOST=100.100.100.27,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={1B67D839-C5C6-4CB4-BA41-D9C779857147},
NBBSA_DB_DEVICE_NAME=Oracle-Linux::\\jccdbserver1\MIS';
BACKUP INCREMENTAL LEVEL=0 FORMAT 'BE_U'
TABLESPACE 'SYSTEM'
FORCE; BACKUP CURRENT CONTROLFILE FORMAT 'BE_U';
RELEASE CHANNEL ch0;
}
RMAN-00571: ================================================
=========== RMAN-00569:
=============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571:
 ===========================================================
ORA-12546: TNS:permission denied

Recovery Manager complete. </PRE><script language="JavaScript"> function Expand() { var srcElement = event.srcElement; if (event.srcElement.tagName != 'TH') srcElement = event.srcElement.parentElement; var child = srcElement.parentElement.parentElement.all[srcElement.getAttribute('child',false)]; if (null != child) { child.className = (child.className == 'COL' ? 'EXP' : 'COL'); if (event.srcElement.tagName == 'INPUT'){ event.srcElement.value = (child.className == 'COL' ? '+' : '-'); } else { for (var i=0;i'COL' ? '+' : '-'); } } } } } function ExpandAll(fromState,toState,image) { var th = document.all.tags('TH'); for (var i=0;i&&(child.className != toState)) { child.className = toState; } } } function OnDocumentLoad() { var ua = window.navigator.userAgent; var msie = ua.indexOf('MSIE '); var bUpdateTables = false; if (msie) { var str = new String(ua.substring(msie+5, ua.indexOf('.',msie) +2)); if (str >= 5.5) { bUpdateTables = true; } } if (bUpdateTables) { var tbl = document.all.tags('TABLE'); for (var i=0;i{ b.className = 'EXP'; } b = document.all[btn]; if (null != b) { b.value = '-'; } } </script>


Do you have any idea what is going on? I tried to reinstall the RALUs but with no luck... I have another Oracle database with the OS, and everything is working fine with that system, both are getting backed up using the same media server!!!!!!

Please help

0 REPLIES 0