Home » Open Source » Programming Interfaces » Permission of Perl/Library (Oracle Client 11.2.0.1)
Permission of Perl/Library [message #506080] Fri, 06 May 2011 08:07 Go to next message
syseidel
Messages: 2
Registered: May 2011
Location: Switzerland
Junior Member
Hello together

We installed a Client on AIX, and an application want to use the Perl of Oracle Client, but I'm wondering about Perl executable / library permission ( 700).

oracle@xh148:/opt/oracle/product/client/11.2.0.1.312/perl/bin/ [rdbms10204_272] ls -l perl
-rwx------ 1 oracle dba 2263994 Nov 27 2008 perl

I don't found a note about changing permission to 755.

In Release 10i there gave a script to relax permission, but Perl directory wasn't affected.

thanks
Sylvio
Re: Permission of Perl/Library [message #506092 is a reply to message #506080] Fri, 06 May 2011 08:56 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
change permission to what you need
Re: Permission of Perl/Library [message #506112 is a reply to message #506092] Fri, 06 May 2011 09:40 Go to previous messageGo to next message
syseidel
Messages: 2
Registered: May 2011
Location: Switzerland
Junior Member
so it's allowed/suggested to change in this case
Re: Permission of Perl/Library [message #506113 is a reply to message #506112] Fri, 06 May 2011 09:46 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
It is your system & you are free to do what you want with it.
FWIW - I never use PERL as delivered by Oracle & always install my own copy.
This way I will never break what Oracle delivers & can customize Perl without worrying about ramifications to Oracle
Re: Permission of Perl/Library [message #506114 is a reply to message #506113] Fri, 06 May 2011 09:48 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
#use strict;
use CGI::Carp qw{fatalsToBrowser};
use DBI;
@data_sources = DBI->data_sources('Oracle');
$i = 0;
while (defined $data_sources[$i]) {
  print ("-->$data_sources[$i]\n");
  $i++;
}
Previous Topic: PHP-Oracle getting inserted rowID
Next Topic: Connect Oracle with php
Goto Forum:
  


Current Time: Fri Mar 29 06:41:42 CDT 2024