How to check automatically check box a specific word is entered in a text field?

I need help for a formula; I want to enter a specific word in a text field (labeled: food Group1).

If I type the word 'Fruit', I want a check box (labeled: Fruit1) which appears later in my form to fill out.

If I type the word "Grain", I want a box (marked: Grain1) which appears later in my form to fill out.

Can someone please help me with a script that I can insert?

Thank you very much!

Kind regards

Novice

> I want to use capital LETTERS when you fill out the form

Text comparisons are always case sensative.

> Well, I need to all food includes Fruits, vegetables, cereals, meat, dairy products.

> Appear which means, that when I type of fruit or grain in the text field, a check will "appear" in the box no fields are hidden or created. (not sure what you're asking here)

On the forms fields can be visible or hidden. Appear implies that they are not visible or do not exist.

> No, just a Word as one box of targets. for example, if I type "FRUIT" in the text field (labeled: Food Group), which should place a check in the box (labeled: Fruit1).

If you have a limited number of registrations and specific words in a specific foramt, I would use a drop down box.

I would like to use the 'Blur' action with the followting custom JavaScript:

Fruits, vegetables, cereals, meat, dairy products.
this.resetForm (["Fruit1", "Grain1", "Vegetable1", "Meat1", "Dairy1"]);  clear the result fields.

test the text entered;
var oCheckBox = null;
Switch (Event.value)
{
case "FRUIT":
oCheckBox = this.getField ("Fruit1");
break;
case "GRAIN":
oCheckBox = this.getField ("Grain1");
break;
case "VEGETABLES":
oCheckBox = this.getField ("Vegetable1");
break;
case 'MEAT ':
oCheckBox = this.getField ("Meat1");
break;
case 'MILKMAN ':
oCheckBox = this.getField ("Dairy1");
break;
by default:
App.Alert ("No match for------" "+ event.value +"------"!", 1, 0);
break;
} / / end of switch.
If (oCheckBox! = null)
{
oCheckBox.checkThisBox(0,true);
}

Tags: Acrobat

Similar Questions

  • How to check boxes or "bullet holes" on a PDF fillable?

    How to check boxes or "bullet holes" on a PDF fillable? I use Acrobat Pro DC and have not been able to find anything online, only the ends for older acrobats.

    Acrobat help. Create and distribute PDF forms

  • How a check box value can be determined?

    I want to determine which one of the three Check boxes have been selected (in this case, "verified"). I have three boxes check, each named Box1 check and each checkbox Style check. The first Box1 check has a value to the export of Oui1. The second Box1 check has a value to the export of YES2. The third check Box1 has a value to the export of Oui3.

    You have to look at the form field to the level of the widget. See the API Acraobt to JS for the property "isBoxChecked".

    var sFiedName = "Check Box1"; domain name

    FBox var = 3; number of checkboxes for field
    oField var = this.getField (sFieldName); get the field object
    Console.Show (); Console.clear();
    Console.println ("value:" + oField.value ");
    for (i = 0; i< fboxes;="" i++)="">

    loop through each occurrence of the field (widget)
    Console.println ('widget' I 'is' + (oField.isBoxChecked (i).) (('checked': 'not verified'));
    }

  • form field check box control in word with report generation toolkit for Microsoft office

    Hi all

    Happy new year!

    In the word template, I insert the checkbox field. It has a bookmark name "Check1."

    Now, I try to checked or unchecked this field using the tool to generate report for Microsoft office and I couldn't. If someone now how to do? I'm using LabView 8.0

    Thanks in advance,

    Boris

    Hi all

    After I posted the question I found how to do it.

    I use the macro feature to control the box.

    Here's the diagram:

    Thank you

    Boris

  • How can we look for an oracle-specific word...

    Hello

    Is there an Oracle function that seeks a specific word? I want to search only the words (no chain). Please see the example below.

    text: "oracle forum is the best."
    Word: "orum.
    Result: There is no *.

    If we use INSTR, he said that the word exists. But I want to search word "orum" not for the word containing "orum. So the result is "Word orum exists in the text.

    Thank you.
    SQL> SELECT  CASE
      2            WHEN REGEXP_LIKE('oracle forum is the best','(^|\W)orum(\W|$)') THEN 'Exists'
      3            ELSE 'Not exists'
      4          END RESULT
      5    FROM  DUAL
      6  /
    
    RESULT
    ----------
    Not exists
    
    SQL> SELECT  CASE
      2            WHEN REGEXP_LIKE('oracle forum is the best','(^|\W)forum(\W|$)') THEN 'Exists'
      3            ELSE 'Not exists'
      4          END RESULT
      5    FROM  DUAL
      6  /
    
    RESULT
    ----------
    Exists
    
    SQL> 
    

    SY.

  • How can I create an online form that combines a checkbox in a text field

    In Business Catalyst I need to create a webfrom which contains fields of questions / answers

    Like this:

    web-from.jpg

    I don't know how to create this type of form online that include as this fields

    If someone has answered this question, it would be appreciated

    Thank you

    Nehr

    You just need to make the field. Another is a box and you can have a text corresponding to this field.

    You can style that you need and if you know javascript you can take a step further and show that this field when you check the 'other '.

    As a note: If you make the options that you want only a single option, you must use radio not check boxes for the fields.

  • Add the xml tag to specific words in a block of text

    Hi all

    I'm sure that it is not too complicated, but after hours of experimentation, research and reading, I can't look at it from the right angle. I'm trying to find a way to search for a specific word ('Figure' in my case) in a given text frame and add a corresponding XML tag automatically. I found a lot of information on how to apply it to a page item as a whole, but there no approach seems to work. Because I am fairly new to InDesign scripting, a little nudge in the right direction would be a huge help.

    Regards and thanks in advance.

    Julian

    Hi Julian,.

    Is - it ask you?

    var doc = app.activeDocument;
    app.findTextPreferences.findWhat = "figure";
    var found = doc.findText();
    
    for(var i =0;i
    

    Kind regards

    Cognet

  • How to trigger the function when certain keys entered in the text field?

    Gidday

    I have a listener of stadium for keyboard events, that triggers a two function control the error for text field entries according to which the movieclip, the fields are.  Text in some movieclips trigger fields, a function that checks if the entry is between a certain digital interval, while the textfields in the other movieclips test to ensure that text fields are not left empty.

    It works very well apart from me not holding does not count another keyboard events that the letters, numbers, and signs of punctuation, or, among other things, the SHIFT key.

    So what is happening now is that the events of keyboard away from the numbers, letters and punctuation trigger an output error.

    I was wondering how to fix this?

    The listener that I use is:

    stage.addEventListener (KeyboardEvent.KEY_UP, KeyPressed);

    KeyPressed is a function that determines what error check its operation to run according to which window movieclip is open.

    Thank you for your help on this one.

    Shaun

    If you want it to be a little more optimized, you can create a wrapper class for the textfield and then you wouldn't add the event listener for each text field.

    class MyTextField extends TextField {}

    public void MyTextField() {}

    this.addEventListener (Event.CHANGE, eventhandler);

    }

    }

    In the form create instances of MyTextField instead of directly TextField.

    Concerning

    Knockaert

  • How can I validate a form if at least one of the three text fields is selected

    Hi all

    My form has many fields but 3 text fields here that I need to have the Viewer to enter text in a text field before hitting the submit button.

    Don't know how to do in this regard.

    Thank you

    Courier says:

    I can't understand how to ensure at least a field is selected by the Viewer on the three text fields, any thoughts?

    Yes, I played a bit with this idea earlier today, but got distracted by other things.

    What follows is based on the following:

    • There is only one form on the page
    • No validation is involved
    • Each of these fields in the group that needs at least a field has "data-req1" (without the quotes) in its opening tag

    For example, if you have a form like this:

    Add the following just before the closing on the page tag:

    If you try to send the form without find out the name or the email field, you will get an alert dialog box and will refuse to submit the form. But if one or the other or both fields have values, the form will appear.

    In other words, it will work with any number of fields that have "data-req1" in the opening tag. So much that one of these fields has value, submits the form.

  • How can I add a new page dynamically based on the non recoverable text field?

    Hi all

    I created a form with subform flow and non-reusable text fields. When the user fills the long content, the shape is cut. Y at - it a way to dynamically add pages based on the content that the user fills the non recoverable text field?

    Thank you

    Check that the parent of the subform also has a fluid layout. If you have the structure below, both page 1 and subform must have a flow layout.

    Page1 (must be the flow)

    subform (must be the flow)

    TextField (let multiple lines and will expand to fit the height)

    If you have done all that, then it should work.

  • How to programmatically launch touch sceen keyboard, when the user clicks on the text field for application?

    Hello

    I create a desktop using the CreateDesktop() API, in this office, I launched a MFC dialog with text field box in this topic.

    I want to get the keyboard touch screen when I touch on the text field of the dialog box.

    I tried to use the following information

    https://msdn.Microsoft.com/en-us/library/Windows/desktop/dd371581%28V=vs.85%29.aspx

    but the key Board launched when I touch the dialogue instead of text field.

    Please give me the solution?

    Pramod Hello,

    Thanks for posting your question on the Microsoft community.

    This question fits better to the developers on MSDN forums.

    I would recommend posting your question on the MSDN forums.

    MSDN forum
    https://social.msdn.Microsoft.com/forums/en-us/home?category=windowsdesktopdev

    Thank you

  • How can I get a session state value in my apex or DML text field

    I put a session state in my procedure, in my text field in my I want to get the value of the form region. I try in my text field of the form in the default region, I try

    BEGIN

    APEX_UTIL.GET_SESSION_STATE('USER_SECURITY_PIN');

    END;

    but this does not seem to get the PIN of the session

    How can I do this please

    dave_414 wrote:

    I put a session state in my procedure, in my text field in my I want to get the value of the form region. I try in my text field of the form in the default region, I try

    BEGIN

    APEX_UTIL.GET_SESSION_STATE('USER_SECURITY_PIN');

    END;

    but this does not seem to get the PIN of the session

    How can I do this please

    Depends on the Type of default property item.

    Use a static text with Substitutions of State of Session with a string substitution of static text:

    &USER_SECURITY_PIN.

    or the body of the PL/SQL function (for example):

    return apex_util.get_session_state('USER_SECURITY_PIN');

    or Expression of PL/SQL with a bind variable reference:

    :user_security_pin

  • How to write the Java script to reference the 1st page 2nd page text field?

    Hello

    I'm developing an interactive form of VISITOR info with webdynpro ABAP, his as well as 2 pages. Their hierarchy is,

    VISITOR_form
        |
        |
        |------Page_1
        |            |
        |            |
        |            |------Text_Field_A_1
        |            |
        |            |------Text_Field_A_2
        |
        |------Page_2
                     |
                     |
                     |------Text_Field_B_1
                     |
                     |------Text_Field_B_2
    

    Now, I chose the 'Text_Field_B_1' of page_2 and write the script Java, my requirement is; If Page_1's ' Text_Field_A_2' is set to 'Value_ABCD', THEN the 'Text_Field_B_1' of page_2 should be 'readOnly '. Pls let me know WHT is the Java script for this requirement?

    If (xfa.event.newText == "ABCD)."
    {

    VISITOR_form. Page_2.Text_FieldB_1.access = "readOnly";

    }

    Put the script on the Text_FieldA_2 change event

  • How can I activate a check box if the data have been entered in a different text field?

    Hello. I would use four check boxes on a form, each of which will enable (check) if the data have been entered in four text fields of form on a different page in the same form.

    Example:

    Page 1 will have a question like... How many apples did you eat last month? "Text1" = 3

    So, given that the user has responded to 3 in the field 'text1', "checkbox1" must now be verified on page 2.

    ... and so on for the other three.

    Note: The answers to the questions will be like a number. If the user enters 0 (zero), then I don't want the boxes to activate it. So, any greater than zero response will check the checkbox.

    Follow-up to question...

    Is it possible for a text field quite different form whether visible or not visible (default read-only text) based on the status of each check box mentioned above?

    Example:

    "checkbox1" will have a field of text next to it named "date1" with a date hidden. If "checkbox1" is checked (because of the above), then the date will be visible.

    ... and so on for the other three.

    Thank you very much!

    -You can use something like this as the custom of your text field validation script:

    if (event.value=="3") this.getField("checkbox1").checkThisBox(0, true);
    

    -Yes, but you shouldn't make it dependent on the box to check, but integrate it in the script above, like this:

    if (event.value=="3") {
        this.getField("checkbox1").checkThisBox(0, true);
        this.getField("date1").display = display.visible;
    } else {
        this.getField("date1").display = display.hidden;
    }
    

    If you also want to uncheck the checkbox where the value of the text field is not 3 then double online #2 but with the false instead of true value in the else block.

  • ORA-00481 and Patch 3659289 - how to check if the patch has been applied? --

    Dear all,

    Currently my client uses the oracle 10.2.0.4.0 database (RAC). However sometimes during treatment (the application attempts to write/change data), they are several ORA-00481 errors and then the database crashed. But I'd say it's an automatic restart sort of as the newspaper has said.

    Trying to get on a few articles on this subject and found one saying this is due to internal bugs, and the problem solved with patch 3659289 .

    So far, I couldn't find much information about this hotfix (3659289) and I need some help here.

    1. I wonder if it is the case of my customer database?
    2. how to check if this specific hotfix (3659289) has been applied?
    3. be appreciate if you have access to this patch and post the details here.

    Advise, Suggestion or jokes will be appreciated. Thanks in advance!

    Thank you and best regards,
    CT



    Some additional information:
    1 version of oracle 10.2.0.4.0 database

    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - Production 64-bit
    With the Real Application Clusters option

    2 CARS with two nodes.

    3. in the course of running on Solaris 10 sparc infrastructure.

    4. what error log says:

    Sun Dec 4 00:51:09 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms1_16541.trc file:
    Sun Dec 4 00:51:34 2011
    Track of dumping performs id = [cdmp_20111204003639]
    Sun Dec 4 00:52:03 2011
    kkjcre1p: unable to reproduce the jobq slave process
    Sun Dec 4 00:52:04 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_cjq0_16598.trc file:

    Sun Dec 4 00:54:58 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lmon_16525.trc file:
    ORA-29740: expelled by Member 1, group incarnation 74
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_j002_14521.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_j000_29799.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    WARNING: inbound connections has expired (ORA-3136)
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_j003_15093.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lck0_16841.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_pmon_16519.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms3_16549.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:54:59 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_psp0_16523.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:00 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms5_16557.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:00 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms4_16553.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lmd0_16527.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms0_16537.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    Errors in the /opt/app/oracle/admin/xxxxx/bdump/xxxxx1_lms1_16541.trc file:
    ORA-00481: LMON process ended with the error
    Sun Dec 4 00:55:01 2011
    RECO: termination litigation because of the error 481
    Sun Dec 4 00:55:07 2011
    Instance terminated by RECO, pid = 16588
    Sun Dec 4 00:55:18 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Interface type 1 bge2 configured 10.0.2.0 from OCR to serve a cluster interconnect
    Type 1 202.76.5.0 configured OCR bge0 interface to be used as a public interface
    SNA system picked latch-free 3
    Autotune undo retention is enabled.
    LICENSE_MAX_USERS = 0
    SYS audit is disabled
    ksdpec: called to the event 13740 before initialization of the event group
    Commissioning ORACLE RDBMS Version: 10.2.0.4.0.
    Parameters of the system with default values:
    process = 300
    sessions = 500
    SGA_MAX_SIZE = 5368709120
    __shared_pool_size = 1879048192
    shared_pool_size = 1073741824
    __large_pool_size = 16777216
    LARGE_POOL_SIZE = 16777216
    __java_pool_size = 134217728
    JAVA_POOL_SIZE = 134217728
    __streams_pool_size = 0
    SHARED_POOL_RESERVED_SIZE = 142606336
    SPFile = +DATA/xxxxx/spfilexxxxx.ora
    SGA_TARGET = 5368709120
    control_files = +DATA/xxxxx/controlfile/current.258.702223445
    DB_BLOCK_SIZE = 8192
    __db_cache_size = 3288334336
    db_cache_size = 3221225472
    compatible = 10.2.0.1.0
    Log_archive_dest = + REDOARCH/xxxxx/archlog
    log_buffer = 30543360
    db_file_multiblock_read_count = 16
    cluster_database = TRUE
    cluster_database_instances = 2
    db_create_file_dest = + DATA
    db_create_online_log_dest_1 = + REDOARCH
    db_recovery_file_dest_size = 2147483648
    = 1 thread
    instance_number = 1
    UNDO_MANAGEMENT = AUTO
    undo_tablespace = UNDOTBS1
    UNDO_RETENTION = 14400
    Remote_login_passwordfile = EXCLUSIVE lock
    db_domain =
    dispatchers = (PROTOCOL = TCP) (SERVICE = xxxxxXDB)
    LOCAL_LISTENER = LISTENER_xxxxx1
    remote_listener = LISTENERS_xxxxx
    session_cached_cursors = 100
    JOB_QUEUE_PROCESSES = 10
    CURSOR_SHARING = SIMILAR
    background_dump_dest = / opt/app/oracle/admin/xxxxx/bdump
    user_dump_dest = / opt/app/oracle/admin/xxxxx/udump
    core_dump_dest = / opt/app/oracle/admin/xxxxx/cdump
    audit_file_dest = / opt/app/oracle/admin/xxxxx/adump
    db_name = xxxxx
    open_cursors = 500
    pga_aggregate_target = 1073741824
    Communication of cluster is configured to use the following interfaces for this instance
    10.0.2.235
    Sun Dec 4 00:55:25 2011
    cluster interconnect IPC version: Oracle UDP/IP (generic)
    CPI for the seller 1 proto 2
    PMON started with pid = 2, OS id = 19662
    DIAG started with pid = 3, OS id = 19664
    PSP0 started with pid = 4, OS id = 19666
    LMON started with pid = 5, OS id = 19668
    LMD0 started with pid = 6, OS id = 19670
    LMS0 started with pid = 7, OS id = 19672
    LMS1 started with pid = 8, OS id = 19676
    LMS2 started with pid = 9, OS id = 19688
    LMS3 started with pid = 10, OS id = 19692
    LMS4 started with pid = 11, OS id = 19696
    LMS5 started with pid = 12, OS id = 19700
    MA started with pid = 13, OS id = 19704
    DBW0 started with pid = 14, OS id = 19706
    DBW1 started with pid = 15, OS id = 19708
    DBW2 started with pid = 16, OS id = 19718
    LGWR started with pid = 17, OS id = 19720
    CKPT started with pid = 18, OS id = 19722
    SMON started with pid = 19, OS id = 19724
    RECCE has started with pid = 20, OS id = 19726
    CJQ0 started with pid = 21, OS id = 19728
    MMON started with pid = 22, OS id = 19730
    Sun Dec 4 00:55:28 2011
    commissioning 1 dispatcher (s) for '(ADDRESS =(PARTIAL=YES) (PROTOCOL = TCP))' network address...
    MMNL started with pid = 23, OS id = 19732
    Sun Dec 4 00:55:28 2011
    commissioning or shared server 1...
    Sun Dec 4 00:55:28 2011
    DISM started, OS id = 19746
    Sun Dec 4 00:55:52 2011
    LMON recorded with NM - 1 instance id (internal mem not 0)
    Sun Dec 4 00:55:53 2011
    Reconfiguration began (old Inc. 0, Inc. new, 78)
    List of nodes:
    0 1
    Global Resource Directory frozen
    allocate domain 0, invalid = TRUE
    Restored communication channels
    * field validates according to the instance 1 0
    * domain 0 valid = 1 according to instance 1
    Sun Dec 4 00:55:53 2011
    Diffuse master hash resource bitmaps
    Blocks of non-local process cleaned
    Sun Dec 4 00:55:53 2011
    Shadows GCS LMS 0 0: cancelled, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows SCM 4: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows GCS 3: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows GCS 1: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows BSC 5: 0, 0 closed
    Sun Dec 4 00:55:53 2011
    Cancelled LMS shadows SCM 2: 0, 0 closed
    Set of master node info
    Subject to all requests for remote enqueue
    DWN-cvts replayed, questionable VALBLKs
    All enqueues grant awarded
    Sun Dec 4 00:55:53 2011
    LMS crossed shadows 5: 0, replayed 0 GCS
    Sun Dec 4 00:55:53 2011
    LMS crossed shadows 3: 0, replayed 0 GCS
    Sun Dec 4 00:55:53 2011
    Crossed shadows SCM 2: 0, replayed 0 LMS
    Sun Dec 4 00:55:53 2011
    LMS 0: 0 GCS shadows traveled 0 replayed
    Sun Dec 4 00:55:53 2011
    Crossed shadows SCM 4: 0, replayed 0 LMS
    Sun Dec 4 00:55:53 2011
    LMS crossed shadows 1: 0, replayed 0 GCS
    Sun Dec 4 00:55:53 2011
    Subject to all requests for remote-cache GCS
    Post SMON start 1 IR pass
    Fix write in SCM resources
    Reconfiguration complete
    LCK0 started with pid = 26, OS id = 19984
    Sun Dec 4 00:55:55 2011
    Oracle Data Guard is not available in this edition of Oracle.
    Sun Dec 4 00:55:55 2011
    ALTER DATABASE MOUNT
    Sun Dec 4 00:55:56 2011
    From FILIPE background process
    FILIPE started with pid = 28, OS id = 19995
    From RBAL background process
    RBAL started with pid = 29, OS id = 19999
    Sun Dec 4 00:55:59 2011
    SUCCESS: diskgroup DATA has been mounted
    Sun Dec 4 00:56:03 2011
    Assessment target incarnation to 7
    Sun Dec 4 00:56:04 2011
    Mount of redo thread 1, with mount id 3288132717
    Sun Dec 4 00:56:04 2011
    Database mounted in shared Mode (CLUSTER_DATABASE = TRUE)
    Completed: ALTER DATABASE MOUNT
    Sun Dec 4 00:56:05 2011
    ALTER DATABASE OPEN
    Selected broadcast the validation schema to generate notifications SNA
    Sun Dec 4 00:56:06 2011
    LGWR: FROM PROCESS ARCH
    Arc0 started with pid = 33, OS id = 20135
    Sun Dec 4 00:56:06 2011
    Arc0: Started archiving
    Arc1: Started archiving
    LGWR: FROM PROCESS ARCH COMPLETE
    Arc1 started with pid = 34, OS id = 20137
    Sun Dec 4 00:56:06 2011
    SUCCESS: diskgroup REDOARCH rose
    Thread 1 is open to the sequence of journal 23830
    Currently Journal # 3 seq # 23830 mem # 0: +REDOARCH/xxxxx/onlinelog/group_3.261.709928305
    Opening of redo thread 1
    Sun Dec 4 00:56:07 2011
    SMON: enabling cache recovery
    Sun Dec 4 00:56:07 2011
    Arc0: become the "no FAL' ARCH
    Arc0: become the "no SRL" ARCH
    Sun Dec 4 00:56:07 2011
    Arc1: Become the heartbeat ARCH
    Sun Dec 4 00:56:09 2011
    Successfully onlined Undo Tablespace 1.
    Sun Dec 4 00:56:09 2011
    SMON: enabling the recovery of tx
    Sun Dec 4 00:56:09 2011
    Database charset is UTF8
    off replication_dependency_tracking (no replication multimaster async found)
    From QMNC background process
    QMNC started with pid = 35, OS id = 20185
    Sun Dec 4 00:56:15 2011
    Errors in the /opt/app/oracle/admin/xxxxx/udump/xxxxx1_ora_20121.trc file:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-12663: Services required by the customer not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS." OLAPIHISTORYRETENTION', line 1
    ORA-06512: at line 15 level
    Sun Dec 4 00:56:15 2011
    Completed: ALTER DATABASE OPEN

    Hi, Eric.

    Sory for these last response time.

    If you are looking for a special patch that is exists or not, you must run below

    ORACLE_HOME and ORACLE_SID and opatch as mention in my previous post, that it is the value

    lsinventory opatch | grep patch_no

    If she reports record than his average you past. If its does not provide that the problem is that you do not have this patch

    Respect of
    HELIOS

Maybe you are looking for

  • Can satellite L500-19Z - I play Blitzkrieg?

    I know very little about computers and I was just wondering if I could play the 1st game of blitzkrieg on this laptop? I liked the game when it's 1 out but used to playing on a friends with stats supercomputer as much as it stunned me. I apologose fo

  • Modifier UN figure of the NumericEdit according to the cursor

    Hello Plug-in currently a NumericEdit on which I could do Venet UN number according to the location of the cursor. For example if I '1000,0' in the NumericEdit, I place the cursor on the dozen or so and I do Venet the mouse wheel then I see you incre

  • ODBC SQL Server for Solaris 64-bit drivers

    Does anyone know if there is a driver available for ODBC SQL Server for Solaris 64 bit server? Thank you CB [edit: moved to SQL Server questions]

  • When installing CombatFS WWII error does not

    I also know I have available. memory... that I recently did a lot of files, disk clean-up and ran out of frag. * original title - I have the game of series of CombatFS WWII Europe (detail). When I try to intsaller it (setup.exe) it goes to a page of

  • Search does not work in the Netflix for Media Center app

    Under Win 7 Pro and IE 11 2 machines & Win 7 Pro 64-bit & IE 11 on a single machine. Same thing happens on all 3 machines. When I connect to Netflix in Media Center and try to search, I get the following error message. "There is a problem with the ap