What is tablespace in oracle?
how can we create?
how is it manage?
.
.
.
Thnx 2 All in Advnc....:)

Answer Posted / ramya

The Structure of the table is known as tablespace,
create tablespace
users
datafile
‘/ora01/oracle/oradata/booktst_users_01.dbf’
size
50m;
using alter query we can manage the tablesapace

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert raw data type into text in oracle? Explain

599


How to execute a stored program unit?

581


How to handle a single quote in oracle sql?

593


15. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.

1699


What is a trigger oracle?

561






what is IDE,DMV in sql server?

2244


What is oracle thin client?

533


What is an anonymous block?

621


How do I find my oracle client driver version?

526


How would you best determine why your MVIEW couldnt FAST REFRESH?

1434


Can you create a synonym without having a table?

553


How to download oracle database 10g xe?

597


What is a parameter file in oracle?

560


Explain the use of consistent option in exp command.

548


i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?

1470