November 15, 2023

SOURCE SAVE

SOURCE SAVE Save the Source Code and Table and Index Structures using PL/SQL After having gone through some papers on this subject, the need for a robust system has to be developed plugging all the holes, is felt and the result is this. The basic idea and the first paper that has been seen is …

SOURCE SAVE Read More »

PL/SQL TUTORIALS – CONCEPTS

PL/SQL TUTORIALS – DYNAMIC SQL PL/SQL Tutorials – DYNAMIC SQL Within PL/SQL, you can execute any kind of SQL statement (even data definition and data control statements) without resorting to cumbersome programmatic approaches. Dynamic SQL blends seamlessly into your programs, making them more efficient, readable, and concise You need dynamic SQL in the following situations: …

PL/SQL TUTORIALS – CONCEPTS Read More »

ONLINE MOVE PARTITION EXAMPLES

ONLINE MOVE PARTITION EXAMPLES SQL> ALTER TABLE test1 MOVE PARTITION test1_PART1 ONLINE;  Table altered  SQL> ALTER TABLE test1 MOVE PARTITIONtest1_PART1 ONLINE UPDATE INDEXES;  Table altered  SQL> ALTER TABLE test1 MOVE PARTITIONtest1_PART1 ONLINE UPDATE GLOBAL INDEXES;  Table altered Source: Oracle

PL/SQL TUTORIALS – DYNAMIC SQL

PL/SQL TUTORIALS – DYNAMIC SQL PL/SQL Tutorials – DYNAMIC SQL Within PL/SQL, you can execute any kind of SQL statement (even data definition and data control statements) without resorting to cumbersome programmatic approaches. Dynamic SQL blends seamlessly into your programs, making them more efficient, readable, and concise You need dynamic SQL in the following situations: …

PL/SQL TUTORIALS – DYNAMIC SQL Read More »

Oracle Maximum Availability Architecture (MAA) GoldenGate Hub

To achieve the highest levels of availability, resulting in zero or near-zero downtime for both unplanned outages and planned maintenance activities, customers frequently use the combination of Oracle Real Application Clusters (Oracle RAC), Oracle Active Data Guard, and Oracle GoldenGate. Traditionally, Oracle GoldenGate is installed and run locally on the database server that the GoldenGate …

Oracle Maximum Availability Architecture (MAA) GoldenGate Hub Read More »

Oracle GoldenGate Performance Best Practices

The strategic integration of Oracle Exadata Database Machine and Oracle Maximum Availability Architecture (MAA) best practices (Exadata MAA) provides the best and most comprehensive Oracle Database availability solution. Oracle GoldenGate is a key component of MAA, providing a logical replication solution for fast platform migration and a near zero downtime solution for application and database …

Oracle GoldenGate Performance Best Practices Read More »

Oracle Database Migration with an Oracle GoldenGate Hub Configuration

This Oracle GoldeGate Maximum Availability Architecture (MAA) migration solution provides step-bystep instructions to set up and migrate any 11g Release 2 and later Oracle database, from any system platform (e.g. AIX, HP UX, Linux), from a single tenant to a multitenant architecture, or from a database not using Transparent Data Encryption (TDE) to a TDE …

Oracle Database Migration with an Oracle GoldenGate Hub Configuration Read More »

OracleFlashback

Oracle Database includes the following logical flashback features: Oracle Flashback Query You can specify a target time and run queries against a database, viewing results as they would appear at the target time. To recover from an unwanted change like an update to a table, you could choose a target time before the error and …

OracleFlashback Read More »

Scroll to Top