Moving from oracle express to a production server
Posted: Tue 21 Apr 2009 18:46
I have my app working against a local copy of oracle express just fine, but I need to deploy my webapp to the web farm and hit the production oracle database. The table structure is the same, but I keep getting an error saying that the table or view does not exist. Looking through the context file, I noticed that it listed all my tables as "SYSTEM.table name". I updated those to be (and forgive me, I'm new to oracle so I may have the wrong term here) my database name.table name, so now it looks like "NAS.table name". The other thing I wasn't sure about was the linq mapping name. Previously it was set as "SYSTEM", and I wasn't sure what that needs to be changed to... Thanks for the help!