Effects of using DBMS_CRYPTO on performance
For implemeting encryption in an Oracle 10gR2 tables, we are thinking of using DBMS_CRYPTO.
However, does anyone have any kinds on statistics on what the effect of performance will be?? Will selects, inserts, updates, deletes be slower than normal?? The data volume will increase with time, and will the ease of tuning a query increase exponentially as data volumn increases??
Thanks in advance.
RashP.