Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Checksum in Rac 19c #2929

Open
atsu0127 opened this issue Feb 26, 2025 · 1 comment · May be fixed by #2932
Open

Wrong Checksum in Rac 19c #2929

atsu0127 opened this issue Feb 26, 2025 · 1 comment · May be fixed by #2932

Comments

@atsu0127
Copy link

Detail

The checksum values differ between the following two files:

Checusum in dockerfiles

b7c4c66f801f92d14faa0d791ccda721 LINUX.X64_193000_grid_home.zip
1858bd0d281c60f4ddabd87b1c214a4f LINUX.X64_193000_db_home.zip

Checusum in containerfiles

b7c4c66f801f92d14faa0d791ccda721 19.3.0/LINUX.X64_193000_db_home.zip
1858bd0d281c60f4ddabd87b1c214a4f 19.3.0/LINUX.X64_193000_grid_home.zip

Based on the results below, the former appears to be correct, while the latter seems to be reversed.

[root@ractest02 containerfiles]# md5sum 19.3.0/LINUX.X64_193000_db_home.zip  
1858bd0d281c60f4ddabd87b1c214a4f  19.3.0/LINUX.X64_193000_db_home.zip  
[root@ractest02 containerfiles]# md5sum 19.3.0/LINUX.X64_193000_grid_home.zip  
b7c4c66f801f92d14faa0d791ccda721  19.3.0/LINUX.X64_193000_grid_home.zip  
@Brijeshthummar02
Copy link

@atsu0127 we need to correct the order of entries, i will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants