<div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif;font-size:large;color:#000099">Hi all<br><br>We are running powerhouse 8.43e on solaris 11 using cisam<br>we want to introduce access to Oracle database(Boat)<br>we can access the table TEST in sqlplus on solaris 11<br><br>powerhouse<br>added oracle definition in pdl for database boat owner boat<br>tried FILE or DATABASE statement, compiled ok<br><br>File boat organization relational type oracle    &<br>     open ORACLE@boat@orcl/boat123 owner boat    &<br>     null values not allowed  <br><br>powerhouse qdesign & qshow using dbaudit seem to connect to database but cannot see tables<br><br>test and config bellow<br><br><br><br>entreprise2-v2-{yvadev}: qdesign dbaudit=full<br>Q D E S I G N (PowerHouse 8.43.E)<br>Copyright (C) 2007 Cognos Incorporated. All rights reserved.<br>Licensed PH8-*****<br><br>screen r<br>file TEST IN boat<br>ATTACH 0 to ORACLE ORACLE@boat@orcl/boat123<br>START transaction 0 (in LOGICAL transaction DICTIONARY) in attach(es) 0<br>Read Committed<br>COMPILE request 0<br><br>START request 0 in transaction 0<br>RELEASE request 0 from attach 0<br>*E* The file TEST wasnt found.<br>COMMIT logical transaction DICTIONARY<br>COMMIT transaction 0<br>DETACH 0 from ORACLE@boat@orcl/boat123<br><br>entreprise2-v2-{yvadev}: qshow dbaudit=full<br>Q S H O W (PowerHouse 8.43.E)<br>Copyright (C) 2007 Cognos Incorporated. All rights reserved.<br><br>show rec test in boat<br>ATTACH 0 to ORACLE ORACLE@boat@orcl/boat123<br><br>START transaction 0 (in LOGICAL transaction DICTIONARY) in attach(es) 0<br>Read Committed<br>COMPILE request 0<br><br>START request 0 in transaction 0<br>RELEASE request 0 from attach 0<br>*E* The Record test was not found in the data dictionary.<br><br><br>**** WE CHANGED PDL DATABASE FOR A WRONG PASSWORD ****<br><br>entreprise2-v2-{yvadev}: qshow dbaudit=full<br>Q S H O W (PowerHouse 8.43.E)<br>Copyright (C) 2007 Cognos Incorporated. All rights reserved.<br><br>show files boat<br>2023/01/12 TurboBoat Page 1<br>F I L E R E P O R T<br>For DICTIONARY: /develop/exec/dict/phd.pdc<br>Database: boat<br>Organization: RELATIONAL<br>Null Values Allowed:Yes<br>Type: ORACLE<br>Hold Cursor: Unspecified<br>Open: ORACLE@@orcl/<br>Owner: boat<br>*W* SQL START DBE error (boat).<br>DMS-E-INVLLOGIN, Invalid login information was detected by the underlying<br>database.<br>ORA-01017: invalid username/password; logon denied<br><br>Records ; Sizes: ** none **<br><br>*******************************************************<br>we can access database with sqlplus<br><br>entreprise2-v2-{yvadev}: sqlplus<br><br>SQL*Plus: Release 11.2.0.4.0 Production on Thu Jan 12 10:41:21 2023<br><br>Copyright (c) 1982, 2013, Oracle. All rights reserved.<br><br>Enter user-name: boat@orcl/boat123<br><br>Connected to:<br>Oracle Database 11g Release 11.2.0.4.0 - 64bit Production<br><br><br>SQL> SELECT owner, table_name FROM all_tables where owner='boat';<br><br>OWNER TABLE_NAME<br>------------------------------ ------------------------------<br>boat TEST<br><br>select * from test;<br><br>CODE PROV_NOM TPS_NUM<br>---- ------------------------------ ----------<br>BRIT British Columbia 111111<br><br>SQL><br><br><br><br>: uname -a -m -n -r -s -v                          <br>SunOS entreprise2-v2 5.11 11.4.50.126.3 sun4v sparc sun4v non-global-zone  <br> <br><br>entreprise2-v2-{yvadev}: env | grep -i ora                                      <br>PATH=/usr/bin:/usr/sbin:/usr/lib:/data/exec/userbin:/usr/lib/lp/postscript:.:/op<br>t/oracle/instantclient_11_2:/opt/cognos/ph843e/bin                              <br>LD_LIBRARY_PATH=/opt/cognos/ph843e/lib:/usr/lib:/opt/oracle/instantclient_11_2  <br>ORACLE_HOME=/opt/oracle/instantclient_11_2                                      <br>TNS_ADMIN=/opt/oracle/instantclient_11_2/network/admin  <br><br><br><br>root@entreprise2-v2# file /opt/cognos/ph843e/bin/q*<br>/opt/cognos/ph843e/bin/qdesign: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped<br>/opt/cognos/ph843e/bin/qkextdrvr.c:     c program text<br>/opt/cognos/ph843e/bin/qkexttbl.h:      empty file<br>/opt/cognos/ph843e/bin/qkgo:    executable shell script<br>/opt/cognos/ph843e/bin/qkgomaint:       executable shell script<br>/opt/cognos/ph843e/bin/qshow:   ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped<br>/opt/cognos/ph843e/bin/qtp:     ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped<br>/opt/cognos/ph843e/bin/quick:   ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped<br>/opt/cognos/ph843e/bin/quiz:    ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped<br>/opt/cognos/ph843e/bin/qutil:   ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped<br>root@entreprise2-v2#<br><br>4. Oracle library PowerHouse is 32 bits:<br><br>root@entreprise2-v2# file /opt/cognos/ph843e/lib/or*.so<br>/opt/cognos/ph843e/lib/ordba.so:        ELF 32-bit MSB dynamic lib SPARC Version 1, dynamically linked, not stripped<br>root@entreprise2-v2#<br><br>5. Oracle client is 32 bits:<br><br>root@entreprise2-v2# file /opt/oracle/instantclient_11_2/*.so<br>libclntsh.so:   ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped<br>libnnz11.so:    ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped<br>libociei.so:    ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped<br>libocijdbc11.so:        ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped<br>libsqlplus.so:  ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped<br>libsqlplusic.so:        ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped<br>root@entreprise2-v2#<br><br><br><br>Pierre<br><a href="mailto:Pierre.Bouthillette@gmail.com">Pierre.Bouthillette@gmail.com</a><br></div></div>