by Pentagon | Jun 5, 2023 | AWS, Blogs, Services
An established procedure for software testing, for instance, can comprise actions like finding test cases, making test plans, carrying out tests, and reporting test results. Similarly, a pre-defined process for software release management could contain processes such...
by Pentagon | Jun 5, 2023 | AWS, Blogs, Services
AWS DevSecOps combines the principles of DevOps with a focus on security, ensuring that security practices are integrated into every stage of the software development and delivery process. Here are some benefits of AWS DevSecOps: Early and Continuous Security:...
by Pentagon | Jun 5, 2023 | AWS, Blogs, Services
AWS DevOps, which combines Amazon Web Services (AWS) and DevOps practices, offers several benefits for organizations. Here are some of the key advantages: Scalability: AWS provides a highly scalable infrastructure, allowing organizations to easily scale their...
by Pentagon | Jul 15, 2019 | Services
Step 1: Create a backup of the source database, if a suitable one doesn’t already exist. $ rman target=/ RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON; RMAN> BACKUP DATABASE PLUS ARCHIVELOG; Step 2: Create a password file for the duplicate instance. $...
by Pentagon | Jul 8, 2019 | Services
There are three types of Standby Databases: Physical Standby Logical Standby Snapshot Standby Physical Standby: Physical standby has three different modes, they are: Maximum Protection. Maximum Performance. Maximum Availability. Maximum Protection: In...
by Pentagon | Jul 1, 2019 | Services
A multiprocessor Oracle database system uses background processes. Background processes are the processes running behind the scene and are meant to perform certain maintenance activities or to deal with abnormal conditions arising in the instance. Each background...