ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Other IT certifications > Oracle certifications > Auditing

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Click here for list of Oracle DBA study guides and order yours now!



Author Auditing
odonata
Senior Member




Registered: Jan 2002
Location:
Country: USA
State:
Certifications: OCP (App. Dev.)
Working on: Java

Total Posts: 226
Red face Auditing

Can someone please explain what an auditing fields or auditing transations are? In general, what does Oracle mean when they say auditing. I just don't get it.

Report this post to a moderator

Old Post 01-19-02 12:46 AM
odonata is offline Click Here to See the Profile for odonata Add odonata to your buddy list Find more posts by odonata Reply w/Quote Edit/Delete Message IP: Logged
laloca
Senior Member
F




Registered: Oct 2001
Location: Vienna
Country: Austria
State:
Certifications: OCP DBA 8i + 9i
Working on:

Total Posts: 209

Hi Odonata,

Auditing is the monitoring and recording of selected database actions made by users (not administrators!).

Investigate suspicious activity: for example deletion of orders in a production environment or granting privileges to other users (who did it and when - maybe someone wants to ask why ;-) )

Audit connections: why are some people connecting late in the night outside their normal working schedule?

Monitor use of table - gather I/O information for performance tuning etc.

Normally there are very special reasons why auditing is turned on (tracking everything would be a waste of disk space and reducing performance).

It is not just out of curiosity - as an administrator you are responsible for the database and also for data integrity. In larger environments a DBA-job is like herding sheep - sooner or later you have to grant more privileges to other users (for example to delete orders or to create tables). Auditing is a way to track those privileged activities.

Hope that helps,

__________________
laLocA

Report this post to a moderator

Old Post 01-19-02 09:38 AM
laloca is offline Click Here to See the Profile for laloca Click here to Send laloca a Private Message Add laloca to your buddy list Find more posts by laloca    laloca's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
odonata
Senior Member




Registered: Jan 2002
Location:
Country: USA
State:
Certifications: OCP (App. Dev.)
Working on: Java

Total Posts: 226

Thank laloca,

That definitely helped. While I was studying and reading about certain triggers, some of them would say used for auditing.

Then I ran across this question in my reading:

Which triggers can help you add auditing functions to your application?

I still do not quite know the answer, but your explenation makes it a little more clear. Thank you.

Report this post to a moderator

Old Post 01-19-02 03:32 PM
odonata is offline Click Here to See the Profile for odonata Add odonata to your buddy list Find more posts by odonata Reply w/Quote Edit/Delete Message IP: Logged
laloca
Senior Member
F




Registered: Oct 2001
Location: Vienna
Country: Austria
State:
Certifications: OCP DBA 8i + 9i
Working on:

Total Posts: 209

Hi Odonata,

let me guess - you're preparing for SQL/PL-SQL ? In the beginning I was quite confused about those details too .. if you prepare for Architecture and Administration many things will become clearer.

Regarding your question I quoted some lines out of the Oracle docu:

"This example creates an AFTER statement trigger on any DDL statement CREATE. Such a trigger can be used to audit the creation of new data dictionary objects in your schema.

CREATE TRIOGGER audit_db_object AFTER CREATE
ON SCHEMA
pl/sql_block "

For example: a DBA could use a trigger (instead of turning database auditing on) to monitor the creation of new objects made by developers. Each time one (successfully) creates a table, view, procedure, function, package etc. the trigger could send a mail including the creation details to the DBA.

More detail is not really neccessary for this exam. Be sure to understand how triggers work and what's their purpose - and to memorize the exact syntax - apart from "pl/sql block").

Wish you good luck,

__________________
laLocA

Report this post to a moderator

Old Post 01-20-02 09:55 AM
laloca is offline Click Here to See the Profile for laloca Click here to Send laloca a Private Message Add laloca to your buddy list Find more posts by laloca    laloca's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
odonata
Senior Member




Registered: Jan 2002
Location:
Country: USA
State:
Certifications: OCP (App. Dev.)
Working on: Java

Total Posts: 226

Hello,

Thanks!!

Preparing for Forms I exam, in 4 hours!! :O
(I skipped Program Units for now, guess I should have done that one first! )

Report this post to a moderator

Old Post 01-20-02 02:30 PM
odonata is offline Click Here to See the Profile for odonata Add odonata to your buddy list Find more posts by odonata Reply w/Quote Edit/Delete Message IP: Logged
laloca
Senior Member
F




Registered: Oct 2001
Location: Vienna
Country: Austria
State:
Certifications: OCP DBA 8i + 9i
Working on:

Total Posts: 209
Thumbs up

I wish you the very best for your exam!!!

__________________
laLocA

Report this post to a moderator

Old Post 01-20-02 02:36 PM
laloca is offline Click Here to See the Profile for laloca Click here to Send laloca a Private Message Add laloca to your buddy list Find more posts by laloca    laloca's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
odonata
Senior Member




Registered: Jan 2002
Location:
Country: USA
State:
Certifications: OCP (App. Dev.)
Working on: Java

Total Posts: 226
Talking wahoo!

yeah! I passed my exam this weekend. Just missed 5 questions. What a relief!!

On to Program Units...

Report this post to a moderator

Old Post 01-22-02 08:20 PM
odonata is offline Click Here to See the Profile for odonata Add odonata to your buddy list Find more posts by odonata Reply w/Quote Edit/Delete Message IP: Logged
laloca
Senior Member
F




Registered: Oct 2001
Location: Vienna
Country: Austria
State:
Certifications: OCP DBA 8i + 9i
Working on:

Total Posts: 209
Smile

CONGRATS!

__________________
laLocA

Report this post to a moderator

Old Post 01-22-02 09:02 PM
laloca is offline Click Here to See the Profile for laloca Click here to Send laloca a Private Message Add laloca to your buddy list Find more posts by laloca    laloca's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Oracle exam notes



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps