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

types of indexes and the rationale behind choosing a particular index for a situation.

0 Answers  


How many categories of data types?

0 Answers  


What are the differences between char and varchar2 in oracle?

0 Answers  


What is the use of oracle?

0 Answers  


Can we write dml statement in function in oracle?

0 Answers  






Explain index?

0 Answers  


does the query needs a hint to access a materialized view?

1 Answers  


Can the default values be assigned to actual parameters?

1 Answers  


How data locks are respected in oracle?

0 Answers  


How to turn on or off recycle bin for the session?

0 Answers  


what is the difference between substr and instr function in oracle?

0 Answers  


How do I use os authentication with weblogic jdriver for oracle and connection pools?

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)