SQL Loader Control File - User Name / User ID : How to get it [message #250980] |
Thu, 12 July 2007 02:07 |
Mauragon
Messages: 20 Registered: February 2007 Location: Philippines
|
Junior Member |
|
|
Hello.
I'm creating an SQL Loader control file which is registered and run under Oracle Apps 11i.
I was wondering if there's a way to get the username or user_id of the logged in user and insert that information to the target table?
I have included 2 columns for the target table
creation_date
created_by
filling up creation_date is easy with the SYSDATE keyword
but what about created_by? is USERNAME the answer?
Thanks in advance.
|
|
|
|
|
|
|
|
|
|