what is pl/sql table and pl/sql records? what is the use of
that?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
Presently u are working in which version?
WHAT IS THE VIEW IN ORACLE APPS?HOW IS IT CREATED?
How to create a purchase order without a requisition?
P_CONC_REQUEST_ID mandatory in oracle reports to run in oracle applications or not ( I am not talking about running in report builder or D2k ) or not ?
9 Answers CSC, IBM, KPIT, Oracle,
What is secuirity's in R12 features.
in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?
can we get profile values in report without using user exists is it possible how?
testing tools?
0 Answers BirlaSoft, Convergys,
What are the files we submit while your program move to testing instance?
what is the difference between varchar and varchar(2)?
What is responsibility?