Database Administration (MOSC)

MOSC Banner

Database and Filesystem integration

edited Aug 31, 2010 4:09AM in Database Administration (MOSC) 3 commentsAnswered
 Hello ...

I have some database procedures that create different text files. I need to create a file system structure to save this files. I can do this with utl_file_dir variable in init.ora. The problem is that I need more then 200 directories increasing every year,  so utl_file_dir is unsuitable.

I try to create  a root directory in utl_file_dir and creating my file system structure inside it, but it does not work. The database needs each directory in utl_file_dir. Example:

Option 1: The following does not work:

utl_file_dir = /myroot

So create files in /myroot/fc , /myroot/fd

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center