Oracle Packages Interview Question and Answers
13. | How can you grant privileges on AQ to other users? |
---|---|
You cannot grant privileges on AQ by using grant statement similar to other Oracle objects.
|
|
14. | How can you enable flashback feature? |
---|---|
Oracle provides the dbms_flashback package to use flashback feature. The package has the following procedures to facilitate this feature:
|
|
15. | How does Oracle facilitate communication between different sessions? |
---|---|
|
|
16. | How can you record information about current session? |
---|---|
Oracle provides a package called dbms_application_info. This package can be used to set information about current session. | |