Oracle 10.2.0 and Java

Hi All,
I am experiencing a problem when executing stored procedures using oracle client 10.2.0 and retrieving a result set or return parameter. The previous version of the Oracle client does not create this problem.
NOTE: I DO NOT RECEIVE THIS PROBLEM ON 10.2.0 WHEN THE STORED PROCEDURE CONTAINS AN INSERT OR UPDATE, ONLY WHEN DOING SELECTS.
The Stored procedure is:
PROCEDURE GET_TRAY_INFO(PRM_IN_TRAYNAME IN VARCHAR2,PRM_IN_PROGRAM IN NUMBER,OUT_GET_TRAY_INFO_CURSOR OUT GET_TRAY_INFO_CURSOR)
AS
BEGIN
IF PRM_IN_PROGRAM=1 THEN
IF LEN(PRM_IN_TRAYNAME)>1 OR PRM_IN_TRAYNAME IS NOT NULL THEN
OPEN OUT_GET_TRAY_INFO_CURSOR FOR
SELECT * FROM UHC_FSA_FAX_PROGRAMS.TRAY WHERE TRAYNAME=PRM_IN_TRAYNAME;
ELSE
OPEN OUT_GET_TRAY_INFO_CURSOR FOR
SELECT * FROM UHC_FSA_FAX_PROGRAMS.TRAY;
END IF;
ELSIF PRM_IN_PROGRAM=2 THEN
IF LEN(PRM_IN_TRAYNAME)>1 OR PRM_IN_TRAYNAME IS NOT NULL THEN
OPEN OUT_GET_TRAY_INFO_CURSOR FOR
SELECT * FROM UHC_FSA_FAX_PROGRAMS.TRAY WHERE
BATCHNAME=PRM_IN_TRAYNAME;
ELSE
OPEN OUT_GET_TRAY_INFO_CURSOR FOR
SELECT * FROM UHC_FSA_FAX_PROGRAMS.TRAY;
END IF;
END IF;
END GET_TRAY_INFO;
The callable statement to be exeuted in java is:
statement = connection.prepareCall("{call " + schema + "." + packages + ".GET_TRAY_INFO( ?, ?, ?, ? ) }");
               statement.setString(1, strTrayName );
               statement.setInt(2, 1);
               statement.registerOutParameter(3, java.sql.Types.INTEGER);
               statement.registerOutParameter(4, java.sql.Types.OTHER);
               resultSet_CopyProcess = statement.executeQuery();
When the prepared statement is being executed I receive the following error:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x61017D43
Function=kzakp2fcred+0x1A9DF
Library=D:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
Current Java thread:
     at sun.jdbc.odbc.JdbcOdbc.execute(Native Method)
     at sun.jdbc.odbc.JdbcOdbc.SQLExecute(JdbcOdbc.java:3133)
     at sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute(JdbcOdbcPreparedStatement.java:214)
     - locked <0x100836f0> (a sun.jdbc.odbc.JdbcOdbcCallableStatement)
     at sun.jdbc.odbc.JdbcOdbcPreparedStatement.executeQuery(JdbcOdbcPreparedStatement.java:89)
     at DBFunctionality.CopyProcess_checkDCN_SelectDCNKey(DBFunctionality.java:395)
     at CopyProcess.checkDCN(CopyProcess.java:549)
     at CopyProcess.process(CopyProcess.java:129)
     at SingleThread.run(SingleThread.java:80)
