_gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga); })();
Entries tagged as Oracle DBA

OLE Activation style property

On June 23, 2009 / By admin / In Oracle DBA / No Comments
What is OLE Activation style property?   Specifies the event that will activate the OLE containing item. Read More...

VBX and OCX controls in forms

On June 23, 2009 / By admin / In Oracle DBA / No Comments
Can you have VBX and OCX controls in forms ?   Yes. Read More...

OLE objects in forms

On June 23, 2009 / By admin / In Oracle DBA / No Comments
Can you have OLE objects in forms?   Yes. Read More...

Steps involved in Database Shutdown

On June 23, 2009 / By admin / In Oracle DBA / No Comments
What are the steps involved in Database Shutdown ?   Close the Database, Dismount the Database and Shutdown the Instance. Read More...