| General Information |
| Library Note |
Morgan's Library Page Header
|
| Purpose |
Returns the number of bytes written to a SecureFile tablespace |
| AUTHID |
DEFINER |
| Dependencies |
|
| Documented |
No |
| First Available |
26ai |
| Pragma |
PRAGMA SUPPLEMENTAL_LOG_DATA(default, NONE); |
| Security Model |
Owned by SYS with no privileges granted |
| Source |
{ORACLE_HOME}/rdbms/admin/dbmssecurefiles.sql
{ORACLE_HOME}/rdbms/admin/prvtsecurefiles.plb |
| Subprograms |
|
| |
GET_BYTES_WRITTEN (new 26ai)  |
| Undocumented |
dbms_securefiles_helper.get_bytes_written(
tablespacename IN VARCHAR2,
TIME_TAKEN OUT NUMBER)
RETURN NUMBER; |
| TBD |