Answer Posted / 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 |
Post New Answer View All Answers
Global and Local shortcuts. Advantages.
Explain informatica architecture - version 8 / 9
Design a mapping to load a target table with the following values from the above source?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
How an expression transformation differs from aggregator transformation?
What all join we can perform in LOOKUP transformation?
Why filter transformation is an active one?
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
without table how to come first record only in oracle?
What are the settings that you use to configure the joiner transformation?
What are the different types of olap? Give an example?
What is meant by lookup transformation? Explain the types of lookup transformation?
Which means the first record should come as last record and last record should come as first record and load into the target file?