- If you have two redo log groups with four members each, how many disks does Oracle recommend to keep the redo log files?
- Which command should be issued before you can execute the CREATE DATABASE command?
- How many control files are required to create a database?
- How many data files can be specified in the DATAFILE clause when creating a database?
- How many ARCn processes can be associated with an instance?
- User SCOTT has opened a SQL * Plus session and left for lunch. When you queired the V$SESSION view, the STATUS was INACTVE. You terminated SCOTT’s session in V$SESSION?
- The database block size is 4KB. You created a tablespace using the following command. CREATE TABLESPACE USER_DATA DATAFILE ‘C:/DATA01.DBF’ ; If you create an object in the database without specifying any storage parameters, what will be the size of the third extent that belongs to the object?
- When does the SMON process automatically coalesce the tablespaces?
- Which SHUTDOWN option will wait for the users to complete their uncommitted transactions?
- Name the stages of processing a DML statement. What stages are part of processing a query?
- What is the difference between object library and pl/sql library?
- What are the valid status codes in the V$LOGFILE view?
- Which data dictionary view provides the names of the control files?
- How would you drop a tablespace if the tablespace were not empty?
- Explain truncate with restore option with example
- What happens next when a server process is not able to find enough free buffers to copy the blocks from disk?
- How do you make a database read-only?
- Which command is used to enable the auto-extensible feature for a file, if the file is already part of a tablespace?
- How many panes are there in the Enterprise Manager console?
- Which data dictionary view shows that the database is in ARCHIVELOG mode?
- Who owns the data dictionary?
- I have a server with 2GB RAM.Who is the optimal size for the shared pool size The shared pool reserved size is 1/10 to shared pool size Is there a mathematic type for compute the shared pool size ?
- What happens if you issue the following command? ALTER DATABASE ADD LOGFILE (‘/logs/file1’ REUSE, ‘/logs/file2’ REUSE)
- Using SQL*Plus, list two options which show the value of the parameter DB_BLOCK_SIZE
- Which two values from the V$SESSION view are used to terminate a user session?
- What is the minimum number of extents a rollback segment can have?
July 23, 2007
ORACLE Interview Question- 2
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment