<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sqlplus core dumb in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729635#M386337</link>
    <description>- Fresh install? Did it ever work? What changed?&lt;BR /&gt;-&amp;gt;no not fresh installation&lt;BR /&gt;&lt;BR /&gt;- Which OS versions &amp;amp; Platform&lt;BR /&gt;-&amp;gt;HP-UX rx-92 B.11.31 U ia64 &lt;BR /&gt;&lt;BR /&gt;- Which DB version and target platform?&lt;BR /&gt;data base version 11.1&lt;BR /&gt;&lt;BR /&gt;- Are the two compatible according to Oracle.&lt;BR /&gt;yes&lt;BR /&gt;- Does it fail for all users? &lt;BR /&gt;yes&lt;BR /&gt;&lt;BR /&gt;- What Oracle environment is targeted for a failing use?&lt;BR /&gt;&lt;BR /&gt;umask 022&lt;BR /&gt;export TEMP=/tmp&lt;BR /&gt;export TMPDIR=/tmp&lt;BR /&gt;export ORACLE_BASE=/u01/app/oracle&lt;BR /&gt;export ORACLE_HOME=/u01/app/oracle/product/DB/11g&lt;BR /&gt;export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib&lt;BR /&gt;export LIBPATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib&lt;BR /&gt;#export NLS_LANG=AMERICAN_AMERICA.AR8ISO8859P6&lt;BR /&gt;export PATH=$PATH:$ORACLE_HOME/bin&lt;BR /&gt;#export NLS_DATE_FORMAT="MM/DD/RRRR"&lt;BR /&gt;export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data&lt;BR /&gt;#export AIXTHREAD_SCOPE=S&lt;BR /&gt;set -o vi&lt;BR /&gt;export ORACLE_SID=FCR21&lt;BR /&gt;#echo "Done"&lt;BR /&gt;stty erase ^?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;$ env | grep -i ora&lt;BR /&gt;PATH=/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/sentinel/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/gwlm/bin:.:/u01/app/oracle/product/DB/11g/bin&lt;BR /&gt;ORACLE_BASE=/u01/app/oracle&lt;BR /&gt;LOGNAME=oracle&lt;BR /&gt;LIBPATH=/u01/app/oracle/product/DB/11g/lib:/u01/app/oracle/product/DB/11g/rdbms/lib&lt;BR /&gt;ORACLE_SID=FCR21&lt;BR /&gt;ORA_NLS33=/u01/app/oracle/product/DB/11g/ocommon/nls/admin/data&lt;BR /&gt;HOME=/home/oracle&lt;BR /&gt;LD_LIBRARY_PATH=/u01/app/oracle/product/DB/11g/lib:/u01/app/oracle/product/DB/11g/rdbms/lib&lt;BR /&gt;ORACLE_HOME=/u01/app/oracle/product/DB/11g&lt;BR /&gt;PWD=/home/oracle&lt;BR /&gt;&lt;BR /&gt;$ env | grep -i library&lt;BR /&gt;LD_LIBRARY_PATH=/u01/app/oracle/product/DB/11g/lib:/u01/app/oracle/product/DB/11g/rdbms/lib&lt;BR /&gt;&lt;BR /&gt;But i think this can help you to identifies the Error &lt;BR /&gt;&lt;BR /&gt;$ gdb sqlplus core&lt;BR /&gt;HP gdb 5.9 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.&lt;BR /&gt;Copyright 1986 - 2001 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 5.9 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..&lt;BR /&gt;Core was generated by `sqlplus'.&lt;BR /&gt;Program terminated with signal 10, Bus error.&lt;BR /&gt;BUS_ADRALN - Invalid address alignment. Please refer to the following link that helps in handling unaligned data: &lt;A href="http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#pragma-pack-ex3" target="_blank"&gt;http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#pragma-pack-ex3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /u01/app/oracle/product/DB/11g/lib/libsqlplus.so has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;#0  0xc000000000055ae0:1 in memset+0x311 () from /usr/lib/hpux64/dld.so</description>
    <pubDate>Thu, 23 Dec 2010 07:22:00 GMT</pubDate>
    <dc:creator>remonsamir</dc:creator>
    <dc:date>2010-12-23T07:22:00Z</dc:date>
    <item>
      <title>Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729631#M386333</link>
      <description>$ sqlplus&lt;BR /&gt;Bus error(coredump)&lt;BR /&gt;&lt;BR /&gt;$ gdb sqlplus core&lt;BR /&gt;HP gdb 5.9 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.&lt;BR /&gt;Copyright 1986 - 2001 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 5.9 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..&lt;BR /&gt;Core was generated by `sqlplus'.&lt;BR /&gt;Program terminated with signal 10, Bus error.&lt;BR /&gt;BUS_ADRALN - Invalid address alignment. Please refer to the following link that helps in handling unaligned data: &lt;A href="http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#pragma-pack-ex3" target="_blank"&gt;http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#pragma-pack-ex3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /u01/app/oracle/product/DB/11g/lib/libsqlplus.so has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;#0  0xc000000000055ae0:1 in memset+0x311 () from /usr/lib/hpux64/dld.so&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please I need Help</description>
      <pubDate>Wed, 22 Dec 2010 10:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729631#M386333</guid>
      <dc:creator>remonsamir</dc:creator>
      <dc:date>2010-12-22T10:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729632#M386334</link>
      <description>Can you get a stack trace with "bt"?&lt;BR /&gt;If you are dying in dld.so, not much you can do.  Does any 64 bit program run at all?</description>
      <pubDate>Wed, 22 Dec 2010 10:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729632#M386334</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-22T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729633#M386335</link>
      <description>sqlplus, assuming you are refering to the Oracle interactive SQL tool, is supposed to work and is know to work for simple stuff, like activating it. Period.&lt;BR /&gt;&lt;BR /&gt;If it does not work, there there is something major wrong with the configuration.&lt;BR /&gt;Wrong flavor of code, 32 versus 64 bitnes, messed up environment.&lt;BR /&gt;&lt;BR /&gt;So just go back to the basics...&lt;BR /&gt;&lt;BR /&gt;- Fresh install? Did it ever work? What changed?&lt;BR /&gt;- Which OS versions &amp;amp; Platform&lt;BR /&gt;- Which DB version and target platform?&lt;BR /&gt;- Are the two compatible according to Oracle.&lt;BR /&gt;- Does it fail for all users? &lt;BR /&gt;- What Oracle environment is targeted for a failing use? &lt;BR /&gt;  # env | grep -i ora&lt;BR /&gt;  # env | grep -i library&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Dec 2010 13:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729633#M386335</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2010-12-22T13:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729634#M386336</link>
      <description>&amp;gt;Hein: 32 versus 64 bitness&lt;BR /&gt;&lt;BR /&gt;This has a specific error, not a core dump.</description>
      <pubDate>Wed, 22 Dec 2010 18:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729634#M386336</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-22T18:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729635#M386337</link>
      <description>- Fresh install? Did it ever work? What changed?&lt;BR /&gt;-&amp;gt;no not fresh installation&lt;BR /&gt;&lt;BR /&gt;- Which OS versions &amp;amp; Platform&lt;BR /&gt;-&amp;gt;HP-UX rx-92 B.11.31 U ia64 &lt;BR /&gt;&lt;BR /&gt;- Which DB version and target platform?&lt;BR /&gt;data base version 11.1&lt;BR /&gt;&lt;BR /&gt;- Are the two compatible according to Oracle.&lt;BR /&gt;yes&lt;BR /&gt;- Does it fail for all users? &lt;BR /&gt;yes&lt;BR /&gt;&lt;BR /&gt;- What Oracle environment is targeted for a failing use?&lt;BR /&gt;&lt;BR /&gt;umask 022&lt;BR /&gt;export TEMP=/tmp&lt;BR /&gt;export TMPDIR=/tmp&lt;BR /&gt;export ORACLE_BASE=/u01/app/oracle&lt;BR /&gt;export ORACLE_HOME=/u01/app/oracle/product/DB/11g&lt;BR /&gt;export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib&lt;BR /&gt;export LIBPATH=$ORACLE_HOME/lib:$ORACLE_HOME/rdbms/lib&lt;BR /&gt;#export NLS_LANG=AMERICAN_AMERICA.AR8ISO8859P6&lt;BR /&gt;export PATH=$PATH:$ORACLE_HOME/bin&lt;BR /&gt;#export NLS_DATE_FORMAT="MM/DD/RRRR"&lt;BR /&gt;export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data&lt;BR /&gt;#export AIXTHREAD_SCOPE=S&lt;BR /&gt;set -o vi&lt;BR /&gt;export ORACLE_SID=FCR21&lt;BR /&gt;#echo "Done"&lt;BR /&gt;stty erase ^?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;$ env | grep -i ora&lt;BR /&gt;PATH=/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/sentinel/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/gwlm/bin:.:/u01/app/oracle/product/DB/11g/bin&lt;BR /&gt;ORACLE_BASE=/u01/app/oracle&lt;BR /&gt;LOGNAME=oracle&lt;BR /&gt;LIBPATH=/u01/app/oracle/product/DB/11g/lib:/u01/app/oracle/product/DB/11g/rdbms/lib&lt;BR /&gt;ORACLE_SID=FCR21&lt;BR /&gt;ORA_NLS33=/u01/app/oracle/product/DB/11g/ocommon/nls/admin/data&lt;BR /&gt;HOME=/home/oracle&lt;BR /&gt;LD_LIBRARY_PATH=/u01/app/oracle/product/DB/11g/lib:/u01/app/oracle/product/DB/11g/rdbms/lib&lt;BR /&gt;ORACLE_HOME=/u01/app/oracle/product/DB/11g&lt;BR /&gt;PWD=/home/oracle&lt;BR /&gt;&lt;BR /&gt;$ env | grep -i library&lt;BR /&gt;LD_LIBRARY_PATH=/u01/app/oracle/product/DB/11g/lib:/u01/app/oracle/product/DB/11g/rdbms/lib&lt;BR /&gt;&lt;BR /&gt;But i think this can help you to identifies the Error &lt;BR /&gt;&lt;BR /&gt;$ gdb sqlplus core&lt;BR /&gt;HP gdb 5.9 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.&lt;BR /&gt;Copyright 1986 - 2001 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 5.9 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..&lt;BR /&gt;Core was generated by `sqlplus'.&lt;BR /&gt;Program terminated with signal 10, Bus error.&lt;BR /&gt;BUS_ADRALN - Invalid address alignment. Please refer to the following link that helps in handling unaligned data: &lt;A href="http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#pragma-pack-ex3" target="_blank"&gt;http://docs.hp.com/en/7730/newhelp0610/pragmas.htm#pragma-pack-ex3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;warning: Load module /u01/app/oracle/product/DB/11g/lib/libsqlplus.so has been stripped.&lt;BR /&gt;Debugging information is not available.&lt;BR /&gt;&lt;BR /&gt;#0  0xc000000000055ae0:1 in memset+0x311 () from /usr/lib/hpux64/dld.so</description>
      <pubDate>Thu, 23 Dec 2010 07:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729635#M386337</guid>
      <dc:creator>remonsamir</dc:creator>
      <dc:date>2010-12-23T07:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729636#M386338</link>
      <description>@Hein van den  thanks for fast replay &lt;BR /&gt;but what you need , i can do.</description>
      <pubDate>Thu, 23 Dec 2010 14:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729636#M386338</guid>
      <dc:creator>remonsamir</dc:creator>
      <dc:date>2010-12-23T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sqlplus core dumb</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729637#M386339</link>
      <description>&amp;gt;but what you need, I can do.&lt;BR /&gt;&lt;BR /&gt;Again, can you get a stack trace with "bt"?&lt;BR /&gt;Any patches recently installed?</description>
      <pubDate>Thu, 23 Dec 2010 23:13:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sqlplus-core-dumb/m-p/4729637#M386339</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-23T23:13:19Z</dc:date>
    </item>
  </channel>
</rss>