Dynamic libraries:
0x00400000 - 0x0040B000      C:\WINNT\system32\java.exe
0x77F80000 - 0x77FFC000      C:\WINNT\system32\ntdll.dll
0x7C2D0000 - 0x7C335000      C:\WINNT\system32\ADVAPI32.dll
0x7C570000 - 0x7C623000      C:\WINNT\system32\KERNEL32.dll
0x77D30000 - 0x77D9F000      C:\WINNT\system32\RPCRT4.dll
0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
0x08000000 - 0x08138000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\client\jvm.dll
0x77E10000 - 0x77E79000      C:\WINNT\system32\USER32.dll
0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.dll
0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
0x10000000 - 0x10007000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\hpi.dll
0x007C0000 - 0x007CE000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\verify.dll
0x007D0000 - 0x007E9000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\java.dll
0x007F0000 - 0x007FD000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\zip.dll
0x18270000 - 0x1837F000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\awt.dll
0x77800000 - 0x7781E000      C:\WINNT\system32\WINSPOOL.DRV
0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
0x75E60000 - 0x75E7A000      C:\WINNT\system32\IMM32.dll
0x7CE20000 - 0x7CF0F000      C:\WINNT\system32\ole32.dll
0x18380000 - 0x183D0000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\fontmanager.dll
0x72800000 - 0x72846000      C:\WINNT\system32\ddraw.dll
0x728A0000 - 0x728A6000      C:\WINNT\system32\DCIMAN32.dll
0x72CF0000 - 0x72D84000      C:\WINNT\system32\D3DIM700.DLL
0x28680000 - 0x28689000      C:\WINNT\system32\PGPhk.dll
0x60000000 - 0x6004C000      C:\WINNT\system32\MSCTF.dll
0x779B0000 - 0x77A4B000      C:\WINNT\system32\OLEAUT32.DLL
0x28D80000 - 0x28DA2000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\dcpr.dll
0x28E00000 - 0x28E0C000      C:\Borland\JBuilder2005\jdk1.4\jre\bin\JdbcOdbc.dll
0x28E10000 - 0x28E4A000      C:\WINNT\system32\ODBC32.dll
0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.dll
0x7CF30000 - 0x7D176000      C:\WINNT\system32\SHELL32.dll
0x70A70000 - 0x70AD6000      C:\WINNT\system32\SHLWAPI.dll
0x76B30000 - 0x76B6E000      C:\WINNT\system32\comdlg32.dll
0x28F50000 - 0x28F67000      C:\WINNT\system32\odbcint.dll
0x28F70000 - 0x28FED000      D:\oracle\product\10.2.0\client_1\BIN\SQORA32.DLL
0x7C340000 - 0x7C396000      D:\oracle\product\10.2.0\client_1\BIN\MSVCR71.dll
0x28FF0000 - 0x29047000      D:\oracle\product\10.2.0\client_1\BIN\OCI.dll
0x61C20000 - 0x61E72000      D:\oracle\product\10.2.0\client_1\bin\OraClient10.Dll
0x60870000 - 0x60953000      D:\oracle\product\10.2.0\client_1\bin\oracore10.dll
0x60A80000 - 0x60B44000      D:\oracle\product\10.2.0\client_1\bin\oranls10.dll
0x63690000 - 0x636A8000      D:\oracle\product\10.2.0\client_1\bin\oraunls10.dll
0x60EB0000 - 0x60EB7000      D:\oracle\product\10.2.0\client_1\bin\orauts.dll
0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
0x636B0000 - 0x636B6000      D:\oracle\product\10.2.0\client_1\bin\oravsn10.dll
0x60FA0000 - 0x61092000      D:\oracle\product\10.2.0\client_1\bin\oracommon10.dll
0x60300000 - 0x60857000      D:\oracle\product\10.2.0\client_1\bin\orageneric10.dll
0x63430000 - 0x63457000      D:\oracle\product\10.2.0\client_1\bin\orasnls10.dll
0x29060000 - 0x291C0000      D:\oracle\product\10.2.0\client_1\bin\oraxml10.dll
0x780A0000 - 0x780B2000      C:\WINNT\system32\MSVCIRT.dll
0x60960000 - 0x60A6D000      D:\oracle\product\10.2.0\client_1\bin\oran10.dll
0x62740000 - 0x6277D000      D:\oracle\product\10.2.0\client_1\bin\oranl10.dll
0x62790000 - 0x627A7000      D:\oracle\product\10.2.0\client_1\bin\oranldap10.dll
0x627F0000 - 0x628F9000      D:\oracle\product\10.2.0\client_1\bin\orannzsbb10.dll
0x62530000 - 0x62583000      D:\oracle\product\10.2.0\client_1\bin\oraldapclnt10.dll
0x62670000 - 0x6268B000      D:\oracle\product\10.2.0\client_1\bin\orancrypt10.dll
0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
0x62920000 - 0x6296C000      D:\oracle\product\10.2.0\client_1\bin\oranro10.dll
0x626B0000 - 0x626B7000      D:\oracle\product\10.2.0\client_1\bin\oranhost10.dll
0x62660000 - 0x62666000      D:\oracle\product\10.2.0\client_1\bin\orancds10.dll
0x629C0000 - 0x629C8000      D:\oracle\product\10.2.0\client_1\bin\orantns10.dll
0x60B50000 - 0x60EA8000      D:\oracle\product\10.2.0\client_1\bin\orapls10.dll
0x291C0000 - 0x291C9000      D:\oracle\product\10.2.0\client_1\bin\oraslax10.dll
0x63080000 - 0x63284000      D:\oracle\product\10.2.0\client_1\bin\oraplp10.dll
0x61ED0000 - 0x61F5B000      D:\oracle\product\10.2.0\client_1\bin\orahasgen10.dll
0x62AB0000 - 0x62B1A000      D:\oracle\product\10.2.0\client_1\bin\oraocr10.dll
0x62B20000 - 0x62B60000      D:\oracle\product\10.2.0\client_1\bin\oraocrb10.dll
0x7CDC0000 - 0x7CE13000      C:\WINNT\system32\NETAPI32.dll
0x77980000 - 0x779A4000      C:\WINNT\system32\DNSAPI.dll
0x751C0000 - 0x751C6000      C:\WINNT\system32\NETRAP.dll
0x77BF0000 - 0x77C01000      C:\WINNT\system32\NTDSAPI.dll
0x77950000 - 0x7797B000      C:\WINNT\system32\WLDAP32.DLL
0x291D0000 - 0x291DF000      C:\WINNT\system32\SECUR32.DLL
0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.dll
0x690A0000 - 0x690AB000      C:\WINNT\system32\PSAPI.DLL
0x62980000 - 0x62990000      D:\oracle\product\10.2.0\client_1\bin\orantcp10.dll
0x291E0000 - 0x2927A000      D:\oracle\product\10.2.0\client_1\bin\orasql10.dll
0x294A0000 - 0x294A9000      D:\ORACLE\PRODUCT\10.2.0\CLIENT_1\BIN\sqresUS.dll
0x7C140000 - 0x7C243000      D:\oracle\product\10.2.0\client_1\bin\MFC71.DLL
0x29720000 - 0x2973A000      C:\WINNT\system32\odbccp32.dll
0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
0x759B0000 - 0x759B6000      C:\WINNT\system32\LZ32.DLL
0x782C0000 - 0x782CC000      C:\WINNT\System32\rnr20.dll
0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
0x773B0000 - 0x773DF000      C:\WINNT\system32\ACTIVEDS.DLL
0x77380000 - 0x773A3000      C:\WINNT\system32\ADSLDPC.DLL
0x77830000 - 0x7783E000      C:\WINNT\system32\RTUTILS.DLL
0x77880000 - 0x7790E000      C:\WINNT\system32\SETUPAPI.DLL
0x29740000 - 0x297A4000      C:\WINNT\system32\USERENV.DLL
0x774E0000 - 0x77514000      C:\WINNT\system32\RASAPI32.DLL
0x774C0000 - 0x774D1000      C:\WINNT\system32\rasman.dll
0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.dll
0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
0x777E0000 - 0x777E8000      C:\WINNT\System32\winrnr.dll
0x66210000 - 0x66219000      C:\WINNT\system32\netware\NWWS2NDS.DLL
0x50D50000 - 0x50D97000      C:\WINNT\system32\NETWIN32.DLL
0x50D00000 - 0x50D15000      C:\WINNT\system32\CLNWIN32.DLL
0x50DF0000 - 0x50E10000      C:\WINNT\system32\LOCWIN32.DLL
0x50DB0000 - 0x50DD9000      C:\WINNT\system32\NCPWIN32.dll
0x66220000 - 0x6622C000      C:\WINNT\system32\netware\NWWS2SLP.DLL
0x29800000 - 0x29807000      C:\WINNT\system32\NWSRVLOC.dll
0x777F0000 - 0x777F5000      C:\WINNT\system32\rasadhlp.dll
0x74FD0000 - 0x74FEE000      C:\WINNT\system32\msafd.dll
0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
Heap at VM Abort:
Heap
def new generation total 576K, used 540K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 92% used [0x10010000, 0x100870a0, 0x10090000)
from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
to space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
tenured generation total 1408K, used 388K [0x104f0000, 0x10650000, 0x14010000)
the space 1408K, 27% used [0x104f0000, 0x10551158, 0x10551200, 0x10650000)
compacting perm gen total 4608K, used 4448K [0x14010000, 0x14490000, 0x18010000)
the space 4608K, 96% used [0x14010000, 0x14468008, 0x14468200, 0x14490000)
Local Time = Mon Jul 24 11:39:14 2006
Elapsed Time = 21
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
Does anyone knows what might the problem be?
Thank you,
Olmos

