<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML><HEAD><TITLE>Synoptix Limited</TITLE>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE type=text/css>.style1 {
        FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif
}
</STYLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY><FONT face=Arial size=2>
<P>Hello everyone,</P></FONT>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>We in the process of 
mapping out the migration of Powerhouse applications (v 8.13.D2)&nbsp;from 
C-ISAM to Oracle 8.17&nbsp;on AIX 5.&nbsp; We have setup a sample of the tables 
within Oracle and can access these from Powerhouse if we define a CURSOR.&nbsp; 
However we are having trouble accessing tables via a nomal "Access" 
statement.&nbsp; Below is an example where a CUROSR works, but the "access 
ASSET_CATEGORY" takes 2-3 seconds before exits QUIZ with no error message.&nbsp; 
"Access ASSET_CATEGORY<FONT color=#ff0000><STRONG>_X</STRONG></FONT>", which 
should produce a error message because&nbsp;not table of this exists also causes 
quiz to exit without an error message.</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>Any ideas on where to 
start looking at where the problem would be?</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>Regards, 
Stephen</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN 
class=774335523-12042006>---------------</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN 
class=774335523-12042006>SYS=/live|steve:/home/steve&gt;quiz SUBDICT=SEARCH<BR>Q 
U I Z&nbsp;&nbsp; (PowerHouse&nbsp; 8.13.D2)<BR>Copyright 1999 COGNOS 
INCORPORATED<BR>Licensed PH8-TEMPORARY for customer: 0712570003 COGNOS HU 
DEMO</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>Warning: Temporary 
licensing of PowerHouse Server products expires 15-MAY-2006.<BR>Please contact 
your local Sales Administration office for a permanent 
license.</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>&gt; SQL DECLARE 
TEST_CURSOR CURSOR FOR SELECT * FROM ASSET_CATEGORY<BR>&gt; access 
TEST_CURSOR<BR>&gt; go</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>Records 
selected:&nbsp; 1</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=774335523-12042006>&gt; access 
ASSET_CATEGORY<BR>SYS=/live|steve:/home/steve&gt;</SPAN></FONT></P></BODY></HTML>