adspace
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Answer Posted / Ankit Varshney
One potential issue could be performance degradation due to frequent writes, as logging large amounts of data can slow down the execution of other operations. Another problem might be data consistency issues if not properly handled in case of errors or concurrent transactions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the advantages of sql ? : Sql dba
what is collation? : Sql dba
What is the current version of sql?
Do we need to rebuild index after truncate?
what is bcp? When does it used? : Sql dba
How do I remove duplicates in two columns?
What is the current version of postgresql?
Can delete statement be rollbacked?
Is inner join faster than left join?
what are aggregate and scalar functions? : Sql dba
What is your daily office routine?
Can we rollback truncate?
define sql insert statement ? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
If a cursor is open, how can we find in a pl/sql block?