PL/SQL allocates memory for the variable's at runtime or at
compile time
Answer Posted / jagadeesh
compile time enough for memory allocation
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain clause in sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What are the types of records?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Can we use distinct and group by together?
Can 2 queries be executed simultaneously in a distributed database system?
What is foreign key in sql with example?
Are dml statements autocommit?
How to raise user-defined exception with custom sqlerrm ?
Why is sql*loader direct path so fast?
What does inner join mean?
Is inner join faster than left join?
Explain what is a subquery ?
what is a primary key? : Sql dba
what is data control language? : Sql dba