How to purge the tables using odi?

Hello

I want to purge the data in the target. That data my political is to remember that the only 90 days. I have to keep the only 90 days of data. How can I do this in ODI. I don't have a single column DATE.

Thank you

Kind regards
AMSII

If your existing date field can be used to identify records to be served, then you can simply create a procedure in ODI along the lines of

delete of < %="odiRef.getSchemaName" ()="" %=""> . * your_table * where your_date_field< (sysdate="" -="">

It of the easiest way, but beware of your index finger on the table, that they don't get too fragmented. You might also consider using a strategy of daily score on the table that would allow you to remove partitions over 90 days, which would be much faster.

Tags: Business Intelligence

Similar Questions

  • How to know the tables used in packages of a schema.

    How to know the tables used in packages of a pattern that I have connected.

    SELECT DISTINCT referenced_owner, referenced_name

    Of all_dependencies

    Owner WHERE = "MY_USER_NAME".

    AND type ('PACKAGE', 'BODY of PACKAGE')

    AND referenced_type = 'TABLE '.

  • How to purge the table ECX_OUTQUEUE of the ECX_OUTBOUND AGENT

    How to purge the table ECX_OUTQUEUE of the ECX_OUTBOUND AGENT

    904632 wrote:

    How to purge the table ECX_OUTQUEUE of the ECX_OUTBOUND AGENT

    Please see (how to recreate the ECX Related queues? (Doc ID 1354312.1)).

    Thank you

    Hussein

  • How to create the Table using the column Drag and Drop feature

    Hello:
    I'm new to Data Modeler tool Oracle SQL dev and would like to know if there is a way to create a new table by reusing existing columns or groups of columns. The idea is to maintain consistency and save time of table design. If the columns created previously can be reused and require, drag and drop column in the right pane, then only new columns must be created manually.

    Any thoughts on this will be appreciated.

    Thank you!

    Yes - just change the name of the model table in the script (t_name = "table_template") then save this new transformation for later use.

    I don't know how to apply only some of the tables. Seems like something you could do to a secondary view level?

    Perhaps someone else on the forum can advise how to change the script to work on a subview only instead of the whole model.

  • How to view the table using state machine

    Hello

    I tried display all required number in the table to the State 'entry', but only can show more than one current. How can I fix this, thank you

    I return the VI you (saved LV 2011... the typedef remains the same, you can keep your)... Do you understand the change?

  • How to truncate the table using SQLJ

    Here is a snippet of code SQLJ trying to truncate a table before filling with new records.

    However, while the class compiles fine, I get an error PLS-00103 on execution.

    Your expertise is very welcome and necessary for what seems like a simple problem, for which I can't find an answer.

    import java. IO;
    import java.sql. *;

    public class FadsDirListing
    {
    public static getContentsList (String directory) Sub throws SQLException
    {
    *#sql {FADS_DIR_CONTENTS TRUNCATE TABLE}; * - WHY NOT THIS STATEMENT?
    File [] files = new File (directory) .listFiles ();
    for (int i = 0; (file! = null) & & (I < files.length); (++ I)
    {
    File f = files;
    String filName = f.getName ();
    long filSize = f.length ();
    ModDate timestamp = new Timestamp (f.lastModified ());
    String filType = f.isDirectory ()? "D" : "F";

    {INSERT #sql
    IN FADS_DIR_CONTENTS (FILE_SIZE, TYPE_DE_FICHIER, FILE_NAME, LAST_MODIFIED)
    VALUES (: filName,: filSize,: filType,: ModDate)
    };
    #sql {COMMIT
    };
    }
    }
    }

    Thank you for your help - I appreciate it very much.

    Dave

    You must run a command DDL by NDS. If you wrap it in a PL/SQL block and use NDS to run it, it should work.


    BEGIN
    EXECUTE IMMEDIATE "DDL STATEMENT";
    END;

  • How to insert image from mysql into the table using php and create the checkbox in the table?

    How can I insert image from mysql into the table using php and create the checkbox for each data as a vote? Here is my code...

    WELCOME

    connect_error) {die ("connection failed:".)} $conn-> connect_error); } $sql = "SELECT no, Calon, ID, of course, the Image OF THE candidates." $result = $conn-> Query; If ($resultat-> num_rows > 0) {echo ' '; export data of each line while ($row = $result-> fetch_assoc()) {"echo"}}
    NO Candidate INFO Vote
    " . $row ["no"]. "-" . $row ["Calon"]. "
    -" . $row ['ID']. "
    -" . $row ['class']. "
    "; } ECHO ' ' ;} else {echo '0 results' ;} $conn-> close();?} >

    hope someone can help me because I am a newbie in this program... need to finish this project... Thank you.

    If you have saved the file name in the database, it's pretty simple.

    echo '' . $row['description'] . '';
    

    Is the same for the box:

    echo '';
    

    If you have saved the image file in the database, it is much more complicated. I recommend you store only the file name in the database.

  • In the Sierra how to purge the Macintosh HD

    I have a MacBook Pro (retina, 15 inches, early 2013) and am upgrading of El Cap of Sierra.

    Sierra storage tab "about this Mac" said that the Macintosh HD 70 GB which is purgeable.

    How to purge the Macintosh HD?

    http://www.Macworld.com/article/3101944/Macs/how-to-use-optimized-storage-in-Mac os - sierra.html

    If you look closely at the screenshot above, you can see a small white-with-gray-striped section. This is what Apple calls Purgeable, and it indicates that these are really old files that you possibly can archive, save it in the cloud or delete to free up storage space.

    You need to do the above manually

  • How to clear the table dhcp clients

    Does anyone know how to clear the Table of Clients DHCP?

    I have a WRV54G.

    Concerning

    I understand this is a very old post, but since I found it when I was looking for the same answer in 2009, I thought go ahead and give my $.02 worth.

    I have a different router, so it may not be present in your.

    I use a version of the firmware WRT54GLwith 4.30.7 and finally found on the status under "Local network" page a link to the DHCP table. You can click on that and delete existing IP addresses.

  • How to design the table from the answer to the question table.

    Hi all

    I am creating an application for student review online.

    There are two types of questions, the only choice of response and multi choice answers.

    My question is less than
    create table question_master
    (
    exam_id number references exam_master(exam_id),
    marks_of_each_question number,
    type_of_question char(1),-- single choice answer/multiple choices answer
    q1 varchar2(2000),
    q2 varchar2(2000),
    q3 varchar2(2000),
    q4 varchar2(2000))
    my table to answer (I'm not satisfied with who is below
    create table answers_of_questions
    (
    answer_id number primary key,
    question_ID number referenes question_master(question_id),
    answer varchar2(4000) not null,
    is_answer_correct char(1),--y/n,
    student_selection char(1),--y/n   student select it or not
    ....
    ...
    now, I'm perfectly how to create the RESPONSE table to contain the answers.
    the only choice is good, but several checkboxes choices, what to do?
    How to design the table from the answer?

    do I have to create 2 tables to contain the answers?
    Note: the QUESTIONS and ANSWERS, all will be entered by the teacher. students will make a choice and I will store this choice in another table
    may be called STUDENT_SELECTED_ANSWERS or something like that.
    If anyone has some reference to the script retail scheme review online, kindly share with me.

    Kind regards.

    Kind regards.

    If you need to have answers in another table:

    Student (student_id, name, etc...)
    Review (exam_id, exam_name, etc...)
    Question (question_id, exam_id, question_text)

    Response (question_id, a_text, b_text, c_text, d_text, a, b, c, d).<-- one-to-one="" with="" question="" table,="" a-d="" flags="" used="" to="" indicate="">
    OR
    Response (question_id, answer_id, answer_text, OK)<-- many-to-one="" with="" question="" table,="" correct="" flag="" used="" to="" indicate="" correctness="" for="" this="" single="">

    Student_Answer (student_id, question_id, a, b, c and d)
    OR
    Student_Answer (question_id, student_id, answer_id)<-- creation="" of="" a="" question_id+answer_id="" in="" this="" table="" implies="" the="" student="" checked/selected="" it="" as="" an="">

    To what extent you want to standardize, it is up to you.

  • How to add the table radio button.

    Hello

    I want to update the record if I want that an option of button raduio shaped tabular .There is no option for tabular.
    How to add the table radio button.


    Thank you

    Published by: 805629 on February 3, 2011 04:56

    Use APEX_ITEM. BOX API in the definition of SQL query for the form of tables

  • How to check the table have are all views in oracle

    Hello
    How to check the table have are all views in oracle
    SELECT * FROM user_dependencies
    WHERE type='VIEW'
    AND referenced_type='TABLE'
    AND referenced_name ='Your_Table_Name' 
    

    You can use dba_dependencies to find views in the different schema.

  • Change the Tables using Incontext?

    How I can change tables using Incontext or is there a better way to display the information?  I have the code from the table below.

    Thank you

    Jeremy

    < table width = "100%" border = "0" >
    < b >
    < td colspan = "4" align = "center" > < strong class = "schedule_header" > Varsity schedule/results < facilities > < table >
    < /tr >
    < class tr = "schedule_text" >
    < td align = "center" class = "schedule_text" > < Date strong > < / strong > < table >
    < td align = "center" > < strong > time < facilities > < table >
    < td align = "center" > < strong > opponent < facilities > < table >
    < td align = "center" > < strong location > < / strong > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 4, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Richfield </span > < table >
    < td align = "left" > < span class = "schedule_text" > Richfield high school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 11, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > St. Thomas Academy </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 18, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Tartan </span > < table >
    < td align = "left" > < span class = "schedule_text" > Tartan school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 25, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Henry Sibley </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, October 2, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Mahtomedi </span > < table >
    < td align = "left" > < span class = "schedule_text" > Mahtomedi </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, October 9, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > North High School </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Wednesday, October 14, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > South St. Paul </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Wednesday, October 21, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:30 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Chanhassen </span > < table >
    < td align = "left" > < span class = "schedule_text" > Chanhassen high school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < table >
    < td align = "left" > < table >
    < td align = "left" > < table >
    < td align = "left" > < table >
    < /tr >
    < b >
    < td colspan = "4" align = "center" class = "schedule_header" > < strong B team schedule/results > < / strong > < table >
    < /tr >
    < b >
    < td align = "center" class = "schedule_text" > < Date strong > < / strong > < table >
    < td align = "center" class = "schedule_text" > < strong > time < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong > opponent < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong location > < / strong > < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 3, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > < table > Richfield
    < td align = "left" class = "schedule_text" > school Richfield < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 10, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > Academy St. Thomas < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 17, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > < table > Tartan
    < td align = "left" class = "schedule_text" > high school Tartan < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 24, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > Henry Sibley < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, October 1, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > < table > Mahtomedi
    < td align = "left" class = "schedule_text" > Mahtomedi high school < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, October 8, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > North High School < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Tuesday, October 13, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > South St. Paul < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < /tr >
    < b >
    < td colspan = "4" align = "center" class = "schedule_header" > < rank of 9th forts > calendar/results < facilities > < table >
    < /tr >
    < b >
    < td align = "center" class = "schedule_text" > < Date strong > < / strong > < table >
    < td align = "center" class = "schedule_text" > < strong > time < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong > opponent < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong location > < / strong > < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 4, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > < table > Richfield
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 11, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > Academy St. Thomas < table >
    < td align = "left" class = "schedule_text" > St. Thomas Conservatorium < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 18, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > < table > Tartan
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 25, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > Henry Sibley < table >
    < td align = "left" class = "schedule_text" > high school Henry Sibley < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, October 2, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > < table > Mahtomedi
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, October 9, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > North High School < table >
    < td align = "left" class = "schedule_text" > < table > TBA
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Wednesday, October 14, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > South St. Paul < table >
    < td align = "left" class = "schedule_text" > SSP - Ettinger Field < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < /tr >
    < /table >

    Event is on line.

    You could use a region group repeated on the TBODY element around each section of calendar/results and have a region that is repeated for each event. The cells in a table to the line of the event could be regions editable for details of the event.

    In this way, you can add, remove, rearrange and change events.

    You cannot use another repeating region group to manage the categories of events (Add/Remove) (Varsity, team B, 9th year) because of the repeating region groups cannot be nested.

    Here is the code:


                                         

                                            Varsity schedule/results
                                         
                                         
                                            Date
                                            Time
                                            Opponent
                                            Location
                                         
                   
                                         
                                            Friday, September 4, 2009
                                            19:00
                                            Richfield
                                            Richfield High School
                                         
                                         
                                            Friday, September 11, 2009
                                            19:00
                                            School of Saint Thomas
                                            Current High School
                                         
                                         
                                            Friday, September 18, 2009
                                            19:00
                                            Tartan
                                            Tartan high school
                                         
                                         
                                            Friday, September 25, 2009
                                            19:00
                                            Henry Sibley
                                            Current High School
                                         
                                         
                                            Friday, October 2, 2009
                                            19:00
                                            Mahtomedi
                                            Mahtomedi
                                         
                                         
                                            Friday, October 9, 2009
                                            19:00
                                            North High School
                                            Current High School
                                         
                                         
                                            Wednesday, October 14, 2009
                                            19:00
                                            South St. Paul
                                            Current High School
                                         
                                         
                                            Wednesday, October 21, 2009
                                            19:30
                                            Chanhassen
                                            Chanhassen High School
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                   
                                         
                                            B team schedule/results
                                         
                                         
                                            Date
                                            Time
                                            Opponent
                                            Location
                                         
                   
                                         
                                            Thursday, September 3, 2009
                                            16:00
                                            Richfield
                                            Richfield High School
                                         
                                         
                                            Thursday, September 10, 2009
                                            16:00
                                            School of Saint Thomas
                                            Current High School
                                         
                                         
                                            Thursday, September 17, 2009
                                            16:00
                                            Tartan
                                            Tartan high school
                                         
                                         
                                            Thursday, September 24, 2009
                                            16:00
                                            Henry Sibley
                                            Current High School
                                         
                                         
                                            Thursday, October 1st, 2009
                                            16:00
                                            Mahtomedi
                                            Mahtomedi High School
                                         
                                         
                                            Thursday, October 8, 2009
                                            16:00
                                            North High School
                                            Current High School
                                         
                                         
                                            Tuesday, October 13, 2009
                                            16:00
                                            South St. Paul
                                            Current High School
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                   
                                         
                                            9th grade schedule/results
                                         
                                         
                                            Date
                                            Time
                                            Opponent
                                            Location
                                         
                   
                                         
                                            Friday, September 4, 2009
                                            15:45
                                            Richfield
                                            Current High School
                                         
                                         
                                            Friday, September 11, 2009
                                            15:45
                                            School of Saint Thomas
                                            St. Thomas Academy
                                         
                                         
                                            Friday, September 18, 2009
                                            15:45
                                            Tartan
                                            Current High School
                                         
                                         
                                            Friday, September 25, 2009
                                            15:45
                                            Henry Sibley
                                            Henry Sibley High School
                                         
                                         
                                            Friday, October 2, 2009
                                            15:45
                                            Mahtomedi
                                            Current High School
                                         
                                         
                                            Friday, October 9, 2009
                                            15:45
                                            North High School
                                            TBA
                                         
                                         
                                            Wednesday, October 14, 2009
                                            15:45
                                            South St. Paul
                                            SSP - field Ettinger
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                       
                                    

    Kind regards

    Dan Popa

  • Trying to create the table using Clause any Union with Select multiple stmts

    The motion seeks to get the substring of the value to for example.
    If the value is * ASA 2 * then so do ASA
    where as if the value is * 1.5 TST * it sholud come as TST as wise for others too.
    I am trying to execute stmt SQL written but in error as below:

    * ' ORA-00998 must appoint this expression with the alias column 00998.00000 - must appoint this expression with the column alias. "

    CREATE TABLE TEST_CARE AS
    (
    SELECT row_id, old_care_lvl, SUBSTR(old_care_lvl,3), len test_care_lvl FROM
    WHERE LENGTH (old_care_lvl) = 5
    UNION ALL
    SELECT row_id, old_care_lvl, SUBSTR(old_care_lvl,3), len test_care_lvl FROM
    WHERE LENGTH (old_care_lvl) = 7
    UNION ALL
    SELECT row_id, old_care_lvl, SUBSTR(old_care_lvl,3), len test_care_lvl FROM
    WHERE LENGTH (old_care_lvl) = 14
    UNION ALL
    Row_id SELECT, old_care_lvl, SUBSTR (old_care_lvl, 3), LEN test_care_lvl
    WHERE LENGTH = 7 AND old_care_lvl (old_care_lvl) = "Regular."
    );

    I want to create the table using the above given the multiple selection by using the Union ALL clause, but trying to create run query error like "ORA-00998 must appoint this expression with the alias column 00998.00000 - must appoint this expression with the column alias.

    Please guide me how to approach to solve this problem.
    Thanks in advance.

    Try this->

    CREATE TABLE TEST_CARE
    AS
      select *
      from (
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3), len FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =5
              UNION ALL
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3), len FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =7
              UNION ALL
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3), len FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =14
              UNION ALL
              SELECT row_id, old_care_lvl,SUBSTR(old_care_lvl,3),LEN FROM test_care_lvl
              WHERE LENGTH(old_care_lvl) =7 AND old_care_lvl ='Regular'
          );
    

    N.B.: Not tested...

    Kind regards.

    LOULOU.

  • How will I know if my Airport Extreme has the latest firmware?  And (not related) how to change the password used to connect to my network?

    I think I bought the latest version of Airport Extreme.  It is the unit which is rectangular, is about 6 to 7 w., etc.  I have some basic questions that I do not understand:

    1. How will I know if I have the latest firmware for this device?  I read a few posts that make it sound as if it was just automatically updates.  Is this true?

    2. can someone tell me how to change the password used to connect to my wireless network?

    Thank you very much!

    Chris

    If a firmware update is available, AirPort Extreme flashes orange.

    The most up-to-date version of the firmware is 7.7.3.

    You can see what version you currently have the following on your Mac...

    Open Finder > Applications > utilities > AirPort Utility

    Click on the image of the AirPort Extreme

    Look for the Version

    If the new firmware was available, you will see a button update here

    To change the wireless network password...

    Click on edit in the window smaller than you watched just to check the firmware version

    Click on the Wireless tab at the top of the next window

    Go back / change the wireless password and enter a new password

    Do the same thing to check

    Click Update at the bottom right of the window and give the airport a minute full for restart

Maybe you are looking for