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

Answers were Sorted based on User's Feedback



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

Answer / sabari shan

*tablespace is the logical structure of the database.it contains collection of segments. segment contains collection of extents. extent contain collection of oracle blocks.

*Segment: residing space of every object.whenever u create any object one segment will create in the name of object.when the segment created it have no of extents.as a dba we can configure the no of extents when we create the tablespace.

*Extent: Actual space allocation and deallocation will done here.once the extent get filled next extent will create by the oracle server.

*Block: its is basic unit of storage. Here only the actual data will be store.

Is This Answer Correct ?    6 Yes 0 No

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

Answer / 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

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

Answer / 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

More Oracle General Interview Questions

What is an oracle database table?

0 Answers  


hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards

0 Answers  


does Oracle has only one table space?

1 Answers   Oracle,


Explain integrity constraints?

0 Answers  


What is the difference between postgresql and oracle?

0 Answers  






25. Display the client number and the value of the highest value order placed by that client.

2 Answers   Wipro,


You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?

0 Answers  


What are a cluster and non-cluster index?

0 Answers  


How to write a left outer join with the where clause in oracle?

0 Answers  


What are triggers?Where are they used?

3 Answers  


when we are importing items in inventory, showing errors, Oracle support suggested us for running scripts & also suggested if we run scripts, iprocurement applicaation if is there it will show shared and if we go in future for iprocurement, it wont work. So kinldy suggest any functional solution.

0 Answers  


How to use windows user to connect to the server?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)