![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark |
#3
| |||
| |||
|
|
We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark |
#4
| |||
| |||
|
|
We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark |
#5
| |||
| |||
|
|
We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark |
#6
| |||
| |||
|
|
mh (AT) pixar (DOT) com wrote: We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark Assuming a currently supported version of the product use the built-in auditing capabilities including Fine Grained Auditing implemented with the DBMS_FGA built-in package. http://www.psoug.org/reference/dbms_fga.html |
#7
| |||
| |||
|
|
mh (AT) pixar (DOT) com wrote: We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark Assuming a currently supported version of the product use the built-in auditing capabilities including Fine Grained Auditing implemented with the DBMS_FGA built-in package. http://www.psoug.org/reference/dbms_fga.html |
#8
| |||
| |||
|
|
mh (AT) pixar (DOT) com wrote: We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark Assuming a currently supported version of the product use the built-in auditing capabilities including Fine Grained Auditing implemented with the DBMS_FGA built-in package. http://www.psoug.org/reference/dbms_fga.html |
#9
| |||
| |||
|
|
mh (AT) pixar (DOT) com wrote: We have a database where users can make ad hoc queries. I would like to be able to log all queries and dml for this database, so that we can have some insight into how the database is being used, and for performance forensics, etc. What's the best way to do this? Many TIA! Mark Assuming a currently supported version of the product use the built-in auditing capabilities including Fine Grained Auditing implemented with the DBMS_FGA built-in package. http://www.psoug.org/reference/dbms_fga.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |