what is pl/sql table and pl/sql records? what is the use of
that?

Answers were Sorted based on User's Feedback



what is pl/sql table and pl/sql records? what is the use of that?..

Answer / srinivasa reddy k

Pl/Sql table comes under collections.
Pl/Sql table ,Pl/Sql datatypes comes under User Defined
Datatypes.

Pl/Sql table is used for storing and processing the values
in a Pl/Sql procedures.

Pl/Sql records are used to hold the row structed values

we can use pl/ql records with pl/sql tables to form a table
like structed to hold the values in a Pl/Sql program.

Is This Answer Correct ?    4 Yes 0 No

what is pl/sql table and pl/sql records? what is the use of that?..

Answer / vans

The usage of plsql table and plsql records is high
performance.It enhance the performance.

Rather than using the cursor variable we can make use of
plsql records which is less time consuming.

For ex:
CURSOR emp_cur IS
SELECT trunc(sysdate) AS hire_date
,202 AS business_group_id
,'Raz' AS last_name
,'M' AS SEX
,13 AS person_type_id
,'Test Employee Creation3' AS per_comments
from dual;

TYPE tab_emp IS TABLE OF emp_cur%rowtype INDEX BY
BINARY_INTEGER;
emp_rec tab_emp;


The rest of the information is being provided by Srinivasa
Reddy

Is This Answer Correct ?    3 Yes 0 No

what is pl/sql table and pl/sql records? what is the use of that?..

Answer / mohan kumar

PL\SQL RECORD IS A COLLECTION OF FIELD WITH DIFFERENT DATA TYPES
PL\SQL TABLE IS A COLLECTION OF DATAS,STORED IN ROWS AND COLUMNS

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Apps Technical Interview Questions

WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?

4 Answers  


what are the mandatory parameters in suppler Conversion?

1 Answers   Tech Mahindra,


In support project one ticket alloted which steps follows manualy tell me ?

0 Answers   BEL, Questam,


what is meant by lexical parameter

1 Answers   Wipro,


wht is the use of Xml reports over reports6i?

5 Answers  






how can i print random rows in plsql table

0 Answers   Fujitsu, KPIT,


PL/SQL stored procedure parameters?

7 Answers  


what are version control tools used in oracle apps?

1 Answers   Cap Gemini, Sony,


What is MO operating units. Why it need to to set this and where .

2 Answers   IBM,


What is template?

2 Answers  


what is the diff between custom.pll and form personalization? Tell me one example?

4 Answers   Oracle,


why r u move in the cus_top only why not move another top

4 Answers   Wipro,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)