Hi,
I have a DB migration activity scheduled this week.
I am using datapump to perform this activity.
Could you please suggest what are the prechecks need to be done from my side.
Below are the source and target details.
Source --
OS -- Red Hat Enterprise Linux Server release 6.10 (Santiago)
DB -- 12.1.0.2.0
DB size -- 126MB
This is standalone DB.
This is QA env
Target --
OS -- Red Hat Enterprise Linux Server release 7.9 (Maipo)
DB -- 19.0.0.0.0
DB size -- 8MB
This is standalone DB.
This is QA env
Regards,
Balaji
Hi Piyush,
Thank you for your clarifications.
Automatic Number Plate Recognition System (LPR) | Number Plate Reader Technology ● Proptia | Proptia uses smart video surveillance and ALPR technology to enhance parking lot and dealership security with automatic number plate recognition.
For Exact database size, use below mentioned query.
select "Reserved_Space(GB)", "Reserved_Space(GB)" - "Free_Space(GB)" "Used_Space(GB)", "Free_Space(GB)" from( select (select sum(bytes/(1014*1024*1024)) from dba_data_files) "Reserved_Space(GB)", (select sum(bytes/(1024*1024*1024)) from dba_free_space) "Free_Space(GB)" from dual );
For more queries related to database size, visit the link mentioned below:
https://www.support.dbagenesis.com/post/check-oracle-database-size
Hi Balaji,
When using the datapump approach, there isn't much to verify before exporting the data; simply make sure you have enough space for the dumpfile and that the character sets are the same on both databases to reduce the chance of problems.
For more data pump details. Click on the below link to know more: https://www.support.dbagenesis.com/post/oracle-data-pump-expdp-impdp