I have a database running Oracle 10.2.0.1.0. Our users connect to the database using IIS (we're on version 6).
I am trying to port the data into our TEST system from LIVE. I can do this 2 ways (both work):
[ul]
[li] using export/import; or [/li]
[li] create a text version of the control file on LIVE, edit this accordingly, copy data, etc files to TEST & recreate control files on TEST.[/li]
[/ul]
If I do either of these the new TEST database is OK through Sqlplus. I can access, update & retrieve data with no problems. But I cannot then connect using the browser (I get the standard IE "The page cannot be displayed" error message.
I am not changing IIS or any of it's associated files at all - the only files changing are the Oracle database files.
Our IIS set up uses a Default Web Site & accesses 'Login.aspx' to present the login screen.
I know this seems a fairly open ended question but can anyone shed any light on why our connection may fail after I've refreshed/recreated the TEST database?
I (think) I've tried all the obvious things, e.g. stop/start IIS, reboot the server, check file permissions, I've looked for references to the live instance & server in the new TEST database (I found a few, deleted them & no difference - though still fine in Sqlplus).
Unfortunately our TEST system is unsupported so we're on the verge of paying our suppliers to come & help us but I'd much rather we fixed this ourselves.
Thanks for any advice, Chris
I am trying to port the data into our TEST system from LIVE. I can do this 2 ways (both work):
[ul]
[li] using export/import; or [/li]
[li] create a text version of the control file on LIVE, edit this accordingly, copy data, etc files to TEST & recreate control files on TEST.[/li]
[/ul]
If I do either of these the new TEST database is OK through Sqlplus. I can access, update & retrieve data with no problems. But I cannot then connect using the browser (I get the standard IE "The page cannot be displayed" error message.
I am not changing IIS or any of it's associated files at all - the only files changing are the Oracle database files.
Our IIS set up uses a Default Web Site & accesses 'Login.aspx' to present the login screen.
I know this seems a fairly open ended question but can anyone shed any light on why our connection may fail after I've refreshed/recreated the TEST database?
I (think) I've tried all the obvious things, e.g. stop/start IIS, reboot the server, check file permissions, I've looked for references to the live instance & server in the new TEST database (I found a few, deleted them & no difference - though still fine in Sqlplus).
Unfortunately our TEST system is unsupported so we're on the verge of paying our suppliers to come & help us but I'd much rather we fixed this ourselves.
Thanks for any advice, Chris