Migration 6i to 10g Oracle reports Migration 6i to 10g Oracle reports oracle oracle

Migration 6i to 10g Oracle reports


I think the defaultEnvId attribute for the environment is set incorrectly in your server_name.conf file. Typically the defaultEnvId would look something like below-

<engine id="rwEng" initEngine="1" minEngine="0" maxEngine="10" engLife="50" maxIdle="30" defaultEnvId="JP"/>

And consecutively the definition as-

<environment id="JP">  <envVariable name="NLS_LANG" value="Japanese_Japan.JA16SJIS"/>  <envVariable name="NLS_CURRENCY" value="¥"/>  <envVariable name="DISPLAY" value="MyServer.MyCompany.com:0.0"/></environment>

I am assuming that your file has the defaultEnvID="myenv" and <environment id="myenv">. Check this to make sure it points to the right environment. Make sure that the defaultEnvId in enginedefinition matches the environment definition. Also, keep in mind that this is an optional setting so you may or may not need this. See this for details.