




 
The function 
ora-lob-file-set-name
 sets the directory alias and the name of the file LOB pointed to by 
file-lob-locator
. 
If 
dir-alias
 is a string it should be of length no greater than 30. If it is 
nil
 then the directory alias of the file LOB is not changed.
If 
name
 is a string it should be of length no greater than 255. If it is 
nil
 then the name of the file LOB is not changed.
If an error occurs and 
errorp
 is true, an error is signaled. If 
errorp
 is false, the function returns an object of type sql-database-error. The default value of 
errorp
 is 
nil
.
Note: This is a direct call to OCILobFileSetAlias.
Note: this function is available only when the "oracle" module is loaded. See the section on the Oracle LOB interface in the LispWorks User Guide for more information.