UNIXWARE ORACLE V7.3.3 COREDUMP PROBLEM SOLUTION

제품 : ORACLE SERVER
작성날짜 : 1998-03-24
Unixware Oracle V7.3.3 Coredump problem solution
Unixware 용 Oracle V7.3.3 을 사용할 때 svmrgrl 와 sqlplus 수행시 core dump가
발생하는 경우가 있습니다.
- sqlplus 의 경우
username 과 passwd를 두번이상 틀릴경우 발생합니다.
$ sqlplus [enter]
Enter user-name : [enter]
Enter user-name : [enter]
core dump 발생
sqlplus 로 connect된 상태에서 connect 명열을 사용하면 core dump가
발생합니다.
$ sqlplus scott/tiger
SQL> connect scott/tiger
core dump 발생
- svrmgrl 의 경우
svrmgrl 를 exit 할 경우 가끔 발생합니다.
1. Advanced Networing Option 이 인스톨되어 있는지 확인한다.
이 제품이 인스톨되어 있을때 Core dump 가 발생할 경우가 많다.
install된 제룸 확인법
# cd $ORACLE_HOME/orainst
# inspdver
Advanced Networing Option 이 인스톨되어 있으면 De-install 한다.
(orainst 이용)
De-install 후 Oracle , Network, SQL*Plus 등을 Relinking 한다.
# svrmgrl
SVRMGR> connect internal
SVRMGR> shutdown
SVRMGR> exit
$ lsnrctl stop
$ cd $ORACLE_HOME/network/lib
$ make -f ins_network.mk install
$ cd $ORACLE_HOME/rdbms/lib
$ make -f ins_rdbms.mk install
$ cd $ORACLE_HOME/sqlplus/lib
$ make -f ins_sqlplus.mk install
2. $ORACLE_HOME/otrace/admin/*.dat 화일을 지운다.
$ cd $ORACLE_HOME/otrace/admin
$ rm -f *.dat
3. 환경 변수 EPC_DISABLED 를 TRUE 로 설정한다.
ksh (.profile)
$ export EPC_DISABLED=true
csh (.cshrc)
$ setenv EPC_DISABLED true
4. 3번까지 작업을 한 경우에도 계속해서 CoreDump 가 발생할 경우 다음의
OS Kernel Parameter들을 확인한다.
$ su
Passwd:
# cd /etc/conf/bin
# ./idtune -g SVMMLIM
0X7FFFFFFF 0x2000000 0x1000000 0x7FFFFFFF
# ./idtune -g HVMMLIM
0X7FFFFFFF 0x2000000 0x1000000 0x7FFFFFFF
결과가 위와 다를 경우 (첫번째 컬럼의 값이 0x7FFFFFFF 가 아닐경우)
OS Kernel을 Rebuild 한다.
# ./idtune SVMMLIM 0x7FFFFFFF
# ./idtune HVMMLIM 0x7FFFFFFF
# ./idbuild
# cd /
# shutdown -y -g0 -i6

Hi,
I've found the solution. I have to stop and start my listener each morning (i shutdown and save my dbs each night). now, it work fine !!
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jean-guy avelin ([email protected]):
Hi all !
It seems I can't acces views from a jsp using jdbc :
when I try stmt.executeQuery("select * from dual"), it works. when i create a basic view on my dbserver ( create view toto as (select * from sys.dual) ) and I try this jdbc query stmt.executeQuery("select * from toto"), I get this error : ORA-12154
I use Oracle V7.3.4.5.0 on tru64Unix 5.0A on my oracle server. I've tried V8.1.7 and V3 jdbc drivers. Last year, I think my program (using views) ran fine with an oldest version of oracle server ....
Any idea ?
thanks in advance
jean-guy<HR></BLOCKQUOTE>
null

Similar Messages

  • Linux oracle 9i on slackware 8.0 - SOLUTION

    Once again, but this is a summary.
    I have successfuly install and run Oracle 9i database on Slackware 8.0.
    My system:
    - hardware
    - enough memory (together with swap file)
    - based on Slackware 8.0
    - glibc 2.2.3 from slack 8
    - glocale from slack 8
    - other things from slack 8
    - kernel 2.4.8 (but it should work with any 2.4 kernel)
    - binutils (read below)
    - JDK 1.3.1 from http://java.sun.com/
    there is problem with jdk 1.3.1 and glibc-2.2.x libraries
    described here (but I have no problems wiht oracle and it):
    http://java.sun.com/j2se/1.3/install-linux-sdk.html#problems
    Problems:
    1. can't run installer [runInstaller] (segmentation fault)
    2. root.sh can't find /bin/sed and /bin/awt
    3. linking problems
    Solutions:
    1. install glocale.tgz (from slack 8)
    2. create symlinks:
    /bin/sed -> /usr/bin/sed
    /bin/awt -> /usr/bin/awt
    3. downgrade binutils from slackware binutils-2.11 to 2.10 binutils
    I have installed and I'm using binutils from RedHat 7.0 from:
    ftp://ftp.redhat.com/pub/redhat/linux/7.0/en/os/i386/RedHat/RPMS/binutils-2.10.0.18-1.i386.rpm
    installed with command:
    rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    but I don't thrust RedHat, so I'm going to play with other
    binutils 2.10 [maby from suse source] and compile it for my system
    Other resources:
    http://technet.oracle.com:89/ubb/Forum7/HTML/201161.html
    http://technet.oracle.com:89/ubb/Forum7/HTML/201181.html
    http://www.slackware.com/forum/read.php?f=2&i=114527&t=114527
    http://www.slackware.com/forum/read.php?f=2&i=105746&t=105746
    http://www.slackware.com/forum/read.php?f=2&i=110686&t=110686
    http://www.slackware.com/forum/read.php?f=2&i=113516&t=113516
    http://free-zg.hinet.hr/denisk/oracle/901install_en.html
    news:comp.databases.oracle.server
    news:comp.databases.oracle.misc
    Thanks for all people who have helped me.
    I hope it will help somebody.
    Please feel free to ask me a question: [email protected] [Polish or English].
    Marcin Caban 'Cabko' http://cabko.anixe.org/

    it's working.
    I'm using Slackware 8.0 + kernel 2.4.9 + RH binutils + JDK 1.1.8v3
    My hardware: K7 1100 512MB Ram SCSI HD IBM DDYS 18GB 10k rpm AHA 39160 MGA G450
    I have followed the howto from http://free-zg.hinet.hr/denisk/index_en.html
    Tricky thing. Last night I made a "wrong" Slackware setup: I forgot to add a swap partition, so, when Oracle setup started hasn't any swap partition. Setup was FASTER without swap partition, than with one (????) ;-O
    However I hadn't created the db (dbca) because my hd was full ;-(
    I have downloaded Oracle 9i from technet.oracle.com, then I have burned 3 cd (a big pain). The first CD is buggy: Rock Ridge extension allow max 37 ch as file name. There are a couple of file (documention) that are longer.

  • How to delete the problem-solution in Solution Database

    Dear Sir,
    I need to delete  the problem-solution in Solution Database which is already created in CRM ( IS01). However, I don't know how to delete.
    Please advise.
    Thank you and best regards,

    Dear Sir,
    I need to delete  the problem-solution in Solution Database which is already created in CRM ( IS01). However, I don't know how to delete.
    Please advise.
    Thank you and best regards,

  • Oracle Packaged Application "Google Map" - Problem Found

    To Oracle Webmaster and Support Team,
    In the APEX Sample Code from the page (http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#INTEGRATION).
    The "Google Map" Application Preview (http://apex.oracle.com/pls/otn/f?p=34481:1:4401939335008683) has some issues.
    After entering an address and click the button "Get Geocode", the following error message display: "ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1577 ORA-24247: network access denied by access control list (ACL)" (Error Calling Geocode Service).
    I apologize if this is the incorrect place to post this message, I cannot find any other place to post this issue to Oracle.
    Thanks.
    JT

    JT,
    On the Oracle hosted web site, that 'problem' will never be fixed, mainly because to fix it, it could allow a whole series of approaches for their system to be 'hacked'.
    In short, for Oracle to allow that access on their server, for anybody to execute, would be a huge security problem. On your own site, then you can limit which users/schema would have that privilege, so it's not as big of a secuirty threat on your site. Though, that also doesn't mean nobody on your site could inadvertently grant the permission and open your site up to potential attacks, but that's a completely different problem.
    Bill Ferguson

  • Oracle External Table SELECT FROM problem from workstation

    At Solaris Oracle database server console.
    Created directory on the Solaris server as Oracle owner.
    As SYS created oracle directory object on that Solaris directory
    Granted read/write to SCHEMA_OWNER on that oracle directory object.
    Using OS Oracle user, moved a tab-delimited flat file into the Solaris directory.
    Logged on a SCHEMA_OWNER using SQLPLUS on the Solaris database server.
    Ran external table script in SQLPLUS.
    External table was created.
    Ran Select * from ext_table.
    Appropriate dataset returned.
    So at the Oracle Solaris server console,
    the create external table script worked without errors,
    and a select from statement on the external table worked without errors.
    Move to developer workstation:
    Logged on as SCHEMA_OWNER using SQLPLUS on Windows workstation.
    TNSNAMES of course points to the Solaris database server.
    Ran the external table script in SQLPLUS.
    External table was created.
    Ran Select * from ext_table.
    This failed with these errors:
    ORA29913 error executing ODCIEXTTABLEOPEN callout
    ORA29400 data cartridge error
    cant open logfile.log
    OS permission denied
    ORA06512 sys.oracle_loader line 19
    So how can I select from external tables from a windows workstation?
    Any guidance on this problem would be appreciated.

    Thank you for your response.
    I am not creating the external table on the workstation.
    In both cases,
    from the Solaris console
    and from the Windows workstation
    the external table is being created on the Solaris file system
    in an Oracle Directory object
    running an SQL script from SQLPLUS prompt.
    The external table creator, schema owner, has read and write permissions
    granted by SYS on the oracle directory object.
    The problem is:
    Logged in as the schema owner,
    you can select * from ext_table from the Solaris console SQLPLUS,
    but you can not select * from ext_table from the Windows workstation SQLPLUS.
    You can DROP TABLE ext_table from the Windows workstation SQLPLUS.
    You just cannot select * from ext_table from the Windows workstation SQLPLUS.
    I guess as a test,
    I can drop from the ext_table creation script the references
    to discardfile, badfile, and logfile,
    and remove this other file objects from the equation...
    which appears to be a file permissions problem.

  • Convert Problems/Solutions into Knowledge Articles

    Hi Experts,
    I am wroking on SAP CRM 7.0 SP06 and now we are planning to implement Knowledge Article functionality.
    I have done the all configuration settings and multilevel categorization, every thing working fine. Now I want to convert problems/solutions which already created in CRM and stored in SDB into knowledge article.
    Any one please guide me how can I convert existing problems/solutions into knowledge articles. Is there any report for this?
    Thanking you in anticipation.
    Regards,
    Babu.

    Hi Kevin,
    Well, I'm new on this and have only worked on CRM 6 & 7. I'll give you my advice regarding these CRM versions. I don't know if it is supported on CRM 5.
    IMG:
    CRM >> Enterprise Intelligence >> SAF >> Name and Configure KB
    You create and define you DB as you want: ACME INC
    CRM >> Enterprise Intelligence >> SAF >> Business Add-Ins >> BAdI: Knowledge Base
    Each knowledge base should have its own Add-In implementation. So you have to implement an Add-In based on Add-In definition CRM_SAF_KB_*: CRM_SAF_KB_ACME. You can follow IMG documentation.
    In my case, the add-in already existed, since Knowledge Article functionality is standard in 7.0. KB didn't exist, I don't know why. I just created it with the name assigned on the BAdI, compiled, and everything works fine now.
    Hope it helps.
    Regards.
    Pablo

  • Install problem- Solution Manager4.0 /Oracle10.2.0.2 / Solaris 10

    Kindly look into this link
    Install problem- Solution Manager4.0 /Oracle10.2.0.2 / Solaris 10
    Ashraf.

    Kindly look into this link
    Install problem- Solution Manager4.0 /Oracle10.2.0.2 / Solaris 10
    Ashraf.

  • SDB - delete problem/solution

    Hi Experts.
    Is it possible to delete problem/solution from solution database? There is information in help that it is not possible to delete problem/solution, but that they can be archived.. But note 946030 says it is not available...
    Regards
    Piotr

    Hello Piotr,
    In version 4 it was released one note (730402) that allow us to delete some symptoms and solutions. However, this may lead into some inconsistencies if they're linked with documents. We've never tried to execute it.... but if this may help you, try it
    Kind regards,
    Bruno

  • Oracle Client Installer - INS-32012 problem

    Hi,
    I created a folder called app as root in / directory. In this app folder I created a folder called oracle.
    I want install Oracle client into /app/oracle
    I assigned as root these permission:
    chmod 775 /app
    chmod 775 /app/oracle
    but when I run as user:
    ./runInstaller
    of Oracle Client I have this problem when I choose /app/oracle as folder of installation.
    [INS-32012] Unable to create directory.
    Cause - Either proper permissions were not granted to create the directory or there was no space left in the volume. Action - Check your permission on the selected directory or choose another directory.
    Action - Check your permission on the selected directory or choose another directory.
    What do I wrong?
    thanks.

    schavali wrote:
    >
    OS: Fedora13 x64
    Oracle Client 11gR2 x64
    I have done chmod 777 /app and it works.
    Is it correct?
    >
    11gR2 client is not supported on Fedora, AFAIK - http://download.oracle.com/docs/cd/E11882_01/install.112/e10841/pre_install.htm#CIHFICFD
    Using 777 is typically a bad idea - you have not identified who owns these directories, nor which account is being used to run the installer.
    SriniI will fix the idenfied, now I understand.
    Why is not supported?
    Until now I have installed all library and the installer is running; my unique problem is on i386 requested library that I'm finding.
    thanks

  • ORACLE COLLABORATION SUITE INSTALLATION - HANG PROBLEM

    [30-03-2004:5.09pm]
    ORACLE COLLABORATION SUITE - HANG INSTALLATION PROBLEM
    Problem
    On the middletier installation at 97%, when 'Setting up Oracle Calendar server 9.0.4.1.0' - setting envoronment variable 'CALMGRVALUE' 'to 03e4....', the installation hanged. All patches have been applied. I have also checked all of the listener, database (infra and storage) and service (oidmon, oidldapd, ohs, OC4J_DAS) and all are running properly.
    Product
    Oracle Collaboration Suite 9i Release 2 (9.0.4.1.0)
    Platform
    Red Hat Enterprise Linux AS 3.0
    Installation Type
    Single Box
    Installation Sturcture
    [Infratructure]      
    Directory:      /oracle/infra
    Instance      Name: iasdb
    Port:           1521     
    [Information Storage]
    Directory:      /oracle/store
    Instance Name:      store
    Port:           1522
    [Middletier]
    Directory:     /oracle/mid
    Instance Name:      mid
    Server Spec
    CPU: Intel Xeon 700MHz x 4
    RAM: 2Gb
    HD: SCSI 36.4 Gb x 5 (Raid 5)
    Swap: 2Gb
    Last Message On InstallAction Log
    OracleHome = /oracle/mid
    JavaHome = /oracle/jre/1.3.1
    Query Returned: 03e48df5d45face1cf9265b70d70512baa33bc8d601a13d079
    Calling Action generalActions2.3.0.8.0 setenv
    selectedNodes = null
    name = CALMGRVALUE
    value = Protected value, not to be logged
    append = null
    replace = true
    Calling Query calQueries9.0.4.0.8 Obfuscate
    inputString = Protected value, not to be logged
    OracleHome = /oracle/mid

    Ihave had the same problems on a SLES 8.
    I don't have access to the patches. But for me helps a very dirty trick:
    run an pstree -p
    example:
    runInstaller(31835)---java(31836)---java(31837)-+-java(31838)
    | | |-java(31839)
    | | |-java(31840)
    | | |-java(31841)
    | | |-java(31842)
    | | |-java(31843)
    | | |-java(31844)
    | | |-java(31846)
    | | |-java(31848)
    | | |-java(31849)
    | | |-java(31850)
    | | |-java(31851)
    | | |-java(31852)
    | | |-java(31853)
    | | |-java(31855)
    | | |-java(31920)
    | | |-java(31975)
    | | |-java(31976)
    | | |-java(8168)---java(8169)---java(8198)-+-java(8199)
    | | | |-java(8200)
    | | | |-java(8201)
    | | | |-java(8202)
    | | | |-java(8203)
    | | | |-java(8204)
    | | | `-java(8205)
    | | |-java(8170)
    | | `-java(8171)
    look for the latest spaning process here pid# 8205
    a strace -p 8205 says:
    "Process 8205 attached - interrupt to quit"
    This Process wants to be interupted... Give him an
    kill -9 pid (here 8205)
    Take a look to your Installer Programm...

  • Halloween Problem Solution in Oracle

    Can anybody help me in knowing how the halloween problem is tackled in Oracle ?

    Assuming that you are talking about this Halloween problem (this isn't something I've ever heard of before so I'm guessing most folks on the forum haven't either)...
    Oracle provides multi-version read consistency for every query. Assuming the default transaction isolation level of read committed, the database gets the current SCN (system change number) when the query starts. It then automatically reconstructs the data as it existed at that SCN for the duration of the query. It does this by applying UNDO data to the block that it has in its cache. So for every block, Oracle is always constructing the state of that block at the SCN that was established when the query started.
    Justin

  • Running a web server along with Oracle XE - Port 8080 problem & solution

    Hi,
    My company is tight on computing power so we're using an older machine to run our Oracle XE instance and our Apache web server. The Apache server is using port 80 to host the website, while Oracle XE is using port 8080 for APEX.
    Initially this did not pose any problems, but as when our consultants were at clients sites they weren't able to access port 8080. This was a huge problem for us since we use APEX for our time sheet system.
    I could have used a 2nd computer to host the APEX engine on port 80 (if you want to know how to do this just search the forum), but I didn't have an extra machine at my disposal.
    After doing some reading I found that I could modify the Apache httpd.conf file (/etc/httpd/conf/httpd.conf for linux systems) to handle this. I thought I'd post my results for others in the same situation:
    - #Search for the mod_proxy section and add the following:
    - ProxyRequests Off
    - #This maps the :8080/apex to :80/apex
    - ProxyPass /apex http://www.mydomain.com:8080/apex
    - ProxyPassReverse /apex http://www.mydomain.com:8080/apex
    - #This maps the :8080/i/ (for images) to :80/apex.
    - #YOU NEED THIS since all images and js calls reference the /i/ directory
    - ProxyPass /i http://www.mydomain.com:8080/i
    - ProxyPassReverse /i http://www.mydomain.com:8080/i
    - #Search for Alias and add the following:
    - #This is optional. It will allow a simple url for your users to access a common application
    - Redirect /myapps http://www.mydomain.com/apex/f?p=100
    Of course you can add some restirctions, and verification for the apache module to the conf above, but I thought I'd keep it basic for this example.
    Hope this helps others in the same sitation.

    Thanks for all the responses I got,
    Martin, Thank you
    I tried the same advises on my static IP address and it works fine, and very quickly some times, thank you.
    My Appache function well and I test a sample webpage.
    The domain name did not succeed in my network, may be because its a fake one, I do not really know but I already have an active domain but want to use it when the things will work for sure in all the aspects, and finish the tests.
    Your advises were very useful for me.
    But I still get the TCP_Error with timeout, some times, I think, the issue is related to the network now (not sure, but the tests takes long time and I prefere to let you know the development for now) , I'm trying to fix the network, as much as I can to get the perfect performance. But I just wonder about the Listener , may be there is something we need to change, still testing
    Did you tried your applications onsite from multiple workstations at the same time in Oracle XE using your web server?
    Appriciate your help and all other attendants.
    Thanks

  • Oracle 8.1.7 installation problem on HP-UX

    Here is my set-up:
    #uname -a
    HP-UX hostname B.11.11 U 9000/810
    #getconf KERNEL_BITS
    32
    Problem:
    I am installing Oracle 8i Enterprise Edition using Typical
    Installation Type.
    At the 73% progress bar status, the installation process gets
    stuck. The installActions.log has the ff:
    Starting install install Phase 1 of component Oracle Advanced
    Security
    Starting install install Phase 1 of component Oracle Starter
    Database
    Calling action file Actions 1.7.1.7.0 final Cluster Setup
    selected Nodes =
    threads Active = 2
    vector Initial Size = 50
    vector Factor Size = 25
    On the Oracle Universal Installer GUI, I have the ff:
    Installing Oracle Starter Database 8.1.7.0.0
    Link pending...
    Copying README_aso.txt
    The process gets stuck at 73% and doesn't progress from there.
    Any suggestions/patches needed? How can I prevent the Oracle
    Starter Database from installing? Is this an option?
    Thank you.

    Intel says there is a bug in oracle's OUI as well other swing based programs. The solution is to copy the CD to local drive and add -nojit as first parameter to JRE_MEMORY_OPTIONS e.g. JRE_MEMORY_OPTIONS="-nojit -mx32m"
    This will enable OUI to run. Even after installing oracle Net80 conf. asst won't start due to same reason.
    Go to HOME\admin\tools\ and edit netca.cl and netasst.cl to add same -nojit before -classpath.
    Do this for every tool that gives this prob such DBA studio...
    Ashish

  • Oracle 8.1.7 installation problem on Window 2000 Professional

    Hi everyone, I have a problem of intalling Oracle 8.1.7 on Window 2000 Professional. When I started to install Oracle 8.1.7 when I click install I get this error message
    "Jrew has caused error in Javai.dll"
    and restart the computer, I restarted again and again and the same problem occured, would you please tell me how I resolve this problem. Thanks in advance.
    Mesfin
    [email protected]
    [email protected]

    Intel says there is a bug in oracle's OUI as well other swing based programs. The solution is to copy the CD to local drive and add -nojit as first parameter to JRE_MEMORY_OPTIONS e.g. JRE_MEMORY_OPTIONS="-nojit -mx32m"
    This will enable OUI to run. Even after installing oracle Net80 conf. asst won't start due to same reason.
    Go to HOME\admin\tools\ and edit netca.cl and netasst.cl to add same -nojit before -classpath.
    Do this for every tool that gives this prob such DBA studio...
    Ashish

  • Oracle 10g Express Edition installation problem in windowsXP

    while installing the Oracle 10g Express Edition in windows XP ,
    it is showing an error like this ,
    the cabinet file 'Data1.cab' required for this installation is corrupt and cannot be used. This could indicate a network error.
    If anybody knows solution to this problem plz mail me to this email id
    [email protected]

    I think you should probably download the file again, it might be corrupt.
    ~Jer

Maybe you are looking for

  • How can install acrobat 8 print in windows 8.1?

    I have seen others that have been unable to print to PDF when using Acrobat 8 Standard and Windows 8.1.  Is there a solution?

  • Cannot drag and drop purchased music onto ipod

    Any help please, Win XP and latest Ipod and I tunes Software I have had Ipod for a couple of years now and now I can't seem to copy my purchased music onto my Ipod any more. The Ipod has always been set to manual mode as I have rubbish in my library

  • Two iPods in one PC?

    I have a question. Is it possible to have to iPods connected to one PC and have seperate playlists for each one? My wife and I love two different kinds of music. I want to be able to connect either ipod I want itunes to know what music playlists shou

  • How to see the enitre ITAB contents and down load them while debugging ?

    Hi All , One of my ITAb will be populated with 2000 records .  Is there any option in Debugging editor to download and see all the fields and all the records  at a time  instead of 5 records with few fields. We are working in ECC 6.0 . Thanks Dharma

  • Stor.E Canvio 3.5 2TB issue

    I am new to this forum and I would like to ask to help me to solve a problem that has arisen. I have an unbootable external hard disk, but it detects when connected to USB. Also it makes noise when plugged in, several times in a row and then nothing.