Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Log_file_name_convert

934234Mar 9 2013 — edited Mar 9 2013
Hello,

a)The Online Redo Log file doesn’t come in picture anywhere in the Physical Standby. Is there any need to set LOG_FILE_NAME_CONVERT parameter on the standby database?

b) RFS process writes the redo data to either archived redo log files or standby redo log files. Will RFS Process writes the redo to SRL properly,If the size of the standby redo log files does not match the size of primary database online redo log files i.e SRL size is lesser than the ORL size?

Comments

EJP
Whatever the answer to that might be, it's irrelevant, as ResourceBundle will cache it anyway.
Murray9654
Thank you. what I found is it creates New Resource bundle object every time I load the page. Anyway thanks for the information.
EJP
It can't. There is no accessible constructor. What you mean is that it calls ResourceBundle.loadBundle(). But that returns a cached copy if the bundle has already been loaded, as I already told you.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 6 2013
Added on Mar 9 2013
9 comments
797 views