Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

primary not transferring logs to standby 1

Status
Not open for further replies.

igg

Programmer
Feb 20, 2002
9
IE
I am running oracle 8.1.7.0.0 with Unix Tru64.

I have followed all the configuration for the standby database setup but the log files are not transferring to the remote standby server.

i can see connection request listener.log file on standby database with string like my primary server ip address, port and "establish" keyword in the end but the archive log file is not created.

But on primary server alert file, it says

ARC0: Error 16032 attaching RFS server to standby instance at host 'SPRDSDBY'
ARC0: Error 16032 creating archivelog file 'SPRDSDBY'

why its not tranfering the archive log file to standby database?

Thanks in advance.
 
Dima,
sql*net is used by the Remote File Server process to transfer the stand-by redo log.
There's no FTP or RCP to transfer redo logs from primary to stand-by database
 
Thanks sem,
It was problem with the "standby_archive_dest" had "LOCATION=" as part of the parameter value, took this out and all working smoothly now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top