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
Briefly describe lookup transformation?
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
What is blocking transformation?
What is the format of informatica objects in a repository?
Describe an informatica powercenter?
What do you understand by a term domain?
What are the restrictions of union transformation?
What is a code page?
What is workflow? What are the components of the workflow manager?
How to start a workflow using pmcmd command?
How does the aggregator transformation handle null values?
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
Performance tuning in UNIX for informatica mappings?
What is sequence generator transformation in informatica?
What is depict expression change?