Snarf
Member
Once I have run a report which has a fixed connection, other windows get the same connection.
Test case:
- open SQL window as scott@dbhome1
- do a query on a table employee -> success
- select and run a report which has fixed connection peter@dbrep2
- go back to query
- run query -> "Table or view does not exist"
- control click on table shows in title bar: "employee@dbrep2" which should be: "employee@dbhome1"
- describe and properties does work however
It seems the report connection overrules other windows. Very weird indeed.
Note: using version 9.0.1.1613
Test case:
- open SQL window as scott@dbhome1
- do a query on a table employee -> success
- select and run a report which has fixed connection peter@dbrep2
- go back to query
- run query -> "Table or view does not exist"
- control click on table shows in title bar: "employee@dbrep2" which should be: "employee@dbhome1"
- describe and properties does work however
It seems the report connection overrules other windows. Very weird indeed.
Note: using version 9.0.1.1613
Last edited: