Sometimes we need to change Collation after we have done SQL Server Installation. I will do my warning from the beginning. After changing Collation, …
Read More »dbtut
What is File Table and Differences From File Stream
The File Table uses the technology of File Stream. It keeps file system data as a table. That is, you can access the data …
Read More »How To Change e-mail Alert Settings on Exadata cell servers
Cellcli can be used to change e-mail alert settings on cell servers. To find out the current situation: [crayon-6740d4cec50fb404181062/] To change: [crayon-6740d4cec50ff482762022/] …
Read More »Fulltext Search On SQL Server
Full-text Search used to search for columns with large text, such as varchar (max). You can do the same with LIKE, but LIKE will …
Read More »ORA-04030: out of process memory
ERROR: When a query is executed, an error “ORA-04030: out of process memory when trying to allocate nn kilobytes” is being received. SOLUTION: Decrease pga …
Read More »What is File Stream On SQL Server
The File Stream structure keeps the BLOB objects (document, image, video, etc.) integrated with the database on the NTFS File system on the server. …
Read More »Oracle IAS BIND (Address already in use)
ERROR: When opmn services are started, the following error is being received. BIND (Address already in use) x.x.x.x: 393478144 – listener BIND failed [crayon-6740d4cec56ea696380569/] When …
Read More »How To Install SQL Server
In this article, we will install SQL Server 2014. Other versions can be installed in similar ways. Stand-Alone means installing only one instance on a …
Read More »Ioctl ASYNC_CONFIG error, errno = 1 (HP-UX)
You can encounter this problem on HP-UX platforms. PROBLEM: Many trace files are being created with the error “Ioctl ASYNC_CONFIG error, errno = 1”. …
Read More »ORA-01187 and ORA-01110 errors Regarding Temp Files
Assume that the default temp table space of the system is TMP. ERROR: ORA-01187: can not read from file because it failed verification tests …
Read More »