A voir également:
- Enregistrer les ordres sql en background ???
- Audacity enregistrer son pc - Guide
- Enregistrer en pdf - Guide
- Enregistrer son ecran - Guide
- Comment enregistrer une video youtube - Guide
- Comment enregistrer une musique sur youtube en mp3 - Guide
1 réponse
Bonjour,
Si j'ai bien compris, tu souhaite qu'a chaque fois qu'un utilisateur fasse une requête en base, la requête soit enregistrée dans un fichier.
Dans ce cas, je pense que tu peux y arriver en utilisant la vue système "v$sql" :
"V$SQL lists statistics on shared SQL area without the GROUP BY clause and contains one row for each child of the original SQL text entered. Statistics displayed in V$SQL are normally updated at the end of query execution. However, for long running queries, they are updated every 5 seconds. This makes it easy to see the impact of long running SQL statements while they are still in progress."
Cordialement, M.
Si j'ai bien compris, tu souhaite qu'a chaque fois qu'un utilisateur fasse une requête en base, la requête soit enregistrée dans un fichier.
Dans ce cas, je pense que tu peux y arriver en utilisant la vue système "v$sql" :
"V$SQL lists statistics on shared SQL area without the GROUP BY clause and contains one row for each child of the original SQL text entered. Statistics displayed in V$SQL are normally updated at the end of query execution. However, for long running queries, they are updated every 5 seconds. This makes it easy to see the impact of long running SQL statements while they are still in progress."
Cordialement, M.