Hi Every One , What is the table Space in Oracle Database ?
waiting for answere and thankyou
Answer Posted / 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 |
Post New Answer View All Answers
How to pass a cursor variable to a procedure?
List out the difference between commit, rollback, and savepoint?
What are the oracle differences between nvl and coalesce
Explain the use of grant option in imp command.
What is the data pump export utility?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How to pass parameters to procedures?
What is partitioned table in Oracle?
How can I create database in oracle?
How to assign a table row to a record variable?
Explain what are the characteristics of data files?
What are the benefits of ordbms?
What is the difference between sharding and replication?
How to commit the current transaction in oracle?
State all possible different index configurations a table can possibly have?