What is the difference between a TEMPORARY tablespace and a
PERMANENT tablespace?
Answers were Sorted based on User's Feedback
Answer / garry
temporary tablespaces are used for sorting operations
and
permanent tablespaces are tablespace that related to system
or sysaux datafile (system and sysaux are mandatory datafiles)
note :-u can not create dictionary manage tablespace in
database which is created thru dbca
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / guest
1.Temporary tablespace is locally managed tablespace
Permanent tablespace is dictionary managed tablespace
2. when an extent is allocated or freed for reuse changes
occurs in tables.In case of Temporary tablespace changes
happen in bitmaps but in Permanent tablespace System Tables
gets updated.
3. Temporary Tablespace automatically tracks adjacent free
space.
| Is This Answer Correct ? | 7 Yes | 18 No |
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
what are the API of GL,PO,AP
What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable
what is diff between pre insert,on insert,post insert triggers?
Where would you look for errors from the database engine?
i am having comm in emp table and i want to display 0 when comm =null and -10 if comm= value
how can we send a concurrent program output to the clients through mail or fax give me example.
1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count
Whats the purpose of using Nextval while creating the sequence.
how to replace not in with not exist?
What are different types of receipt reversals ? Explain them : oracle accounts receivable
while creating requisitions i am unable to see the list of organisation can anyone help me out ?