Re: Connect to Oracle Database using Kerberos Tickets

2002-04-04 Thread Thomas A. La Porte
I thought it would be the same as using OS Authenticated logins, i.e. set $user = '/' and don't pass a password. For example: my $dbh = DBI-connect(dbi:Oracle:$dbname, /, , { RaiseError = 1, AutoCommit = 0 }); I believe I tried his when I had an ASO instance and it worked. On Thu, 4 Apr

Re: Query: How to install DBD::Oracle on Irix 6.5?

2001-08-03 Thread Thomas A. La Porte
Thomas A. La Porte DreamWorks SKG [EMAIL PROTECTED] On Fri, 3 Aug 2001, David Adams wrote: We have the Oracle 8.1.6 client installed and working on Irix 6.5. I have installed Perl 5.6.1 and DBI 1.18, and have DBD::Proxy working. I have failed to build DBD::Oracle 1.06, with the 'make' failing

Re: DBD-Oracle, IRIX 6.5.11, Oracle 7.3.4

2001-03-23 Thread Thomas A. La Porte
toolkit (downloadable from Metalink), which includes n32 8.1.6 libraries. I had to make some mods to the makefile to get it to compile, using the sample makefile that comes with the n32 toolkit, but it was fairly straightforward. -- Tom Thomas A. La Porte DreamWorks SKG [EMAIL PROTECTED