|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: Using SQL*Plus, list two options which show the value of the parameter DB_BLOCK_SIZE?
Answer: The SHOW PARAMETER command (SHOW PARAMETER DB_BLOCK_SIZE or SHOW ALL) will show the current value of the parameter. If you provide parameter name, its value is shown; if you omit the parameter name, all the values are shown. SHOW ALL in SQL *Plus will display the SQL *Plus environment settings, not the parameters.
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8653 users |
Added on |
7/7/2010 |
Views |
70014 |
Rate it! |
|
|
Question:
Using SQL*Plus, list two options which show the value of the parameter DB_BLOCK_SIZE?
Answer:
The SHOW PARAMETER command (SHOW PARAMETER DB_BLOCK_SIZE or SHOW ALL) will show the current value of the parameter. If you provide parameter name, its value is shown; if you omit the parameter name, all the values are shown. SHOW ALL in SQL *Plus will display the SQL *Plus environment settings, not the parameters. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How many panes are there in the Enterprise Manager console?
|
View Answer
|
|
When performing the command SHUTDOWN TRANASACTIONAL, Oracle performs the following tasks in what order?
|
View Answer
|
|
Which command will “bounce” the database-that is, shut down the database and start up the database in a single command?
|
View Answer
|
|
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?
|
View Answer
|
|
At which stage of the database start-up is the control file opened?
|
View Answer
|
|
Which priviledge do you need to connect to the database, if the database is started up by using STARTUP RESTRICT?
|
View Answer
|
|
Which parameter in the ORAPWD utility is optional?
|
View Answer
|
|
Which role is created by default to administer databases?
|
View Answer
|
|
How do you make a database read-only?
|
View Answer
|
|
Which SHUTDOWN option will wait for the users to complete their uncommitted transactions?
|
View Answer
|
|
Which SHUTDOWN option requires instance recovery when the database is started the next time?
|
View Answer
|
|
Which parameter value is use to set the directory path where the alert log file is written?
|
View Answer
|
|
What information is available in the alert log files?
|
View Answer
|
|
To use operating system authentication to connect the database as an administrator, what should the value of the parameter REMOTE_LOGIN_PASSWORDFILE be set to?
|
View Answer
|
|
Which two values from the V$SESSION view are used to terminate a user session?
|
View Answer
|
|
List all the valid database start-up option?
|
View Answer
|
|
Name the parts of the database buffer pool.
|
View Answer
|
|
When are the system change numbers assigned?
|
View Answer
|
|
What is the minimum number of redo log files required in a database?
|
View Answer
|
|
Which memory structure records all database changes made to the instance?
|
View Answer
|