Getting ServiceNames...

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zion
Posts: 1
Joined: Sat 03 Sep 2005 15:46

Getting ServiceNames...

Post by zion » Wed 14 Sep 2005 12:39

Greetings to ODAC guru community! :)
I am new to ODAC and I need help in following two questions:

1. How to get TNS Service Names registered on my computer at the run-time? Which way is correct and most effective?

2. Is it safe to supply DBA's password through TCP/IP using OraSession.Net option?

thank you very much! :)

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 14 Sep 2005 13:22

ODAC has no such functionality. However, you can use TConnectDialog.GetServerList(List: TStrings); in visual applications. See ODAC help for more details.

2. Yes, it is safe. ODAC uses the same encryption methods like Oracle client for passing password to Oracle server.

Post Reply