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
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What is the dynamic sql in oracle?
How to bring a tablespace offline?
What is ASM (Automatic Storage Management) in Oracle?
What is the difference between online and offline backups?
How many types of cluster table in Oracle?
Which is better Oracle or MS SQL? Why?
Explain rename?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
Why is oracle so popular?
What is oracle server autotrace in oracle?
Difference between the “verify” and “feedback” command?
How to delete a user account in oracle?
How to connect the oracle server as sysdba?