ORA-01795: 列表中的最大表达式数为 1000 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: Oracle.DataAccess.Client.OracleException: ORA-01795: 列表中的最大表达式数为 1000Source Error:  Line 330:            for (int i = 0; i < list.Count; i++)Line 331:                productCode[i] = ((object[])(list[i]))[0].ToString();Line 332:        _priceTable = ProductPriceImp.GetPrices(session, productCode);Line 333:Line 334: