How can i determine if a directory exist using plsql
kama021Jun 24 2009 — edited Jul 30 2013i want to determine if a directory exist
e.g
directory in variable dir_source:= 'xc/folderName/SubFolder'
i want find how to determine if the above exist on my server using plsql
Edited by: kama021 on Jun 24, 2009 2:21 AM
i don't want to create a direcotry if it exist already so how do i do this
if the below directory exist then don't create how do this
'xc/folderName/SubFolder'
Edited by: kama021 on Jun 24, 2009 3:26 AM