Why don't you use a type 2 or 4 Oracle driver rather than the bridge driver?

Similar Messages

  • Oracle SQL Developer installation and Java

    I finished installing Oracle Client without problems. Opened up SQL Developer for the first time and he asks me for the full Java.exe pathname.
    That's fine, but when I input the java.exe I just get asked again, no errors. Repeat until infinity.
    I installed the newest Java SDK and tried both 32-bit and 64-bit versions (jdk 7u4). I even tried installing Oracle Client version 11.1.0 AND 11.2.0 to see if that make any difference, but it's all the same.
    I have uploaded a screenshot if that helps: http://i50.tinypic.com/mjtqte.jpg
    Any ideas?
    Regards,
    Gunnar Óskarsson

    Hi Gunnar.
    Documentation:
    http://docs.oracle.com/cd/E25259_01/doc.31/e26419/install.htm#sthref8
    Ideas:
    -Do not use java7
    -Use JDK not JRE
    -On widows there is a version of SQLDeveloper including java 6 jdk
    -Instant client is not required - but if you want to use it use at least 11.2.0.2
    -Updated SetJavaHome in sqldeveloper\sqldeveloper\bin\sqldeveloper.conf to point to the JDK
    -There is some confusion over 32bit and 64bit Operating System, java and SQLDeveloper, you can search the forum for details, eg: thread title: "Unable to start Oracle SQL Developer"
    -Turloch
    SQLDeveloper Forum

  • Oracle ADF/BC4J vs "other" Java/J2ee technologies. Influence a decision

    Dear All,
    Our dev group is now at the stage when we need to make a decision which way to go - "proprietary" Oracle ADF/BC4J route or open source/java/j2ee standard. In our group we have a mix of Oracle Foms, pl/sql and java developers. The problem is that our core java developers are strictly against any proprietary thing, and they do not really want to even take a look at ADF/BC4J claiming that when it comes to resolving performance and other issues we will be better off with open source, rather than depend on Oracle...
    I am coming from an Oracle centric world, and to me ADF is a natural choice, however I do not have a lot of experience in Java/J2EE to post a strong argument for or against ADF and BC4J.
    I am just wondering if there is a case study, or comprehensive cons and pros for one or the other path.
    I will greatly appreciate anyone's answer.
    Thank you,
    VO

    "When it comes resolving performance and other issues we will be better off with open source."Really? How - are they planning to go into the hibernate/spring engine and fix the problems? Or do they have a specific "support" contract with some company that will guarantee them fixes to these issues? If they do have such a contract how much does this support costs the organization?
    Where is the notion that open-source is faster coming from? Certainly not from actual benchmarks like this one: http://www.spec.org/jAppServer2004/results/
    As Frank said your management might want to look into a more complete picture than what your Java developers are looking at.
    For example, given that you have Forms based developers, how fast can they get up to speed with the open source solution vs the ADF solution?
    I think a simple benchmark of productivity when building an application with the stack they are offering vs the ADF stack would prove the point even better.
    Don't have time to run one have a look at the RAD Race results from this year where ADF based team beat up Spring based teams.
    http://www.bloggingaboutoracle.org/archives/javapolis-radrace-the-full-story
    and
    http://www.radrace.org/en/JPed_2006/JP_report_2006.html#

  • MDM with separated ABAP and Java Instance

    We installed SAP ERP system with SRM server and Portal as Java instance.
    We use Oracle and have 2 oracle schemas/instances: ABAP and Java.
    After mounting of MDM server and DBMS configuraiton (to Java instance) we have the following oracle objects:
    Oracle Schema A2I_XCAT_DBS
    2 oracle users: A2I_XCAT_DBS (owner of the schema) and MDMADMIN
    2 tablespaces A2I_A2I_XCAT_DBS.DBF and A2I_A2I_XCAT_DBS_IX.DBF within the main dbs directory E:\oracle\<sid>\102\database
    The used tablespace was set to PSAPTEMP
    Questions:
    1) How can the DBMS configuration will be removed, because the oralce path  E:\oracle\<sid>\102\database was wrong
    Unfortunately we would like to avoid merge MDM and Portal data in one and the same tablespace PSAPTEMP
    2) Where can we find the oracle configuration for MDM with Java Schema, but using their own tablespace?

    Are you basically trying to put a new User Interface (UI) on top of MDM because you do not want to use the standard MDM UI?  If so, then yes you could write a custom WebDynpro and use the MDM API.  We evaluated WebDynpro as an option, but instead we built a new Adobe Flex based UI that sits on top of the MDM Catalog and it totally awesome!  There is a sample on our website (www.simplifying-it.net), but we are making some changes to the look/feel... however, the sample demo on the website should give you an idea.
    If you have any questions, please let me know.
    Thanks,
    Mark

  • UNC paths and java.io.file in Oracle

    Hi,
    I'm just getting to grips with using some basic java in the database. I'm using 8.1.7 on W2K.
    I'm trying to test for the existance of a file on a separate w2k domain:
    import java.io.File;
    public class JFileExists {
    public static int fileexists (String fileName) {
    File myFile = new File (fileName);
    boolean retval = myFile.exists();
    if (retval) return 1; else return 0;
    public static void main (String args[]) {
    System.out.println (
    fileexists (args[0])
    grant javasyspriv to mp;
    function jfn_file_exists (file_in IN VARCHAR2) RETURN number
    AS LANGUAGE JAVA NAME 'JFileExists.fileexists (java.lang.String) return int';
    From the command prompt all is well:
    E:\java>"c:\oracle\ora81\Apache\jdk\bin\java.exe" JFileExists i:\test.txt
    1
    E:\java>"c:\oracle\ora81\Apache\jdk\bin\java.exe" JFileExists \\mpweb1\image\test.txt
    1
    But when loaded into oracle its returning false with the UNC path. (but is ok with a mapped drive to the same path)
    SQL> declare
    2 begin
    3 pa_main.pr_print(to_char(pa_main.jfn_file_exists('I:\test.txt')));
    4 pa_main.pr_print(to_char(pa_main.jfn_file_exists('\\mpweb1\image\test.txt')));
    5 end;
    6 /
    1
    0
    PL/SQL procedure successfully completed.
    The oracleservicesid and listener are starting under a user called oracle_user which is a member
    of the admins and domain admins group.
    mpweb1 is on a separate domain to the database server mpdb1 but it also has a user called oracle_user with the same password.
    oracle_user has full access to the share in question.
    Am I missing something? I was trying to keep the database server and web server on different domains for better security
    - but would things be easier if they were on the same domain?
    Any help much appreciated for this java newbi!
    Thanks,
    Simon.
    null

    I am also having problems with UNC paths. But I cannot access the location even if it is mapped as a drive. In JDK VJM I do not have a problem, but in Oracle it says the file cannot be found and say permission denied. I will try to change the user that starts the database and see if that helps.
    null

  • Need Expert Advice regarding oracle and java objects

    In our project, we are submitting data for many screens at a time. Some screens will have a list of records to be submitted. There is also some hierarchy among the data up to 4 levels.
    In such a scenario, we need to know the best way to exchange data between Oracle and Java. Currently java holds the data as objects, where each object may contain an array of next level of objects in it.
    Is it best approach to pass the entire data with hierarchy to Oracle using nested table approach and internally oracle handling the data? Is there any other way to do this?
    Also in some scenarios we need to pass the entire information for all the screens in one shot with the hierarchy. So we need to know a solution for that also. Could you please help us in this regard?

    See Oracle JPublisher technique to map Oracle object types to Java ones:
    http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96658/toc.htm
    Rgds

  • Oracle Workflow Manager, Agent Listener, and Java Mailer problem

    Hi,
    I am not sure this topic to this forum, since this might be installation issue.
    But I am hitting a big wall.
    I had Windows 2000 SP4.
    I have already installed Oracle Database 10gR1, Oracle Developer 10gR2, and Oracle Workflow 2.6.3 Standalone previously.
    Including :
    - Oracle Workflow Server 2.6.3
    - Oracle Workflow Builder 2.6.3.5
    - Apache HTTP Server 9.0.4
    - Workflow Middle Tier
    Anything seems to right, including the Notification Mailer and the Business Event.
    And I had also made backup of them surely.
    Now,
    I'd like to change into Oracle Database 10gR2 because :
    1. Some errors I found when I tried to call a Report from Oracle Form.
    Unable to connect to Report Server ...
    I thought Oracle Database 10gR1 is not suitable for Oracle Developer 10gR2.
    2. And in the OWF 2.6.3 Workflow Home Page, there was no Logout button (which I found in OWF 2.6.4)
    I removed my previous installation including Oracle Workflow.
    After strugglineg in the installation of Oracle Database 10gR2, now I am facing another problem with Oracle Workflow.
    I succesfully installed Oracle Workflow 2.6.4 Server and Oracle Workflow Manager (standalone version),
    and the Oracle Workflow Middle Tier.
    After I launch Oracle Workflow Configuration Assisstant, everthing seems to be normal.
    I succed to open the Oracle Workflow Home Page (and found the Logout button there)
    Next, I tried to navigate to the Oracle Workflow Manager.
    1. I start the OC4J_Workflow_Management_Container --> initialized
    2. OC4J_Workflow_Component_Container
    The following error line appeared in the OC4J command prompt
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String,
    int) : Logging to System.out until necessary parameters are retrieved for Logger
    to be properly started.
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    initializeStateMachine() : BEGIN [default implementation]
    06/05/26 10:31:40 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    getNewWorkflowContext() : BEGIN
    06/05/26 10:31:45 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.
    loadGlobalParameters() : BEGIN
    06/05/26 10:31:48 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to g
    et connection from data source because the following Exception occurred -> java.
    sql.SQLException: ORA-28000: the account is locked
    06/05/26 10:33:57 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)
    initialized
    3. finally it initialized
    Next I tried to go to Oracle Workflow Manager from related link of Enterprise Manager
    It is said that the OWF_MGR is locked
    (I surprised since I had UNLOCKED the OWF_MGR after the installation and succeed to login at the Workflow Home Page)
    And the following error line appeared in the commaned prompt after that
    06/05/26 10:35:03 OrionCMTConnection not closed, check your code!
    06/05/26 10:35:03 Logical connection not closed, check your code!
    06/05/26 10:35:03 (Use -Djdbc.connection.debug=true to find out where the leaked
    connection was created)
    4. I re-UNLOCK the OWF_MGR and login to Oracle Workflow Manager
    I noticed that the Agent Listener and Notification Service is Unavailable
    (In OWF 2.6.3, The Agent Listener was started and Notification Service was waiting to be configured)
    I tried to start one of the Agent Listener, but the following error appeared
    ERROR: The Service Component Container is not running
    Well, I had the same problem when installing the OWF 2.6.3
    I tried to uninstall (remove) and re-install it like I had done before in OWF 2.6.3
    (based on someone's post in Oracle's forum)
    But this time, the re-installation won't fix this problem. (It was succeed in the OWF 2.6.3)
    Everytime I start the OC4J, using wfmgrstart.bat and wfsvcstart.bat
    the OWF_MGR is re-LOCKED(TIME) automatically.
    And the servlet (WFALSNRSVC and WFMLRSVC) are not running.
    I am worry, since I cannot use the Notification Mailer if this problem had not fixed yet.
    (In OWF 2.6.3, the mailer was not available until those servlet is Started)
    Sorry for the long post.
    Any help would be grateful.
    Many thanks,
    Buntoro

    Hi,
    Finally, I have found the solution.
    Step :
    1. Start all of the Oracle Service, except for the OC4J
    If you have already started OC4J, then stop them
    Unlocked the <wf_manager_user>
    2. Search in your Oracle Home : data-sources.xml
    There should be two files,
    one is in the ...\OC4J_Workflow_Component_Container\application-deployments\WFALSNRSVCApp
    the other is in ...\OC4J_Workflow_Component_Container\application-deployments\WFMLRSVCApp
    3. Make sure, you create back up of them.
    4. Replace the following line
    password="-&gt;pwForOwfMgr"
    with
    password="<your_wf_manager_password>",
    should be look like this
    password="a"
    5. Now start the OC4J using wfmgrstart.bat and wfsvcstart.bat
    6. Next, login to the Oracle Workflow Manager
    This worked for me.
    Hope this will help someone who has the same problem.
    Buntoro

  • JAVA beans and JAVA related services require Oracle client to be installed?

    Can you please advice whether an application server that make use of JAVA beans and JAVA related services require Oracle client to be installed? For an example if the solution build based on Java and JBOSS to be used as application server, do we still require oracle client to be installed and configure the tnsnames in order to communicate to database server?

    SHANOJ wrote:
    Can you please advice whether an application server that make use of JAVA beans and JAVA related services require Oracle client to be installed? For an example if the solution build based on Java and JBOSS to be used as application server, do we still require oracle client to be installed and configure the tnsnames in order to communicate to database server?Oracle client is not required when JDBC is used to connect to the remote DB

  • New in Oracle and Java

    I used Sql Server and .Net for developing application to now. I switch to Oracle and Java recently. I have installed Oracle 11g. What I need to start developing aoolication with Java and Oracle?
    Has Oracle a graphical interface like MS Sql Server? how can I install them? What Developing Environment You suggest for Java? I am familiar with eclipse.

    user987274 wrote:
    I used Sql Server and .Net for developing application to now. Which means 1 year or 5?
    I switch to Oracle and Java recently. I have installed Oracle 11g. What I need to start developing aoolication with Java and Oracle? Starting basics.
    1. Learn basics of java
    2. Learn basics of Oracle
    3. Learn JDBC which allows you to code in java and talk to Oracle.
    Do not attempt step 3 until you have complete 1 and 2.
    Has Oracle a graphical interface like MS Sql Server? That would be a Oracle question rather than a java question. There are other forums on this site specific to Oracle.
    Myself I just use sqlplus.
    how can I install them? Huh? Just like you install anything else.
    1. Acquire appropriate software
    2. Read documentation
    3. Install
    4. Look for post install options that might be relevant.
    What Developing Environment You suggest for Java? I am familiar with eclipse.I presume that you mean that you know eclipse exists for java rather than that you have used it before.
    Since you are probably used to using Visual Studio, then you probably want an IDE. Eclipse will suffice for that.

  • Oracle.exe and java.exe are running my CPU 100% under XP Prof SP3

    11gR1
    oracle.exe and java.exe are running 100% CPU
    I have increased virtual memory to 4 gig
    I have defragmented the drive.
    I checked the drive for errors.
    I am searching the whole drive for viruses
    I do not have the problem with Redhat Fedora 12 running 11gR1
    I have 1 gig of RAM but cannot install release 2 because the installer expects
    1 gig + 1

    ooops!!! left that off...sorry
    XP Prof SP3 32 bit..*.no problem with Redhat Fedora 12 running MySQL and 11gR1*
    1 gig RAM Dell precision W/S 1.5 Gig rate 74 GiG SCSI HD 15000 RPM
    Don't pass out but I am also running MySQL server 5.1.41 and MS SQL Server Express 2008.
    Lucky it didn't catch fire
    I installed XP prof months ago but this CPU domination occurred only starting last night!
    However slow everything works in 11gR1
    sqlplus myname/password and then select rows from table
    sqldeveloper
    PHP web sites
    I've had plenty of trouble with Java running slow and hogging memory!
    Edited by: landonmkelsey on May 2, 2010 12:21 PM
    Edited by: landonmkelsey on May 2, 2010 12:24 PM
    Let me guess...stop services for MySQL and MS SQL Server and see what happens!
    Edited by: landonmkelsey on May 2, 2010 12:26 PM

  • Link between oracle and java

    Please, can you explain me the link between oracle and java.

    The link b/w oracle and java is through
    driver.
    Driver name :JDBC

  • Error message when listing activities with Oracle BPEL Control and Java API

    I'm implementing some BPEL processes in an Oracle Application server 10.1.3.3 environment.
    I use the Oracle BPEL Process Manager Client Java API to access some BPEL instances but when I want to list their activities with IInstanceHandle.listActivities() (I've tested the IInstanceHandle and it contains an open process instance) I receive the following error message:
    "Activity error:ORABPEL-04003 Cannot find work items. An attempt to fetch the work items using the where condition "cikey = ? AND ( wi_state = 1 OR wi_state = 2 OR wi_state = 3 ) " from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid. sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 AND cikey = ? AND ( wi_state = 1 OR wi_state = 2 OR wi_state = 3 )"
    When I try to use the BPEL control to list the activities I also receive an error, which I think is related:
    "[javax.servlet.ServletException]
    Cannot find work items.
    An attempt to fetch the work items using the where condition "" from the datastore has failed. The exception reported is: [ODBC S1002] invalid column number
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    sql statement: SELECT * FROM admin_list_wi WHERE ci_domain_ref = 0 ORDER BY wi_modify_date desc"
    Has anyone found a solution to this error? There are a couple of developers in our team that has the same problem and also have a similar problem when trying to purge instances from the BPEL control. The problem started when we patched to 10.1.3.3.

    When you upgraded to 10.1.3.3 did you run the SQL scripts that modified the SOA suite schemas?
    SOA_ORACLE_HOME/bpel/system/database/scripts/upgrade_10131_10133_oracle.sql
    cheers
    James

  • Few people are "Oracle ACE" and "Java Champion"

    Few people are "Oracle ACE" and "Java Champion"
    What's whose icon ?:|
    I think that icon should not be only one.
    For instance,I am Pro (I have 570 points) and "Oracle ACE".
    Therefore I hope that My icons are "Pro" and "Oracle ACE".

    BluShadow wrote:
    can't you create an icon with the Java character holding an Ace?It reminds me of award icons (achievements) one gets on Steam and Xbox Live. My favourite - the award of getting a fair number of WW2 tank commanders that pop head-out-of-turret, as an infantry rifleman (with a puny bolt action rifle). Satisfaction getting the commander of a crew that that hides inside the belly of an armoured beast, that tries to turn my comrades and me into roadkill or a 1000 pieces exploding bits (or pixels to be more accurate)... ;-)
    One option here could be a signature line - that lay bares one's claim to fame, knowledge and experience. This is often standardise by community agreement on some web forums (the gamer ones often include clan tags and titles with h/w specs). Or something like GeekCode.
    Never really fancied that myself - but it could be fun putting an Oracle based geekcode together. ;-)

  • Version Control for Oracle Reports and Java

    Hi
    I have a Reports and Java development enviroment and I need version control for both. In JDeveloper there is only support for CVS and SVN. Does report have support for CVS and SVN?. What can I choose to offer Java and Reports version control?
    Regards,
    Néstor Boscán

    Hello,
    You might find neXtep Designer helpful, depending on what you need. It is a free database development environment based on the concept of version control. You will work in a dedicated version control repository in which you can import any existing database through reverse synchronization. Once imported, you will gain control over the lifecycle of your database model all along your developments. The tool will generate SQL scripts resulting from the delta between any 2 versions, allowing you to automate SQL generation. It also provide a delivery mechanism and an installer program which can automate deployment of the changes on a target database.
    The product is based on the Eclipse platform and provides features like graphical data model, dependency management, SQL clients, powerful SQL editors for stored code development and currently supports Oracle, MySql and PostgreSql. You will find more information here :
    http://www.nextep-softwares.com
    Also have a look at the WIKI for more detailed information about the product, the concepts and the reasons why we created neXtep.
    Hope this helps,
    Christophe

  • Can i add a servlet in oracle database for webservices without java and how?

    HI
    can i add a servlet in oracle database for webservices without java and how?
    Please help
    Thanks

    Dear Frank,
    I have done as follows
    created a form with a button, and in my button pressed event I wrote
    WEB.SHOW_DOCUMENT('javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");', '_Self');
    and in my formsweb.cfg I have the following
    HTMLbeforeForm=<script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    When I click on the button it is coming with toolbar , etc as well as no page found is coming with the following in the address bar.
    javascript:openMyURL("http://192.168.1.34/HELP/ADMF0005.html");
    My html view source comes as below for the form
    <HEAD><TITLE>Oracle9iAS Forms Services</TITLE></HEAD>
    <BODY >
    <script> function OpenMyURL(page){window.open(page,"myURL","width=700,width=400,top=0,left=0,toolbar=no,menubar=no"); } </script>
    <!-- Forms applet definition (start) -->
    <OBJECT classid="clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF"
    codebase="/forms90/jinitiator/jinit.exe#Version=1,3,1,9"
    WIDTH="1000"
    HEIGHT="660"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="application/x-jinit-applet;version=1.3.1.9">
    <PARAM NAME="CODEBASE" VALUE="/forms90/java">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    I am using Forms [32 Bit] Version 9.0.2.7.0

Maybe you are looking for

  • Can iTunes play 2 different songs on 2 different airport express at the same time?

    Hi I am trying to setup a multi zone home audio system where iTunes will be the main source of music.   I would like to be able to listen to different music in multiple zones at the same time and I am trying to find out if iTunes can support this or

  • Firewire to migrate data from MacBook Pro to imac?

    Would someone guide me as to what kind of firewire I need to buy to migrate data from my MacBook Pro (which is two years old, OS X 10.6.8) to an iMac (which is brand new, but also two years old, it's the older model with a 20" screen).  I've never ev

  • Excise Duty Calculation on Depot for Trading Material

    Hi, Following are the details about my client requirement: 1. My client has a depot plant dealing with trading material and no manufacturing activity. 2. Present Scenario: Material Purchase price: 100 Excise Duty: 14 Sec E.D: 2 Hr.Sec E.D: 1 Material

  • How to integrate different tables structures from different databases?

    Hi I'm new to oracle ..kindly help me with the below issue... I have same set of inter-related attributes (a,b,c,d) in two different databases A and B. The structure of tables in both the database are different but they carry same attributes in same

  • Adding invitees painful - please help

    I'm trying to add invitees to an event. When I type their name/email address ical goes wild. I type "m" and iCal changes the letter to something else. I try to keep typing. I type "Matt" and iCal gives me the following (over four separate tries): jat