Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> master/slave script I NEED SOMEONE
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
![]() |
![]() |