Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Location of LOGFILE in External Table

768756Apr 26 2010 — edited Jun 21 2010
Good afternoon everyone:

I have an application that creates external tables on the fly. It also creates the oracle dir as well, all of which works great.

However, because of the volatile nature of the directories where the files the external tables will be using, I wanted to place the log file for all the tables created in a separate location. The main reason for doing this way is because by not having to write to the specific directory, all the oracle user needs is read rights which is the default when a directory is created.

I need to see the logs, for obvious reason, so setting the nologfile, nobadfile parameters is not an option.

So, is it possible to specify a directory rather than just a file name in the logfile parameter? Can I create an Oracle dir and use it somehow in the logfile parameter?

Any help would be appreciated.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2010
Added on Apr 26 2010
2 comments
1,520 views