Hi Every One , What is the table Space in Oracle Database ?
waiting for answere and thankyou
Answer Posted / 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 |
Post New Answer View All Answers
How to set up autotrace for a user account?
Can group functions be used in the order by clause in oracle?
Explain the truncate in oracle?
How to check database size in Oracle?
How to convert characters to times in oracle?
What are the advantages of oracle 12c?
How to select some columns from a table in oracle?
Can you have more than one content canvas view attached with a window ?
How to get last row id?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
 How to use an oracle sequence generator in a mapping?
How to create an oracle database manually?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How can we find out the duplicate values in an oracle table?
Explain the use of rows option in imp command.