what is plsql table?
Answers were Sorted based on User's Feedback
Answer / nagaraju bhatraju
A PL/SQL table is a one-dimensional, unbounded, sparse
collection of homogeneous elements, indexed by integers. In
technical terms, it is like an array
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sandeep
From Oracle 8 onwards PLSQL table is an Associative Array
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main features of Oracle 8i with context to datawarehouse?
In informatics server which files are created during the session rums?
Difference Between ETL & ELT?
Can anyone tell me, when a flat file contains different kinds of delimeters available for each line ( For Ex: First line contains [,*&#$] and second line contains [%@$#%^]. Like that all records having different kinds of delimeters. How can we implement this kind of flat file in informatica?
how to convert the .doc docs into .txt format using informatica
can you avoid static cache in the lookup transformation? I mean can you
How to enter same record twice in the target table,explain?
What are mapping parametres and variables in informatica?
what is datamart
Hi All, I have three question. 1) How to remove the header and footer in a flat file in informatica? 2)How to load the first and last record of flat file into the target? 3)I have a Input and Output table. Input Name Salaray Month A 100 Jan A 200 Feb A 300 March B 400 April B 500 May B 600 June Output Name Salaray Month A 100 Jan A 300 Feb A 600 March B 400 April B 900 May B 1500 June How to implement and get the ouput as mentioned above. If Possible kindly provide the SQL query also. Kindly any one help to implement this concept. Thanks, Pradeep
Did u used latest transformations of 8.6.0? for what?
Does Facttable Normalized or Denormalized?