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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2347


do you know is it possible to run the interface without using oracle apps?

871


how do you describe O2C along with tables

2514


Is soa a part of oracle fusion middleware?

815


What do you understand by a set of books?

831


Tell me how to debug the report?

852


tell me the scenarios of the independent in reports

2248


What is oracle soa suite?

970


what are the balancing segments in AR?

1846


what are the different transaction clauses in AR?

1832


What is sca and how is it useful?

844


Can you differentiate between mediator and osb?

857


What is the concept of soa governance?

995


Can we create tables in apps schema?

845


Tell me how to find the custom directory in front end?

860