|
|
|
Re: Table dependency for Audit tables [message #621975 is a reply to message #621973] |
Wed, 20 August 2014 04:27 |
cookiemonster
Messages: 13961 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
*_dependencies is for procedures/functions/packages/views/triggers.
The relationships between tables are defined by the foreign keys. Details of foreign keys are in the *_constraints and *_cons_columns views.
However oracle does supply a package the cleans up the audit tables for you.
|
|
|
Re: Table dependency for Audit tables [message #621976 is a reply to message #621973] |
Wed, 20 August 2014 04:32 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Srijesh wrote on Wed, 20 August 2014 14:51
Is it not *_dependencies ? I am checking with you ?
It's better you check the documentation than checking with me
When you said tables, I thought about the relation among them, thus *_constraints. Rest CM has already explained.
Edit : typo
[Updated on: Wed, 20 August 2014 04:32] Report message to a moderator
|
|
|
|
Re: Table dependency for Audit tables [message #621980 is a reply to message #621978] |
Wed, 20 August 2014 04:52 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Srijesh wrote on Wed, 20 August 2014 15:16
I think *_constaints will have the reference table name.Can you confirm ?
Why do you still have to think? You have the view name, explore it. Prepare your test case and understand.
|
|
|
Re: Table dependency for Audit tables [message #621981 is a reply to message #621978] |
Wed, 20 August 2014 04:53 |
cookiemonster
Messages: 13961 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Is this audit oracles own auditing or something a developer wrote?
If it's the former I suggest you read the documentation on auditing, if it's the later I suggest you asked the person who wrote it.
As for the contents of the *_constraints views - they are fully documented as well (all oracle supplied views are), have you read it?
|
|
|
|
|
|
Re: Table dependency for Audit tables [message #622001 is a reply to message #621994] |
Wed, 20 August 2014 06:52 |
|
Srijesh
Messages: 24 Registered: August 2014 Location: Berlin
|
Junior Member |
|
|
Quote:A person, maybe; but you yes indeed it is impossible, see 8 years DBA and you ask beginner questions (and even less than that as beginners are able to read the documentation).
Oh is it ?? then leave this thread and look for some other threads which is suitable and equal to your experience level.
I thank Cookiemaster and Lalit for helping me on this thread .Though it was a beginner level question they atleast bother to answer me.
[Updated on: Wed, 20 August 2014 06:52] Report message to a moderator
|
|
|
|
|
|
|