由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Help: Perl DBI to access oracle
相关主题
why my local desktop audit found domainSQLServerMachine$ logon record?MySQL
Perl DBI & DBDODBC to Drive SQL on Text Files?
请教: 如何用Perl连接Oracle数据库?mysql high hand please help!!!!
getting connected to Oracle in Perlhelp: questions about MySql
Problem in installing DBI?MySQL configuration file in windows?
use DBI in ApacheReport on the web for Oracle
I think it is for security Re: use DBI in Apache急问: 问一个SQL的问题 在线等!
part time job for computer science/engineering students.Cannot connect to the mysql server insid
相关话题的讨论汇总
话题: dbi话题: perl话题: oracle话题: kerberos话题: solaris
进入Database版参与讨论
1 (共1页)
y*********r
发帖数: 3
1
I need help with accessing Oracle (Solaris) thru perl DBI. Any suggestions are
appreciated. Here is the description.
Oracle to be accessed uses kerberos authentication (via Operating System,
Solaris here). I need to use Perl DBI to query the DB. I can access the DB
using DBI for non-kerberos users (see the following test program) but could
not do it for kerberos users (what arguments should I pass in to connect?).
Any one can give me suggestions? Thanks.
The test program
#!/usr/local/bin/perl5 -
x***u
发帖数: 9
2
If it is an operation system authentication, then you need not and
should not use password.
My suggestion is
...
$dbh = DBI->connect($data_source, "user", "")
...

are

【在 y*********r 的大作中提到】
: I need help with accessing Oracle (Solaris) thru perl DBI. Any suggestions are
: appreciated. Here is the description.
: Oracle to be accessed uses kerberos authentication (via Operating System,
: Solaris here). I need to use Perl DBI to query the DB. I can access the DB
: using DBI for non-kerberos users (see the following test program) but could
: not do it for kerberos users (what arguments should I pass in to connect?).
: Any one can give me suggestions? Thanks.
: The test program
: #!/usr/local/bin/perl5 -

1 (共1页)
进入Database版参与讨论
相关主题
Cannot connect to the mysql server insidProblem in installing DBI?
MySQL向远程服务器的查询是明文传输的吗?use DBI in Apache
老土中文视频教程,求交换I think it is for security Re: use DBI in Apache
老土课程教换 (非广告贴):part time job for computer science/engineering students.
why my local desktop audit found domainSQLServerMachine$ logon record?MySQL
Perl DBI & DBDODBC to Drive SQL on Text Files?
请教: 如何用Perl连接Oracle数据库?mysql high hand please help!!!!
getting connected to Oracle in Perlhelp: questions about MySql
相关话题的讨论汇总
话题: dbi话题: perl话题: oracle话题: kerberos话题: solaris