Rman / ORACLE
$rman target / nocatalog
Recovery Manager: Release 10.2.0.5.0 - Production on Tue Dec 11 16:05:05 2012
Copyright (c) 1982, 2007, Oracle. All …Read More
Perl with SQLServer -> =)
use DBI;
my $dsn = 'DBI:ODBC:Driver={SQL Server}';
my $host = 'WINSRV';
my $database = 'Relatorios';
my $user = 'sa';
my $auth = 'm1f1g1f4$';
my $…Read More
Oracle - CONNECT_PERL_CMD
use strict;
use warnings;
my $connect_string = 'username/password@server'; # connection to the DB
my $file = 'test.sql'; # location of SQL file. Th…Read More
0 comentários:
Post a Comment