DBMS_FGA - Oracle Fine Grained Auditing
Submitted by dwaipayan1986 on Sun, 2011-06-05 12:43
Suppose your boss calls you one day and tells you that there has been some unexpected changes in the employee database.Employee's designation, their salary are being manipulated illegally.Such things have been continuing from a past few days and he asks if you could help getting hold of the culprit.
Don't worry Oracle's DBMS_FGA package will save your day and earn you a raise in your job.
The Oracle DBMS_FGA package provides fine grained auditing on objects.
To have an overview of the summary of dbms_fga subprograms visit :
Generate list of dates and times with set interval
Submitted by win4megmailcom on Thu, 2011-05-12 14:28Generic query generating a list of date time. You need to substitute required interval number.
Advance BI Publisher Concepts - Sorting in RTF Template
Submitted by AshishRaj on Thu, 2011-05-12 12:12I am sharing a nice article on RTF template design written by one of our senior consultant Mr. Venkat from Adiva Consulting.
The objective of this post is to explain the “sorting” capabilities available in the RTF. Many might
already be aware of the standard BI Publisher syntax for sorting in the RTF template:
The above construct sorts the data by the VENDOR_NAME in ascending order – an alphabetic sort
is performed. However, what if the requirement was to sort on a number field.
- AshishRaj's blog
- Login to post comments
- Read more
Let's save some space by using COMPRESSED INDEXES
Submitted by AbidMalik on Fri, 2011-04-29 13:37
Summary: An index created on column that has many duplicated rows can be tuned to save space as well as I/O trips by compressing the index defined on it.
Details: By default when we create index in Oracle, the compression is disabled on it. What if we have an index defined on a column that contains last name of all the customers, some of the names are very common as a last name. We can take advantage of this duplicated data by compressing the index defined on it.
- AbidMalik's blog
- Login to post comments
- Read more
Step by step recovery of oracle database on ORA-00214: control file incosistent
Submitted by PranavPareek on Fri, 2011-04-29 05:12SQL> startup;
ORACLE instance started.
Total System Global Area 612368384 bytes
Fixed Size 1250428 bytes
Variable Size 167775108 bytes
Database Buffers 436207616 bytes
Redo Buffers 7135232 bytes
ORA-00214: control file
'D:\ORACLE\PRODUCT\10.2.0\ORADATA\JOHNSON\CONTROL02.CTL' version 23659
inconsistent with file 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\JOHNSON\CONTROL01.CTL'
version 2798
SQL> shutdown abort;
ORACLE instance shut down.
sQL>create pfile='c:/initnew.ora' from spfile;
File created.
SQL>shutdown abort;
-----E
- PranavPareek's blog
- Login to post comments
- Read more
Blue Core Research - DBA Guide to database Auditing
Submitted by tduong on Wed, 2011-04-27 23:36The Problem
===========
The longer you've been working as a DBA, the more you've encountered things like these:
The time on a table changed and you don't remember doing it. You poke around but can't figure out who changed it.
There's someone you don't trust that you have to give access to. They are the kind of person that will look at things they are not supposed to, but you have to give them access.
There's someone who always messes things up when they get access. You know they'll do it again and you'll have to undo the damage. Would be nice to know what they are doing.
There's a contractor or a new employee that need access. You don't know them yet and not sure how reliable they are. It would be nice to be able to keep an eye on them.
Too many people have too much access and you're losing control. You try to figure out how to reduce the access they have or revoke some privileges, but this is pretty much what everyone claims they need to do their jobs.
You've been through an audit and the auditor wanted to know all sorts of things about the activity. Questions you just don't have the information needed to answer.
You probably spent many days chasing down the answers to these questions or try to find ways to collect it. The security in the database is set properly. The problem is that you need to know what people are doing with the access they have. This knowledge will give you more control.
- tduong's blog
- Login to post comments
- Read more
ProC Code Performance Improvement (GCC - RHL)
Submitted by jayraj on Tue, 2011-04-19 01:36Performance Improvement in Pro*C
Pro*C code compilation builds executable depends on the parameters passed while compiling a code on Linux OS. GCC compiler is widely used for compilation.
Parameters that it provides enables memory management and linking etc...
This means : Without changing Code GCC compilation parameter change can give significant improvement in performance without impacting functionality. Attached document contents details study of the same.
This document gives details about environment,deployment and pre-post change analysis.
Brgds,
Sanjay J. Sontakke
Pro*C Code Performance Improvement (GCC - RHL)
Submitted by jayraj on Tue, 2011-04-19 01:12Performance Improvement in Pro*C
Pro*C code compilation builds executable depends on the parameters passed while compiling a code on Linux OS. GCC compiler is widely used for compilation.
Parameters that it provides enables memory management and linking etc...
This means : Without changing Code GCC compilation parameter change can give significant improvement in performance without impacting functionality. Attached document contents details study of the same.
This document gives details about environment,deployment and pre-post change analysis.
Brgds,
Sanjay J. Sontakke
- jayraj's blog
- Login to post comments
Enable debugging for OBIEE 11g / BI Publisher 11g
Submitted by AshishRaj on Sat, 2011-04-16 22:17If you moved to BI Publisher 11g or OBIEE 11g from BI Publisher 10g, you would have realized that debug option is no longer part of BI Publisher Administration UI. In 10g we can set the debug log level from Administration UI under Server configuration section but in 11g no more.In OBIEE 11g, it is central logging process which is part of Fusion Middleware.
- AshishRaj's blog
- Login to post comments
- Read more
ORA-39171: Job is experiencing a resumable wait in expdp/impdp
Submitted by rajabaskar on Thu, 2011-04-07 21:04
Yesterday I am importing some table data in non production database using Datapump utility.
- rajabaskar's blog
- Login to post comments
- Read more
