Sponsored Content
Full Discussion: HP-UX security
Special Forums Cybersecurity HP-UX security Post 2537 by alk on Friday 18th of May 2001 11:56:54 AM
Old 05-18-2001
Question

Does anyone has any idea re how to harden a new HP-UX box which is just for running Sybase? In terms of default permissions, user accounts, etc...

Thanks in advance.
 
DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3pm) User Contributed Perl DocumentationDBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3pm)

NAME
DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars - Storage::DBI subclass for Sybase ASE without placeholder support DESCRIPTION
If you're using this driver then your version of Sybase or the libraries you use to connect to it do not support placeholders. You can also enable this driver explicitly using: my $schema = SchemaClass->clone; $schema->storage_type('::DBI::Sybase::ASE::NoBindVars'); $schema->connect($dsn, $user, $pass, \%opts); See the discussion in "Using ? Placeholders & bind parameters to $sth->execute" in DBD::Sybase for details on the pros and cons of using placeholders. One advantage of not using placeholders is that "select @@identity" will work for obtaining the last insert id of an "IDENTITY" column, instead of having to do "select max(col)" in a transaction as the base Sybase driver does. When using this driver, bind variables will be interpolated (properly quoted of course) into the SQL query itself, without using placeholders. The caching of prepared statements is also explicitly disabled, as the interpolation renders it useless. AUTHORS
See "CONTRIBUTORS" in DBIx::Class. LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.14.2 2010-06-03 DBIx::Class::Storage::DBI::Sybase::ASE::NoBindVars(3pm)
All times are GMT -4. The time now is 02:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy