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

Home -> Community -> Usenet -> c.d.o.misc -> Re: 2 DBA problems

Re: 2 DBA problems

From: Niall Litchfield <niall.litchfield_at_dial.pipex.com>
Date: Mon, 14 Oct 2002 20:26:48 +0100
Message-ID: <3dab1a7b$0$8510$cc9e4d1f@news.dial.pipex.com>


"Daniel Morgan" <dmorgan_at_exesolutions.com> wrote in message news:3DAAE675.3282437D_at_exesolutions.com...
> s Lehaire wrote:
>
> > OK, thx, I'll try it.
> >
> > My problem is when We update our production server, today, we have to
check
> > all table for know wich have changed on the development server since the
> > last update.

<snip>

>
> Different question requiring a different answer.
>
> SELECT *
> FROM all_tab_columns
> WHERE owner = <owner_name>;

There is a similar view for indexes all_ind_columns.

Take a look at
http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/ a76961/ch2.htm#136699 and you'll find more views than is healthy to remember.

Having said all that I'd question why your developers don't have source control. They should be able to tell you what has changed.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer
******************************************
Received on Mon Oct 14 2002 - 14:26:48 CDT

Original text of this message

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