Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: what is this? and where can I learn more about it?

Re: what is this? and where can I learn more about it?

From: Daniel A. Morgan <Daniel.Morgan_at_attws.com>
Date: Wed, 01 Aug 2001 11:30:25 -0700
Message-ID: <3B684AC1.33FB52D3@attws.com>

bullseye wrote:

> SPOOL slave.sql
> SELECT 'SELECT' ||''''table_name''''||', COUNT(*) FROM '||table_name||';'
> FROM user_tables
> /
> SPOOL table.lst
> @slave
> SPOOL OFF
It is a select statement that builds select statements for every table in user_tables.

There isn't much to learn. The four tics produce a single tic in the output.

Daniel A. Morgan Received on Wed Aug 01 2001 - 13:30:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US