Managing Databases with Oracle In creating a procedure, you may get a message if you have compile errors. Which of the following is true? To see the errors, enter SHOW ERRORS in SQL*Plus. If there are no syntax errors, you will receive the message "NO ERRORS." The line numbers reported match the line numbers you see in your text editor. SQL*Plus will automatically show the errors to you. To see the errors, enter SHOW ERRORS in SQL*Plus. If there are no syntax errors, you will receive the message "NO ERRORS." The line numbers reported match the line numbers you see in your text editor. SQL*Plus will automatically show the errors to you. ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle You can check on the status of tables with the DESCRIBE or DESC command. False True False True ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The default extension for an Oracle SQL*Plus file is: .ora .pls .sql .txt .ora .pls .sql .txt ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The semicolon terminates a SQL statement (and executes it). True False True False ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle What type of failure occurs when Oracle fails due to an operating system or computer hardware failure? Rollback failure Instance Failure Media Failure Application failure Rollback failure Instance Failure Media Failure Application failure ANSWER DOWNLOAD EXAMIANS APP
Managing Databases with Oracle The default extension for SQL*Plus is .sql. True False True False ANSWER DOWNLOAD EXAMIANS APP