Best Of
Re: After April 2025 PSU materialized view refresh failing which connects to SQL Server using dg4odbc.
Setting this to AL32UTF8 resolved the issue. Thank you. When the setting had <remote database>, I had it set to the SQL Server character set and it should be the Oracle database character set.
Thank you for the quick resolution.
Re: There are blocks in v$nonlogged_block, but NONLOGGED_START_TIME is empty
Your analysis of the situation regarding v$nonlogged_block is correct. The reason NONLOGGED_START_TIME is null and your SCN_TO_TIMESTAMP conversion is failing is that the NOLOGGING operations that affected these blocks occurred further in the past than the database's SCN-to-timestamp mapping retention period allows. Oracle maintains this mapping for a limited time, so any SCN older than this cannot be resolved to a specific timestamp. It is crucial to understand that these blocks are not "corrupt" on the primary database; they contain valid data. However, they represent a potential recovery issue because the changes were not captured in the redo logs, which would cause them to appear as genuinely corrupt blocks on a physical standby database or if you needed to perform media recovery over that time period. The next step is to join v$nonlogged_block with dba_extents to identify the specific objects (tables or indexes) affected, which will allow us to take corrective action, such as rebuilding an index or reloading a table, to ensure full recoverability and clear these entries.
Re: Oracle Retail Customer Engagement
Hi,
Unfortunately this Community is for the Xstore POS. Please create a service request under the Oracle Retail Customer Engagement so this question can be assigned to an engineer.
Thank you
Re: Is the following patch is ready to download and apply??
Thanks Rahul and Somashekar for quick reply and guidiance…..🙂
Re: ETPAT-AT requires p6880880_111000_Linux-x86-64.zip. Where is it?
If you can not download "p6880800_111000_Linux-x86-64.zip"
refer to
How to Request Software Media when it is Unavailable on the Oracle Software Delivery Cloud Site (Doc ID 1071023.1)
Re: ETPAT-AT requires p6880880_111000_Linux-x86-64.zip. Where is it?
Hi
you can find it here :
Re: How to clear Final Status transactions on the sub ledger Period Close Exception report
This post was most helpful; there was a space issue on the database due to other job running longer than expected.
Re: How to clear Final Status transactions on the sub ledger Period Close Exception report
The DBA has identified that another scheduler job was causing an issue, in terms of space.
Re: Query to see "days until next password change"
Thanks Everybody for sharing these replies, I really appreciate them! I will check and see how they work and come back here with the feedback.
Regards,
Charles
Re: How to find Scheduled request set programs and their parameters in Oracle EBS?
For newbies (and if you don't know the request ID) comment that first condition out, and then modify the program name condition. For example:
and fcp.user_concurrent_program_name like 'ERAU%'
