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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: populating tables based on some v$ views

Re: populating tables based on some v$ views

From: Gints Plivna <gints.plivna_at_gmail.com>
Date: Tue, 5 Dec 2006 18:25:48 +0200
Message-ID: <6e49b6d00612050825j3b6b65d7r794c16daa4466cdd@mail.gmail.com>


And yea thought a bit more :) - you can use gv$ instead: SQL> drop table q;

Table dropped.

Elapsed: 00:00:00.00
SQL> create table q as select * from gv$version;

Table created.

Elapsed: 00:00:00.00
SQL> insert into q_at_dlink select * from gv$version;

5 rows created.

Elapsed: 00:00:00.01
SQL> Gints Plivna
http://www.gplivna.eu

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 05 2006 - 10:25:48 CST

Original text of this message

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