What is the global temporary variable

Showing Answers 1 - 5 of 5 Answers

rajesh

  • Dec 21st, 2006
 

Global Temporary tables are Session based tables

  Was this answer useful?  Yes

surendra_mohan

  • Feb 27th, 2007
 

global temporary is session based and transaction based table for that
table some restriction also there as a like we can not use referential integrity(foreign key) on that table.

  Was this answer useful?  Yes

osden

  • Oct 7th, 2007
 

A Global variable is oracle forms variable whose value is accessible to triggers and subprograms in any module that is active during the current session.

It stores Character String up to 255 char in length

We r write pl/sql procedure r package
only that particular session we use global temparary table once the session complete then global temparary table will be delected automatically.
syn:Create global temparary table(-----)

  Was this answer useful?  Yes

Raghu2008

  • Aug 6th, 2008
 

A global variable is used to store charecter value upto 255 in length. It can be access throught the form module. The global variable always prefixed with ':Global.'

Thanks
Raghu.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions