What are the Characteristics of Data Files ?
Answers were Sorted based on User's Feedback
Answer / rashid ansari
datafile contain actual data and one datafile associate
with only one tablespace.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nishi
Characterstics of Data File :
- A Data file can be associated with only one database.
- Once created, a data file cannot change is size.
- One or more data files form a logical unit of database storage called a Tablespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / orawhiz
A data file can be associated with only one database.Once
created a data file can't change size.
One or more data files form a logical unit of database storage
called a tablespace.
| Is This Answer Correct ? | 2 Yes | 4 No |
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
What is a recycle bin in oracle?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
Do View contain Data ?
How can I introduce multiple conditions in like operator?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Differentiate between pre-select and pre-query?
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
What is an oracle database table?
How to use in conditions in oracle?
What are cursor?where are they used?
How to pass parameters to procedures in oracle?