Execute Commands, Stored Procedures, and Queries with SQLEXEC
The SQLEXEC parameter of Oracle GoldenGate enables Extract and Replicat to communicate with the database to do the following:
-
Execute a database command, stored procedure, or SQL query to perform a database function, return results (
SELECTstatements) or perform DML (INSERT,UPDATE,DELETE) operations. -
Retrieve output parameters from a procedure for input to a
FILTERorCOLMAPclause. Note:SQLEXECprovides minimal globalization support. To useSQLEXECin the capture parameter file of the source capture, make sure that the client character set in the source.prmfile is either the same or a superset of the source database character set.