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 |
HOW TO SPOT AHIERARCHY?
Explain accounting for invoice in advance and arrears. : oracle accounts receivable
what is correlated subquery
how to write customizations in po
In my table i'm having the duplicate records with sequence number and my requirement is when in new record is coming i want to delete existing old record(onlyone i.e maintaing the partial duplicate date )and add new record
Give the reasoning behind using an index.
How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views
What do you mean by hz_ in customer tables? : oracle accounts receivable
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
Explain an ORA-01555
What is autocashrule set? : oracle accounts receivable
How do you add a data file to a tablespace?