Oracle
 sql >> Baza danych >  >> RDS >> Oracle

Ukryj instrukcje SQL> w pliku buforowym

Ten przykładowy skrypt (test.sql):

set heading off verify off feedback off echo off term off pagesize 0 linesize 10000 trimout on trimspool on timing off
spool test.log
SELECT 'content of spool file' FROM dual;
spool off

po uruchomieniu:

>sqlplus scott/tiger
SQL*Plus: Release 12.1.0.1.0 Production on Mon Jun 22 08:46:58 2015
Copyright (c) 1982, 2013, Oracle.  All rights reserved.
Last Successful login time: Mon Jun 22 2015 08:46:52 +02:00
Connected to:
Oracle Database 12c Release 12.1.0.1.0 - 64bit Production
SQL> @test.sql
SQL> exit
Disconnected from Oracle Database 12c Release 12.1.0.1.0 - 64bit Production

generuje "czysty" plik buforowania:

>type test.log
content of spool file


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Podziel String z nową linią i dodaj tablicę w PL sql Oracle

  2. Co oznacza następujący błąd Oracle:nieprawidłowy indeks kolumny

  3. ORA-00984:kolumna nie jest tutaj dozwolona

  4. Odpowiednik \G MySQL w Oracle SQL*Plus

  5. Zamykanie zestawu wyników, ale nie zamykanie przygotowanego zestawienia