Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Can anybody please tell me how we can edit variables displayed in DB Connection infor. For example if I want to increase the Max Char Literal length, how can I do that?
Nilani,
Do you mean you want to pass different variables to your DB driver when connecting? This is typically done by adding query string like arguments to the connection string… please check your driver docs on the format and argument names.
Well, when I use oracle thin I couldn’t veiw a clob in the table. I used to_char(name) as name. This works with OCI driver but when I only had Oracle thin driver I got an error message “Bigger type length than maximum”. So I thought may be there is a place I can change the max length.