DBA Data[Home] [Help]

SYS.DBMS_DBFS_SFS_ADMIN dependencies on DBMS_DBFS_SFS

Line 1: package dbms_dbfs_sfs_admin

1: package dbms_dbfs_sfs_admin
2: authid definer
3: as
4:
5:

Line 14: * "dbms_dbfs_sfs.createFilesystem" method.

10: * internal tables.
11: *
12: * This procedure is not meant to be invoked directly, but is a
13: * helper function available for use with the
14: * "dbms_dbfs_sfs.createFilesystem" method.
15: *
16: *
17: */
18:

Line 25: * dbms_dbfs_sfs.createFilesystem).

21:
22:
23: /*
24: * Helper function for store creation (only for use with
25: * dbms_dbfs_sfs.createFilesystem).
26: *
27: */
28:
29: function defaultTablespace(

Line 37: * dbms_dbfs_sfs.getStoreId).

33:
34:
35: /*
36: * Helper function for looking up a store id (only for use with
37: * dbms_dbfs_sfs.getStoreId).
38: *
39: */
40:
41: function getStoreId(

Line 50: * dbms_dbfs_sfs.spaceUsage).

46:
47:
48: /*
49: * Helper functions for space usage queries (only for use with
50: * dbms_dbfs_sfs.spaceUsage).
51: *
52: */
53:
54: procedure spaceDependents(

Line 58: dseg in out nocopy dbms_dbfs_sfs.dsegments_t);

54: procedure spaceDependents(
55: schema_name in varchar2,
56: tbl_name in varchar2,
57: potbl_name in varchar2,
58: dseg in out nocopy dbms_dbfs_sfs.dsegments_t);
59:
60: procedure spaceUsage(
61: tbs in out nocopy dbms_dbfs_content_properties_t,
62: schema_name in varchar2,

Line 65: dseg in out nocopy dbms_dbfs_sfs.dsegments_t,

61: tbs in out nocopy dbms_dbfs_content_properties_t,
62: schema_name in varchar2,
63: tbl_name in varchar2,
64: potbl_name in varchar2,
65: dseg in out nocopy dbms_dbfs_sfs.dsegments_t,
66: blksize out integer,
67: tbytes out integer,
68: ubytes out integer,
69: fbytes out integer,

Line 81: * dbms_dbfs_sfs.shrinkFS).

77:
78:
79: /*
80: * Helper function for space usage queries (only for use with
81: * dbms_dbfs_sfs.shrinkFS).
82: *
83: */
84:
85: procedure lobUsage(

Line 97: * dbms_dbfs_sfs.createFilesystem).

93: /*
94: * Create a POSIX store.
95: *
96: * Helper function for store creation (only for use with
97: * dbms_dbfs_sfs.createFilesystem).
98: *
99: *
100: * Add a newly created POSIX table to the list of known POSIX
101: * tables. At this stage, no store is registered to a particular

Line 142: * (dbms_dbfs_sfs.createFilesystem) in schema "schema_name", table

138: * Register a POSIX store.
139: *
140: *
141: * Register an already created POSIX store table
142: * (dbms_dbfs_sfs.createFilesystem) in schema "schema_name", table
143: * "tbl_name", as a new filesystem named "store_name".
144: *
145: * The new filesystem/store can optionally be volume/snapshot
146: * qualified (by default the "main" volume and current snapshot are

Line 205: * dbms_dbfs_sfs.initFS).

201: /*
202: * Initialize a POSIX store.
203: *
204: * Helper function for store initialization (only for use with
205: * dbms_dbfs_sfs.initFS).
206: *
207: *
208: * Remove all volumes and snapshots associated with a POSIX
209: * filesystem table, and update its "formatted" timestamp.

Line 233: * dbms_dbfs_sfs.{add,delete,set}FSProperties).

229: /*
230: * Update the properties of a POSIX store.
231: *
232: * Helper function for store modification (only for use with
233: * dbms_dbfs_sfs.{add,delete,set}FSProperties).
234: *
235: *
236: * Update the store-wide properties of a POSIX store.
237: *

Line 262: * dbms_dbfs_sfs.dropFilesystem).

258: /*
259: * Drop a POSIX store.
260: *
261: * Helper function for store creation (only for use with
262: * dbms_dbfs_sfs.dropFilesystem).
263: *
264: *
265: * Remove a POSIX filesystem table from the list of known POSIX
266: * filesystem tables.

Line 294: * from "dbms_dbfs_sfs".

290: /*
291: * Snapshot operations.
292: *
293: * Helper functions for snapshot operations meant to be invoked only
294: * from "dbms_dbfs_sfs".
295: *
296: */
297:
298: procedure createSnapshot(