Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the relationship among Database, Tablespace and Data
file?

Answers were Sorted based on User's Feedback



Explain the relationship among Database, Tablespace and Data file?..

Answer / chaudhry

Each databases logically divided into one or more
tablespaces One or more data files are explicitly created
for each tablespace.

Is This Answer Correct ?    8 Yes 2 No

Explain the relationship among Database, Tablespace and Data file?..

Answer / sahaja mallarapu

Each data base is divided into logical units called table
spaces and each table space is again divided into segments.
Data files are created for table spaces.

Is This Answer Correct ?    0 Yes 0 No

Explain the relationship among Database, Tablespace and Data file?..

Answer / nishi

database contain atleast one tablespace and tablespace must have atleast one datafile

Is This Answer Correct ?    0 Yes 0 No

Explain the relationship among Database, Tablespace and Data file?..

Answer / riddhi

An Oracle database consists of one or more logical storage
units called tablespaces.
tablespaces is consist of one or more datafiles.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What are the factors causing the reparsing of SQL statements in SGA?

1 Answers  


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

0 Answers  


What are the original export and import utilities?

0 Answers  


How to estimate disk space needed for an export job?

0 Answers  


Explain the use of indexes option in exp command.

0 Answers  


How can we Update a table with out using UPDATE command?

1 Answers  


Explain about functional dependency and its relation with table design?

0 Answers  


create or replace procedure show_tab_rec ( P_tab VARCHAR2 ) IS cmd varchar2(50); begin cmd := 'select * from '|| P_tab; for int in ( execute immediate cmd ) loop dbms_output.put_line ( int.ename||' '||int.deptno); end loop; end; when i m compling this procedure i m getting this error PLS-00103: Encountered the symbol "IMMEDIATE" when expecting one of the following: . ( ) , * @ % & | = - + < / > at in is mod remainder not range rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ between || multiset member SUBMULTISET_ PLZ solve this error give this question answer asap Thanks advance.......

1 Answers   HCL,


How to pass a cursor variable to a procedure?

0 Answers  


Explain about integrity constraint?

0 Answers  


What is the difference between column level constraints and table level constraints?

14 Answers   IBM, TCS,


How to open a cursor variable?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)