Oracle Packages Interview Question and Answers
21. | How can you find out if a table can be redefined? |
---|---|
You can use the dbms_redefinition.can_redef_table procedure to determine if a table can be redefined. | |
22. | How can a session indicate its interest in receiving alerts? |
---|---|
A session can register itself for a specific type of alert or a alerts by using the register procedure. Such sessions are called waiting session. | |
23. | Which procedures can you use to encrypt and decrypt data in different formats? |
---|---|
Following procedures can be used to encrypt or decrypt data in different formats:
|
|
24. | What procedures can you use to register with an AQ? |
---|---|
|
|