how to declare array in plsql?
Answer / nagaraju bhatraju
DECLARE
TYPE v_arr IS VARRAY(25) of NUMBER(3);
v1 v_arr;
v_empno employee.empno%TYPE;
BEGIN
v1(2) := 3;
DBMS_OUTPUT.PUT_LINE('The Value of v1(2) = ' || v1(2));
v_empno := 4;
END;
| Is This Answer Correct ? | 13 Yes | 17 No |
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
How you can differentiate between connected lookup and unconnected lookup?
How do you change parameter when you move it from development to production.
What are the components of the workflow manager?
What is an active transformation?
Find a way to implement the following logic : You have column like : Column 1 AA|BB|CC DD|EE|FF WW|AA I need to get the length of the column without the ‘|’ .
How to generate a single mapping for both the historical and incremental load.
how to connect two or more table with single source qualifier?
What is target designer and target load order?
what is the flat file partition and where have to specify it
i having mapping emp---> sq_emp--->target using this mapping i have to load dept table values into target... (condition assume there is no primary and foreign key relation between emp(table x) and dept (table Y))
How to send duplicates to one target and unique rows to one target?target is empty