Loadjava Hangs

Hi all,
I am unable to get loadjava working with 10g. Even simple examples from the docs fail. Details are below.
There appears to be an internal error (joe_well_known_internal), but I'm hoping it's my mistake.
Any wisdom would be appreciated.
thanks,
David
===== Command line
loadjava -user sys/pw@<<snip>>
Oscar.class
Error while testing for existence of dbms_java.handleMd5
ORA-03113: end-of-file on communication channel
Error while getting old MD5 of Oscar
Closed Connection
Error while creating class Oscar
ORA-03113: end-of-file on communication channel
The following operations failed
class Oscar: creation (createFailed)
exiting : Failures occurred during processing
=====
===== From alert.log
Errors in file /u01/app/oracle/admin/ciw/udump/ciw_ora_18777.trc:
ORA-07445: exception encountered: core dump
[joe_well_known_internal()+102] [SIGSEGV] [Address not mapped to object] [0x196E180C] [] []
Tue Apr 27 15:22:39 2004
sdtcs_getexecname: ignored overriding value [oracleciw]
=====
===== From ...ciw_ora_18777.trc
/u01/app/oracle/admin/ciw/udump/ciw_ora_18777.trc
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
ORACLE_HOME = /u01/app/oracle/product/10.1.0/db_1
System name: Linux
Node name: <<<snip>>>
Release: 2.4.22-1.2115.nptl
Version: #1 Wed Oct 29 15:42:51 EST 2003
Machine: i686
Instance name: <<snip>>
Redo thread mounted by this instance: 1
Oracle process number: 18
Unix process pid: 18777, image: <<snip>>
>>>
*** SERVICE NAME:(ciw) 2004-04-27 15:22:39.154
*** SESSION ID:(264.139) 2004-04-27 15:22:39.154
Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x196e180c, PC: [0x120319c, joe_well_known_internal()+102]
Registers:
%eax: 0x012ded58 %ebx: 0x0158abb4 %ecx: 0xbf2c3d8b
%edx: 0xbf2c3d8b %edi: 0x5690769e %esi: 0xbf2c3d88
%esp: 0xbff0ff54 %ebp: 0xbff0ff74 %eip: 0x0120319c
%efl: 0x00210286
joe_well_known_internal()+91 (0x1203191) mov 0xfffffffc(%ebp),%edx
joe_well_known_internal()+94 (0x1203194) mov %edx,%esi
joe_well_known_internal()+96 (0x1203196) and $-8,%esi
joe_well_known_internal()+99 (0x1203199) mov %esi,0xffffffec(%ebp)
joe_well_known_internal()+102 (0x120319c) mov 0xc(%esi,%edi,4),%esijoe_well_known_internal()+106 (0x12031a0) cmp %edx,%esi
joe_well_known_internal()+108 (0x12031a2) jz 0x1203294
joe_well_known_internal()+114 (0x12031a8) test %esi,%esi
joe_well_known_internal()+116 (0x12031aa) jz 0x1203239
*** 2004-04-27 15:22:39.169
ksedmp: internal or fatal error
ORA-07445: exception encountered: core dump
[joe_well_known_internal()+102] [SIG
SEGV] [Address not mapped to object] [0x196E180C] [] []
Current SQL statement for this session:
create or replace java class using blob LOB from
CREATE$JAVA$LOB$TABLE where
name ='LOADJAVA/LOB/KEY'
----- PL/SQL Call Stack -----
object line object
handle number name
0x56d43fa8 1 anonymous block
----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
sdtcs_getexecname: use overriding value for executable
sdtcs_getexecname: ignored overriding value [oracleciw]
ksedmp()+493 call ksedst()+0 1 ? 0 ? 1 ? 1 ? 0 ? 0 ?
ssexhd()+1132 call ksedmp()+0 3 ? 0 ? 0 ? 0 ? 0 ? 0 ?
joe_well_known_inte signal ssexhd()+0 B ? BFF0FBE8 ? BFF0FC68 ?
rnal()+102
joe_well_known()+18 call joe_well_known_inte BF2B4FBF ? 12DED58 ? 1 ?
rnal()+0
eorealize_xref()+83 call joe_well_known()+0 BF2B4FBF ? 12DED58 ?
eoref_resolve_xdesc call eorealize_xref()+0 BF2B4FBF ? 54801F2F ?
()+133 54801180 ? 158ABB4 ?
=====

