가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Oracle 면접 질문과 답변

관련 차이점

OracleJDK vs OpenJDK

Ques 1. What are the components of physical database structure of Oracle database?

Oracle database is comprised of three types of files. One or more datafiles, two are more redo log files, and one or more control files.

도움이 되었나요? Add Comment View Comments
 

Ques 2. What are the components of logical database structure of Oracle database?

There are tablespaces and database's schema objects.

도움이 되었나요? Add Comment View Comments
 

Ques 3. What is a tablespace?

A database is divided into Logical Storage Unit called tablespaces. A tablespace is used to grouped related logical structures together.

도움이 되었나요? Add Comment View Comments
 

Ques 4. What is SYSTEM tablespace and when is it created?

Every Oracle database contains a tablespace named SYSTEM, which is automatically created when the database is created. The SYSTEM tablespace always contains the data dictionary tables for the entire database.

도움이 되었나요? Add Comment View Comments
 

Ques 5. Explain the relationship among database, tablespace and data file?

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

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.