Oracle Packages Interview Question and Answers
25. | How can you implement fine grained auditing? |
---|---|
Oracle has provided a package called dbms_fga to implement fine grained auditing. It contains the following procedures.
|
|
26. | How can you manage optimizer statistics? |
---|---|
|
|
27. | How can you schedule a job in database? |
---|---|
You can use the dbms_scheduler package to create and schedule a database job. | |
28. | Name some of the procedures available in the dbms_application_info package? |
---|---|
The procedures available in the dbms_application_info package are set_module, sect_action, read_module, set_client_info, read_client_info and set set_session_longtops. | |