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 |
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
HOW TO DISPLAY MAXIMUM SALARIES FROM EMP DEPARTMENT VISE ALONG WITH DEPARTMENT NAMES? E.g EMP,DEPT
5 Answers College School Exams Tests, DELL,
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
What do you understand by a database object?
Explain the use of record length option in exp command.
Can you have more than one content canvas view attached with a window ?
Explain oracle left join with an example?
How to apply filtering criteria at group level in oracle?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
What is the difference between a user and a schema in oracle?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
what is the difference between functional dependecy and multilevel dependency?