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

Home -> Community -> Usenet -> c.d.o.server -> master/slave script I NEED SOMEONE

master/slave script I NEED SOMEONE

From: <zuin_chn_at_my-dejanews.com>
Date: Tue, 13 Apr 1999 04:26:52 GMT
Message-ID: <7euh24$38o$1@nnrp1.dejanews.com>

Hi

 I am currently learning how to write scripts. I am writing you because I need help in writing scripts, but don't know where to begin. I need to write master/slave scripts that update two columns (nbr_of_rows in table and nbr_of_extents) for each table name.

The table looks like this:

SQL> desc my_table

 Name                            Null?    Type
 ------------------------------- -------- ----
TABLE_NAME                        NOT NULL VARCHAR2(25)
nbr_of_rows                                NUMBER
nbr_of_extents                             NUMBER



Can you give me some input on how to write the script?

thanks for any help you can give me
Zuin
independent learner

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Apr 12 1999 - 23:26:52 CDT

Original text of this message

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