通过Insert语句插入数据库中,结果中文都变成了乱码.原因是在数据库中有一个属性需要设置,可以通过Sql server manager studio来进行设置,也要可以通过代码来设置. 代码设置的方法如下: alter database databaseName collate Chinese_PRC_CI_AS 但是执行这个语句后,出现了一个问题"The database could not be exclusively locked to per…
How to Identify Hard Parse Failures (Doc ID 1353015.1)Bug 16945190 - Diagnostic enhancement to dump parse failure information automatically (Doc ID 16945190.8) This is a diagnostic enhancement that will give an early warningin the alert log if there…