GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

Column List Hanlder

If I am defining a Column list handler, do the cols(#) have to be the correct column number or is this just an identifier? For example, see below. Is it ok if max_salary is really in column 10 in the table?
DECLARE
        cols DBMS_UTILITY.NAME_ARRAY;
   BEGIN
        cols(1) := 'job_title';
        cols(2) := 'min_salary';
        cols(3) := 'max_salary';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center