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 lock and unlock a user account in oracle?
What is the maximum limit on the number of columns in a table?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
Design database draw er diagram for a certain scenario ?
What is the difference between online and offline backups?
What is an index associated with a constraint?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is the data pump import utility?
Differentiate between translate and replace?
How to start an oracle instance?
How do we display rows from the table without duplicates?
Explain joins in oracle?
What is a package ? What are the advantages of package ?
How to delete a column in an existing table?
How can I see all tables in oracle?