Select Menu

Ads

Random Posts

Powered By Blogger
Powered By Blogger

Blog Archive

Search This Blog

Blog Archive

Thirupal Boreddy. Powered by Blogger.

My Blog List

Followers

Lorem 1

Technology

Circle Gallery

Shooting

Racing

News

Lorem 4

» » The Archiver hung alerts

The Archiver hung alerts:

1. Check space in DB_RECOVERY_FILE_DEST_SIZE

2. If there is no space left, increase the size.

ALTER SYSTEM set DB_RECOVERY_FILE_DEST_SIZE = 15G;


3. Coonect catalog database

connect target /

rman/rm2n10g@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxx.xxxxx.co.uk)(PORT=1523)))(CONNECT_DATA=(SERVICE_NAME=xxxxx.lloydstsb.co.uk)))

4. Take the backup of archive logs

RMAN>

run {
allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/u01/app/oracle/admin/tsm_rman/xxxxxx_tdpo.opt)';
backup archivelog all delete input;
}

About Oracle DBA World

WePress Theme is officially developed by Templatezy Team. We published High quality Blogger Templates with Awesome Design for blogspot lovers.The very first Blogger Templates Company where you will find Responsive Design Templates.
«
Next
Newer Post
»
Previous
Older Post

No comments

Leave a Reply

QUERY FOR CPU USAGE

select  a.target_name as HOST, to_char(a.rollup_timestamp,' dd-Mon-yy::hh24:mi') as "DAY-TIME", sum(c.cpu_count) as ...