Hi Every One , What is the table Space in Oracle Database ?
waiting for answere and thankyou
Answers were Sorted based on User's Feedback
Answer / shilpa
A tablespace is a logical storage unit within an Oracle
database. It is logical because a tablespace is not visible
in the file system of the machine on which the database
resides. A tablespace, in turn, consists of at least one
datafile which, in turn, are physically located in the file
system of the server. Btw, a datafile belongs to exactly one
tablespace.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramprasad
HI
Table spaces are to store oracle data.
bye
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / thirupathi.l
table space nothing but adate base can be logically stored
into asmaller logical area space known as table space
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guneetinder singh
Table space in a database is the logical space used by the
oracle when oracle wants to do some common work by grouping
many other subgroup, then the common group is called tablespace.
generally tablespace is of 6MB.
Out of which 2MB is system reserved and 4MB is available to
user.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rakesh
table space is collection of data files means database is
logically divided inro tablespaces and physically into data
files
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / tanoy guhasarkar
A tablespace is a logical storage unit within an Oracle
database. It is logical because a tablespace is not visible
in the file system of the machine on which the database
resides. A tablespace, in turn, consists of at least one
datafile which, in turn, are physically located in the file
system of the server. Btw, a datafile belongs to exactly one
tablespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nirmala.s
In oracle,
if u use DATE, u can get the date,
if u use TIME, u can get time
if use time space , u can get both date and time even
in milli sec ALSO(HH:MM:SS:MS)
| Is This Answer Correct ? | 0 Yes | 3 No |
Can you create a synonym without having a table?
What is system global area (sga) in oracle?
What is the difference between Outer join and Full outer join?
What is an oracle cursor variable?
What are the oracle differences between nvl and coalesce
What is an oracle database table?
Which is faster join or subquery in oracle?
What is snapshot is too old? Give and example for better understand.
What happens in oracle commit?
What is a trigger oracle?
What is format trigger?
How to convert numbers to characters in oracle?