Problem in Integrating Oracle Forms10g and Graphics 6i

Hi , everybody..
I have Installed Oracle Developer Suite 10g and Oracle Graphics 6i on the same machine , in seperate directories , of course.
I have done all the necessary modifications of the file default.env - concerning this type of integration.
The problem is that when I press a button which calls the graphic , the system runs the Oracle Graphics Batch successfully and it is supposed to insert the graphic in a chart item in a form - but it doesn't-, the message 'FRM-41211 Integration error: SSL failure running another product' appears.
I have tried all the possible combinations of parameters of RUN_PRODUCT built-in procedure ('synchronous/asynchronous' , 'batch/runtime') but the same problem insists!!!
What may be the problem?
Sould I install the JRE of Developer 6i in the same ORACLE path i installed the Oracle Graphics 6i , or simply the JDK of it?
Simon...

Simon,
a search on meta link unveiled a couple of notes and bugs that all deal with this message. My recommendation is to contact customer support for a proper analysiz of the problem.
Frank

Similar Messages

  • Problem integrating Oracle 9i and Weblogic 7 with MDBs

    All:
    I would really appreciate an answer to this question.
    Background:
    - We are using Oracle 9i and Weblogic 7
    - I have an MDB that receives a message, then in the onMessage(Message) method
    performs a findByPrimaryKey(String).
    Problem:
    The deployment descriptors and the MDB all work fine when I set them up to query
    against a Pointbase database and deploy to Weblogic. Everything worked fine. But
    this was only a test to see if everything would work.
    I now need to query against an Oracle database. I got the updated version of the
    Oracle Thin Driver and put it in the WL_HOME/server/lib/classes12.zip file. I
    even added it to the beginning of the classpath in the startWeblogic.cmd file.
    But am still having problems.
    To test the just the Oracle connection I double checked the user, password, URL,
    and driver settings in a java file using JDBC connections - and they worked fine.
    They just aren't working when integrated into Weblogic.
    The problem lies in the Weblogic 7 server integration with Oracle 9i. The software
    integrated fine when tables from a Pointbase database were queried. The only changes
    made have been to make the connectivity to Oracle.
    My errors are in the attached myserver.log file. If anyone knows if this is a
    known problem or what the problem is please let me know.
    Just FYI my settings are as follows:
    Driver: oracle.jdbc.driver.OracleDriver
    URL=jdbc:oracle:thin:@192.168.6.10:1521:proType1
    user=protype1
    password=protype1
    Any advice is welcomed! I've tried everything I can think of.
    Angie
    [myserver_errors.txt]

    Hi Angela
    you can try the following parameters in the FileRealm.properties to set
    acl.reserve.weblogic.jdbc.connectionPool.<connectionPool>=everyone
    Thomas
    Angela Biche schrieb:
    Thanks, I set the initial pool count to 2 and have up to 10
    connections (for this testing). Unfortunately it hasn't helped
    any.
    The error that I am getting is an SQLException:
    Exception = Access not allowed
    But when I ran the java utils.dbping it makes the connection
    with the connection and driver parameters I enter in the console.
    I'm still open to ideas on this! :)
    Thanks,
    Angie

  • Integrating Oracle EBS and ApEx Aplication with Responsibilities and SSO.

    Good day all.
    I am looking forward from getting somebody 's help, the trouble I am facing is described below:
    a) I am currently working on SSO with EBS. I mean, my users can connect and work perfectly.
    b) ApEx is Configured as Application Partner with SSO, and the application we built (it's call PR-Auto)
    is working good under SSO platform. I mean I am able to login using TEST user and password TEST in
    both applications (EBS and PR-Auto).
    c) The thing is that I need to call PR-Auto from one responsibility in EBS;
    Following my setup for the responsibility:
    - I have created a function:
    Name: APEX_FA_PR
    Properties:
    Function type: SSWA plsql
    Web HTML :apps.apex_launcher.launch_fa_pr
    Web Host agent: pls/apex
    - I have created a menu, application and responsibility using the function APEX_FA_PR.
    - I have create launcher package:
    create or replace package apex_launcher is
    procedure launch_fa_pr;
    end apex_launcher;
    create or replace package body apex_launcher as
    procedure launch_fa_pr as
    begin
    /** 110 Is ID of PR-Auto, my app **/
    /** 5 is my home page **/
    f(p=>'110:5');
    end;
    end apex_launcher;
    d) New responsibility shows on EBS menu page.
    e) Click on responsibility, and the page shows 'redirecting to login server for authentication', but
    nothing happens, page goes blank with this url:
    http://fahorromex37.fahorro.com.mx:8004/pls/apex/wwv_flow_custom_auth_sso.process_success?urlc=v1.2~42
    03F9A8A1D696097BEA96499E6B6845E80C14A56DF724C3FFF879578FC734C5E1DEEA9129A4117E62A3676A409528E8EB927AA55
    0EA7B208C34F5A3FDB4472679EDE448F8971966BE9BADD22207FE90BDBA2800E6529F3967A18DEC76DCC17DE21D96A65CA2C424
    319F159CC78ED78E8B99F69F1BA8297A1EECF6AD137A6C3896E1C4E8D5F93874A9A08887D3F95058D33F667D7B785FF0A065B53
    891B8B393DFD24530BD0720150F05DE63F0CD5AFD86F0267BAF4C9CAE8C5AA693B4E488B3776BF43450FD412167B402C962BABE
    A54707043AFA6FBB168B29EDB3BE120FFE0C30683D53283B036E781ABF1A5F7374ADF83463D57D2EE958765B0501CE2B0F4E3DF
    24845A54A1CF02526FA39EF60644ED5A0D9D2A05EBFAD3BD01007D0817135989A4B97D68C92C6E2BA767CFDB0AF188054024BB1
    EFFA7DEC8699BBA7485A349D87BA1C15475927E52110DF56FCC3FD560D2CBBA1C0D7D9D3ADFCDB975CD2
    the address of my application pr-auto is http://fahorromex37.fahorro.com.mx:8004/pls/apex/f?p=110
    f) DBA teams follow instructions from the following documentation
    "Integrating Oracle E-Business Suite Release 11i with Oracle Internet Directory and Oracle Single Sign-On"
    and "Note 261914.1 Integrating Oracle E-Business Suite Release 11i with Oracle Internet Directory and
    Oracle Single Sign-On"
    g) We are using:
    DB: Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    SO: Linux 2.6.9-42.ELsmp
    ApEx: 3.0.1.00.07
    Any help will be greatly appreciated.
    J.O.

    Many Thanks Daniel for your prompt reply.
    Tried to understand the white Paper and your thread but I am still facing problem,although able to Call ApEX page but now i
    want to pass th e session Id where I am stuck.
    MY three functions:
    CREATE OR REPLACE FUNCTION SYMAPEX.apex_authorise (
    p_username IN VARCHAR2
    , p_password IN VARCHAR2) RETURN BOOLEAN
    AS
    BEGIN
    IF apex_validate_hash (p_username, p_password) THEN RETURN TRUE;
    END IF;
    RETURN (FND_WEB_SEC.validate_login@VCSDEV2_QA (p_username, p_password) = 'Y');
    END apex_authorise;
    CREATE OR REPLACE FUNCTION SYMAPEX.apex_generate_hash (
    p_string IN VARCHAR2
    , p_offset IN NUMBER DEFAULT 0) RETURN VARCHAR2
    IS
    BEGIN
    IF p_string IS NULL THEN RETURN NULL;
    END IF;
    RETURN RAWTOHEX(UTL_RAW.cast_to_raw(
    DBMS_OBFUSCATION_TOOLKIT.MD5(input_string=>p_string||':'||
    TO_CHAR(SYSDATE-(p_offset/24*60*60),'YYYYMMDD HH24MISS'))));
    END apex_generate_hash;
    CREATE OR REPLACE FUNCTION SYMAPEX.apex_validate_hash (
    p_string IN VARCHAR2
    , p_hash IN VARCHAR2
    , p_delay IN NUMBER DEFAULT 5) RETURN BOOLEAN
    IS
    BEGIN
    FOR i IN 0..p_delay LOOP
    IF p_hash = apex_generate_hash (p_string, i) THEN RETURN TRUE; END IF;
    END LOOP;
    RETURN FALSE;
    END apex_validate_hash;
    MY Launch Procedure:
    CREATE OR REPLACE Package body OAE_PKG1 AS
    PROCEDURE LaunchOAE1 (application IN NUMBER DEFAULT 101
    , page IN NUMBER DEFAULT 111
    , request IN VARCHAR2 DEFAULT NULL
    , item_names IN VARCHAR2 DEFAULT NULL
    , item_values IN VARCHAR2 DEFAULT NULL)
    AS
    BEGIN
    OWA_UTIL.mime_header('text/html', false);
    OWA_COOKIE.send
    (name=>'APEX_APPS_'||application,
    value=>FND_GLOBAL.user_name||':'||apex_generate_hash@QA_VCSDEV2(FND_GLOBAL.user_name),
    domain => '.orvcsd01.symprod',
    path=>'/');
    OWA_UTIL.redirect_url('http://orvcsd01.symprod.com:7780'||'/pls/apex/f?p='||application||':'||page||'::'||request||':::'||ite
    m_names||':'||item_values);
    END LaunchOAE1;
    END OAE_PKG1;
    MY On Load before headre process:
    DECLARE
    c OWA_COOKIE.cookie;
    a wwv_flow_global.vc_arr2;
    BEGIN
    c := OWA_COOKIE.get('APEX_APPS_101');
    a := htmldb_util.string_to_table(c.vals(1));
    :P111_USERNAME := a(1);
    :P111_PASSWORD := a(2);
    IF :P111_PASSWORD IS NOT NULL THEN
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P111_USERNAME,
    P_PASSWORD => :P111_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||':111');
    END IF;
    END;
    I am doing custom authencitaion and calling apex_authorise function there.
    Although I am able to Call the ApEX and able to validate application server password,but moment i try taking help off cookies
    to pass on my application session details to ApEX so that users would not have to login twice,i am gettign the error.
    Second question:
    Do we have any other methos of passing session to ApEX from Application server other than cookies.
    Please suggest.
    Thanks.
    Ravijeet

  • Problem on integrating forms 6i and reports 6i on web

    Hai,
    I am integrating forms 6i and reports 6i on web.if one user access the reports then no problem.If multiple users access the reports on same time the the server is goslow down,some error (memory related) is also coming.Please any body can explain about this problem?.
    And tell me i have to use concurrent manager or without concurrent i can solve the problem?.
    Thank you....
    with regards,
    Thivan.A.S.

    is your application server big enough for the application you host? Did you test it before going production with a stress test? There are several good white papers from oracle in the forms-section on the OTN.
    it sounds, that you run out of memory when starting some reports. Because reports sometimes (depends on the report) uses much more memory than a form you can temporarily run out of memory.
    check the memory usage on the server if possible, when running such reports

  • Problem related to Oracle D2k and Oracle 10g Connectivity

    Hi ,
    I want to connect (oracle form and report 6i to oracle 10g Express Edition) but i heard that the character set problem occured in this situation please solve my problem , presently i am using oracle 9i (9.2.0.1.0)but i want to use 10g version of oracle and form and report version same as 6i how i change the character set of Oracle10ExpressEdition to connect these one's.

    Hi ,
    I want to connect (oracle form and report 6i to oracle 10g Express Edition) but i heard that the character set problem occured in this situation please solve my problem , presently i am using oracle 9i (9.2.0.1.0)but i want to use 10g version of oracle and form and report version same as 6i how i change the character set of Oracle10ExpressEdition to connect these one's.
    I want to user Western-European character set

  • Integrating oracle purchasing and oracle sourcing

    Hi all,
    is oracle sourcing fully integrated with oracle purchasing EBS?
    can i create in PO a RFQ (via autocreate feature eventually) and then send it to oracle sourcing?
    when a buyer is awarded, can i create a po from oracle sourcing to PO?
    thanks
    davide
    [email protected]

    The concept could still work with JInitiator, but you loose the functionality to eliminate the Forms applet startup time when navigating between ADF Faces pages with and without Oracle Forms forms embedded.
    For this functionality to work, you would have to make the switch to Sun JVM 1.4.2 (or 1.5.0).
    So, you still require a Java virtual machine to run the applet on the client side, but it should be Sun JVM to get the best result. The integration between Oracle Forms and ADF Faces (or UIX, PHP, etc.) is all client-side based on a JavaScript interface between the hosting web page and the Forms applet. This is a feature that can be added to existing Forms versions as I explain in the papers. It's also a feature that is planned for the next release of Forms (version 11g). So, with Forms version 11g there is no need to extend the Forms applet yourself to add this JavaScript API.

  • Problems Post installation - Oracle 8i and Forms 6i

    Hello,
    This is with respect to the two issues I am encountering in Oracle. Kindly somebody help with these issues as it is urgent.
    PLEASE GO THROUGH EACH AND EVERY POINT BEFORE ARRIVING AT A CONCLUSION
    1. With the Post Oracle database installation
    2. Oracle forms connectivity to the Oracle database (FORMS WAS INSTALLED PRIOR TO ORACLE INSTALLATION)
    I will start with the 1st issue (Post Oracle database installation)
    Steps A01
    1. I unistalled an existing version 8.1.7 using the steps mentioned in the following link (http://www.oracle-base.com/articles/misc/ManualOracleUninstall.php)
    2. I chose typical installation (default, all the rest of installation methods were default)
    3. Gave SID as ORCL_DB
    4. Created database by installation
    5. connected to SYS using default password - no problem
    6. Created another user usr01 and granted necessary privileges Was able to logon to the database using usr01. No problem
    But if I do a restart of the machine and then I am encountering an error ORA-27101: shared memory realm does not exist after which I am unable to connect to the database.
    ##### (PLEASE NOTE THAT I AM ABLE TO CONNECT TO ORACLE FOR THE FIRST TIME WITHOUT ANY PROBLEMS. THE ERROR IS THROWN IF WE REBOOT THE MACHINE AND TRY TO CONNECT TO ORACLE) ###
    The steps I tried to troubleshoot this
    a. Checked the oracle network admin directory. All the config files are there (TNSNAMES.ORA, SQLNET.ORA, LISTNER.ORA)
    b. did a tnsping
    c:\tnsping ORCL_DB
    NO PROBLEM WITH THAT. GETTING OK FOR THE PING
    c. Checked the oracle registries.
    Could find all these entries have the correct value:
    ORACLE_HOME - C:\ORACLE
    ORACLE_SID - ORCL_DB
    ORACLE_BASE - c:\oracle
    There were no extra slash or extra character with the registry entries.
    Now the the post forms installation scenario
    Steps A02 (FORMS WAS INSTALLED PRIOR TO ORACLE INSTALLATION)
    1. Installed forms (directory c:\orant)
    Steps A03
    1. Copied the contents tnsnames.ora file entries from oracle\network\admin directory to the orant\net80\admin\tnsnames.ora file
    2. Tried to connect to oracle forms (user : usr01, database : ORCL_DB).
    Got error : ORA-12154: TNS:could not resolve service name
    3. Created an environment variable : tns_admin with value c:/oracle/network/admin. Tried to connect again
    Now getting another error : unable to connect to the destination : ora-12203 (unable to connect to destination)
    I have installed forms and oracle in separate directories. Can somebody help to resolve these issues?
    Thanks in advance
    Chanaya

    Please find the content of the alert logfile
    Dump file C:\oracle\admin\PPDDEV\bdump\ppddevALRT.LOG
    Fri Nov 04 17:47:05 2011
    ORACLE V8.1.7.0.0 - Production vsnsta=0
    vsnsql=e vsnxtr=3
    Windows 2000 Version 5.1 Service Pack 3, CPU type 586
    Starting up ORACLE RDBMS Version: 8.1.7.0.0.
    System parameters with non-default values:
    processes = 150
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = C:\oracle\oradata\PPDDEV\control01.ctl, C:\oracle\oradata\PPDDEV\control02.ctl, C:\oracle\oradata\PPDDEV\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = PPDDEV
    service_names = PPDDEV
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = PPDDEV
    open_cursors = 300
    os_authent_prefix =
    job_queue_processes = 0
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = C:\oracle\admin\PPDDEV\bdump
    user_dump_dest = C:\oracle\admin\PPDDEV\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    Fri Nov 04 17:47:07 2011
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Fri Nov 04 17:47:08 2011
    create controlfile reuse set database PPDDEV
    datafile 'C:\oracle\oradata\PPDDEV\system01.dbf',
    'C:\oracle\oradata\PPDDEV\temp01.dbf',
    'C:\oracle\oradata\PPDDEV\rbs01.dbf',
    'C:\oracle\oradata\PPDDEV\indx01.dbf',
    'C:\oracle\oradata\PPDDEV\tools01.dbf',
    'C:\oracle\oradata\PPDDEV\dr01.dbf',
    'C:\oracle\oradata\PPDDEV\users01.dbf'
    logfile 'C:\oracle\oradata\PPDDEV\redo01.log' size 1M,
    'C:\oracle\oradata\PPDDEV\redo02.log' size 1M,
    'C:\oracle\oradata\PPDDEV\redo03.log' size 1M resetlogs
    Fri Nov 04 17:47:12 2011
    Successful mount of redo thread 1, with mount id 1145344671.
    Fri Nov 04 17:47:12 2011
    Completed: create controlfile reuse set database PPDDEV
    dataf
    Fri Nov 04 17:47:12 2011
    alter database PPDDEV open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 282235
    Fri Nov 04 17:47:12 2011
    Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Nov 04 17:47:12 2011
    Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Nov 04 17:47:12 2011
    Errors in file C:\oracle\admin\PPDDEV\udump\ORA02644.TRC:
    ORA-00313: open failed for members of log group 3 of thread 1
    ORA-00312: online log 3 thread 1: 'C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Fri Nov 04 17:47:14 2011
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
    Successful open of redo thread 1.
    Fri Nov 04 17:47:14 2011
    SMON: enabling cache recovery
    Fri Nov 04 17:47:15 2011
    Dictionary check beginning
    Dictionary check complete
    Fri Nov 04 17:47:15 2011
    SMON: enabling tx recovery
    Fri Nov 04 17:47:31 2011
    Completed: alter database PPDDEV open resetlogs
    Fri Nov 04 17:47:31 2011
    alter database PPDDEV character set WE8ISO8859P1
    Fri Nov 04 17:47:31 2011
    Thread 1 advanced to log sequence 2
    Current log# 2 seq# 2 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
    Thread 1 advanced to log sequence 3
    Current log# 3 seq# 3 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG
    Thread 1 advanced to log sequence 4
    Current log# 1 seq# 4 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
    Thread 1 cannot allocate new log, sequence 5
    Checkpoint not complete
    Current log# 1 seq# 4 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO03.LOG
    Thread 1 advanced to log sequence 5
    Current log# 2 seq# 5 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
    Fri Nov 04 17:47:40 2011
    Completed: alter database PPDDEV character set WE8ISO8859P1
    Fri Nov 04 17:47:40 2011
    alter database PPDDEV national character set WE8ISO8859P1
    Completed: alter database PPDDEV national character set WE8IS
    Fri Nov 04 17:47:40 2011
    alter database rename global_name to "PPDDEV"
    Completed: alter database rename global_name to "PPDDEV"
    Fri Nov 04 17:47:40 2011
    Restarting dead background process EMN0
    EMN0 started with pid=11
    Fri Nov 04 17:47:43 2011
    Shutting down instance (normal)
    License high water mark = 1
    Fri Nov 04 17:47:46 2011
    ALTER DATABASE CLOSE NORMAL
    Fri Nov 04 17:47:46 2011
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Fri Nov 04 17:47:48 2011
    Thread 1 closed at log sequence 5
    Fri Nov 04 17:47:48 2011
    Completed: ALTER DATABASE CLOSE NORMAL
    Fri Nov 04 17:47:48 2011
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    archiving is disabled
    Starting up ORACLE RDBMS Version: 8.1.7.0.0.
    System parameters with non-default values:
    processes = 150
    shared_pool_size = 52428800
    large_pool_size = 614400
    java_pool_size = 20971520
    control_files = C:\oracle\oradata\PPDDEV\control01.ctl, C:\oracle\oradata\PPDDEV\control02.ctl, C:\oracle\oradata\PPDDEV\control03.ctl
    db_block_buffers = 19200
    db_block_size = 8192
    compatible = 8.1.0
    log_buffer = 32768
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    db_files = 1024
    db_file_multiblock_read_count= 8
    max_enabled_roles = 30
    remote_login_passwordfile= EXCLUSIVE
    global_names = TRUE
    distributed_transactions = 500
    instance_name = PPDDEV
    service_names = PPDDEV
    mts_dispatchers = (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
    open_links = 4
    sort_area_size = 65536
    sort_area_retained_size = 65536
    db_name = PPDDEV
    open_cursors = 300
    os_authent_prefix =
    job_queue_processes = 4
    job_queue_interval = 10
    parallel_max_servers = 5
    background_dump_dest = C:\oracle\admin\PPDDEV\bdump
    user_dump_dest = C:\oracle\admin\PPDDEV\udump
    max_dump_file_size = 10240
    oracle_trace_collection_name=
    PMON started with pid=2
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    SNP0 started with pid=8
    SNP1 started with pid=9
    SNP2 started with pid=10
    SNP3 started with pid=11
    Fri Nov 04 17:47:56 2011
    starting up 1 shared server(s) ...
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Fri Nov 04 17:47:57 2011
    alter database mount
    Fri Nov 04 17:48:04 2011
    Successful mount of redo thread 1, with mount id 1145346003.
    Fri Nov 04 17:48:04 2011
    Database mounted in Exclusive Mode.
    Completed: alter database mount
    Fri Nov 04 17:48:04 2011
    alter database open
    Fri Nov 04 17:48:04 2011
    Thread 1 opened at log sequence 5
    Current log# 2 seq# 5 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO02.LOG
    Successful open of redo thread 1.
    Fri Nov 04 17:48:04 2011
    SMON: enabling cache recovery
    SMON: enabling tx recovery
    Fri Nov 04 17:48:05 2011
    Updating character set in controlfile to WE8ISO8859P1
    Completed: alter database open
    Fri Nov 04 17:48:20 2011
    Thread 1 advanced to log sequence 6
    Current log# 3 seq# 6 mem# 0: C:\ORACLE\ORADATA\PPDDEV\REDO01.LOG

  • Performance problem with Integration with COGNOS and Bex

    Hi Gems
    I have a performance problem with some of my queries when integrating with the COGNOS
    My query is simple which gets the data for the date interval : "
    From Date: 20070101
    To date:20070829
    When executing the query in the Bex it takes 2mins but when it is executed in the COGNOS it takes almost 10mins and above..
    Any where can we debug the report how the data is sending to the cognos. Like debugging the OLEDB ..
    and how to increase the performance.. of the query in the Cognos ..
    Thanks in Advance
    Regards
    AK

    Hi,
    Please check the following CA Unicenter config files on the SunMC server:
    - is the Event Adapter (ea-start) running ?, without these daemon no event forwarding is done the CA Unicenter nor discover from Ca unicenter is working.
    How to debug:
    - run ea-start in debug mode:
    # /opt/SUNWsymon/SunMC-TNG/sbin/ea-start -d9
    - check if the Event Adaptor is been setup,
    # /var/opt/SUNWsymon/SunMC-TNG/cfg_sunmctotng
    - check the CA log file
    # /var/opt/SUNWsymon/SunMC-TNG/SunMCToTngAdaptorMain.log
    After that is all fine check this side it explains how to discover an SunMC agent from CA Unicenter.
    http://docs.sun.com/app/docs/doc/817-1101/6mgrtmkao?a=view#tngtrouble-6
    Kind Regards

  • Urgent: Some Problem on using Oracle Developer and Oracle 8i

    I have download the Oracle Developer from this website.
    I follow the instruction and install the Oracle Developer.
    After I finished install the Developer, a error message shows:
    "user1.pin(20):OS_ERROR whilw spawing if srv60-install Forms60Server -OraHome81d2 port:900mode:Socket batch:yes."
    When I login in the SQL Plus 8i using User name: sys
    A error message shows "ORA:122-03: Unable to connect to destination"
    I can't use the Scheme Builder also and when I open the Net8 Assistant, I can't close the program in a normal way:
    Click X on the corner/ Click File->Exit.
    Would you help me to solve this problem? Thanks!

    The problem that u are unable to login into sql prompt is may be that, you havent install the database or if u have installed it u havent started it.
    If u are using windows nt,2000,xp then u can start it from services which is under administrative tools or if u are using 95 or 98 then u have to start the database from the program menu.
    The problem that developer net8 assistant doesnt exit is a reality and i also face this problem, I think it is a bug of oracle, and if i started it, i have to endtask it.
    Bye
    Hasan

  • Please Help. Serious Problems following 10.5.2 and graphics update

    I installed the 10.5.2 update and at first all seemed ok but a bit buggy and slow and more system crashes that I didn't used to have. Than I ran software update and saw the new graphics update which I installed thinking it might fix some of those problems but instead it has made things a lot worse! My main user account is now unusable. Finder is constantly relaunching and applications launch eventually but are stuck on the spinning beach ball and won't let you do anything. I did eventually discover that system preferences still worked ok but slow and tried creating a new admin account which is working fine but I still have no idea what has gone wrong with my main account and can't access all my files. I have tried repairing permissions and installing the combo update through the new user account but the old one is still unusable.

    My first guess would be to re-apply the 10.5.2 combo updater, but since you tried that it indicates something else is going on. From the good admin account, launch /Applications/Utilities/Terminal.app and type:
    +login <username of bad admin account>+
    it will ask for the password for the bad admin account. Enter it. It won't show any characters, so make sure you type it correctly. Then type:
    +cd /Users/<username of bad admin account>/Library/Preferences/+
    +rm com.apple.finder.plist+
    +killall Finder+
    When the Finder comes back up, quit Terminal and logout of the good admin account and log in as the bad admin. Hope that helps.

  • Integrating Oracle Portal and Siebel with OAM

    Sorry for the prob. straightforward question (just getting my feet wet with OAM)
    We would like to configure Oracle Portal so that when users login into Portal and click on the link to launch Siebel they are not prompted with a password again.
    We have the integration to OAM working for both Portal and Siebel seperatly, but we launch Siebel from within Portal we are then prompted for a password again.
    Can someone please point me in the direction of how to configure OAM so that Siebel will reconize the portal cookie and not prompt for a password again.
    Thanks
    Karl

    Please Install IIS WebGate at Siebel Server. Enable the WebGate by logging to Control Panel-> Administrative Console--> ISPAI Filters--> Add the WebGate Location.
    Check the webgate status by below URL
    http://<FQDN>/access/oblix/apps/webgate/bin/webgate.dll?progid=1
    Thanks,
    Ajay Babu Pentela

  • Problems with JDBC/Oracle version and types.

    Hello all,
    I am having a boring version problem here. We, recently, changed our Oracle 8i (8.1.7) for a Oracle 9i (9.2.0.6).
    We have several Java/J2EE applications running on JBoss and accessing that Oracle Database.
    We haven´t changed the JDBC driver version and we started to notice that a lot of cursors have been stucked and are not been closed.
    Searchin in Google and metalink we´ve decided to update ou JDBC driver version from classes12_8.1.7.1.jar for this ojdbc14.jar (9.2.0.5).
    After this change we started to have a lot of ClassCastExceptions, specially in this case:
    When my app call this procedure:
    MY_PROC(USR IN VARCHAR2, ID OUT NUMBER)
    in my Java app, using such code:
    CallableStatement call = conn.prepareCall("{ call MY_PROC(?,?) }",
    ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
    call.setString(1, user);
    call.registerOutParameter(2, OracleTypes.INTEGER);
    call.executeQuery();
    BigDecimal id = (BigDecimal) call.getObject(2);
    Instead of BigDecimal, the JDBC driver returns me an Integer object, using driver version 9. With the 8i driver it works fine (although we still have the cursor problem).
    The fact is, we have a lot of points to change in our apps if we change the driver version, which is not good.
    Is there any other suitable thing we can do to solve our problem and minimize our work.
    Recall we use Java / JBoss / Oracle 9i.
    Thanks
    Daniel

    Hello all,
    I am having a boring version problem here. We, recently, changed our Oracle 8i (8.1.7) for a Oracle 9i (9.2.0.6).
    We have several Java/J2EE applications running on JBoss and accessing that Oracle Database.
    We haven´t changed the JDBC driver version and we started to notice that a lot of cursors have been stucked and are not been closed.
    Searchin in Google and metalink we´ve decided to update ou JDBC driver version from classes12_8.1.7.1.jar for this ojdbc14.jar (9.2.0.5).
    After this change we started to have a lot of ClassCastExceptions, specially in this case:
    When my app call this procedure:
    MY_PROC(USR IN VARCHAR2, ID OUT NUMBER)
    in my Java app, using such code:
    CallableStatement call = conn.prepareCall("{ call MY_PROC(?,?) }",
    ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
    call.setString(1, user);
    call.registerOutParameter(2, OracleTypes.INTEGER);
    call.executeQuery();
    BigDecimal id = (BigDecimal) call.getObject(2);
    Instead of BigDecimal, the JDBC driver returns me an Integer object, using driver version 9. With the 8i driver it works fine (although we still have the cursor problem).
    The fact is, we have a lot of points to change in our apps if we change the driver version, which is not good.
    Is there any other suitable thing we can do to solve our problem and minimize our work.
    Recall we use Java / JBoss / Oracle 9i.
    Thanks
    Daniel

  • Problem with installing Oracle UI  and Oracle SP (ouiosp220160.jar)

    Hello,
    I have downloaded the installation file for Oracle Universal Installer and Oracle Software Packager which is in the form of a jar file:
    ouiosp220160.jar.
    WhenI try to extract it, the JVM says that the jar file is a corrupt one.
    So, I downloaded it again and still it is a corrupted one.
    What to do now? Is it in the corrupt form on the site or I am missing something?
    Any other mirror site?
    Please help.
    -Sameer

    Yes use a different ORACLE_HOME's for the Database,
    The Application Server (Needs 2 Oracle Homes if you are installing it on one server) and the developer suite - I would expect to see this more on a client PC than a server but if you are trying everything out on say a windows box then that also needs its own HOME.
    Have fun.

  • Integrating Oracle BPM and outlook

    Hi,
    We are using Oracle BPM 6.0.4.
    We like to integrate Outlook to receive the integrative activity instances. In other words we are planning to make Outlook behave as work space.
    Any idea/ document / sample on this will be more helpful.
    Thank you in advance.
    Edited by: user5124449 on Jan 11, 2011 11:11 AM
    Edited by: user5124449 on Jan 11, 2011 11:12 AM

    In the data control palette under the collection that represents the child you should see a node of operations - in there you should see next/previous - drag those onto the page to get the scrolling through the records going on.

  • A technique problem about integration on sap and pos equipment

    hi~everyone
       I have two questions to need  every's friend help.
       (1) I have some business data,i want to create the idoc file by ABAP and save   
            the idoc file to application server.
       (2) The external system create a idoc file and send it to sap application server,
            i want to read the idoc file and create a invoice by idoc message .
      I want to come true the function hereinbefore,what should i do ? give some code
       or cues please ,thank you evey much !

    Hi,
    IDOCs are used to direct communicate between two systems, sometime there may be a middleware(like XI) involved.
    Why do you want to save the data to applications server then?
    Regards,
    Atish

Maybe you are looking for

  • Photo Gallery needed

    I want to do a simple photo gallery in dreamweaver. I would like for it to have were when a user does a mouse over the image goes from 125x107 to 280x202 and then when they click on it a new window opens (small, just a bit larger than the image) to d

  • Onboard VGA screen blacking out on HP EliteDesk 800 G1SFF

    Product Name: HP EliteDesk 800 G1 product Number: H5U03ET#ABU We recently purchased a few of these and have an issue where the screen blanks out and only a reseat of the VGA connector resolves the issue. This happens on the onboard VGA connection onl

  • Quick question re: PDF manuals

    Just curious FCP users -- does the new version of FCP Studio contain PDF manuals as in previous versions? For some reason they've stopped producing the User Manual and Plugin Manuals for Logic Pro, and I'm baffled. The help files are all html and ava

  • Problem is with the custom field validate in the custome tab

    Hello Experts, We have created additional tab in cProject Project definition level with some Custom fields. 1. These all custom field we have maintained search help with Check table. But cProject screen these fields it is allowing other values also a

  • Side effects of running RCF_CORRECT_DUP

    Dear Experts, When we are approving an external job posting, the job is not getting published.  ( Not record is getting created in T77RCF_EXT_PUB ). Also there is an exception in SLG1 "In the document storage for HR objects (HRKWF), there are several