Blogs
Submitted by jeetendra.kappala on Mon, 2016-04-11 14:23
Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature
This note describes the procedure used to perform a 32 bit to 64 bit conversion of an 11.2.0.3 database on the Linux platform.
The RMAN CONVERT DATABASE command is used to automate the movement of an entire database from one platform (the source platform) to another (the destination platform).
This is provided that the source and destination platforms are of the same endian format.
For example between Linux X86 32 bit and Linux X86 64 bit.
Note the following:
Submitted by John Watson on Fri, 2016-03-25 09:33
The cost based optimizer makes decisions that can be hard to understand. One of the hardest may be why it chooses indexed or scan access paths: a burning question for many DBAs.
Submitted by jessygrace on Fri, 2016-03-18 07:23
Selenium WebDriver is a website robot framework that allows you to implement your assessments against various windows, not just Opera.
Selenium WebDriver also allows you to make use of a coding language in developing your examination texts (difficult in Selenium IDE).
It's simple to employ conditional operations like if-then-else or change-event
You can also accomplish looping like do-while.
Following development languages are recognized by Selenium WebDriver:
Submitted by John Watson on Sat, 2016-03-05 06:04
DB Time is the time spent by the database server executing user calls. What is this composed of? CPU time, waiting time, and IO time.
Submitted by jesuisantony on Sun, 2016-02-28 02:09
Hi All,
I would like to share something about ORACLE_SID registry parameter.
I had a chance to restore (RMAN) a database on a new Windows server. The restoration/recovery was completed and there was no issue in logging to the database from the server.
The only thing I had to do was to set the ORACLE_SID variable everytime using the statement "set ORACLE_SID=abcd". I will encounter the error "ORA-12560: TNS:protocol adapter error".
Submitted by John Watson on Sat, 2015-10-10 06:01
Proxy authentication has been around since release 9i, but it isn't widely used. It can be a very useful facility for giving certain users access to high privileges without having to give them any direct grants or roles, and avoids many of the problems of using shared accounts. It is of course fully audited.
Submitted by John Watson on Mon, 2015-09-07 10:46
Standard Edition release 12.1.0.2 is now available. Download it from the usual locations. But along with the great news, comes some news that is not so great: the licensing model has changed.
Submitted by John Watson on Sat, 2015-07-25 10:00
Following previous blog re BASIC compression, here are a couple of simple tests with Advanced Compression - which is supposed to survive conventional DML.
Submitted by John Watson on Thu, 2015-07-09 11:59
BASIC table compression is included with Enterprise edition, and can achieve respectable compression ratios. But beware! Subsequent DML may be disastrous.
Submitted by sramawat on Thu, 2015-06-18 02:12
This paper provides best practices for rapid deployment of Oracle Database Vault protections to
secure sensitive application data inside the database. Oracle Database Vault enables you to restrict administrative access to an Oracle
database. This helps you address the most difficult security problems remaining
today: protecting against insider threats, meeting regulatory compliance
requirements, and enforcing separation of duty. It covers the following main topics:
Pages
|