11/24/2011 6:42:53 AM
 David P Posts: 4
|
Hi
Are there any plans to add a launcher for Oracle such as Toad or SQL Developer?
thanks
David
|
|
|
0
• link
|
11/25/2011 1:17:42 PM
 Jonathan Administrator Posts: 591
|
David,
You could use the Custom Launcher to configure TOAD to automatically launch.
Here is a KB article that walks through the steps for launching PuTTY with a custom port but should be similar for TOAD. <a href="http://support.thycotic.com/KB/a198/how-can-i-run-putty-launcher-on-different-port-custom.aspx">http://support.thycotic.com/KB/a198/how-can-i-run-putty-launcher-on-different-port-custom.aspx</a>
Here is an example of passing in the arguments to TOAD (haven't test this...)
"C:\Program Files\Quest Software\Toad Beta\toad.exe" "OCIDLL=C:\Oracle\Ora8i\bin\oci.dll" -c scott/tiger@database
Please post back here if you try this out.
Thanks!
-- Secret Server 8.1 - Web Password Filler, SAP support, advanced discovery capabilities with rules. Need a free trial license? Send an email to sales@thycotic.com
|
|
|
0
• link
|
11/29/2011 5:19:55 AM
 David P Posts: 4
|
ah
hadn't realised there was a custom launcher.
I've built a SQl Plus launcher which works fine with anadditional field called Port. $UserName/$Password@"(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = $Database)(PORT = $Port))) (CONNECT_DATA = (SERVICE_NAME = $Database)))"
When I add the launcher to the Oracle template it offers me a field called domain (which doesn't exist in the Oracle template ) but I've mapped it to the database field and it all seems to work.
|
|
|
0
• link
|
11/29/2011 12:51:43 PM
 Jonathan Administrator Posts: 591
|
The domain field is only if you are looking to launch the process as a specific identity (actually owning the Windows process). This is mostly for running tools or scripts as Service Accounts.
Glad you got it working! :-D
-- Secret Server 8.1 - Web Password Filler, SAP support, advanced discovery capabilities with rules. Need a free trial license? Send an email to sales@thycotic.com
|
|
|
0
• link
|
11/30/2011 4:01:06 AM
 David P Posts: 4
|
Well the domain field seems to be passing the database name to the launcher.
An improvement for the custom launcher would be able to define the parameters that it requries and when adding it to a template being able to match up the fields in the template to the parameters in the launcher.
|
|
|
0
• link
|