Oracle Apps Question: Download Oracle Applications PDF

What is global tempory table?

Tweet Share WhatsApp

Answer:

Global temporary tables are temporary table for perticular session.
Global temporary tables are two types,
1.Transaction wise temporary table
2.Session wise temporary tables.
In transaction wise temporary tables we will use on commit delete rows keyword, which delete the data whenever we do commit.
In session wise temporary table we will use on commit preserve rows keyword, which preserve the data till the end of that session.

Download Oracle Applications PDF Read All 21 Oracle Applications Questions
Previous QuestionNext Question
What is the difference between format trigger and action trigger?WHAT IS ACCOUNTING CONVENTION, WHY WILL WE USE IT?