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 -> Checksum for a database object, v7.3.4

Checksum for a database object, v7.3.4

From: Mark B <markb_at_mrb-basys.demon.co.uk>
Date: 2000/03/16
Message-ID: <953248238.17862.0.nnrp-04.c1ed77a9@news.demon.co.uk>#1/1

This question relates to Oracle Server 7.3.4...

Does anyone know of a way I can easily generate a 'checksum' from the internal definition of any database object?

For PL/SQL, I called Oracle support asking if I could get access to the internal "signiture" used to determine whether or not packages, functions and procedures need recompiling when any related packages, etc. are recompiled. They couldn't (or wouldn't) tell me how to access them.

For those with UNIX knowledge, I'm trying to duplicate the "cksum" command, but within the database. I'd really rather not spool/dbms_output/utl_file the source and host a call to UNIX if it can be avoided - so I can make it platform independent and not have to worry about file system space for the spooled file.

I'm interested in checksums for the definitions of tables, views, sequences, indexes, etc. - the lot.

Any simple solutions would be most welcome.

Thanks in advance

Mark Received on Thu Mar 16 2000 - 00:00:00 CST

Original text of this message

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