AWS RDS Oracle Database – Download files from S3 bucket
Download Files from AWS S3 Bucket to RDS Oracle DB 1. Download all files from S3 Bucket folder Step 1: Login in to the...
Download Files from AWS S3 Bucket to RDS Oracle DB 1. Download all files from S3 Bucket folder Step 1: Login in to the...
ORA-20000: Unable to set values for index<Index_Name>: Issue : We are migrating a Oracle Legacy On-prom DB from version 12c to AWS RDS Oracle...
Steps to connect Azure SQL DB Managed Instance using Azure AD User account. Step 1: Log into the Windows Jump Server using Remote Desktop...
Issues and Resolutions Issues List Issue 1: Oracle Client Installation Issues UDI-00018: Data Pump client is incompatible with database version 11.2.0.4.0 Solution: Need to...
Different ways of Oracle DB Import DataDump * IMPORT Full Schema DUMP – Single File Dump Impdp username/[email protected] dumpfile=Single_dump_file.dmp SCHEMAS=schema_name directory=DATA_PUMP_DIR logfile=log_file_name.log * IMPORT...
Different ways of Oracle DB Export DataDump * EXPORT – FULL DUMP (Full = Y) – Single Dump File expdp username/[email protected] dumpfile=dump_file_name.dmp FULL=Y directory=DATA_PUMP_DIR...
AWS S3 bucket – Copy / Move files across folders To copy and move files between Amazon S3 Buckets, you can follow the below...
SQL DB Backup Restoration in Azure SQL Managed Instance
Moving files from Local System folder to RDS Oracle Database using DBLink
Oracle Data Dump Does not support Import with TSTZ version mismatch – Higher version to Lower Version Error Message: Ora-39002: Invalid operationOra-39002: Oracle Data...