1) | A pragma is_____ a special procedure provided by Oracle. _____ a special instruction to the compiler. |
2) | A pragma is processed during_____ runtime. _____ compile time. |
3) | The EXCEPTION_INIT pragma associates a_____ built-in exception with a user-defined error number. _____ user-defined exception with a user-defined error number. _____ user-defined exception with an Oracle error number. |
4) | The EXCEPTION_INIT pragma needs which of the following parameters?_____ error_number only _____ error_name only _____ error_name and error_number |
5) | Which of the following is a valid error_number parameter?_____ ORA-02292 _____ 2292 _____ -2292 |