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
Describe varray?
What are the different editions of oracle?
How many types of tables are there in oracle?
How to use group functions in the select clause using oracle?
What are the built-in functions used for sending Parameters to forms ?
What is a snapshot log?
How do you bind variables in oracle?
What is the data pump export utility?
How to sort the query output in oracle?
How do I manually uninstall oracle client?
What is a data dictionary and how can it be created?
How to use subqueries with the exists operator in oracle?
How to see the table columns used in an index?
What is the dynamic sql in oracle?
Please explain oracle left join with an example?