For those who have implemented LBI 9.0 in production, what is your environment? Please feel free to share your thoughts/experiences.
WebSphere handles memory leaks, JDBC setup and maintanance and error handling much better. takes a higher level of admin skill set. Oracle seems to have more issues on setup than SQL Server.
When you talk about Oracle having more issues on setup than SQL Server, are you referring to having to run oracle.sql post-install?
no, in general ive seen more issues with DBAs granting the right access, if the schema names are changed from the default (LawsonSN, LawsonRS, LawsonFS) adjustments often need to be made, especially in upgrades. If you dont install the client correctly, JDBC connections wont work (especially when using the 9.2 client). These are just some of the issues. It seems taht SQL Server installations arent as picky. This may be more of the way Lawson wrote installtion processes for the two DB platforms than actual usability with the different data sources, dont want to get flamed by the Oracle fans here.