When do you get a .pll extension in oracle? Explain its importance
Answer / Sandeep Jaiswal
A .pll file (PL/SQL Library) in Oracle contains compiled PL/SQL units such as procedures, functions, packages, and types. The .pll files are used to share code between different sessions, schemas, and even databases. They help improve performance by reducing the need for repeated compilation of the same code across multiple sessions. The import utility (imp) can be used to load PL/SQL libraries from one database into another.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is primary key indexed by default in oracle?
primary key is foreign key for the same table?
What is using clause and give example?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
Can you tell me how to add new column in existing views?how?How is possible?
How to start your 10g xe server from command line?
What are the roles of dba?
What is the difference between Delete, Truncate and Drop in Oracle?
does the query needs a hint to access a materialized view?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to resolve name conflicts between variables and columns?