All Content tagged with Oracle

Amazon RDS for Oracle is a fully managed commercial database that makes it easy to set up, operate, and scale Oracle deployments in the cloud.

Content language: English

Select up to 5 tags to filter
Sort by most recent
258 results
Hi I need to plan, design and test failover for some RDS oracle production servers running in multi-az environment. Is there any documents or videos that discuss details for doing that? Would you us...
2
answers
0
votes
1.6K
views
asked 8 months ago
We are trying to Replicate data from RDS in one account RDS in other account by Masking PII data. As part of this we are following below approach Step 1: Replicate data from Source RDS to S3 by maski...
1
answers
0
votes
701
views
asked 8 months ago
We want to backup and restore Oracle RDS twice a day (incrementally) cross account at the schema and tables level, excluding DMS, Golden Gate, snapshots, and RMAN. What third-party solution is availab...
2
answers
0
votes
710
views
profile picture
EXPERT
asked 8 months ago
We are trying to Replicate Data from Oracle RDS to Target oracle RDS by Masking PII data For that we are following below approach: 1. Replicating data from Oracle RDS to 53 bucket by masking PII data...
1
answers
0
votes
660
views
asked 9 months ago
Hi I am trying to create some alerts for RDS events so I can receive an email via SNS when a failure or backups occur. I created a topic and then when I try to create an event subscription I get this...
2
answers
0
votes
828
views
asked 9 months ago
We are trying to do Data transfer by masking PII data from source RDS account to s3 bucket. But we are not able to add new column using add-column, we don't see any specific errors as well. we are abl...
1
answers
0
votes
1.2K
views
asked 9 months ago
Hi all! I need some guidance on the proper way to connect to an Oracle Free Tier Autonomous Database from a Glue ETL Job. I’ve been using the following code snippet, but I encountered an error - “Conn...
2
answers
0
votes
706
views
AWS
asked 9 months ago
Hello, Attempting to lock expired users in AWS Oracle RDS using a created procedure faces an "insufficient privileges" error. The procedure, designed to execute ALTER USER commands, encounters privil...
1
answers
0
votes
796
views
asked 9 months ago
I am importing the data dump file that I have downloaded from S3. ``` -----load schema DECLARE v_hdnl NUMBER; BEGIN v_hdnl := DBMS_DATAPUMP.OPEN(operation => 'IMPORT', job_mode => 'SCHEMA', job_na...
1
answers
0
votes
1.5K
views
asked 9 months ago