resetlogs
Charlie, August 23, 2019 - 1:31 am UTC
I (still) have 32-bit 8.1.7.4 and 10.2.0.5 that remain mission-critical.
We only got off 7.3.4 in 2013, migrating critical data to 10g just in time for the very last CPU.
We do maintain database links into modern, cloud-hosted Oracle instances. I know our HR connections moved from PeopleSoft into the Oracle cloud this way.
Fortunately (?), this focus on Oracle 7 led me to rman BACKUP AS COPY, and this is my preferred strategy on all platforms wher available (in 8i I still ALTER TABLESPACE BEGIN BACKUP).
What are my risks of catastrophic SCN failure? Are these somewhat ameliorated by not using rman channels?
Yes, I know I should upgrade. I really say this to developers and management with increasing hysteria.
August 23, 2019 - 8:33 am UTC
Only upgraded from 7 in
2013?! Yikes!
What are my risks of catastrophic SCN failure? Are these somewhat ameliorated by not using rman channels?You mean the problem where using database links can lead to syncing SCNs beyond their allowed limit?
If so, I'll point you to Mike Dietrich's blog:
https://mikedietrichde.com/2019/02/25/you-must-patch-12-1-0-1-and-11-2-0-3-and-older-databases-before-june-2019/ As he says:
What is the risk of NOT patching?
You should be aware about potential database link issues in future and consider about upgrading the databases or not using database links with newer versions of databases. If you continue to have such database links after June 2019, you may get run-time errors during database link operations and you would need to disconnect those database links at that time.
What should you do now?
For owners of a large number of databases, across earlier versions, where you are not able to patch or upgrade and these databases use dblinks with very databases of newer releases, please contact Oracle Support immediately for guidance.
SCN and dumping data to another database
lh, August 26, 2019 - 8:49 am UTC
Hi
If problem is that fields reserved for SCN are too small, could one create a new empty database, export/import all data and users to it and then rename database.
Would SCN start from 0 after doing this (and after suffering long service break).
lh
ups.
lh, August 26, 2019 - 8:51 am UTC
"Rebuilding the database by importing and exporting sorts things out for a while, but is a major, major pain."
Sorry, didn't notice at first this statement. Ignore my previous posting.