What is tablespace in oracle?
how can we create?
how is it manage?
.
.
.
Thnx 2 All in Advnc....:)
Answer Posted / s.s.kumar
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between the “verify” and “feedback” command?
Explain oracle insert into command?
What are the differences between date and timestamp in oracle?
How do I limit the number of rows returned by an oracle query after ordering?
What is oracle server autotrace in oracle?
Is primary key indexed by default in oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
Is oracle an open source?
How to start your 10g xe server?
What are the oracle built-in data types?
Explain the use of record option in exp command.
What is a select query statement in oracle?
What is a connect identifier?
Explain an exception?
What are the ansi data types supported in oracle?