What is the difference between a temporary table vs global temporary table in Oracle?
问题 I have heard these two terms "temporary table" and "global temporary table" used pretty much in similar context. What is the difference between the two? 回答1: In Oracle there isn't any difference. When you create a temporary table in an Oracle database, it is automatically global, and you are required to include the "Global" key word. The SQL standard, which defines how the term "GLOBAL TEMPORARY TABLE" is interpreted, allows for either a LOCAL or GLOBAL scope. This would allow for either a