With that sort of error, it has to be a bug. Probably platform specific (although you don't mention a specific platform).

Similar Messages

  • LOADJAVA hangs loading JAR

    Hi everyone!
    I am trying to load 2 JAR files into an Oracle 9.2.0.4 database (running on Windows2000 Server) using LOADJAVA. The JAR's are supplied by IBM for their WebSphere MQ (release 5.3) product. One of the two JAR files loads and resolves without a problem, using the following command:
    loadjava -user mqseries/mqseries@lamp_pit12dv17 -fileout d:\newpumps\loadjava.log -grant lamp -genmissingjar d:\newpumps\connector-missing.jar -resolve connector.jar
    LOADJAVA hangs, however, when attempting to load the other JAR. Here is the command I'm using:
    loadjava -user mqseries/mqseries@lamp_pit12dv17 -fileout d:\newpumps\loadjava.log -grant lamp -genmissingjar d:\newpumps\com-missing.jar -resolve -force com.ibm.mq.jar
    The second LOADJAVA invocation is the same as the first, except for the argument to "-genmissingjar", the addition of "-force", and the target jar file. Running LOADJAVA without the "-force" switch yields the same result: a hung session.
    If I add the "-verbose" option, I get the following output:
    arguments: '-user' 'mqseries/mqseries@lamp_pit12dv17' '-fileout' 'd:\newpumps\loadjava.log' '-genmissingjar' 'd:\newpumps\com-missing.jar' '-resolve' '-force' '-verbose' 'com.ibm.mq.jar'
    creating : resource META-INF/MANIFEST.MF
    loading : resource META-INF/MANIFEST.MF
    genmissing: com/ibm/mq/BatchMatchingCriteria
    creating : class com/ibm/mq/BatchMatchingCriteria
    loading : class com/ibm/mq/BatchMatchingCriteria
    If I use OEM to examine the suspended LOADJAVA session, I find it is attempting to execute 'alter java class "com/ibm/mq/BatchMatchingCriteria" compile". This class happens to be the first class in alpabetical order in the JAR.
    I've also tried running LOADJAVA without the "-resolve" switch. When I do, both JAR files load into the database; however, all their classes are marked invalid. Attempting to compile any class in the com.ibm.mq.jar file also results in a suspended session.
    I'd greatly appreciate any suggestions for getting past this problem. Is there something about the Java environment in my 9i database that is missing? What would cause LOADJAVA to hang?
    David Jenkins
    [email protected]

    Does Java otherwise work? Are the system Java classes valid? Try running:
    select count(*) from all_objects where OBJECT_TYPE like 'JAVA CLASS';
    this should be in the thousands
    select count(*) from all_objects where OBJECT_TYPE like 'JAVA CLASS' AND STATUS like 'INVALID';
    I think this should be zero, or near-zero.

  • Loadjava hangs - exclusive lock on sys.javasnm$

    We upgraded from Oracle 9.2.0.4 to 9.2.0.5 (using export then import of the entire database) and have found that our user java classes that compiled fine in 9.2.0.4 aren't as lucky in 9.2.0.5. When we use "loadjava" to recompile the jar files, some compiles are successful and others hang. When we investigate the "hanging" ones we find an exclusive lock on sys.javasnm$. The only session doing a loadjava compile is mine. We kill the Oracle session, the exclusive lock goes away, we compile a few more jars successfully, then the "hanging" begins again. Can anyone explain what is going on? Thanks in advance.

    Solution - We were missing the DROP SYNONYM permission for the Oracle User we were importing the java code for. Once that was in place the locks were no longer an issue.

  • SSO Integration problem with Java version in 10g

    Hi,
    I'm following the instructions to integrate my HTML DB with 9iAS 9.0.2 SSO. The instructions tell me to download the SSO PDK and extract the file SSOHash.class then load it into my FLOWS_xxxx schema. My database version is 10g, and the loadjava fails with the following message:
    Error while testing for existence of dbms_java.handleMd5
    ORA-03113: end-of-file on communication channel
    The reason is that the function handleMD5 is no longer in the dbms_java package in 10g, it is in this package in 9i. Has anyone got a workaround to this?
    Thanks,
    Steve

    Scott,
    Actually I'm wrong about the function not being there, it is. But someone else is having the same issue, please look here:
    loadjava hangs
    Steve

  • Executing batch file from Java stored procedure hang

    Dears,
    I'm using the following code to execute batch file from Java Stored procedure, which is working fine from Java IDE JDeveloper 10.1.3.4.
    public static String runFile(String drive)
    String result = "";
    String content = "echo off\n" + "vol " + drive + ": | find /i \"Serial Number is\"";
    try {
    File directory = new File(drive + ":");
    File file = File.createTempFile("bb1", ".bat", directory);
    file.deleteOnExit();
    FileWriter fw = new java.io.FileWriter(file);
    fw.write(content);
    fw.close();
    // The next line is the command causing the problem
    Process p = Runtime.getRuntime().exec("cmd.exe /c " + file.getPath());
    BufferedReader input = new BufferedReader(new InputStreamReader(p.getInputStream()));
    String line;
    while ((line = input.readLine()) != null)
    result += line;
    input.close();
    file.delete();
    result = result.substring( result.lastIndexOf( ' ' )).trim();
    } catch (Exception e) {
    e.printStackTrace();
    result = e.getClass().getName() + " : " + e.getMessage();
    return result;
    The above code is used in getting the volume of a drive on windows, something like "80EC-C230"
    I gave the SYSTEM schema the required privilege to execute the code.
    EXEC DBMS_JAVA.grant_permission('SYSTEM', 'java.io.FilePermission', '&lt;&lt;ALL FILES&gt;&gt;', 'read ,write, execute, delete');
    EXEC DBMS_JAVA.grant_permission('SYSTEM', 'SYS:java.lang.RuntimePermission', 'writeFileDescriptor', '');
    EXEC DBMS_JAVA.grant_permission('SYSTEM', 'SYS:java.lang.RuntimePermission', 'readFileDescriptor', '');
    GRANT JAVAUSERPRIV TO SYSTEM;
    I have used the following to load the class in Oracle 9ir2 DB:
    loadjava -u [system/******@orcl|mailto:system/******@orcl] -v -resolve C:\Server\src\net\dev\Util.java
    CREATE FUNCTION A1(drive IN VARCHAR2) RETURN VARCHAR2 AS LANGUAGE JAVA NAME 'net.dev.Util.a1(java.lang.String) return java.lang.String';
    variable serial1 varchar2(1000);
    call A1( 'C' ) into :serial1;
    The problem that it hangs when I execute the call to the function (I have indicated the line causing the problem in a comment in the code).
    I have seen similar problems on other forums, but no solution posted
    [http://oracle.ittoolbox.com/groups/technical-functional/oracle-jdeveloper-l/run-an-exe-file-using-oracle-database-trigger-1567662]
    I have posted this in JDeveloper forum ([t-853821]) but suggested to post for forum in DB.
    Can anyne help?

    Dear Peter,
    You are totally right, I got this as mistake copy paste. I'm just having a Java utility for running external files outside Oracle DB, this is the method runFile()
    I'm passing it the content of script and names of file to be created on the fly and executed then deleted, sorry for the mistake in creating caller function.
    The main point, how I claim that the line in code where creating external process is the problem. I have tried the code with commenting this line and it was working ok, I made this to make sure of the permission required that I need to give to the schema passing security permission problems.
    The function script is running perfect if I'm executing vbs script outside Oracle using something like "cscript //NoLogo aaa1.vbs", but when I use the command line the call just never returns to me "cmd.exe /c bb1.bat".
    where content of bb1.bat as follows:
    echo off
    vol C: | find /i "Serial Number is"
    The above batch file just get the serial number of hard drive assigned when windows formatted HD.
    Same code runs outside Oracle just fine, but inside Oracle doesn't return if I exectued the following:
    variable serial1 varchar2(1000);
    call A1( 'C' ) into :serial1;
    Never returns
    Thanks for tracing teh issue to that details ;) hope you coul help.

  • Loadjava dms.jar and soap.jar on Oracle 9i 9.2.0.5.0 error ORA-29534

    Hi all,
    I'm trying to load dbws-callout-utility in a oracle9i Enterprise Edition Realease 9.2.0.5.0 data base.
    To do that, I've follow these instructions "http://www.oracle.com/technology/sample_code/tech/java/jsp/callout_users_guide.htm" step by step:
    - I've set shared_pool_size to 96M (then, even to 150M) in my spfile.
    - I've set java_pool_size to 80M in my spfile.
    - I've tested this changes were well done.
    - Then, I've download oc4j_extended 10.1.2 version, as said the link.
    - manual says that I must load this jar files:
    jssl-1_2.jar, soap.jar, dms.jar, servlet.jar, ejb.jar, mail.jar
    - I've could to load these jars without any error using these commands:
    cd $ORACLE_HOME/lib
    dropjava -u wsuser/pass mail.jar
    dropjava -u wsuser/pass activation.jar
    cd $ORACLE_HOME/oc4j_extended/j2ee/home/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass ejb.jar
    cd $ORACLE_HOME/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass activation.jar
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass mail.jar
    cd ${ORACLE_HOME}/oc4j_extended/j2ee/home/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass servlet.jar
    cd ${ORACLE_HOME}/jlib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass jssl-1_2.jar
    but when I try to load dms.jar with this command:
    cd ${ORACLE_HOME}/oc4j_extended/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass dms.jar
    loadjava's process hangs just compiling (resolving) this class: "oracle/dms/address/Optic", so I've got to kill process.
    Then, I try to load dms.jar with the same command but without "-resolve" option. This way, I've been able to load all class from
    this jar including the named before "oracle/dms/address/Optic". Then I compile all java class by hand except "oracle/dms/address/Optic"
    because everytime I try to compile (-resolve) this class, it hangs. So this is my first question: why?.
    As I've could to load almost all java class, I said, I'm going to try to load last jar: soap.jar
    cd ${ORACLE_HOME}/oc4j_extended/soap/lib
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass soap.jar
    but when this command finish, it shows me these errors:
    errors : class org/apache/soap/messaging/Message
    ORA-29534: el objeto WSUSER.oracle/soap/transport/http/OracleSOAPHTTPConnection al que se hace referencia no se ha podido resolver
    synonym : org/apache/soap/messaging/Message
    The following operations failed
    class oracle/soap/client/ProviderManagerClient: resolution
    class oracle/soap/client/ServiceManagerClient: resolution
    class oracle/soap/server/http/SOAPServlet: resolution
    class oracle/soap/providers/JavaProvider: resolution
    class oracle/soap/providers/ejbprov/EntityEJBProvider: resolution
    class oracle/soap/providers/ejbprov/StatefulEJBProvider: resolution
    class oracle/soap/providers/ejbprov/StatelessEJBProvider: resolution
    class oracle/soap/providers/sp/SpProvider: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection$1: resolution
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    class org/apache/soap/rpc/Call: resolution
    class org/apache/soap/rpc/RPCMessage: resolution
    class org/apache/soap/rpc/Response: resolution
    class org/apache/soap/messaging/Message: resolution
    exiting : Failures occurred during processing
    but this has no sense, because this class oracle/soap/transport/http/OracleSOAPHTTPConnection do exists in the jar file and it can be loaded.
    so I don't understand..... I try to load class by class to see dependencies or whatever using this command:
    I choose this class to begin:
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsuser/pass org/apache/soap/rpc/Call.class
    it shows me:
    creating : class org/apache/soap/rpc/Call
    loading : class org/apache/soap/rpc/Call
    granting : execute on class org/apache/soap/rpc/Call to PUBLIC
    resolving: class org/apache/soap/rpc/Call
    errors : class org/apache/soap/rpc/Call
    ORA-29534: el objeto WSARR.oracle/soap/transport/http/OracleSOAPHTTPConnection al que se hace referencia no se ha podido resolver
    synonym : org/apache/soap/rpc/Call
    The following operations failed
    class org/apache/soap/rpc/Call: resolution
    exiting : Failures occurred during processing
    so I try to load the class which it had could not find:
    loadjava -resolve -verbose -synonym -grant PUBLIC -user wsarr/wsarr oracle/soap/transport/http/OracleSOAPHTTPConnection.class
    it shows me:
    creating : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    loading : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    granting : execute on class oracle/soap/transport/http/OracleSOAPHTTPConnection to PUBLIC
    resolving: class oracle/soap/transport/http/OracleSOAPHTTPConnection
    errors : class oracle/soap/transport/http/OracleSOAPHTTPConnection
    ORA-29545: clase especificada incorrectamente: at offset 445 of oracle.soap.transport.http.OracleSOAPHTTPConnection.getHTTPConnection expecting a class-oracle.security.ssl.OracleSSLCredential but encountered a class-oracle.security.ssl.OracleSSLCredential.
    synonym : oracle/soap/transport/http/OracleSOAPHTTPConnection
    The following operations failed
    class oracle/soap/transport/http/OracleSOAPHTTPConnection: resolution
    exiting : Failures occurred during processing
    o_o ...... but this could be endless!!!!!
    Is there someone in this planet who had could to load this jars files without errors?????? :´(
    Please, I need help!!!! it's urgent!
    Thanks in advance!
    María

    The error messages you are getting means that the JAR you loaded into the database is invalid.
    ORA-29534:     referenced object string.string could not be resolved
    Cause:     Name resolution determined that the indicated object is referenced but could not be resolved.
    Action:     Correct name resolver or address resolution problems in the referenced class, or correct compilation problems in its source.
    Oracle extracts all classes from the jar file by the time you load the jar file and processes each class individually. I suggest you to run this query against the user_objects or dba_objects view to determine the status of your classes
    select DBMS_JAVA.LONGNAME(OBJECT_NAME) as OBJECT_NAME
    ,STATUS
    from USER_OBJECTS
    where OBJECT_TYPE like 'JAVA%'
    On the other hand, I see you are at 9.2.0.5.0, in order for you to avoid hitting known bugs, I suggest you to apply, if possible, the latest 9.2.0.8.0 + July CPU patch
    ~ Madrid

  • 10G Oracle Database Configuration Assistant hangs at 39%

    I'm trying to install the 10G Infrastructure, but when the OUI launches the OPCA, the OPCA just hangs at 39% and never makes it. Any suggestions?
    Thanks,
    Frances

    hi,
    I am also having the same problem with DBCA. Usually it hangs at 40% and then dies. When running the scripts, it also crashes and i am not sure where to go from here. To follow is the last bit of the display for the scripts at they run. There are two errors present. I have done my best to research this issue on my own, however, I have not had any success. If anyone can point me in the right direction, it would be much appreciated.
    Errors found in script readout below
    1. *
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    2. ERROR:
    ORA-03114: not connected to ORACLE
    SQL> Rem NOTES
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem wechin 02/12/03 - remove 'set' commands
    SQL> Rem yuyang 08/29/01 - make load ultrasearch_db.jar
    SQL> Rem dczhang 11/17/00 - remove unnecessary exit at the end
    SQL> Rem dczhang 10/27/00 - put -resolver arg in separate string passed via 2
    SQL> Rem syang 10/17/00 - Created
    SQL> Rem
    SQL>
    SQL> define isearch_lib = "&1"
    SQL>
    SQL> -- $(SRCHOME)/bin/loadjava -u WKSYS/$(WKSYSPW) -f -r -R "((* wksys) (* public))" -synonym -g public -v -s $(ISEARCHLIB)/ultrasearch_db.$(JAR_EXT)
    SQL>
    SQL> PROMPT ... loading ultrasearch_db.jar
    ... loading ultrasearch_db.jar
    SQL> call sys.dbms_java.loadjava('-v -f -r -s -g PUBLIC &isearch_lib/ultrasearch_db.jar', '((* wksys) (* public))');
    call sys.dbms_java.loadjava('-v -f -r -s -g PUBLIC /u01/app/oracle/product/10.1.0/db_1/ultrasearch/lib/ultrasearch_db.jar', '((* wksys) (* public))')
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    SQL>
    SQL> undefine isearch_lib
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL> -- populate the wksys schema
    SQL> PROMPT ... load wksys
    ... load wksys
    SQL> @&LSH/wk0inst.sql &OH/ultrasearch/data/ &CTXHX &JAVA_EXE_PATH &JSTR &OH/ultrasearch/lib/agent/ &LAUNCH_ANYWHERE &OH/ultrasearch/log/ &OH/ultrasearch/cache/
    SQL> Rem
    SQL> Rem $Header: wk0inst.sql 12-sep-2003.17:15:00 wechin Exp $
    SQL> Rem
    SQL> Rem wk0inst.sql
    SQL> Rem
    SQL> Rem Copyright (c) 1999, 2003, Oracle Corporation. All rights reserved.
    SQL> Rem
    SQL> Rem NAME
    SQL> Rem wk0inst.sql - WK Install
    SQL> Rem
    SQL> Rem DESCRIPTION
    SQL> Rem This moudle installs all packages needed by intermedia search
    SQL> Rem
    SQL> Rem NOTES
    SQL> Rem <other useful comments, qualifications, etc.>
    SQL> Rem
    SQL> Rem MODIFIED (MM/DD/YY)
    SQL> Rem wechin 09/12/03 - bug 3141009: set default log directories
    SQL> Rem vnimani 05/06/03 -
    Rem vnimani 05/02/03 - remove install_type param as it is no longer usedSQL> Rem echee 11/22/02 - Adding call to wk0postpkg.sql
    SQL> Rem syang 10/30/02 - change prompt message for wk0init
    SQL> Rem wechin 03/11/02 - fix bug 2259949
    SQL> Rem wechin 02/20/02 - use dbms_registry.release_version
    SQL> Rem wechin 02/15/02 - update version number in component registry
    SQL> Rem syang 02/18/02 - accept LAUNCH_ANYWHERE parameter
    SQL> Rem dczhang 01/30/02 - DO NOT SPOOL
    SQL> Rem wechin 01/09/02 - component registry
    SQL> Rem dczhang 07/09/01 - remove word "isearch"
    SQL> Rem syang 07/13/01 - add agent_location
    SQL> Rem syang 03/14/01 - no default language for wk0pref.sql
    SQL> Rem dczhang 11/17/00 - remove unnecessary exit at the end
    SQL> Rem chsin 09/15/00 - add wk0obj.sql
    SQL> Rem syang 09/14/00 - use define variables to avoid sqlplus bug
    SQL> Rem jshang 08/23/00 - Add data type creation for Query API wrapper
    SQL> Rem jechow 08/01/00 - cut the class path
    SQL> Rem ymatsuda 03/28/00 - training data dir, config file path
    SQL> Rem ymatsuda 03/20/00 -
    Rem syang 03/01/00 - create default scheduleSQL> Rem ymatsuda 02/16/00 - multi instance
    SQL> Rem echee 02/07/00 - adding seed data population to flow
    SQL> Rem syang 02/02/00 - create default web source
    SQL> Rem dyu 01/13/00 - Fix classpath too long for sqlplus argument
    SQL> Rem syang 01/05/00 - report error gracefully
    SQL> Rem swkuo 11/22/99 - create wk0init.sql to initizlize the crawler table
    SQL> Rem syang 11/22/99 - add explanation for parameters needed
    SQL> Rem swkuo 11/18/99 - pass crawler config parameters
    SQL> Rem ymatsuda 11/17/99 - add wk0util
    SQL> Rem swkuo 11/11/99 - initialize the WK$CRAWLER table
    SQL> Rem swkuo 11/09/99 - use a utility program to load java classes
    SQL> Rem syang 11/05/99 - add wk0ddl package
    SQL> Rem syang 11/04/99 - crawler seed coulmn type change
    SQL> Rem swkuo 11/02/99 - Add the language column
    SQL> Rem swkuo 11/01/99 - Created
    SQL> Rem
    SQL>
    SQL> set feedback off verify off
    SQL>
    SQL> -- if user is not WKSYS then exit
    SQL> whenever sqlerror exit;
    SQL> set heading off
    SQL> select '=== User is ' || USER from dual
    2 where 1 = decode(USER,'WKSYS',1,'NOT');
    ERROR:
    ORA-03114: not connected to ORACLE
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@cpsidb scripts]$

  • ORA-29516 encountered when using LoadJava

    I get ORA-29516 when trying to use the LoadJava command on Linux and Oracle 8.1.6.
    I also have trouble running the initjvm.sql, it seems to always run with errors. Do I need to alter some values in my .ora file? or is there something else that I may try?
    I am trying to run initjvm.sql as sys.
    null

    Actually I have found that I get a ora-3113 error when I try to run the initjvm.sql script. I am trying to run it as SYS, however it hangs after a 20 or so statements and then after a long time, I get the ora-3113 error (i am guessing that oracle is terminating its session).

  • Computer Hangs in installing portal

    whilr installing portal after 56% in oracle portal configuration asistant it hangs i did it more than once i need to know what to do
    thanks

    Gamal,
    I have never tried the install on win2000 so could be a OS specific problem in executing the loadjava through the Command Line or the Portal Configuration Assistant is not properly handling the stderr stream for this command.
    The Portal Configuration Assistant basically opens the a OS command session window to execute the last line you see in the install.log , ie
    C:\oracle\iSuites\assistants\opca>..\..\bin\loadjava -resolve -verbose -thin -user portal30/portal30@Gamal:1521:orcl ..\..\portal30\admin\plsql\lib\xmlparserv2.jar
    I can give you a workaround that will try to get the rest of install going, but we still need to figure out why its hanging at this command. Assuming you are at the 67% hanging stage, open the Task Manager and kill the cmd process ( Well in NT , its was called cmd I am not sure what's its called in 2000) that is running this process.
    At the end of the install, run the command that failed from the command line. Lemme know if it gives out any error.
    Thanks,
    Arun

  • My Excel with PowerPivots acts weird, it hangs when i try to change font color

    Hi 
    I am facing a weird issue using PowerPivot in my workbook, there is a worksheet named Charts in my workbook and all the charts i am using resides in that worksheet. Whenever i try to change the font color in that sheet, my excel's color palette goes blur
    and then everything just freezes and turns black. This problem is happening only with Charts worksheet, when i try to change the color in other sheets, it works just, the problem is only with Charts sheet. File
    size is 16 MB, there are just 10 pivot tables with some calculations and some calculated fields. There are no add-ins other than PowerPivot. 
    Thanks,
    Shanker

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Do you receive any error message?
    Which Excel version are you using?  Excel 2013 or other?
    Which workbook format are you using? XLS or XLSX?
    Are you performing any specific task?
    According to your description, this issue seems only occur with the special worksheet "Charts".
    Firstly, I recommend we copy all of the content to a new/blank Excel file to test.
    If it works fine, this issue might be caused by the "Charts" workbook itself. We'd better check the "Charts" workbook. Or re-build the file with a new workbook.
    If it still makes Excel hang with a new file, this issue might due to the content. Please check the content first.
    Secondly, we could follow below KB to troubleshoot this issue:
    https://support2.microsoft.com/kb/2758592/en-us?wa=wsignin1.0
    Thirdly, if the issue still exists, we may try to collect the Event log and App crash dump file to do advanced troubleshooting.
    Event log:
    http://windows.microsoft.com/en-US/windows7/Open-Event-Viewer
    App crash dump file:
    First enable app crash dump collection by copying following words into notepad, saving it as dump.reg and importing
    it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\EXCEL.EXE]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Then, open Excel
    to repro the issue. If crash issue appeared, please find the crashdump file under c:\.
    To further help you, please upload this file into Skydrive and shared the link here.
    Also, you can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Just installed Firefox 4. It hangs when I open any website and type in, for example, an ID, or even just click on something, for example, "Compose", in my webmail site.

    Here's the detail of what happens.
    1. Turn on computer and then click on Firefox icon on desktop.
    2. Firefox opens. Everything looks OK. Mr Bunsen's graphic is working fine.
    3. Click on any webpage link. For example, a newspaper or an online webmail page. All looks OK until
    4. Click on anything or type anything, such as in ID in a box, and bingo, the top line of Firefox goes from dark blue to very pale blue and the computer is hung. You cannot get out of Firefox or get Firefox to work.
    5. Switch off computer.
    Is this perhaps due to a clash of Add-ons. I run Avast anti-virus. McAfee came with Firefox 4 and I did not reject it. Is it conflicting wth something in my system and causing it to hang?

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • I upgraded to the latest version of Firefox but it hangs when I use a search site such as Google or Bing. How can I fix this?

    putting a search option in the search box to the right of the address bar opens up the full search window but then Firefox hangs.

    Your UserAgent string in Firefox is messed up by another program that you installed, and those websites don't know you are running Firefox 3.6.3 (which is what you do have installed).
    [http://en.wikipedia.org/wiki/User_Agent]
    type '''about:config''' in the URL bar and hit Enter
    ''If you see the warning, you can confirm that you want to access that page.''
    Filter = '''general.useragent.'''
    Right-click the preferences that are '''bold''', one line at a time, and select '''''Reset''''',
    Then restart Firefox

  • It hangs when playing games

    My system is Windows 7 - 64 bit operating system
    I've used Firefox for many many years and always praised it compared to EI. I am afraid I wont be able to praise it much more. It stinks. It hangs mostly when I am playing games or looking at pictures or videos. Its worse when on Facebook but also happens on other web site. I did all the troubleshooting, updates, remove old versions and re install, disable add ons all and all Its driving me insane. Can you solve the problem with a new versionof Firefox or do we have to flush the darn browser for good.
    Thank you

    anyone has a solution until a new version comes out?

  • When I boot up it hangs on the login screen for awhile, why?

    I have a mid 2011 Macbook Air 13".  It came with Lion but I recently updated to Mountain Lion.  When I wake the laptop from sleep everything is fine.  If it's been awhile since it slept (a couple of hours), the login screen hangs.  What happens is that it boots like normal and looks like everything is correct, but it won't let me type in my password.  After 10 seconds or so I can see a cursor come up but it won't let me type (but anything I do type at this point will later fill in the field after another 2-3 seconds or so).  One other thing that's weird is that when the screen first comes up it shows the battery percentage from when I put it back on the charger, then after everything catches up, it changes to show 100%.
    I hope I explained the problem well enough.  Basicly a "wake from sleep" is fine if it hasn't been long since the laptop slept, but if it's been awhile it takes about 15-20 seconds to boot up.
    Ideas?

    Here are some suggestions based on my recent issue with unable to get Mavericks up after upgrade - The Apple geniuses just simply couldnt figure this one out...despite it being in their shop for 3 days (They probably did not look at it...and asked if they can just wipe out everything and install fresh...i had said NO):
    Restart computer and hold Cmd+V when you hear chime. This will start the computer in Verbose mode.
    See the messages and see where the system boot fails. In my case, it was some backtrace IOStorageFamily issue with com.paragon-software.
    Google may be able to solve your Apple issues - just type the error message in and see if you get any useful suggestions. in most cases - this would be some faulty 3rd party drivers.....
    In my case, it was something stupid i had probably installed....I had to boot to safe mode (Hold Shift at boot chime) - open Terminal, delete the folder com.paragon-software.kext from System/Library/Extensions....that fixed the problem. Mavericks is working great now....
    Let me know if your debugging thing works...

  • Firefox hangs on opening requiring force quit I have snow leopard mac It hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise m

    Firefox hangs on opening requiring force quit I have snow leopard Mac It even hangs when I try safe mode. I need to know how to remove all traces of firefox on my mac so I can reinstall. I have tried terminal as advised on firefox webpage. Please advise me
    == This happened ==
    Every time Firefox opened
    == I tried to update firefox add-ons ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    Try a new profile. See [[Recovering important data from an old profile]]

Maybe you are looking for

  • Data fileds and key fields in DSO

    Can any one explain what exactly difference between data fileds and keyfields in DSO or the concept of these two And how to know which fields should be assigned to data filed or key field with regards, musai

  • PP - creation of planned order

    HI, I have a  finished product  say F001 which has the semi finished product -  say-  a001 and a001 has another semi finished product - aa001 aa001 has another semi finished product - aaa001 Now When I run MRP for finished product F001 and after that

  • Linking Captivate to Excel?

    Hi All, We have developed an IT dashboard using Captivate 5.5 where systems are all in individual boxes and either showing as a Red, Amber, Green based on how much capacity is available on them. To update these right now is a manual process each mont

  • Blank values are returning as 0 in sharepoint workflow

    I have a SharePoint list where one of the numeric fields values is blank. But when I take the value into a variable in designer workflow, It is returning 0. It needs to return blank. How to solve this? Please guide me. Regards, Chaitanya.

  • I think my Mac has a virus. How do I get rid of it?

    I was trying to watch a movie online and when I clicked on it a spam webpage came up and I immediately exited out of it and the movie website. However, I am still getting random pop ups (such as Macbook Cleaner) every time I click on something and my