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
What do you understand by term role-playing dimension?
How to differentiate between the active and passive transformations?
Is it possible to use a client with different version than that of its Informatica server?
Separate from a database, an information bazaar, and an information stockroom?
Explain lookup transformation in informatica
Write the unconnected lookup syntax and how to return more than one column.
Is it possible to create multiple domains on a single Informatica server?
design of staging area?
What are the measure objects?
Is stop and abort are same in informatica?
is it possible to index the data in cache of lkp transformation ?
write a query to retrieve the latest records from the table sorted by version(scd)
State the differences between sql override and lookup override?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
In development project what is the process to follow for an etl developer from day1