The dbfs table holds a row for each file stored in ASM's database.
Name
|
Type
|
|
ID
|
INTEGER
|
A unique, incrementing number that identifies this record
|
Path
|
VARCHAR
|
The path to this file in the dbfs. All paths start with / to denote
root (just like Unix)
|
Name
|
VARCHAR
|
The filename (matches media.MediaName for media entries)
|
Content
|
LONGTEXT
|
The file contents. File contents are Base64 encoded.
|