cancel
Showing results for 
Search instead for 
Did you mean: 

Status of archiving directory - Problem in T-Code - DB12

Former Member
0 Kudos

Hello Gurus,

in our server while we are run T-code - DB12 it gives us this following error

- Status of archiving directory - unknown

Status of SAPOSCOL is in running mode

in bottom Status Bar it is given

Show_directory_fill_status: function call control_perf_failed, return code 13

Can anybody give me the rectification

Thanks & Regards

Shishir

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Fendi you are GENIUS, I have send OSS message to SAP about this problem, and read hundred notes about this problem....but just as restart saposcol....and it is workind, and archive directory is shown...

Great!

Former Member
0 Kudos

Hi Shishir,

You can try restart the SAPOSCOL using command

saposcol -k

saposcol -l

This normally solve my problem.

Regards,

Fendi Suyanto

Former Member
0 Kudos

Hello

Can you pl check if the following parameter is maintained in init<sid>.ora file

log_archive_dest='\oracle\<sid>\oraarch\<sid>arch

Pl award if resolved.

regards

Former Member
0 Kudos

We have also same problem. LOG_ARCHIVE_DEST was set correctly.

Former Member
0 Kudos

Hi Shishir,

Read the following note

SAP Note 199586 - Missing free space value in DB12.

We have the same problem in 2 of our systems,but this note would not help us resolve the issue.Maybe it might help u.

Award points if useful

Former Member
0 Kudos

Hi Shishir,

Though SAPOSCOL is running, the function call could have failed for several reasons. You could look into SM21 or ST22 for details of its failure.

The other way to check the status of the archive directory is to go to OS level and check the space for that filesystem.

cd /oracle/<DBSID>/oraarch

df .

Regards,

Nisch