Alerts admin if Communication channel is down

Hi all
Is it possible to monitor and send the alert e-mail/admin if communication channel is in failure or mistake during transport? Thanks in advance!

Kathar

No, this feature is not yet available in B2B 11g however, you can create your own solution for it. You need to use only the mistakes of B2B (published in IP_IN_QUEUE for B2BERRORUSER subscriber) to build your own dashboard and alert mechanism.

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • ORA-03113 end of file on communication channel error

    Hello

    I am trying to create a table that looks like the following:

    create table test as
    with a as
    (
    ..
    ),
    b as
    (
    ..),
    ab_percentage as
    (
    ..
    ),
    c as
    (
    ..
    ),
    d as
    (
    ..),
    cd_percentage as
    (
    ..
    ),
    e as
    (
    select * from ab_percentage UNION cd_percentage
    )
    select * from e;
    
    

    When I run the script, I get the following error:

    Oracle error: ORA-03113

    end of file on communication channel

    Cause: The connection between the Client and the process server was broken.

    Action: There was a communication error that requires further investigation. First, check for network problems and review the SQL * Net configuration. In addition, review the file alert.log for possible errors. Finally, a test to see if the server process is dead and if a trace file has been generated at the time of the failure.

    I use:

    TOAD for Oracle Base 11.5.1.2

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    CORE 11.2.0.1.0 Production

    AMT for Linux: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production

    Please help me understand this!

    Thank you!

    Hello

    2632048 wrote:

    Hello

    I am trying to create a table that looks like the following:

    1. create the test table
    2. with one also
    3. (
    4. ..
    5. ),
    6. b as
    7. (
    8. ..),
    9. ab_percentage as
    10. (
    11. ..
    12. ),
    13. c as
    14. (
    15. ..
    16. ),
    17. d as
    18. (
    19. ..),
    20. cd_percentage as
    21. (
    22. ..
    23. ),
    24. e as
    25. (
    26. Select * from ab_percentage UNION cd_percentage
    27. )
    28. Select * e;

    That has nothing to do with the problem of the ORA-03113, but what value is Sub question e add?

    Why can't let you the lines 23, 24, 25, 27 and 28 above, so that the request ends

    cd_percentage as

    (

    ...

    )

    Select * from ab_percentage UNION select * from cd_percentage;

    ?

  • The screen record, channel up/down buttons missing in live TV

    Hello

    I am running Windows 7 (Version: 6.1.7600.16385 - win7_rtm.090713 - 1255) on a HP m9080n pc (System and tuner below specifications) and encounter a weird problem when watching live TV.  If I place the mouse on MC I get on the screen control for playback of movies rather than over-the-air television.  that is recording, guide and channel up/down buttons are missing.  From time to time MC will draw upward and the buttons will be there but I have not found a model for when they / will not be there.  I tried to watch 7MC goes directly to the tv live, from the guide, etc. nothing works.

    There are a few variables to deal in what I executed some add-ons (DTBAddin 1.0.0.6, ShowAnalyzer and DVBLink for HD - PVR).  Their uninstall does not change the behavior.

    Has anyone seen elsewhere this behavior and have ideas or suggestions to solve this?

    SYSTEM DETAILS:
    HP m9080n
    Q6600 o / 3GB (I know, time to upgrade)
    AMD 5770
    HD - PVR 1212
    HVR-1600 for ATSC

    Hello, hossnine

    Try to reinstall Media Center and set up to delete its settings.

    To reinstall the Media Center, click on start, Control Panel, programs, programs and features, click Activate on Windows features on or off, in the media category uncheck Windows Media Center, press OK and restart your computer. Then, repeat steps and check the option of Windows Media Center to reinstall it.

    To clear the settings, open Media Center and navigate to tasks, settings, general, installation of Windows Media Center, run the installer again. Choose the custom rather than Express Setup.

    David
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • PowerShell - ORA-03111: break received on the communication channel

    Hi all

    I am trying to connect to an oracle database (version Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production). in PowerShell and run a query on the matter.


    I added all of the necessary assemblies as far as I know.


    When I try to create a new object as follows


    Con = New - Object Oracle.ManagedDataAccess.Client.OracleConnection)


    I have the following error


    Exception calling "Open" with "0" or the arguments: "ORA-03111: Break received on the communication channel.


    Please could you tell.

    Managed ODP.NET take supported Oracle DB server version10.2 or later.

  • Help with the exception of Pl/SQL 'ora-3150 end of file on the communication channel.

    Hello.

    The code attached to this post opens a slider that load of 99 dblinks from different remote databases of different version.

    He captures the information from these databases and stores them locally on a central database (11.2.0.4.0 version) on different tables.

    The problem I have is that when a database is deleted, the dblink to this database show me the error 'ora-3150 end of file on communication channel' and that's right.

    But he's not going trough the exception that I created, the cursor is closed and does not continue with the cycle.

    The exception I created insert data on DBMONITOR error. DBMONITOR_LOG_ERROR_TABLE in order to catch the error (you'll be able to see all the code on the attachment)

    It's the exception:

    exception

    while others then

    INSERT IN DBMONITOR. DBMONITOR_LOG_ERROR_TABLE (NOMBRE_DBLINK, message, info, FECHA_ERROR, TIPO_PROCEDURE) VALUES (var, SUBSTR (DBMS_UTILITY. (FORMAT_ERROR_STACK, 1, 200), "CONNECTION ERROR", SYSDATE, 'CAPACITY');

    commit;

    end;

    Could help me please on how could intercept this exception?

    Thank you.

    Juan.

    You might have a problem with your connection or mishandling. The end of the file ora-3150, on channel of communication error means that there is a connection, but this link was broken somehow.

    If a database is not reachable, you should get other types of errors.

    For example judgment of the Kingdom or tns - memory could not resolve alias or simliar things.

    Here is a list of typical mistakes I have check and manage when accessing remote databases.

      e_db_link_broken EXCEPTION;  --ORA-02019 connection description for remote database not found
      PRAGMA EXCEPTION_INIT (e_db_link_broken, -02019);
      e_oracle_not_available EXCEPTION;  --ORA-01034 ORACLE not available
      PRAGMA EXCEPTION_INIT (e_oracle_not_available, -01034);
      e_oracle_down EXCEPTION;  --ORA-27101: shared memory realm does not exist
      PRAGMA EXCEPTION_INIT (e_oracle_down, -27101);
      e_no_listener EXCEPTION;  --ORA-12541: TNS:no listener
      PRAGMA EXCEPTION_INIT (e_no_listener, -12541);
      e_no_service EXCEPTION;  --ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
      PRAGMA EXCEPTION_INIT (e_no_service, -12514);
      e_timeout EXCEPTION;  --ORA-12170: TNS:Connect timeout occurred
      PRAGMA EXCEPTION_INIT (e_timeout, -12170);
    

    If you have a long open session and fail to close the db links after recovered information from the remote site?

    In addition, I propose to change your dynamic insertion in a normal insert.

    First extract the data of the DB link dynamically, but just with a select statement. Then do the insertion with the result data.

    Improve your logging table to store messages up to 4000 char CHARACTER. 200 is really small for error messages.

    In addition to the DBMS_UTILITY. FORMAT_ERROR_STACK you must also connect DBMS_UTILITY. FORMAT_ERROR_BACKTRACE. Just to see if you get a better message there.

    WHEN e_db_link_broken or e_oracle_not_available or e_oracle_down or e_no_listener or e_no_service or e_timeout THEN
       INSERT INTO DBMONITOR.DBMONITOR_LOG_ERROR_TABLE (NOMBRE_DBLINK, message, info,FECHA_ERROR,TIPO_PROCEDURE) VALUES(var, 'Remote DB not accessible','ERROR DE CONEXION',SYSDATE,'CAPACITY');
                   -- commit;
    WHEN OTHERS THEN
    
                    INSERT INTO DBMONITOR.DBMONITOR_LOG_ERROR_TABLE (NOMBRE_DBLINK, message, info,FECHA_ERROR,TIPO_PROCEDURE) VALUES(var, SUBSTR(DBMS_UTILITY.FORMAT_ERROR_STACK||DBMS_UTILITY.FORMAT_ERROR_BACKTRACE, 1, 4000),'ERROR DE CONEXION',SYSDATE,'CAPACITY');
                    --commit;
                    end;
    
  • ORA-03113: end of file on communication channel: delivered Oracle SQL

    Hello
    We have a SQL comes in an application engine that throws the below error:

    1. SELECT DISTINCT ELG. EMPLID, ELG. EMPL_RCD, '99', ((ABS1. EFFDT)
    2 + (1)), SYSDATE, EVT. GPDE_DV_EE_STATUS, EVT. GPDE_AL_FREQUENCY, "FM_CG_0811".
    3 PS_GPDE_DV_ELIG_MO ELO, ELG, PS_GPDE_DV_FLT_ABS ABS1 PS_GPDE_DV_ELIG_MO
    4, PS_GPDE_DV_EVTDFN EVT WHERE ELG. CAL_RUN_ID = "FM_CG_0811" AND ELG. EMPLID =
    5 ELO. EMPLID AND ELG. EMPL_RCD = ELO. EMPL_RCD AND EVT. GPDE_DV_EVT_TYPE = '99' AND
    6 ELG. GPDE_DV_SV_CODE <>' 0000' AND ELG. GPDE_DV_ACTIVE IN ('2 ', ' 3') AND
    7 ELO. GPDE_AL_SEQNUM = ELG. GPDE_AL_SEQNUM - 1 AND ELO. GPDE_RP_SIGRS_ANLZ = 0.00
    8 AND ELO. GPDE_RP_SIDAYS = 0.00 AND (ELG. GPDE_RP_SIGRS_ANLZ > 0.00 OR
    9 ELG. GPDE_RP_SIDAYS > 0) AND ABS1. EMPLID = ELG. EMPLID AND ABS1. EMPL_RCD =
    10 ELG. EMPL_RCD AND ABS1. CAL_RUN_ID = "FM_CG_0811" AND ABS1. ABS_BGN_DT < =.
    11 ELG. PRD_END_DT AND ABS1. GPDE_DV_AB_CODE = ' A ' AND ABS1.» GP_UNIT IN (4,5,6) AND
    12 EXISTS (SELECT 'X' FROM PS_GPDE_DV_TRIGGER WHERE TRIG TRIG.) EMPLID = ELG. EMPLID
    13 AND TRIG. EMPL_RCD = ELG. EMPL_RCD AND TRIG. GPDE_DV_EVT_TYPE IN
    14 ('09', '31', '32,' 33', 34') AND TRIG. GPDE_DV_EVT_EFFDT < = ABS1. ABS_END_DT AND
    15 TRIG. GPDE_DV_EVT_EFFDT > = ELG. GPDE_AL_BGN_DT AND TRIG. GPDE_DV_EVT_EFFDT =)
    16. SELECT MAX (TRIG2. GPDE_DV_EVT_EFFDT) OF PS_GPDE_DV_TRIGGER TRIG2 WHERE
    17 TRIG2. EMPLID = ELG. EMPLID AND TRIG2. EMPL_RCD = ELG. EMPL_RCD AND
    18 TRIG2. GPDE_DV_EE_STATUS <>' n AND TRIG2. GPDE_DV_EVT_TYPE NOT LIKE 2% ' AND
    19 TRIG2. GPDE_DV_EVT_EFFDT < ABS1. EFFDT)) AND ((ABS1. EFFDT) +.
    20 (1)) > = ELG. GPDE_AL_BGN_DT AND ((ABS1. EFFDT) (1)) > (SELECT MIN (E3. PRD_END_DT)
    21. OF PS_GPDE_DV_ELIG_MO E3 WHERE E3. EMPLID = ELG. EMPLID AND
    22 * E3. EMPL_RCD = ELG. EMPL_RCD AND E3. CAL_RUN_ID = "FM_CG_0811")
    SQL > /.
    SELECT DISTINCT TASKS. EMPLID, ELG. EMPL_RCD, '99', ((ABS1. EFFDT)
    *
    ERROR on line 1:
    ORA-03113: end of file on communication channel


    above sql is passed a statement selection-insert inline, however, as we see, the select query has a problem.

    The interesting part is that if I change AND TRIG. GPDE_DV_EVT_TYPE IN ('09', '31', '32', '33', 34')
    to AND TRIG. GPDE_DV_EVT_TYPE = '31'

    so, it works!

    Suggestions please!

    Thank you
    Vikas

    According to the Metalink3 #654658.1, is not always past in 10.2.0.2, which means that it happens.
    The Oracle suggested patch is #5128368 or a workaround is to cut the SQL into small pieces to avoid in.

    You could also start an SR to your Oracle support (no support Peoplesoft) to use them for the patch and/or workaround solution to apply.

    Finally and not at least, it seems that Peopletools 8.49 are not supported on Oracle 10.2.0.2 (obligatorily 10.2.0.3 or 10.2.0.4).

    Nicolas.

  • How do you get alerts if your mail server goes down?

    I have send and text alerts sent via my server Exchange but is it built to send alerts in case our email server goes down? Foglight has a mechanism to send alerts that do not require a mail server?

    Hello

    Yes... Make sure that the failover on monitoring of Server SMTP is selected in the Config > Admin > SMTP settings area. This will continue to route alerts through our mail server, in which case your crashes.

    Thank you

  • channels drop-down list box

    I'm trying to get some combo boxes to have their entries populated by a text file. I have read many entries of forum on 'string []' property, but he refuses to work for me. I want the combo box is editable by changing the entries in a text file.

    Does anyone can beat this code into submission? I get this error message on a controller GPIB needing to be in charge.

    I've included the vi, the text file, I want to fill the combo box 'Version number' and that it should be.

    Tay

    You have several issues General, but here are the ones affecting your drop-down list box:

    1. In general, if you make copies of OR provided files, use new names.
    2. The VI you changed to read strings from the worksheet is bad DEFAULT.  You have the number of lines, by default 4 and start playback offset set by default to 132.  You get the error is because the file is not 132 bytes of data.  Definition of those to-1 and 0, repsectively will remove the error.  You should do this by opening the VI, change the value, then right-click and select "Data management"-> "Make current default value" for each of the two controls.
    3. Now, the VI you properly load the values in the file.
    4. There is no reason to replay the file whenever the user changes the value of the drop-down list box.  Read once at the beginning of the program.
  • Can register on EM and Admin Console but not Analytics - down presentation server

    I installed 11G on Windows 7 Enterprise. I am able to sign on Enterprise Manager and the Administration Console but not in analytics.

    The presentation server is down and there is a message in the nqserver.log about a problem with the oracle.bi.security.service. I pasted the nqserver.log and the sawlog0.log file and the file nqsconfig.ini below.

    I checked the BISystemUser into the realms of Weblogic Administration Console/security/myrealm and reset the password.

    I also have to reset the password for BISystemUser in Weblogic Enterprise Manager/WebLogic Domain/Security/Credentials/oracle.bi.system

    Then restarted services.

    I checked to see that there's no lock on DEV_MDS and DEV_BIPLATFORM.

    I tried to restart the services on several occasions without any modification.

    I don't know what else to check or how to proceed. Is there anything else I should check to identify what I might need to the difficulty of obtaining this race?

    Thank you

    Dara

    c:\OBIEE11G\instances\instance2 > opmnctl status

    Process pending: instance2

    ---------------------------------+--------------------+---------+---------

    IAS-component | process type.     The NEST | status

    ---------------------------------+--------------------+---------+---------

    essbasestudio1 | EssbaseStudio |       0 | NONE

    essbaseserver1 | Essbase |     N/A | Down

    coreapplication_obiccs1 | OracleBIClusterCo ~ |    3940 | Alive

    coreapplication_obisch1 | OracleBIScheduler ~ |    7504. Alive

    coreapplication_obijh1 | OracleBIJavaHostC ~ |    7452 | Alive

    coreapplication_obips1 | OracleBIPresentat ~ |     N/A | Down

    coreapplication_obis1 | OracleBIServerCom ~ |    2476 | Alive

    nqserver.log

    [2013 10-14 T 08: 13:28.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] [36007] loading repository C:\OBIEE11G\instances\instance2\bifoundation\OracleBIServerComponent\coreapplication_obis1\repository\SampleAppLite_BI0018.rpd.

    [2013 10-14 T 08: 13:28.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 169 c] domain [14055] loading: SampleApp Lite...

    [2013 10-14 T 08: 13:28.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 169 c] [14056] done to the sector of activity: SampleApp Lite.

    [2013 10-14 T 08: 13:28.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] [58002] Query Cache loaded with 0 entries registered the cache files.

    [2013 10-14 T 08: 13:28.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] [85003] MDX member name Cache subsystem has been started successfully.

    [2013 10-14 T 08: 13:28.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] [85004] member recovered MDX entered names Cache subsystem: 0, size: 0 bytes.

    [2013 10-14 T 08: 13:29.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] an error message was received by security BI: oracle.bi.security.service.SecurityServiceException: SecurityService: < init > initialization error

    [2013 10-14 T 08: 13:29.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] [13026] error getting BI Security Service roles: "' an error message was received by security BI: oracle.bi.security.service.SecurityServiceException: SecurityService: < init > initialization error '"

    [2013 10-14 T 08: 13:29.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] [46172] store security database is not available, do not re - associate with this type of provider.

    [2013 10-14 T 08: 13:29.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1478] nqsserver: started clustered Oracle BI Server (64-bit).  Version: 11.1.1.7.0.

    [2013 10-14 T 08: 13:29.000 - 07:00] [OracleBIServerComponent] [NOTIFICATION: 1] [] [] [ecid: 00iHoglZgjCFW7WFLzqIOA0000ag000000] [tid: 1fbc] [43071] a connection with THE Cluster controller - 2083841:9706 was created.

    [2013 10-14 T 08: 13:31.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHoglTjROFW7WFLzqIOA0001qC000000] [tid: f9c] oracle.bi.security.service.SecurityServiceException: SecurityService: < init > initialization error

    [2013 10-14 T 08: 13:31.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHoglTjROFW7WFLzqIOA0001qC000000] [tid: f9c] [nQSError: 43126] failed authentication: invalid user/password.

    [2013 10-14 T 08: 13:39.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHogmFUwcFW7WFLzqIOA0001Ho000005] [tid: 688] oracle.bi.security.service.SecurityServiceException: SecurityService: < init > initialization error

    [2013 10-14 T 08: 13:39.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHogmFUwcFW7WFLzqIOA0001Ho000005] [tid: 688] [nQSError: 43126] failed authentication: invalid user/password.

    [2013 10-14 T 08: 13:43.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHogmAz8aFW7WFLzqIOA0001Ho000000] [tid: 153 c] oracle.bi.security.service.SecurityServiceException: SecurityService: < init > initialization error

    [2013 10-14 T 08: 13:43.000 - 07:00] [OracleBIServerComponent] [ERROR: 1] [] [] [ecid: 00iHogmAz8aFW7WFLzqIOA0001Ho000000] [tid: 153 c] [nQSError: 43126] failed authentication: invalid user/password.

    sawlog0.log

    [2013 10-14 T 07: 51:52.000 - 07:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] Oracle BI Presentation Services (OBIPS) 11.1.1.7.0 (130303.2025 64-bit Build) start. [[

    Leader: sawserver.cpp

    Online: 455

    Geographical area:

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ECID:

    ]]

    [2013 10-14 T 07: 51:52.000 - 07:00] [OBIPS] [WARNING: 16] [] [saw.mas.csf] [ecid:] [tid:] store database security is not available, do not re - associate with this type of provider. [[

    Leader: csfwrapperimpl.cpp

    Online: 152

    Geographical area:

    Saw.Mas.CSF

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ECID:

    ]]

    [2013 10-14 T 07: 51:53.000 - 07:00] [OBIPS] [NOTIFICATION: 1] [,] [saw.sawserver] [ecid:] [tid:] security query's timeout is: 120 []

    Leader: odbcuserpoploaderimpl.cpp

    Line: 1068

    Geographical area:

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ECID:

    ]]

    [2013 10-14 T 07: 51:56.000 - 07:00] [OBIPS] [WARNING: 1] [,] [saw.webextensionbase.init.workstationCheck] [ecid:] [tid:] WARNING: The Oracle BI Presentation server Services is running on a machine of class workstation (Windows XP Professional, Windows 7 Professional, etc). The number of concurrent users may be severely limited by the operating system. [[

    Leader: webextensionbase.cpp

    Online: 492

    Geographical area:

    saw.webextensionbase.init.workstationCheck

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ECID:

    ]]

    [2013 10-14 T 07: 51:56.000 - 07:00] [OBIPS] [WARNING: 1] [,] [saw.catalog.local.checkforcatalogupgrade] [ecid:] [tid:] update is recommended in the latest version of the catalog. [[

    Leader: localwebcatalog.cpp

    Online: 242

    Geographical area:

    Saw.Catalog.local.checkforcatalogupgrade

    saw.catalog.local.loadCatalog

    Saw.Subsystems.catalogbootstrapper.loadcatalog

    Saw.webextensionbase.init

    Saw.sawserver

    Saw.sawserver.initializesawserver

    Saw.sawserver

    ECID:

    NQSConfig.INI

    ###############################################################################

    #

    # NQSConfig.INI

    #

    # Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.

    #

    # INI file parser rules are:

    # If the values are in literals, numbers, or _, they may be

    # given as such. If the values contain characters other than

    literals #, numbers or _, the values must be in quotes.

    #

    ###############################################################################

    ###############################################################################

    #

    # Article repository

    #

    # Repositories are defined as the name of the logical repository - file name

    pairs of #.  ODBC drivers use names of logical repository defined in this

    # section.

    #

    # All repositories must reside within the Oracle BI Server instance

    Directory of repository #.

    #

    ###############################################################################

    [REPOSITORY]

    Star = SampleAppLite_BI0018.rpd, default value;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    ###############################################################################

    #

    # Query result Cache Section

    #

    ###############################################################################

    [CACHE]

    ACTIVATE = YES;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    # A list separated by commas of the < maxSize directory > pairs.

    # They are relative to the directory of the process instance.

    # e.g. DATA_STORAGE_PATHS = "nQSCache" 500 MB;

    # resolves to

    # $(ORACLE_INSTANCE) / bifoundation/OracleBIServerComponent / < instance_name > / nQSCache

    DATA_STORAGE_PATHS = "cache" 500 MB;

    MAX_ROWS_PER_CACHE_ENTRY = 100000;  # 0 is an unlimited size

    MAX_CACHE_ENTRY_SIZE = 20 MB;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    MAX_CACHE_ENTRIES = 1000;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    POPULATE_AGGREGATE_ROLLUP_HITS = NO;

    USE_ADVANCED_HIT_DETECTION = NO;

    MAX_SUBEXPR_SEARCH_DEPTH = 7;

    DISABLE_SUBREQUEST_CACHING = NO;

    #Cache the size of the file buffer. Default is 128 KB

    CACHE_FILE_BUFFER_SIZE = 128 KB;

    # Cluster cache.

    # Note that, since it is a network share, the directory should not be

    # relative.

    GLOBAL_CACHE_STORAGE_PATH = "' 0 MB;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    MAX_GLOBAL_CACHE_ENTRIES = 1000;

    CACHE_POLL_SECONDS = 300;

    CLUSTER_AWARE_CACHE_LOGGING = NO;

    ###############################################################################

    #

    # General section

    #

    # Contains general settings of the default server location

    # and internationalization, temporary space and memory, allocation

    # and other default parameters used to determine how data is returned

    # from the server to a client.

    #

    ###############################################################################

    [GENERAL]

    # Localization/internationalization settings.

    LOCAL = "English - United States";

    SORT_ORDER_LOCALE = "English - United States";

    SORT_TYPE = "binary";

    # Case must be adjusted with the remote control

    target database of the #.

    CASE_SENSITIVE_CHARACTER_COMPARISON = ON;

    # SQLServer65 sorts NULL values first, while Oracle sorts

    # nulls last. This property of ini file must conform to the

    # of the remote target database, if there is a

    # unique remote database. Otherwise, choose the command

    # that corresponds to the database (i.e. the)

    # based on the volume of data, frequency of access, sorting

    # bandwidth performance).

    NULL_VALUES_SORT_FIRST = OFF;

    DATE_TIME_DISPLAY_FORMAT = "yyyy/mm/dd hh ';

    DATE_DISPLAY_FORMAT = "yyyy/mm/dd";

    TIME_DISPLAY_FORMAT = "hh."

    # Allocation of temporary space, memory and resources

    # parameters.

    # You can use KB, MB for memory size.

    # Working directory paths can be left empty and default

    # for the temp of the process instance directory.  For example,.

    # $(ORACLE_INSTANCE) / temp/OracleBIServerComponent / < InstanceName >.

    # If it is relative, it will be compared to this path.  So absolute.

    # We take the absolute path when running.

    WORK_DIRECTORY_PATHS = "";

    VIRTUAL_TABLE_PAGE_SIZE = 128 KB;

    # Analytics Server returns all month names and day three

    abbreviations # (for example, "Jan", "Feb", "Sat", "Sun").

    # To use full names, set the following values to YES.

    USE_LONG_MONTH_NAMES = NO;

    USE_LONG_DAY_NAMES = NO;

    USE_UPPERCASE_MONTH_NAMES = NO;

    USE_UPPERCASE_DAY_NAMES = NO;

    UPPERCASE_USERNAME_FOR_INITBLOCK = NO;  # default is none

    ###############################################################################

    #

    # Security section

    #

    # The legal value for DEFAULT_PRIVILEGES are:

    # NO READ

    #

    ###############################################################################

    [SECURITY]

    DEFAULT_PRIVILEGES = READ;

    PROJECT_INACCESSIBLE_COLUMN_AS_NULL = YES;  # default is none

    # Note that the below paths must be relative to the instance

    directories of config # if specified.  for example,.

    # $(ORACLE_INSTANCE) / config/OracleBIServerComponent / < InstanceName >

    #IGNORE_LDAP_PWD_EXPIRY_WARNING = NO;     default value is none.

    SSL = NO;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SSL_CERTIFICATE_FILE="C:\OBIEE11G\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\biinstances\coreapplication\ssl\server-cert.PEM ';  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SSL_PRIVATE_KEY_FILE="C:\OBIEE11G\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\biinstances\coreapplication\ssl\server-key.PEM ';  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SSL_VERIFY_SERVERS = YES;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SSL_VERIFY_CLIENTS = NO;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SSL_CA_CERTIFICATE_FILE="C:\OBIEE11G\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\biinstances\coreapplication\ssl\combinedcacert.PEM ';  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SSL_TRUSTED_PEER_DNS ="";

    SSL_CERT_VERIFICATION_DEPTH = 9;

    SSL_CIPHER_LIST ="";

    ###############################################################################

    #

    # Server section

    #

    ###############################################################################

    [SERVER]

    READ_ONLY_MODE = NO;  # It is both online and offline - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    MAX_SESSION_LIMIT = 2000;

    MAX_REQUEST_PER_SESSION_LIMIT = 5000;

    SERVER_THREAD_RANGE = 40-100;

    SERVER_THREAD_STACK_SIZE = 0;  # default is 256 KB (32-BIT mode), default of 0 for 1 MB (64-bit),

    DB_GATEWAY_THREAD_RANGE = 40-200;

    DB_GATEWAY_THREAD_STACK_SIZE = 0;  # default is 256 KB (32-BIT mode), default of 0 for 1 MB (64-bit),

    HTTP_CLIENT_THREAD_RANGE = 0-100;

    HTTP_CLIENT_THREAD_STACK_SIZE = 0;  # default is 256 KB (32-BIT mode), default of 0 for 1 MB (64-bit),

    MAX_EXPANDED_SUBQUERY_PREDICATES = 8192;  # default is 8192

    MAX_QUERY_PLAN_CACHE_ENTRIES = 1024;  # default is 1024

    MAX_QUERY_PLAN_CACHE_ENTRY_SIZE = 0;  # default is 256 KB, (in 32-BIT mode), 1 MB (64-bit), the default value to 0

    MAX_DRILLDOWN_INFO_CACHE_ENTRIES = 1024;  # default is 1024

    MAX_DRILLDOWN_QUERY_CACHE_ENTRIES = 1024;  # default is 1024

    INIT_BLOCK_CACHE_ENTRIES = 20;  # default is 20

    CLIENT_MGMT_THREADS_MAX = 5;  # default is 5

    # This specifies the port number and IP that the server will be

    # listen to. When it is set to 0.0.0.0, the server listens on all IPs

    # address on the machine, otherwise the server will bind to the

    # specified ip address.

    RPC_SERVICE_OR_PORT = "9703;  # default is 0.0.0.0:9703 - this Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    LISTEN_ADDRESS = "0.0.0.0";  # default is 0.0.0.0

    LISTEN_PORT = 9703;  # default is 9703

    ENABLE_DB_HINTS = YES;  # default is Yes

    PREVENT_DIVIDE_BY_ZERO = YES;

    CLUSTER_PARTICIPANT = YES;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    # Suite required if CLUSTER_PARTICIPANT = YES

    # The directory of publication must be a full path as it should

    # a shared drive.

    REQUIRE_PUBLISHING_DIRECTORY = NO;  # Do not join the cluster if the directory is not accessible - Configuration of this setting is managed by Oracle Enterprise Manager Fusion Middleware control

    DISCONNECTED = NO;

    AUTOMATIC_RESTART = YES;

    VARIABLE_VALUE_LIMIT = 4096;

    # EVALUATE_SUPPORT_LEVEL:

    # 1: evaluate is supported for users with the permission of manageRepositories

    # 2: evaluate is supported for all users.

    # other: assess only is not supported if the value is something else.

    EVALUATE_SUPPORT_LEVEL = 0;

    FMW_SECURITY_SERVICE_URL = " " http://131.216.37.7:7001 ";  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    FMW_SECURITY_SERVICE_MAX_NUMBER_OF_CONNECTIONS = 2000;

    FMW_SECURITY_SERVICE_MAX_NUMBER_OF_RETRIES = 0;

    # FMW_SECURITY_SERVICE_RETRY_EXCEPTION_SUBSTRING = "closed by force."

    FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = NO;

    # ENABLE_NUMERIC_DATA_TYPE:

    # When this setting is enabled, the Administration tool will be

    # import, data type Oracle/TimesTen number as the type of digital data in physics

    column definition #.  Oracle BI Server will interpret the Oracle Number data

    # type in the form of digital data internally during its execution.

    ENABLE_NUMERIC_DATA_TYPE = NO;

    MONITOR_PORT = "9701;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    ORACLEHARDWAREACCELERATION = NO;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    ###############################################################################

    #

    Article # high availability

    #

    ###############################################################################

    [HIGH_AVAILABILITY]

    HA_DB_PING_PERIOD_MILLISECS = 60000;

    ###############################################################################

    #

    # Dynamic library section

    #

    # Dynamic libraries specified in this section

    # are classified by the CLI, they take over.

    #

    ###############################################################################

    [DB_DYNAMIC_LIBRARY]

    ODBC200 = nqsdbgatewayodbc;

    ODBC350 = nqsdbgatewayodbc35;

    Oci8 = nqsdbgatewayoci8;

    OCI8i = nqsdbgatewayoci8i;

    OCI10g = nqsdbgatewayoci10g;

    DB2CLI = nqsdbgatewaydb2cli;

    DB2CLI35 = nqsdbgatewaydb2cli35;

    NQSXML = nqsdbgatewayxml;

    XMLA = nqsdbgatewayxmla;

    BAPI = nqsdbgatewaysapbapi;

    ESSBASE = nqsdbgatewayessbasecapi;

    OracleADF = nqsdbgatewayoracleadf;

    OracleADF_HTTP = nqsdbgatewayoracleadf;

    OracleCEP_HTTP = nqsdbgatewayoraclecep;

    HyperionADM = nqsdbgatewayadm;

    OracleWS = nqsdbgatewayoraclews;

    Hadoop = nqsdbgatewayhadoop;

    TimesTen = nqsdbgatewaytimesten;

    timesten35 = nqsdbgatewaytimesten35;

    ###############################################################################

    #

    # Section monitoring of use

    #

    # Collect usage on each logical query statistics submitted to the

    # Server.

    #

    ###############################################################################

    [USAGE_TRACKING]

    ACTIVATE = NO;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    #==============================================================================

    # Parameters used to write the data to a flat file (e.g., DIRECT_INSERT = NO).

    #

    # Note that the directory must be relative to the directory of the instance.

    # In general, we prefer directo insert flat files.  If you work in

    # a cluster, it is recommended that you use direct insertion.  If there is

    a single instance Oracle BI Server #, then you can use data from flat files.

    # The directory is assumed from the process instance.  For

    example #, "UTData" is resolved to

    # "$(ORACLE_INSTANCE) / bifoundation/OracleBIServerComponent / < instance_name > / UTData.

    STORAGE_DIRECTORY = 'path to the <>directory ";

    CHECKPOINT_INTERVAL_MINUTES = 5;

    FILE_ROLLOVER_INTERVAL_MINUTES = 30;

    CODE_PAGE = 'ANSI ';  # ANSI, UTF8, 1252, etc..

    #

    #==============================================================================

    DIRECT_INSERT = YES;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    #==============================================================================

    # Parameters to insert data in a table (for example DIRECT_INSERT = YES).

    #

    PHYSICAL_TABLE_NAME = "<>database". "' Catalogue of <>. "" schema of <>. "< table > ';  # Or "<>database". "" schema of <>. "" < table > "; -This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    CONNECTION_POOL = "<>database". "<>Connection pool ';  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    BUFFER_SIZE = 250 MB;

    BUFFER_TIME_LIMIT_SECONDS = 5;

    NUM_INSERT_THREADS = 5;

    MAX_INSERTS_PER_TRANSACTION = 1;

    #

    #==============================================================================

    SUMMARY_STATISTICS_LOGGING = NO;  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    SUMMARY_ADVISOR_TABLE_NAME = "<>database". "' Catalogue of <>. "" schema of <>. "< table > ';  # Or "<>database". "" schema of <>. "" < table > "; -This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    ###############################################################################

    #

    # Query optimization flags

    #

    ###############################################################################

    [OPTIMIZATION_FLAGS]

    STRONG_DATETIME_TYPE_CHECKING = ON;

    ###############################################################################

    #

    # MDX member name Section Cache

    #

    # Subsystem of cache for the mapping between the unique name and the legend of

    number of members of all SAP/BW cubes in the repository.

    #

    ###############################################################################

    [MDX_MEMBER_CACHE]

    # The entry to indicate that if the feature is enabled or not, by default, NO because it applies only to the SAP/BW cubes

    ACTIVATE = YES;

    # The path to the location where the cache is persisted, applies to one place.

    # the number at the end indicates the storage capacity. When the feature is activated,

    # administrator must replace the "< directory path >" with a valid path.

    # This cache will be relative to the directory of the process instance data.  For

    example: #

    # DATA_STORAGE_PATH = "MDXCache" 500 MB;

    # resolves to:

    # $(ORACLE_INSTANCE) / bifoundation/OracleBIServerComponent / < instance_name > / MDXCache

    DATA_STORAGE_PATH is "MDXCache" 500 MB.;

    # Space maximum allowed for each user.

    MAX_SIZE_PER_USER = 100 MB;

    # Number of members in a level can be kept on the disk

    MAX_MEMBER_PER_LEVEL = 1000;

    # Maximum size for each individual cache entry size

    MAX_CACHE_SIZE = 100 MB;

    ###############################################################################

    #

    # Section aggregation persistence

    #

    ###############################################################################

    [AGGREGATE_PERSISTENCE]

    # Persistence default aggregation

    # The prefix must be between 1 and 8 characters

    # and should not have special characters ('_' is allowed).

    AGGREGATE_PREFIX = "SA_;

    AGGREGATE_THREAD_POOL_SIZE = 5;

    AGGREGATE_AW_NAME = "OBI_AW";

    PREAGGREGATE_AW_CUBE = YES;

    ###############################################################################

    #

    # Section Javahost

    #

    ###############################################################################

    [JAVAHOST]

    JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = "AI - 2083841:9810";  # This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware control

    #JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = '< machine-name1 >': < port_number1 >, < machine-name2 >: < port_number2 >;

    ###############################################################################

    #

    # Section Datamart Automation

    #

    ###############################################################################

    [DATAMART_AUTOMATION]

    ' ESSBASE_STUDIO_URL = ' http://localhost:9080/dma/dmaservlet "; 

    ESSBASE_SERVER = "localhost";

    DMA_DATABASE = "DMA_DB";

    Intresting...

    I recommend you go through the below article

    Rittman Mead Consulting & raquo; Blog Archive & raquo; OBIEE / FMW and networking on the DHCP hosts

    Thank you

    Angelique

  • VC alert for failure multi-channel

    I recently received an alert of my controller iSCSI SAN that it wasn't happy.  Other research has revealed that only 1 path to my stores of data instead of 4.  I rebooted my hosts and all are good. However, I have not had any indication I had of the multipath problems.

    Is it possible to configure a VC alert for this event so that I can analyze proactively, without having to manually check every day?

    "Degraded storage path redundancy" and "Lost path redundancy storage" for the host.

    Those who will work as well

  • Headphone W700 will produce audio without central channel (no down-mix)

    I'm on an Acer W700 to win 8.1 64 bit.  I've tried everything!  But every time I hang something through the headphone jack, I get a choice: 1) helmet, 2) speakers, headphones) 3.  But none makes no difference.

    The system is cleary kicked in multichannel mode, and I get only the soundscape left and right.  No song, at least not much.  Near as I can understand, Realtek made some sorta - d "speaker-fill" on me.

    I tried several sets of speakers.

    Another problem is that I can't connect to a pair via blutooth, that would help I bet.  Perhaps.  But:

    Oh... Even when I used a HDMI output to a TV, and he used another "playback device", this problem was still there.  Which suggests that the problem somewhere else.  Perhaps a codec installed hidden.

    I turned off the pre-installed Dolby Digital Plus.  But could that be the cause of the problem, even with it off the coast?

    I don't see anything extraordinary in the sound controls, drivers or the manager real-Tek.

    Oh boy... Bad cable.  Following problem.  Why isn't my thing.  Connect via bluetooth?

  • Client VPN is suspended in the secure communication channel

    Group,

    I'm having a problem with VPN Client (Version 3.5.1) on a laptop computer from W2K connecting to a VPN 3005 dial hub. We have other laptops, connection successfully, however, I'm having one problem with the other two. The journal of VPN client has messages similar to the following:

    35 13:35:02.549 17/08/01 Sev = WARNING/3 IKE/0xE300006D

    May not match policy entry:

    local host = IP ADDR = 0.0.0.0, lcl_port = 0

    remote host = IP ADDR = 0.0.0.0, dst_port = 0

    36 13:35:02.549 17/08/01 Sev = WARNING/3 IKE/0xA3000001

    Cannot open the negotiation.

    37 13:35:02.549 17/08/01 Sev = WARNING/3 IKE/0xE3000002

    Function initialize_qm failed with the error code of 0x00000000 (INSIDER: 825)

    I have tried to delete the internal NIC on the portable, manually remove and reinstall the VPN client several times, remove and add TCP.

    I think that my problem to be on the laptop itself, due to the fact that I have other laptops connect via VPN with similar software and the installation program.

    Does anyone have any suggestions?

    Thank you in advance, Greg

    Yes, it is a problem on the client itself. It is one of the most frequent bugs around, and unfortuantely a fix is not too easy. We used to have to think about re - install Windows as the only solution, that most of the customers were not too happy to hear. We have since found a better procedure, although it is manual.

    Read the notes for this bug CSCdv23894bug. Notes can be found at http://www.cisco.com/cgi-bin/Support/Bugtool/launch_bugtool.pl

  • Client VPN crashes to secure the communication channel

    I created 2 pix to pix vpn connection on my pix506. Since my vpn clients cannot connect. We use Cisco client ver3.5.2

    Journal watch customer severity invalid protocol id 3 MSG (0)

    Thank you

    * PIX CONFIGURATION *.

    Ver6.2 (2) PIX

    access-list 110 permit ip 172.20.0.0 255.255.0.0 172.16.1.0 255.255.255.0

    access-list host ip 172.20.100.214 allowed NAT0 192.168.20.0 255.255.255.0

    access-list host ip 172.20.100.215 allowed NAT0 192.168.20.0 255.255.255.0

    access-list host ip 172.20.100.0 allowed NAT0 192.168.1.0 255.255.255.0

    NAT0 172.20.0.0 ip access list allow 255.255.0.0 172.16.1.0 255.255.255.0

    access-list host ip 172.20.100.0 allowed NAT0 192.168.6.0 255.255.255.0

    GVW_VPN list of allowed access host ip 172.20.100.214 192.168.20.0 255.255.255.0

    GVW_VPN list of allowed access host ip 172.20.100.215 192.168.20.0 255.255.255.0

    GLDR_VPN ip 172.20.100.0 access list allow 255.255.255.0 192.168.1.0 255.255.255.0

    CLIENT ip access list allow any 172.16.1.0 255.255.255.0

    PELHM_VPN ip 172.20.100.0 access list allow 255.255.255.0 192.168.6.0 255.255.255.0

    IP 172.16.1.1 - dealer 172.16.1.254 pool room

    Global (outside) 1 x

    NAT (inside) 0 access-list NAT0

    NAT (inside) 1 172.20.0.0 255.255.0.0 0 0

    outdoor circuit 0 0 0.0.0.1 1

    Permitted connection ipsec sysopt

    Sysopt pl compatible ipsec

    No sysopt route dnat

    Crypto ipsec transform-set esp - esp-md5-hmac VPN3000

    Crypto ipsec transform-set esp - esp-md5-hmac GVW_VPN

    Crypto ipsec transform-set esp - esp-md5-hmac GLDR_VPN

    Crypto ipsec transform-set esp - esp-md5-hmac PELHM_VPN

    Crypto address 50 CLIENT dynamic-map CLIENT

    set of 50 CLIENT dynamic-map crypto transform-set VPN3000

    PEER_VPN_MAP 20 ipsec-isakmp crypto map

    card crypto PEER_VPN_MAP 20 corresponds to the address GVW_VPN

    card crypto PEER_VPN_MAP 20 peers the value x

    crypto PEER_VPN_MAP 20 the transform-set GVW_VPN value card

    PEER_VPN_MAP 22 ipsec-isakmp crypto map

    card crypto PEER_VPN_MAP 22 corresponds to the address GLDR_VPN

    card crypto PEER_VPN_MAP 22 peer set x

    crypto PEER_VPN_MAP 22 the transform-set GLDR_VPN value card

    PEER_VPN_MAP 26 ipsec-isakmp crypto map

    PEER_VPN_MAP 26 crypto card matches the address PELHM_VPN

    card crypto PEER_VPN_MAP 26 peers set x

    crypto PEER_VPN_MAP 26 the transform-set PELHM_VPN value card

    PEER_VPN_MAP interface card crypto outside

    50 CLIENT ipsec-isakmp crypto map

    ISAKMP allows outside

    ISAKMP key * address x netmask 255.255.255.255

    ISAKMP key * address x netmask 255.255.255.255

    ISAKMP key * address x netmask 255.255.255.255

    ISAKMP key * address 0.0.0.0 netmask 0.0.0.0

    ISAKMP client configuration address dealer outside pool

    part of pre authentication ISAKMP policy 20

    encryption of ISAKMP policy 20

    ISAKMP policy 20 md5 hash

    20 2 ISAKMP policy group

    ISAKMP duration strategy of life 20 86400

    dealer address vpngroup WCRSA pool

    vpngroup dns 172.20.100.4 Server WCRSA

    vpngroup WCRSA wins server - 172.20.100.4

    vpngroup split tunnel 110 WCRSA

    vpngroup idle time 1800 WCRSA

    WCRSA vpngroup password *.

    * DEBUG *.

    ISAKMP (0): treatment ITS payload. Message ID = 0

    ISAKMP (0): audit ISAKMP transform 8 against priority policy 20

    ISAKMP: DES-CBC encryption

    ISAKMP: MD5 hash

    ISAKMP: default group 2

    ISAKMP: preshared auth

    ISAKMP: type of life in seconds

    ISAKMP: lifespan (IPV) 0x0 0 x 20 0xc4 0x9b

    ISAKMP (0): atts are acceptable. Next payload is 0

    ISAKMP (0): processing KE payload. Message ID = 0

    ISAKMP: Created a peer node for 165.247.183.138

    ISAKMP (0): ID payload

    next payload: 10

    type: 2

    Protocol: 17

    Port: 500

    Length: 19

    ISAKMP (0): the total payload length: 23

    to return to the State is IKMP_NO_ERROR

    crypto_isakmp_process_block: 165.247.183.138 src, dest

    Exchange OAK_AG

    ISAKMP (0): HASH payload processing. Message ID = 0

    ISAKMP (0): processing NOTIFY payload Protocol 24578 1

    SPI 0, message ID = 0

    ISAKMP (0): treatment notify INITIAL_CONTACTIPSEC (key_engine): had an event of the queue...

    IPSec (key_engine_delete_sas): rec would remove the ISAKMP notify

    IPSec (key_engine_delete_sas): remove all SAs shared with 165.247.183.138

    ISAKMP (0): SA has been authenticated.

    to return to the State is IKMP_NO_ERROR

    ISAKMP (0): shipment of the phase 1 RESPONDER_LIFETIME notify

    ISAKMP (0): sending message 24576 NOTIFY 1 protocol

    crypto_isakmp_process_block: 165.247.183.138 src, dest

    Exchange ISAKMP_TRANSACTION

    ISAKMP (0:0): responsible for operation of 165.247.183.138 of treatment. Message ID = 2166937244

    ISAKMP: Config CFG_REQUEST payload

    ISAKMP (0:0): verification of claim:

    ISAKMP: attribute IP4_ADDRESS (1)

    ISAKMP: attribute IP4_NETMASK (2)

    ISAKMP: attribute IP4_DNS (3)

    ISAKMP: attribute IP4_NBNS (4)

    ISAKMP: attribute ADDRESS_EXPIRY (5)

    Unsupported Attr: 5

    ISAKMP: attribute APPLICATION_VERSION (7)

    Unsupported Attr: 7

    ISAKMP: attribute UNKNOWN (28672)

    Unsupported Attr: 28672

    ISAKMP: attribute UNKNOWN (28673)

    Unsupported Attr: 28673

    ISAKMP: attribute ALT_DEF_DOMAIN (28674)

    ISAKMP: attribute ALT_SPLIT_INCLUDE (28676)

    ISAKMP: attribute ALT_PFS (28679)

    ISAKMP: attribute UNKNOWN (28680)

    Unsupported Attr: 28680

    ISAKMP: attribute UNKNOWN (28677)

    Unsupported Attr: 28677

    ISAKMP (0:0): response to peer 165.247.183.138 config. ID = 840554125

    to return to the State is IKMP_NO_ERROR

    crypto_isakmp_process_block: CBC 165.247.183.138, dest x.x.x.x

    Exchange ISAKMP_TRANSACTION

    ISAKMP (0:0): responsible for operation of 165.247.183.138 of treatment. Message ID = 2166937244

    ISAKMP: Config CFG_REQUEST payload

    ISAKMP (0:0): verification of claim:

    ISAKMP: attribute IP4_ADDRESS (1)

    ISAKMP: attribute IP4_NETMASK (2)

    ISAKMP: attribute IP4_DNS (3)

    ISAKMP: attribute IP4_NBNS (4)

    ISAKMP: attribute ADDRESS_EXPIRY (5)

    Unsupported Attr: 5

    ISAKMP: attribute APPLICATION_VERSION (7)

    Unsupported Attr: 7

    ISAKMP: attribute UNKNOWN (28672)

    Unsupported Attr: 28672

    ISAKMP: attribute UNKNOWN (28673)

    Unsupported Attr: 28673

    ISAKMP: attribute ALT_DEF_DOMAIN (28674)

    ISAKMP: attribute ALT_SPLIT_INCLUDE (28676)

    ISAKMP: attribute ALT_PFS (28679)

    ISAKMP: attribute UNKNOWN (28680)

    Unsupported Attr: 28680

    ISAKMP: attribute UNKNOWN (28677)

    Unsupported Attr: 28677

    ISAKMP (0:0): response to peer 165.247.183.138 config. ID = 2883274625

    to return to the State is IKMP_NO_ERROR

    crypto_isakmp_process_block: CBC 165.247.183.138, dest x.x.x.x

    Exchange OAK_QM

    oakley_process_quick_mode:

    OAK_QM_IDLE

    ISAKMP (0): treatment ITS payload. Message ID = 2877072397

    ISAKMP: Check IPSec proposal 1

    ISAKMP: turn 1, ESP_3DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-MD5

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP (0): Skip next ANDed proposal (1)

    ISAKMP: Check IPSec proposal 2

    ISAKMP: turn 1, ESP_3DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-SHA

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP (0): Skip next ANDed proposal (2)

    ISAKMP: Check IPSec proposal 3

    ISAKMP: turn 1, ESP_3DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-MD5

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP: IPSec proposal 4 audit

    ISAKMP: turn 1, ESP_3DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-SHA

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP: Check IPSec proposal 5

    ISAKMP: transform 1 ESP_DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-MD5

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP (0): Skip next ANDed proposal (5)

    ISAKMP: Check IPSec proposal 6

    ISAKMP: transform 1 ESP_DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-SHA

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP (0): Skip next ANDed proposal (6)

    ISAKMP: Check IPSec proposal 7

    ISAKMP: transform 1 ESP_DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-MD5

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP: Check IPSec proposal 8

    ISAKMP: transform 1 ESP_DES

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-SHA

    ISAKMP: program is 1

    ISAKMP: Life Type SA in seconds

    ISAKMP: Service life of SA (IPV) 0x0 0 x 20 0xc4 0x9b IPSEC (validate_proposal): peer address not found 165.247.183.138

    ISAKMP (0): atts are not acceptable. Next payload is 0

    ISAKMP: Check IPSec proposal 9

    ISAKMP: turn 1, ESP_NULL

    ISAKMP: attributes of transformation:

    ISAKMP: authenticator is HMAC-MD5

    ISAKMP: program is 1

    ISAKMP: Life ITS type in debugging secondssh

    Add the following:

    > card crypto PEER_VPN_MAP 100-isakmp ipsec dynamic CUSTOMER

    Who should you get.

  • Error: ORA-03113: end of file on communication channel

    Installing Oracle: 11.2.0.1.0

    Linux: Oracle Linux 6.6

    I get an error after I start the DB.  Please see the screenshot below.  Please advice, if you need more information.

    Thanks for your help.

    startup error.png

    As already indicated source oraenv should be run as a DBA, not root.

    You seem to face multiple problems. You run a virtual machine? If so, you can run out of physical memory and disk space on your host system.

  • ORA-03113: end of file on communication channel

    Help! I can't open the database, I get the error ora-03113

    Here is my trace file

    Fri Oct 08 22:37:15 2013

    ARC3 started with pid = 34, OS id = 3016

    ARC2: Started archiving

    Arc1: become the "no FAL' ARCH

    Arc1: become the "no SRL" ARCH

    ARC2: Become the heartbeat ARCH

    Errors in the e:\app\ABIGAIL\diag\rdbms\orcl\orcl\trace\orcl_lgwr_1952.trc file:

    ORA-00313: open failed for the members of the group log 1 of thread 1

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    ORA-27041: could not open the file

    04002 - OSD: could not open the file

    S/O-error: (OS 2) the system cannot find the file specified.

    ORA-00312: thread 1 1 online journal: ' E:\APP\ABIGAIL\ORADATA\ORCL\REDO1A. JOURNAL"

    ORA-27041: could not open the file

    04002 - OSD: could not open the file

    S/O-error: (OS 2) the system cannot find the file specified.

    Errors in the e:\app\ABIGAIL\diag\rdbms\orcl\orcl\trace\orcl_lgwr_1952.trc file:

    ORA-00313: open failed for the members of the group log 1 of thread 1

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    ORA-27041: could not open the file

    04002 - OSD: could not open the file

    S/O-error: (OS 2) the system cannot find the file specified.

    ORA-00312: thread 1 1 online journal: ' E:\APP\ABIGAIL\ORADATA\ORCL\REDO1A. JOURNAL"

    ORA-27041: could not open the file

    04002 - OSD: could not open the file

    S/O-error: (OS 2) the system cannot find the file specified.

    Errors in the e:\app\ABIGAIL\diag\rdbms\orcl\orcl\trace\orcl_ora_2908.trc file:

    ORA-00313: open failed for the members of the newspaper group 1 of thread

    ORA-00312: thread 1 1 online journal: ' E:\APP\ABIGAIL\ORADATA\ORCL\REDO1A. JOURNAL"

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    USER (ospid: 2908): put an end to litigation because of the 313 error

    Instance of stopped by USER, pid = 2908

    Trace file E:\app\ABIGAIL\diag\rdbms\orcl\orcl\trace\orcl_ora_2908.TRC

    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    Windows XP Version V5.1 SP3

    CPU: 2 - type 586, 2 physical cores

    Process affinity: 0 x 0 x 00000000

    Memory (success/Total): Ph: 276 M / 1791 M, Ph + FCP: 1116 M / 3685 M, GOES: 1166M / 2047 M

    Name of the instance: orcl

    Redo thread mounted by this instance: 1

    Oracle process number: 31

    Windows thread ID: 2908, image: ORACLE. EXE (SHAD)

    2013-10-08 22:37:15.453

    SESSION ID: (125.5) 2013-10-08 22:37:15.453

    CUSTOMER ID :() 2013-10-08 22:37:15.453

    :() 2013-10-08 22:37:15.453 SERVICE NAME

    MODULE NAME: (sqlplus.exe) 2013-10-08 22:37:15.453

    ACTION NAME :() 2013-10-08 22:37:15.453

    DDE: Key problem "ORA 312' was the controlled flood (0 x 1) (incident)

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    DDE: Key problem "ORA 312' was the controlled flood (0 x 1) (incident)

    ORA-00312: thread 1 1 online journal: ' E:\APP\ABIGAIL\ORADATA\ORCL\REDO1A. JOURNAL"

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    DDE: Key problem "ORA 313' was the controlled flood (0 x 1) (incident)

    ORA-00313: open failed for the members of the newspaper group 1 of thread

    ORA-00312: thread 1 1 online journal: ' E:\APP\ABIGAIL\ORADATA\ORCL\REDO1A. JOURNAL"

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    ORA-00313: open failed for the members of the newspaper group 1 of thread

    ORA-00312: thread 1 1 online journal: ' E:\APP\ABIGAIL\ORADATA\ORCL\REDO1A. JOURNAL"

    ORA-00312: thread 1 1 online journal: "E:\APP\ABIGAIL\ORADATA\ORCL\REDO1B."

    2013-10-08 22:37:15.484

    USER (ospid: 2908): put an end to litigation because of the 313 error

    I realize that I don't have redo1a.log and redo1b... can - I simply recreate these files at the level of the BONE?

    I use winxp pro, oracle 11 g 2

    Thank you guys!

    Has been your last stop clean or incompatible? (immediate or cancel)?

    What happened that your loss of redo log files? Where are they? Were they use when they disappeared?

    You can try to make changes to your collage of the database, and then disable the redo log (rebuild them) files with:

    change the Group of clear database logfile X; (for each redo log group missing)

    and then alter database open;

    That will be if your controlfile sees it takes on these data in case of failure redo log files for example recovery (in the case where crashed database). In this case, your option is either incomplete recovery until the last before SNA do it disconnects disappeared (last SNA on the newspapers archived, excluding the Oder) flashback GOLD database to the same SCN (if you have configured blowback).

    Concerning

Maybe you are looking for