rem ========================================================================= rem rem repdest.sql rem rem Copyright (C) Oriole Software, 2000 rem rem Downloaded from http://www.oriolecorp.com rem rem This script for Oracle database administration is free software; you rem can redistribute it and/or modify it under the terms of the GNU General rem Public License as published by the Free Software Foundation; either rem version 2 of the License, or any later version. rem rem This script is distributed in the hope that it will be useful, rem but WITHOUT ANY WARRANTY; without even the implied warranty of rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. rem rem You should have received a copy of the GNU General Public License rem along with this program; if not, write to the Free Software rem Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. rem rem ========================================================================= rem # Replication destinations column dblink format A25 column job format 999 column last_txn_count heading "LAST | TX COUNT" column last_error_number heading "LAST | ERROR #" set numwidth 8 select dblink, last_enq_tid, disabled, job, last_txn_count, last_error_number from system.def$_destination /