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 |
What type of index should you use on a fact table?
can we drop dual table
what is shared memory?
Difference between negative and positive adjustments : oracle accounts receivable
Can we modify approve purchase order?if yes what is navigation?
You have just compiled a PL/SQL package but got errors, how would you view the errors?
What do you mean by Oracle MEDIA RECOVERY?
Explain materialized views and how they are used.
I have 3+ Years experience HR with Technical Recruitment Industry. Now i would like to learn oracle HRMS Models of all aspect. please suggest any one, which institution is best for oracle HRMS practical with real time teaching in Chennai, Tamilnadu. What are the basic stat up to learn Oracle HRMS with Core strongly?
How would you go about increasing the buffer cache hit ratio?
how to write a query without using where? Example- select * from employee where empno=10 I need to write this query without where clause.
How would you go about generating an EXPLAIN plan?