Oracle Packages Interview Question and Answers
37. | How can you create an Advanced Queuing (AQ)? |
---|---|
Oracle provides the dbms_aqadm package to create an advanced queue. This package can be used to create, alter, and drop AQ. The procedure that provides these functions are given as follows:
|
|
34. | Suppose you want to audit specific activities on sensitive data. How can you achieve that? |
---|---|
You can use the fine grained auditing features of Oracle. | |
39. | How can you verify an existing current backup of OCR? |
---|---|
The following command can be used to verify an existing backup of OCR: Ocrconfig – showbackup. | |
40. | How do you resize a datafile? |
---|---|
You can resize a datafile by using the ALTER DATABASE DATAFILE <file_name> RESIZE; statement. | |