Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Audit records and internal connection
You must have an entry in you init.ora file as follows :
AUDIT_TRAIL = DB
Instaed of DB, you can use OS, if you want the audit output in your OS audti
trail, but typically, DB is good. Setting it to DB will collect auditing info
in SYS.AUD$ and there are different views available with SYS.AUD$ as the base
table.
But if you check the init.ora file of the original database, you can use the
same setting.
Hope this helps,
CM
In article <6gs0an$2do_at_examiner.concentric.net>,
Badri_at_cris.com (BADRI) wrote:
>
>
> Hi:
>
> Our system creates records in $ORACLE_HOME/rdbms/audit
> for every sys/internal connection. How is this feature enabled? I
> want to replicate it in another system, but do not know how.
>
> thanks a lot,
>
> -Badri
>
>
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Mon Apr 13 1998 - 12:10:52 CDT
![]() |
![]() |