RDBMS Server
Blue Core Research's "NO BULL" buyers guide to Database Auditing products - Part 12: Change Control
Submitted by tduong on Sat, 2010-11-20 15:30Change control is an important part of being compliant. You will not pass an audit without having a change control process in place. One of the requirements you might face is to monitor all changes in the database and make sure they all came from the change control process.
- tduong's blog
- Login to post comments
- Read more
Blue Core Research's "NO BULL" buyers guide to Database Auditing products - Part 13: Application user Identification
Submitted by tduong on Mon, 2010-11-08 22:23There is a common misconception about the value of application user identification. The reason for the misconception is the marketing of this feature by some companies, but we'll get into all that later. First lets examine the idea.
Most applications have a single database user that they use to access the data. To enforce security, these applications maintain an internal list of users and roles that they enforce. In other words – instead of using the database security features, that functionality is performed by the application. The result is that when you look at the database activity you see everything coming from a single user. An obvious requirement is to map the database activity to the application user as it is seen by the application.
- tduong's blog
- Login to post comments
- Read more
Blue Core Research's "NO BULL" buyers guide to Database Auditing products - Part 14: Oracle and MS SQL Server
Submitted by tduong on Fri, 2010-10-29 00:59Most companies have more than one database vendor. Oracle, SQL Server, DB2, MySQL and Sybase are all common depending on the company, and some use less common databases such as TeraData. There are, however, some important questions to ask before you dive into your cross platform heterogeneous requirements:
* Which databases do you actually need to audit? Is all your SOX, PCI, HIPAA or other sensitive data scattered across all these databases, or is your SQL Server just used for small home-grown apps that do not have any auditing requirements?
* Do you have the same DBA or team managing all these databases, or are they different teams that will end up managing auditing solutions independently? In the later case you are better off choosing the best solution for each database rather than mandating a single solution no one is too happy with.
- tduong's blog
- Login to post comments
- Read more
Hints on OCA/OCP exam technique
Submitted by John Watson on Wed, 2010-06-30 13:11Part of my job is teaching for Oracle University, and I'm often asked about OCP exam technique. Here are a few hints. The OCM exam is very different, and the confidentiality rules forbid me from discussing it, so please don't ask.
- John Watson's blog
- Login to post comments
- Read more
Index unusable: Skip_unusable_indexes oracle10g/oracle11g
Submitted by rajabaskar on Fri, 2010-05-07 20:23
Why indexes are going to unusable status?
When will the indexes goes for unusable state?
1.Any maintenance activity in partition table – Alter command
1.Truncate the table partition
2.Drop the table partition
3.Split Part/Sub Partition
2.Any maintenance activity in table – Table Reorganization.
1.Move the table.
2.Online redefinition
More details about online redefinition -
http://dbarajabaskar.blogspot.com/2010/04/online-redefintion-in-oracle-table.html
3.Oracle Import – While import the data with skip_unusable_indexes=y.
To improve the perfo
RMAN Cloning using active database feature - Oracle 11g feature
Submitted by rajabaskar on Thu, 2010-04-29 23:26
RMAN Cloning using active database feature - Oracle 11g feature
Normally we well knew about RMAN cloning.
Oracle9i/10g using duplicate cloning command, we do the RMAN cloning.
We need a RMAN full backup for cloning the database in oracle9i/10g.
In oracle 11g provides a new feature, without RMAN database backup we can clone the database.
I have tested the active database RMAN cloning in my test server.
Environment Details:
Operating system: Windows XP service pack 2
Database Version: 11.1.0.7 (32 bit)
Source database name: troy
Clone database name: clonedb
How its work?
- rajabaskar's blog
- Login to post comments
- Read more
READ ONLY tables in oracle 11g
Submitted by rajabaskar on Tue, 2010-04-27 11:48
READ ONLY tables in oracle 11g
- rajabaskar's blog
- Login to post comments
- Read more
Retore point in oracle
Submitted by rajabaskar on Thu, 2010-04-22 22:10
Restore point:
A restore point can be used to flash back a table or the database to the time specified by the restore point without the need to determine the SCN or timestamp. Restore points are also useful in various RMAN operations, including backups and database duplication. You can use RMAN to create restore points in the process of implementing an archival backup.
Two types:
1. Normal restore point
2.
- rajabaskar's blog
- Login to post comments
- Read more
11.2 Grid Infrastructure networking enhancements
Submitted by John Watson on Mon, 2010-03-15 04:01This note is an attempt to summarize some of the 11gR2 facilities that allow for greater virtualization of resources, reducing reliance on networking facilities supplied by the operating system. All corrections welcome.
- John Watson's blog
- Login to post comments
- Read more
Quick overview of the state of an Oracle database.
Submitted by David Lozano Lucas on Fri, 2010-01-29 08:57
One common problem: You are allocated to a new project and find that nothing is documented.
By running this script, you get four important points of information: Tablespace status, installed products and its versions, oracle parameters different to default and status of tables:
[code]
SET LINESIZE 1000
SET PAGESIZE 1000
spool report.txt
prompt You can leave this script copied at $ORACLE_HOME\rdbms\admin\
prompt - Remember to use also statspack o bstats depending on the Oracle version
prompt - Review alert.log
prompt
prompt
prompt TABLESPACE STATUS
Select t.tablespace_name "Table
- David Lozano Lucas's blog
- Login to post comments
- Read more

