Oracle maintains a System Change Number (SCN) which is a database-wide value that is incremented by Oracle whenever database changes are made. True False TRUE ANSWER : ? YOUR ANSWER : ?
You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use? Open [FileName] Edit [FileName] Show [FileName] Alter [FileName] TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not true about modifying table columns? You can increase the number of characters in character columns or the number of digits in numeric columns You cannot increase or decrease the number of decimal places. You can add a column at any time as long as it is a NULL column. You can drop a column at any time. TRUE ANSWER : ? YOUR ANSWER : ?
What type of failure occurs when Oracle fails due to an operating system or computer hardware failure? Media Failure Application failure Instance Failure Rollback failure TRUE ANSWER : ? YOUR ANSWER : ?
Oracle will let you define Notepad as your default editor, and whenever you type NOTEPAD, SQL*Plus will invoke Notepad. True False TRUE ANSWER : ? YOUR ANSWER : ?
What is the type of Oracle backup in which all uncommitted changes have been removed from the datafiles? Differential backup Consistent backup Full backup Inconsistent backup TRUE ANSWER : ? YOUR ANSWER : ?
To see the contents of the SQL*Plus buffer, type: CONTENTS BUFFER CURRENT LIST TRUE ANSWER : ? YOUR ANSWER : ?
SQL*Plus will finish the statement and execute it when the user types in this: A left slash ( ) followed by [Enter]. A semicolon ( ; ) followed by [Enter]. A colon ( : ) followed by [Enter]. A period ( . ) followed by [Enter]. TRUE ANSWER : ? YOUR ANSWER : ?
You can check on the status of tables with the DESCRIBE or DESC command. False True TRUE ANSWER : ? YOUR ANSWER : ?