Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Zhao.
Asked: June 07, 2017 - 6:01 am UTC
Last updated: June 09, 2017 - 2:17 am UTC
Version: 11.2.0.4.0
Viewed 50K+ times! This question is
SQL> select name from v$datafile; NAME ------------------------------------------------------------------- C:\ORACLE\ORADATA\DB122\SYSTEM01.DBF C:\ORACLE\ORADATA\DB122\SYSAUX01.DBF C:\ORACLE\ORADATA\DB122\UNDOTBS01.DBF C:\ORACLE\ORADATA\DB122\USERS01.DBF C:\ORACLE\ORADATA\DB122\DEMO.DBF C:\ORACLE\ORADATA\DB122\ASKTOM.DBF C:\ORACLE\ORADATA\DB122\LARGETS.DBF 7 rows selected. SQL> select distinct regexp_substr(name,'^.*\\') from v$datafile; REGEXP_SUBSTR(NAME,'^.*\\') ------------------------------------------------------------------- C:\ORACLE\ORADATA\DB122\
Zhao Quanwen, June 08, 2017 - 6:29 am UTC
Complete documentation on Securefiles and Large Objects here