Moving oracle tables with lob columns to another tablespace
I have encountered a problem with oracle database that it does not reuse lob data. So, if you have 5000 rows of some lob data, and you delete them from the t...
I have encountered a problem with oracle database that it does not reuse lob data. So, if you have 5000 rows of some lob data, and you delete them from the t...
As I am working on Oracle database at my day job, I have found something that is by default on sqlserver but not in oracle. That is the datediff function tha...
My best man asked me a few months ago to create him an app that would allow him to send a predefined sms to a predefined number on a click of a button using ...
I have encountered a problem in class today, we needed our Contact Manager application only to run one instance of every MDI child form, so the user will not...
This is a first in a series of posts, as I will try to build ASP.NET MVC application against Oracle XE database, but this example can be used for any Oracle ...
I am creating a backup application and have to get the list of files in some directory here is the simple way to do it. If you only need contents of one dire...