Securefiles in Oracle 11gR1 is a complete reengineered thing. Traditional lobs didn’t present so well themselves in the long run of business due to the limiation of their sizes and other factors which are pretty well documented in Oracle docs. So Oracle has given us in 11g Securefiles, LOBs on steroids if I can say [...]
Archive for the ‘Uncategorized’ Category
Shared_IO_Pool In SecureFiles Of 11g….
Posted in Uncategorized on October 8, 2008 | 2 Comments »
Fixed Table’s Definitions, A New Learning….
Posted in Uncategorized on September 25, 2008 | 1 Comment »
Whenever I used to find out the info of any fixed table(x$) I used to do this by a workaround. I used to set the trace, run the query and see the table’s name. For example, if we are looking for the V$log’s fixed table name so I would do something like that ,
<code>
SQL> select [...]
Transport Tablespace In The Same Database….
Posted in Uncategorized on September 17, 2008 | 5 Comments »
Well this was not supposed to be a post but it was asked over Forums.oracle.com that can we do the transport of the tablespace in the same database after some testing?So the answer is yes. Now I was originally going to post it over there only but thanks to new Jive software, I couldn’t so [...]
NetProperties File, EM & Mystry Continues….
Posted in Uncategorized, tagged EM, Netproperties on September 11, 2008 | 1 Comment »
Today in my program, we hit with an almost uncertain error. We were trying to create listener using EM console but it was throwing us an error that the location is not the right one when the location was perfectly alright. I am not sure what actually is the error but despite the best effort, [...]
Open Your Heart, Oracle Is Listening….
Posted in Uncategorized on September 10, 2008 | Leave a Comment »
Just read from Justin’s blog, Oracle is going to put an Oracle Listen promotion over its web site. Check this, http://blogs.oracle.com/otn/2008/09/oracle_listens_1.html
So it means that we would actually get a chance to tell Oracle what we want? Cool, now that’s what I call real close to the customers and listening to their heartbeat! Good work. It [...]
A New Learning, IMU & Private Redo Strand….
Posted in Uncategorized on August 30, 2008 | 2 Comments »
There are very few things that I know but there are tons of things which I don’t know. I came across one more such thing like this few days ago when this question (http://forums.oracle.com/forums/thread.jspa?messageID=2713561�) came over OTN. Interestingly, what the OP mentioned was indeed true and I was not having a clue what’s going on. [...]