Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automating exp

Status
Not open for further replies.

penzk001

Technical User
Mar 11, 2003
82
MT
I have need to perform automated full dataabse exports, the script works fine however I do not want to put the password in the script.
Is there a way I can do that ? I informix, you need to use the OS account informix was installed with.
 
There should be no problem in putting the password in the script, PROVIDING only the correct users have access to it.

What platform are you on ?

Alex
 
I would prefer to not to put the password in the text file as, on this server there is a 3rd party application and from time to time, the supplier connects to it using a VPN connection. The operating system is AIX 4.3.3.
 
So your 3rd party has access to the Oracle user password ?

Alex
 
No, he had no had the oracle password, but some times with our system administrators they access the machine with root privileges to add /resize application partitions.
 
Well, if you're giving away root, it hardly matters about any password anywhere - its accessable!

When I need to give away the root password (to engineers usually) I change it for their use and then change it back, so that the system is again secure - suggest your admins do something similar

Alex
 
Is it necessary to connect as root to administer applications? Can you create a user with sufficient rights for this purpose? Similar to oracle:dba?

Regards, Dima
 
The system, is secure as only the system adminsitrators access the system with root privileges, when a external supplier call in, the supplier uses its temp account and root commands as passed to systems people. To be review/executed by them, so to this extent the system is secure.
 
Then if the script can only be read by the Oracle user, there is no problem in putting the password in the script is there ?

Alex
 
Yes, I thought that there was a way I could do it.
 
You could put the password in the database and extract it, but if you have root, you can still get it :)

Alex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top