file_exists
(FILE_TYPE)
Flag whether this file exists - if a file does not exist, all attributes except
this and the full pathname are set to SQL NULL.
get_directory
(FILE_TYPE)
Looks up a directory object which represents either, if the file handle is a directory, the handle itself, or
the folder in which the file handle resides in.
get_env_var
(os_command)
gets the value of the specified environment variable from the custom environment.
get_file
(file_pkg)
gets a simple file handle by directory object and file name.
get_file
(file_pkg)
gets a simple file handle by BFILE.
get_file_list
(file_pkg)
gets all file handles in a directory (directory listing) as a virtual table.
get_file_list
(file_pkg)
gets all file handles in a directory (directory listing) as a virtual table.
get_file_list_p
(file_pkg)
gets all file handles in a directory (directory listing) as a virtual table.
get_file_list_p
(file_pkg)
gets all file handles in a directory (directory listing) as a virtual table.
get_free_space
(FILE_TYPE)
returns the space (in bytes), which is available on the device containing this file handle.
get_fs_encoding
(file_pkg)
gets the current file system encoding
get_parent
(FILE_TYPE)
Returns the parent directory
get_path_separator
(file_pkg)
returns the operating system-specific path separator character; "/" on Unix, "\" on Windows.
get_recursive_file_list
(file_pkg)
gets all file handles in a directory and recursively in all subdirectories (directory listing) as a virtual table.
get_recursive_file_list_p
(file_pkg)
gets all file handles in a directory and recursively in all subdirectories (directory listing) as a virtual table.
get_root_directories
(file_pkg)
gets file handles for all root directories (one for each drive letter on windows platforms) as a virtual table.
get_root_directory
(file_pkg)
returns file handle for the root directory (the first drive letter on windows platforms).
get_script_grant_java_privs
(file_security)
generates a SQL scripts with DBMS_JAVA.GRANT_PERMISSION calls according to the
privileges granted on the directory object.
get_shell
(os_command)
returns the operating system call for the current shell.
get_working_dir
(os_command)
gets the current working directory setting; NULL if no working directory was set.
grant_stdin_stdout
(file_security)
grants "file descriptor" read and write permissions - these are needed to access
STDIN and STDOUT when working with OS_COMMAND.
H
I
is_dir
(FILE_TYPE)
Flag whether this file is a directory ("Y"); "N" otherwise
is_readable
(FILE_TYPE)
Flag whether this file is readable
is_stream_open
(FILE_TYPE)
Checks whether an Input Stream is open on the file.
is_writeable
(FILE_TYPE)
Flag whether this file is writeable
J
K
L
last_modified
(FILE_TYPE)
LastModified date of this file
load_env
(os_command)
copies the default environment (in which the "oracle" process runs) into the custom environment.
load_env
(os_command)
copies the specified environment variable from the default environment (in which the "oracle" process runs) into the custom environment.
M
make_all_dirs
(FILE_TYPE)
Creates a new empty directory similar to MAKE_DIR.
make_dir
(FILE_TYPE)
Creates a new empty directory.