<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I&nbsp;want add dynamic connection to Oracle, for 
each user by logging,</FONT></DIV>
<DIV><FONT face=Arial size=2>and deleting this connection by 
logout,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I try to do this with python&nbsp;script 
</FONT><FONT face=Arial size=2>add_edit_connection with two parameters 
login,password:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>id_con='con_'+log<BR><A 
href="mailto:str_con=log+'/'+dbpassw+'@ora9cip'">str_con=log+'/'+dbpassw+'@ora9cip'</A><BR></FONT><FONT 
face=Arial size=2></FONT></DIV>
<DIV><FONT face=Arial 
size=2>container.manage_addZOracleConnection(id_con,'',str_con,check=1, 
REQUEST=None)<BR></DIV>
<DIV></FONT><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>when I run this script from ZMI, everything goes 
ok, because I'm logged as root,</FONT></DIV>
<DIV><FONT face=Arial size=2>but when I try to run this script from outside, 
without login to ZMI, I'm asked about user login and password,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>how can I add dynamic connection for each user, 
without user,</FONT></DIV>
<DIV><FONT face=Arial size=2>maybe i should some security 
properties,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thanks for answer,</FONT></DIV>
<DIV><FONT face=Arial size=2>regards,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Adam</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>