On Tue, Jun 10, 2003 at 02:16:38PM +0200, Wolf, Dr. Stefan wrote:
> is it possible to submit administrative commands to oracle like "alter
> database ..." "alter system ..." "archive log current", or are only sql
> statements supported?

Yes, use the ``do'' method.

  $dbh->do("alter session set star_transformation_enabled = true")
      or die("could not alter session");

dd
-- 
David Dooling

Reply via email to