GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K

 Print  |  
Question:  Which property has to be used to fill the columns created_by, updated_by etc in the table when the user uses the customized form to enter the data in the table?



August 08, 2008 13:23:39 #2
 Raghu2008   Member Since: August 2008    Total Comments: 9 

RE: Which property has to be used to fill the columns created_by, updated_by etc in the table when the user uses the customized form to enter the data in the table?
 
To populate Created_by and Updated_by columns in your table you can use USER to get the current user id.
     

 

Back To Question