How do you determine the OWNER of an Oracle Database
Posted
by Kwang Mark Eleven
on Server Fault
See other posts from Server Fault
or by Kwang Mark Eleven
Published on 2010-04-22T16:03:01Z
Indexed on
2010/04/22
17:23 UTC
Read the original article
Hit count: 278
When you install an Oracle database in a Unix server, the Unix user id you use for the installation becomes the OWNER of the database. What is the most reliable and general way of determining in a shell script which Unix user is the owner of an Oracle installation? I mean, can you perform a grep on a file created by the installation to find this information or shall I resort to use the ls command on a specific file on a specific directory. If the name of the file to be checked is also variable, I would need to have a way of determining the name and path to the file.
Thanks in advance for your time
© Server Fault or respective owner