HELP in Merge statment

due to some issue its removed.
NIL

I heard that the MERGE statement inserts some rows and updates others in a single operation.It seems that doc confirm that you heard well, obviously.
Take a look to the documentation :
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9016.htm#SQLRF01606
In this way can the following query can be wrritten using the MERGE statment.Hmmm, how quite huge are your queries... I won't take all my (work) day to try to write a merge for you, maybe you can try it yourself ?
Nicolas.

Similar Messages

  • Merge statment doesnt work

    Hi all.
    I have 2 tables for the merge:
    CREATE TABLE DAM_ACCESOS_LASTLOGIN
    FECHA DATE,
    USUARIO VARCHAR2(100)
    TABLESPACE COLOSO
    CREATE TABLE DAM_ACCESOS_LASTLOGIN_STAGE
    FECHA DATE,
    USUARIO VARCHAR2(100)
    TABLESPACE COLOSO
    Atm DAM_ACCESOS_LASTLOGIN is empty and i im trying to populate it with the data from DAM_ACCESOS_LASTLOGIN_STAGE. For that im using a merge statment like this:
    merge into dam_accesos_lastlogin f
    using dam_accesos_lastlogin_stage s
    on (f.usuario=s.usuario)
    when matched then
    update set f.fecha=s.fecha
    when not matched
    then insert (f.fecha,f.usuario)
    values (s.fecha,s.usuario);
    The DAM_ACCESOS_LASTLOGIN_STAGE have 29 millions rows, and sql said only 2millions have been merged. But when i select DAM_ACCESOS_LASTLOGIN instead of date,user only one time i have the same user with distinct dates.
    For example:
    30/10/2007|[email protected]
    01/11/2007|[email protected]
    28/10/2007|[email protected]
    26/10/2007|[email protected]
    24/10/2007|[email protected]
    23/10/2007|[email protected]
    25/10/2007|[email protected]
    21/10/2007|[email protected]
    22/10/2007|[email protected]
    29/10/2007|[email protected]
    16/10/2007|[email protected]
    04/11/2007|[email protected]
    Im trying to have only one date and one user on DAM_ACCESOS_LASTLOGIN , and update the date if the user existes in DAM_ACCESOS_LASTLOGIN_STAGE, but dunno why dont work
    In DAM_ACCESOS_LASTLOGIN_STAGE i have same user, diferent dates and in DAM_ACCESOS_LASTLOGIN only want one date x user.
    Any help will be awesome.
    Thanks
    Message was edited by:
    user496863

    The merge statement does not row by row processing, it is doing all at once.
    If you have the same user multiple times in your start table DAM_ACCESOS_LASTLOGIN_STAGE, then it will insert it multiple times.
    To avoid it you should select each user only once, e.g.:
    merge into dam_accesos_lastlogin f
    using (select usuario, max(fecha) fecha from dam_accesos_lastlogin_stage group by usario) s
    on (f.usuario=s.usuario)
    when matched then
    update set f.fecha=s.fecha
    when not matched
    then insert (f.fecha,f.usuario)
    values (s.fecha,s.usuario);Btw: I like the name of your tablespace! COLOSO is much better than my usual DATA_HUGE.

  • Help on Merge Statement ,I got 'ORA-00904: invalid column name' Error

    Pls help
    In Oracle 9i i implement the following qry
    MERGE INTO jobs A
    USING (select order_no,jOB_SEQ_NO from jobs_dlt) B
    ON (A.ORDER_NO = B.ORDER_NO and A.JOB_SEQ_NO =B.JOB_SEQ_NO )
    WHEN MATCHED THEN
    UPDATE SET
              A.ORDER_NO= B.ORDER_NO ,
              A.JOB_SEQ_NO= B.JOB_SEQ_NO           
    WHEN NOT MATCHED THEN
    INSERT (
              A.JOB_SEQ_NO ,
              A.ORDER_NO
    VALUES (
              B.JOB_SEQ_NO ,
              B.ORDER_NO
    but i got 'ORA-00904: invalid column name' Error
    JOBS table Contain the above Column
    how i implement the Merge Statment
    Thanks in advance
    By
    Sekar

    I seem to recall this error being spuriously (well unhelpfully) thrown if you tried to UPDATE a key that you used in the ON clause, but I could be mistaken.
    For us to recreate this you would need to supply the exact version and scripts to create the tables in question.

  • HElp in MERGE statement.

    I want to user MERGE statment. I want to merge values in another database of table on the netwrok. When i am going to run my script the following error araise.
    ORA-02071 error initializing capabilities for remote database string
    How can u user MERGE.
    scott@ORA92> MERGE into emp@DB_LINK c
    USING scott.emp e
    on (c.empno = e.empno)
    WHEN MATCHED THEN
    UPDATE SET
    c.ename = e.ename,
    c.job = e.job,
    c.mgr = e.mgr,
    c.hiredate = e.hiredate,
    c.sal = e.sal,
    c.comm = e.comm,
    c.deptno = e.deptno
    WHEN NOT MATCHED THEN
    insert values(e.empno,e.ename,e.job,e.mgr,e.hiredate,e.sal,e.comm,e.deptno)

    ORA-02071:     error initializing capabilities for remote database string
    Cause:     Could not load a remote-specified capability table.
    Action:     Contact Oracle Support Services for the remote SQL*Connect product.

  • Help with Merging Two Accounts....

    Hi,
    We ended up with two my Best Buy accounts.
    I called up and talked with someone, who said they would merge the accounts....
    A few hours later, when I logged in, the website said I had two accounts and to choose one to view.
    That lasted for about 4 days,
    Then, the website didn't ask anymore and just logged into one account ... which I thought meant the merge had occured.
    HOWEVER, none of the purchases on the"other" account are on the primary account, which was the point of te

    Hi scXenon,
    I used the email address you registered with the forum to review your information, and I do see that you currently have two active My Best Buy™ accounts.  If the primary information shared between the two accounts matches, then we should have no problem merging them.  That process would involve closing one account, and then moving any unused points/certificates from the closed account to the active primary account.
    I do see that you have an open case with our Account Maintenance department and I trust that they will be able to help successfully merge your accounts; however, I am going to send you a private message to see if there is anything I can help with.  To check your private messages, you would want to login to the forum and click on the yellow envelope icon located at the top of the page.
    Merging My Best Buy™ Accounts
    Thank you for posting!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Need help with merging itunes accounts.

    Hello.  I was wondering if any of you mac experts can help me.  My husband and I recently purchased a new mac and are having trouble figuring out how to merge our information into our computer's itunes.  I set up the computer under my apple ID/email.  However we both have separate apple id's linked with the same bank account information.  The problem is, itunes on our computer isn't recognizing any of the purchases through my husband's apple id, even though they were paid for through the same account.  I haven't been able to figure out whether or not I can add his apple id/email to itunes and merge the two, since a substantial amount of music/apps/etc were purchased under his ID.  Surely it's possible to have more than on apple id on one family's computer?  Anyone know?  Hopefully I worded this clearly enough.  Thanks!

    Open the NetInfo Manager in the /Applications/Utilities/ folder, click the padlock, type in your password, and then locate that account in the list of users. Delete that account and only that account; don't make any other changes. The account's home folder will remain on the drive.
    (11474)

  • Need help in merging two database

    Dear All,
    Can any one please let me know the methodology/Best practices for merging two databases.
    We are having two oracle Database A and B, the data from
    Database A has to be migrated to Database B using PL/SQL scripting.
    it will be a great help,Thanks in advance!

    Hi,
    Use the DB Links and try to use the "MERGE" that is better.
    you can clone it right, almost you are getting the same data from A to B and then you are going to Update is I am correct. Does the "B" consist the data, If yes then you can't clone on exiting DB, As i said above go for DB links and write custom scripts as per your requirement.
    Refer for DB links
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm#sthref4108
    - Pavan Kumar N

  • Need help in insert statment query

    Hi,
    I have a table T1 with values like
    col1
    1
    2
    3
    4
    I need to write insert statment for t2 as
    insert into t2(col1,col2) values ('AA',select col1 from t1);
    The output of T2 should be
    col1 col2
    AA 1
    AA 2
    AA 3
    AA 4
    Any help in modifying the query.
    Ashish

    What is wrong with this?
    INSERT INTO id_own_dw.id_t_dw_org_dq_tgt
           (cost_center_cod_vc_old,
            cost_center_cod_vc_new
         SELECT '3016052',<<<_-- this you can replace with your varibale in pl/sql block
                cost_center_cod_vc
           FROM id_own_dw.id_t_dw_msl_org_cctr2mkdiv
          WHERE busi_unit_cod_vc = '3016496'

  • Can someone help with Merging Files

    Why can't I merge folders ike it says in Help under Folder Basics.
    "Merge two folders
    If you have two folders with identical names at two different locations, you can merge them into a single folder. To do so, you must copy (not move) one folder to the location that already contains a folder with the same name. In the dialog that appears, click Merge.
    The Merge option appears only if one of the folders contains items that are not in the other folder. If the folders contain different versions of identically named files, the only options are Stop or Replace."
    yes they are named identically.
    yes they contain some files that are the same and some that are not the same.
    yes some of the same files in each folder are the same versions and some are not the same versions
    Running osx 10.9.2.
    Does having the location on two different Hard Drives make any difference? The help does not mention that being a problem.

    I suspect you may need to do the usual 'keyboard mashing' to make OS X copy (not move) the folders in question.
    Try the usual modifiers, command, alt, ctrl (and combinations of them) as you drag until you get the indication a move will happen. I think alt will do it (that shows a green icon on the dragged file/folder).
    Does this help make it any clearer…
    http://www.switchingtomac.com/tutorials/osx/understanding-replace-replace-merge- os-x-mavericks/
    P.S. copy is the default behavior across different volumes.

  • EXCEL sheets Merge statment

    Hi There
    I would like to compare two excel sheets
    Sheet1 - Current day records
    Sheet2 - Last day records
    My requirement is this : Comparing sheet1 and sheet2
    1. updating the changes and inserting new records into current day with respect to last day.
    2. I have idea of using Merge. But, use it with PL/sql for comparing two excel sheets how?
    Please help
    Thanks
    Raj

    Rangarajan wrote:
    If you want SQL or PL/SQL to process the data then it really needs to be on the database.
    __What ever it may be i need solution.*I am ok for creating two addtional tables to run the show.*Well you write the solution, we just give you the information you will need to do it. Unless of course you want to pay for our services? (hint: a little less of the bold agressive posturing would go down better; asking nicely works for most people)
    So, although you say it's excel sheets, are you really talking about CSV files (which are not Excel sheets, but Character Seperated Values)?
    its not csv its xls only_
    If you are dealing with CSV's then you could create external tables that read the data from the files and then do the comparisons mentioned above, especially if you are looking to MERGE the data, because SQL commands such as insert, merge etc. don't work on flat files.
    its ok* Ok, Excel (.xls) files are a proprietary Microsoft binary format file. These can't just be read into the database as they are. If your database was on a windows platform you could set up an Excel ODBC connection to the .xls files and then treat them as external databases. As you're on solaris you won't really be able to do that. You only option therefore is to export your data to CSV or other flat file format so that the database can read the data from those. CSV is preferable as you will be able to use Oracles External tables to load the data.
    You don't have to share your actual data with us, just give us some idea of the infrastructure you are dealing with. You haven't even told us if you've got the data loaded into database tables yet...
    its ora 9i / solaris*
    Let me put some more clarity on the objective.
    Currently, I am comparing two excel sheet manually(using vlookup, match etc,) Utimately, I am doing set minus, presence of previous run and not in current run. then,I will make the changes to current run and send excel sheet to email integration system. I would like to automate entire stuff.So here's the steps you need...
    Export excel sheets to CSV files.
    Have Oracle external tables defined to point at those flat files.
    Use the aforementioned comparison methods to compare the two flat files by reading with SQL from the external tables.
    Generate the output into another CSV file. (you can use writeable external tables in 10g onwards, but as you're on 9i you'll need to use UTL_FILE to write it out instead).
    Take your written CSV file and load that back into Excel. (Excel likes reading CSV's)
    The problems you've got in automating it are getting the data exported from Excel to CSV files and also reading the output CSV back into Excel. You may be able to do this using some OLE/DDE type stuff, but as you're on a solaris platform rather than Windows, that could prove a little tricky.
    Could you arrange to have the data delivered to you already in CSV format rather than as Excel sheets? Could you provide CSV results rather than an Excel sheet in return?

  • Help for merge statement?

    I have a problem in Merge statement. My merge statement is following:
    MERGE INTO hoadon hd
    USING (
    SELECT m.ma_ttoan, t.ma_ttoan ma_kh
    FROM tai_anhxa_makh t
    INNER JOIN hoadon m on t.ma_kh = m.ma_ttoan
    WHERE m.thang_nam = '200908' and m.ma_ttoan not like 'DLC%' and t.ma_ttoan IS NOT NULL
    GROUP BY m.ma_ttoan, t.ma_ttoan
    ) m ON (hd.ma_ttoan = m.ma_kh)
    WHEN MATCHED THEN
    UPDATE SET ma_ttoan = m.ma_ttoan
    WHEN NOT MATCHED THEN
    INSERT (thang_nam, ma_ttoan) VALUES('200908','thaodv')
    After execute this query, PS/SQL show error message: "ORA-00904: hd.ma_ttoan invalid identifier"
    I'm using Oracle version 9i
    Can anyone help me to resolve this problem?
    Thanks in advance

    In 9i you can't use the columns from the ON clause in your UPDATE part of the MERGE statement
    this is invalid:
    UPDATE SET ma_ttoan = m.ma_ttoanuse a different column here.

  • Help for merging data

    Hi Experts
    require your help for my one of requirements .My database is oracle 11g.table name is STG_TABLE.
    table stucture is like below
    select * from stg_tables where batch_id in('2806','2805')
    BATCH_ID     COMMITMENT_NUM     SAP_CREDITMEMO_NUM     SAP_ORDER_NUM     CREDIT_AMOUNT     SAP_CUST_NUM     RECORD_STATUS     RECORD_STATUS_MSG     HANDSHAKE_DATE
    2805     209427     81034559     30386865     34     1000035     S     Billing document successfully posted     2/13/2013 18:42
    2806     209427     85287754     40180808     60     1000035     S     Billing document successfully posted     2/13/2013 20:33
    2806     209534     85287755     40181806     60     1000037     S     Billing document successfully posted     2/13/2013 14:42
    2806     209534     85287755     40181806     90     1000037     S     Billing document successfully posted     2/13/2013 14:42here for same commitment_num column value if batch_id are different then dont have to do anything ,but if batch_id are same ,I have to merge record
    and credit_amount column value should be sum(credit_amount) and all records should be converted into one single record ..like below for above data .
    BATCH_ID     COMMITMENT_NUM     SAP_CREDITMEMO_NUM     SAP_ORDER_NUM     CREDIT_AMOUNT     SAP_CUST_NUM     RECORD_STATUS     RECORD_STATUS_MSG     HANDSHAKE_DATE     SIEBEL_PROCESS_DATE
    2805     209427     81034559     30386865     34     1000035     S     Billing document successfully posted     2/13/2013 18:42     
    2806     209427     85287754     40180808     60     1000035     S     Billing document successfully posted     2/13/2013 20:33     
    2806     209534     85287755     40181806     150     1000037     S     Billing document successfully posted     2/13/2013 14:42     Please help me on it and le me know if my requirement is not clear.
    will it be possible using merge ? ..if I think using simple cursor approce ...like take data into cursor as per below and then insert the records but when I should delete existing records then .
    CURSOR abc
          IS
             SELECT   commitment_num AS commitment_num,
                      sap_cust_num AS customer_number, batch_id AS batch_id,
                                      ----CRQ000000161235-Allow Debit-Credit both
                      -- Max(Cust_Ref_Num)           As Customer_Reference,--Commented on 30-aug-2011 madhuri,as per reqt cust-ref should be in *ctl table and invoice# should be in *adcoms table
                      COUNT (*) AS line_count,
                      --Sum(Commitment_Amount)      As Committed_Amount, -- As Per Conversation With Greg Send The Sum Of Approved Amount As Committed Amount.
                      SUM (approved_amount) AS approved_amount,
                      sales_org AS sales_org
                                     --CRQ124450 KS Canadian payments in 9AM feed
                 FROM stg_vg_credits
                WHERE TRUNC (last_update_date) <= TRUNC (SYSDATE)
                       AND siebel_process_date IS NULL and record_status='S'
                       and sales_org='2403'
                                              --CRQ000000161235-Allow Debit-Credit
             GROUP BY commitment_num, sap_cust_num, sales_org, batch_id;

    You can use MERGE to update some rows and delete others. Here's the code, then I will explain.MERGE INTO stg_tables o
    using (
      SELECT rid, rn, sum_credit_amount FROM (
        SELECT ROWID rid,
        count(*) OVER(PARTITION BY commitment_num, batch_id) cnt,
        row_number()
         over(PARTITION BY commitment_num, batch_id order by handshake_date desc) rn,
        sum(credit_amount)
         OVER(PARTITION BY commitment_num, batch_id) sum_credit_amount
        FROM stg_tables A
        WHERE batch_id IN('2806','2805')
      WHERE cnt > 1
    ) n
    ON (o.ROWID = n.rid)
    WHEN MATCHED THEN UPDATE SET credit_amount = sum_credit_amount
    delete where rn > 1;Look at the inner query in the USING clause: CNT is the number of rows having the same commitment_num and batch_id. RN numbers those rows, with 1 for the newest row. I also get the credit amount sum and the ROWID of the row.
    Now for the outer query in the USING clause: I only keep the rows with CNT > 1, because the others don't need to be merged. This is important, because you don't want to be updating rows that are already OK.
    Now the MERGE statement matches the table and my USING clause on ROWID, which can be very efficient. It updates all the rows with the new credit amount, but then it DELETEs all the rows but the most recent one.
    If you run the MERGE twice, you will see that the second time it merges "0 rows". No unnecessary updates!
    Edited by: Stew Ashton on Feb 25, 2013 9:50 AM

  • Help on MERGE - update or insert problem

    Dear Everybody,
    I've a DB with 3 tables to serve for Staff Time Attendance purpose, table tbl_TimeSheetIn(EmpCode, CardID, DateClock, TimeClock)  using for input RAW text file exported from TimeMachine, the same for tbl_TimeSheetOut (EmpCode, CardID, DateClock, TimeClock).
    Noted that we may have over 2 record with same EmpCode, CardID, DateClock (but different TimeClock) due to Staff can have admin shift or split shift (in, out 2 times/day).
    Then I will import them to table tbl_TimeSheet(EmpCode, CardID, DateWork, TimeIn, TimeOut) for reporting purpose.
    Firstly I insert all the records in tbl_TimeSheetIn to tbl_TimeSheet, it was import successful. Then when I using MERGE to update (if exist records with same CardID and TimeIn then update TimeOut to tbl_TimeSheet) / or insert (if not exist).
    The MS SQL Server 2008 R2 told me that error : "sql merge cannot update the same row of the target table multiple times..."
    Please help me to overcome.
    Thanks.

    Dear All,
    I'm not really clear on your answers, please correct me if I'm posting wrong:
    1/ Table TimeSheet SQL create:
    CREATE TABLE [dbo].[tbl_Timesheet](
        [EmpCode] [varchar](15) NOT NULL,
        [FullName] [varchar](255) NULL,
        [CardID] [varchar](50) NULL,
        [DateWork] [datetime] NULL,
        [ShiftCode] [varchar](15) NULL,
        [TimeIn] [varchar](50) NULL,
        [TimeOut] [varchar](50) NULL,
        [TimeIn1] [varchar](50) NULL,
        [TimeOut1] [varchar](50) NULL,
        [GetData] [bit] NULL,
        [Machine] [varchar](2) NULL,
        [DayWork] [numeric](18, 0) NULL,
        [TimeWork] [decimal](18, 2) NULL,
        [OT] [decimal](18, 2) NULL,
        [OTCheck] [bit] NULL,
        [TimeOverKind] [varchar](50) NULL,
        [PH] [bit] NULL,
        [SplitShift] [bit] NULL,
        [NightHours] [numeric](18, 0) NULL,
        [NightShift] [bit] NULL,
        [PersonCreate] [varchar](50) NULL,
        [DateCreate] [datetime] NULL,
        [PersonUpdate] [varchar](50) NULL,
        [DateUpdate] [datetime] NULL,
        [PersonDelete] [varchar](50) NULL,
        [DateDelete] [datetime] NULL,
        [Status] [char](1) NULL,
        [RepairNight] [bit] NULL
    ) ON [PRIMARY]
    2/ Insert into table TimeSheet:
    INSERT INTO [galaxy].[dbo].[tbl_Timesheet]
               ([EmpCode]
               ,[FullName]
               ,[CardID]
               ,[DateWork]
               ,[ShiftCode]
               ,[TimeIn]
               ,[TimeOut]
               ,[TimeIn1]
               ,[TimeOut1]
               ,[GetData]
               ,[Machine]
               ,[DayWork]
               ,[TimeWork]
               ,[OT]
               ,[OTCheck]
               ,[TimeOverKind]
               ,[PH]
               ,[SplitShift]
               ,[NightHours]
               ,[NightShift]
               ,[PersonCreate]
               ,[DateCreate]
               ,[PersonUpdate]
               ,[DateUpdate]
               ,[PersonDelete]
               ,[DateDelete]
               ,[Status]
               ,[RepairNight])
         VALUES
               (<EmpCode, varchar(15),>
               ,<FullName, varchar(255),>
               ,<CardID, varchar(50),>
               ,<DateWork, datetime,>
               ,<ShiftCode, varchar(15),>
               ,<TimeIn, varchar(50),>
               ,<TimeOut, varchar(50),>
               ,<TimeIn1, varchar(50),>
               ,<TimeOut1, varchar(50),>
               ,<GetData, bit,>
               ,<Machine, varchar(2),>
               ,<DayWork, numeric(18,0),>
               ,<TimeWork, decimal(18,2),>
               ,<OT, decimal(18,2),>
               ,<OTCheck, bit,>
               ,<TimeOverKind, varchar(50),>
               ,<PH, bit,>
               ,<SplitShift, bit,>
               ,<NightHours, numeric(18,0),>
               ,<NightShift, bit,>
               ,<PersonCreate, varchar(50),>
               ,<DateCreate, datetime,>
               ,<PersonUpdate, varchar(50),>
               ,<DateUpdate, datetime,>
               ,<PersonDelete, varchar(50),>
               ,<DateDelete, datetime,>
               ,<Status, char(1),>
               ,<RepairNight, bit,>)
    GO
    3/ Create table TimeSheetIN: (the table TimeSheetOUT is the same structure)
    CREATE TABLE [dbo].[tbl_TimeSheetIn](
        [EmpCode] [varchar](50) NULL,
        [FullName] [varchar](255) NULL,
        [CardID] [varchar](50) NULL,
        [Shift] [varchar](50) NULL,
        [In] [varchar](50) NULL,
        [DateClock] [datetime] NULL,
        [TimeClock] [nvarchar](50) NULL,
        [Machine] [nvarchar](50) NULL,
        [SplipShift] [bit] NULL,
        [NightShift] [bit] NULL,
        [Status] [bit] NULL
    ) ON [PRIMARY]
    4/ Sample TIME-IN RAW data saved by TimeMachine:
    The first and last "01" is meaning 01= TimeMachineIN, 02 = TimeMachineOUT
    The second "08/08/2014-hour:minute" is the timestamp.
    The third field "056754" is the Card ID that swiped to the TimeMachine.
    01-08/08/2014-03:45-056754-000-01
    01-08/08/2014-04:42-040728-000-01
    01-08/08/2014-04:51-057669-000-01
    01-08/08/2014-04:55-031901-000-01
    01-08/08/2014-05:04-043041-000-01
    01-08/08/2014-05:06-000009-000-01
    01-08/08/2014-05:06-000009-000-01
    01-08/08/2014-05:06-000009-000-01
    01-08/08/2014-05:07-053475-000-01
    01-08/08/2014-05:07-052484-000-01
    01-08/08/2014-05:10-052903-000-01
    01-08/08/2014-05:14-003793-000-01
    01-08/08/2014-05:14-041943-000-01
    01-08/08/2014-05:17-054198-000-01
    01-08/08/2014-05:22-063167-000-01
    01-08/08/2014-05:22-063167-000-01
    01-08/08/2014-05:22-011222-000-01
    01-08/08/2014-05:24-063456-000-01
    01-08/08/2014-05:25-003774-000-01
    01-08/08/2014-05:26-013766-000-01
    01-08/08/2014-05:28-050486-000-01
    01-08/08/2014-05:28-004848-000-01
    01-08/08/2014-05:28-002451-000-01
    01-08/08/2014-05:30-003081-000-01
    01-08/08/2014-05:31-042905-001-01
    01-08/08/2014-05:32-052972-001-01
    01-08/08/2014-05:33-052784-001-01
    01-08/08/2014-05:33-006167-001-01
    01-08/08/2014-05:34-059076-001-01
    01-08/08/2014-05:35-062392-001-01
    01-08/08/2014-05:35-055203-001-01
    01-08/08/2014-05:39-008412-001-01
    01-08/08/2014-05:40-001304-001-01
    01-08/08/2014-05:40-000425-001-01
    01-08/08/2014-05:40-041020-001-01
    01-08/08/2014-05:40-004425-001-01
    01-08/08/2014-05:41-005730-001-01
    01-08/08/2014-05:41-000150-001-01
    01-08/08/2014-05:41-039497-001-01
    01-08/08/2014-05:42-020359-001-01
    01-08/08/2014-05:44-002768-001-01
    01-08/08/2014-05:46-008554-001-01
    01-08/08/2014-05:47-062433-001-01
    01-08/08/2014-05:49-057113-001-01
    01-08/08/2014-05:50-008897-000-01
    01-08/08/2014-05:51-063289-000-01
    01-08/08/2014-05:52-063094-000-01
    01-08/08/2014-05:52-056876-000-01
    01-08/08/2014-05:56-000623-000-01
    01-08/08/2014-05:57-057709-000-01
    01-08/08/2014-05:58-059140-000-01
    01-08/08/2014-05:59-060519-000-01
    01-08/08/2014-05:59-043165-000-01
    01-08/08/2014-06:01-031229-000-01
    01-08/08/2014-06:04-051997-000-01
    01-08/08/2014-06:07-028859-000-01
    01-08/08/2014-06:10-032838-000-01
    01-08/08/2014-06:10-002286-000-01
    01-08/08/2014-06:11-058050-000-01
    01-08/08/2014-06:12-001798-000-01
    01-08/08/2014-06:15-030404-000-01
    01-08/08/2014-06:18-059036-000-01
    01-08/08/2014-06:21-058131-000-01
    01-08/08/2014-06:22-018613-000-01
    01-08/08/2014-06:23-054936-000-01
    01-08/08/2014-06:26-033243-000-01
    01-08/08/2014-06:26-054015-000-01
    01-08/08/2014-06:27-063110-000-01
    01-08/08/2014-06:28-055311-000-01
    01-08/08/2014-06:28-034760-000-01
    01-08/08/2014-06:31-061295-000-01
    01-08/08/2014-06:32-058615-000-01
    01-08/08/2014-06:33-000102-000-01
    01-08/08/2014-06:33-021545-000-01
    01-08/08/2014-06:33-054996-000-01
    01-08/08/2014-06:34-048489-000-01
    01-08/08/2014-06:36-014041-000-01
    01-08/08/2014-06:36-048227-000-01
    01-08/08/2014-06:40-065214-000-01
    01-08/08/2014-06:43-007016-000-01
    01-08/08/2014-06:45-023272-000-01
    01-08/08/2014-06:46-032925-000-01
    01-08/08/2014-06:47-025179-000-01
    01-08/08/2014-06:48-064937-000-01
    01-08/08/2014-06:50-050279-000-01
    01-08/08/2014-06:51-049712-000-01
    01-08/08/2014-06:52-033507-000-01
    01-08/08/2014-06:55-041976-000-01
    01-08/08/2014-06:55-005446-000-01
    01-08/08/2014-06:56-063172-000-01
    01-08/08/2014-06:58-063867-000-01
    01-08/08/2014-07:01-019547-000-01
    01-08/08/2014-07:01-019547-000-01
    01-08/08/2014-07:02-016590-000-01
    01-08/08/2014-07:02-056763-000-01
    01-08/08/2014-07:03-027498-000-01
    01-08/08/2014-07:07-051058-000-01
    01-08/08/2014-07:10-051587-001-01
    01-08/08/2014-07:10-053394-001-01
    01-08/08/2014-07:11-045334-001-01
    01-08/08/2014-07:13-038671-001-01
    01-08/08/2014-07:13-005557-001-01
    01-08/08/2014-07:14-064639-001-01
    01-08/08/2014-07:14-032678-001-01
    01-08/08/2014-07:15-061645-001-01
    01-08/08/2014-07:16-003595-001-01
    01-08/08/2014-07:17-050347-001-01
    01-08/08/2014-07:17-053350-001-01
    01-08/08/2014-07:17-014524-001-01
    01-08/08/2014-07:18-010926-001-01
    01-08/08/2014-07:18-048403-001-01
    01-08/08/2014-07:18-050532-001-01
    01-08/08/2014-07:19-047985-001-01
    01-08/08/2014-07:20-061195-001-01
    01-08/08/2014-07:21-061436-001-01
    01-08/08/2014-07:21-016390-001-01
    01-08/08/2014-07:22-016390-001-01
    01-08/08/2014-07:22-016390-001-01
    01-08/08/2014-07:22-057759-001-01
    01-08/08/2014-07:23-054787-001-01
    01-08/08/2014-07:23-059724-001-01
    01-08/08/2014-07:24-052044-001-01
    01-08/08/2014-07:24-049546-001-01
    01-08/08/2014-07:24-027477-001-01
    01-08/08/2014-07:26-048695-001-01
    01-08/08/2014-07:27-046872-001-01
    01-08/08/2014-07:27-050108-001-01
    01-08/08/2014-07:27-059403-001-01
    01-08/08/2014-07:27-013749-001-01
    01-08/08/2014-07:27-060240-001-01
    01-08/08/2014-07:27-056000-001-01
    01-08/08/2014-07:27-038821-001-01
    01-08/08/2014-07:27-050474-001-01
    01-08/08/2014-07:28-061648-001-01
    01-08/08/2014-07:28-057240-001-01
    01-08/08/2014-07:31-061966-001-01
    01-08/08/2014-07:32-051497-001-01
    01-08/08/2014-07:32-054737-001-01
    01-08/08/2014-07:32-052703-001-01
    01-08/08/2014-07:32-064745-001-01
    01-08/08/2014-07:33-054460-001-01
    01-08/08/2014-07:33-054737-001-01
    01-08/08/2014-07:34-055981-001-01
    01-08/08/2014-07:35-055981-001-01
    01-08/08/2014-07:35-055981-001-01
    01-08/08/2014-07:35-045137-001-01
    01-08/08/2014-07:35-051481-001-01
    01-08/08/2014-07:35-051481-001-01
    01-08/08/2014-07:36-065152-001-01
    01-08/08/2014-07:37-058405-001-01
    01-08/08/2014-07:37-029877-001-01
    01-08/08/2014-07:37-052475-001-01
    01-08/08/2014-07:37-051129-001-01
    01-08/08/2014-07:37-045677-001-01
    01-08/08/2014-07:38-041931-001-01
    01-08/08/2014-07:38-050680-001-01
    01-08/08/2014-07:38-040996-001-01
    01-08/08/2014-07:38-059372-001-01
    01-08/08/2014-07:39-027264-001-01
    01-08/08/2014-07:39-003033-001-01
    01-08/08/2014-07:39-014569-001-01
    01-08/08/2014-07:40-063698-001-01
    01-08/08/2014-07:40-003634-001-01
    01-08/08/2014-07:43-007651-001-01
    01-08/08/2014-07:43-045060-001-01
    01-08/08/2014-07:44-038222-001-01
    01-08/08/2014-07:44-047332-001-01
    01-08/08/2014-07:45-006906-001-01
    01-08/08/2014-07:45-006906-001-01
    01-08/08/2014-07:45-046651-001-01
    01-08/08/2014-07:45-039297-001-01
    01-08/08/2014-07:48-045246-001-01
    01-08/08/2014-07:48-053924-001-01
    01-08/08/2014-07:50-003076-001-01
    01-08/08/2014-07:51-055873-001-01
    01-08/08/2014-07:52-050955-001-01
    01-08/08/2014-07:52-001166-001-01
    01-08/08/2014-07:52-035073-001-01
    01-08/08/2014-07:52-055622-001-01
    01-08/08/2014-07:53-027282-001-01
    01-08/08/2014-07:53-048704-001-01
    01-08/08/2014-07:54-004748-001-01
    01-08/08/2014-07:55-038200-001-01
    01-08/08/2014-07:55-051753-001-01
    01-08/08/2014-07:56-054934-001-01
    01-08/08/2014-07:56-061067-001-01
    01-08/08/2014-07:57-057270-001-01
    01-08/08/2014-07:57-060981-001-01
    01-08/08/2014-07:57-023918-001-01
    01-08/08/2014-07:58-047387-001-01
    01-08/08/2014-08:00-052597-001-01
    01-08/08/2014-08:00-045822-001-01
    01-08/08/2014-08:00-048454-001-01
    01-08/08/2014-08:01-050857-001-01
    01-08/08/2014-08:02-033425-001-01
    01-08/08/2014-08:02-063120-001-01
    01-08/08/2014-08:03-018354-001-01
    01-08/08/2014-08:03-047112-001-01
    01-08/08/2014-08:08-058460-001-01
    01-08/08/2014-08:20-005220-001-01
    01-08/08/2014-08:30-004555-001-01
    01-08/08/2014-08:32-017684-001-01
    01-08/08/2014-08:35-017731-001-01
    01-08/08/2014-08:39-002712-001-01
    01-08/08/2014-08:44-047975-001-01
    01-08/08/2014-08:46-057662-001-01
    01-08/08/2014-08:46-063944-001-01
    01-08/08/2014-08:55-059774-000-01
    01-08/08/2014-09:03-010054-000-01
    01-08/08/2014-09:10-020059-000-01
    01-08/08/2014-09:14-042237-000-01
    01-08/08/2014-09:18-022890-000-01
    01-08/08/2014-09:28-023631-000-01
    01-08/08/2014-09:31-015077-000-01
    01-08/08/2014-09:34-008631-000-01
    01-08/08/2014-09:36-049989-000-01
    01-08/08/2014-09:38-060644-000-01
    01-08/08/2014-09:42-057517-000-01
    01-08/08/2014-09:43-027757-000-01
    01-08/08/2014-09:45-052521-000-01
    01-08/08/2014-09:46-049662-000-01
    01-08/08/2014-09:48-032028-000-01
    01-08/08/2014-09:49-001324-000-01
    01-08/08/2014-09:49-056744-000-01
    01-08/08/2014-09:49-028800-000-01
    01-08/08/2014-09:55-005286-000-01
    01-08/08/2014-10:03-054784-000-01
    01-08/08/2014-10:07-019507-000-01
    01-08/08/2014-10:08-025898-000-01
    01-08/08/2014-10:14-060406-000-01
    01-08/08/2014-10:14-007510-000-01
    01-08/08/2014-10:16-059298-000-01
    01-08/08/2014-10:20-034286-000-01
    01-08/08/2014-10:21-034091-000-01
    01-08/08/2014-10:21-045028-000-01
    01-08/08/2014-10:28-055300-000-01
    01-08/08/2014-10:33-005604-000-01
    01-08/08/2014-10:38-005905-000-01
    01-08/08/2014-10:38-064865-000-01
    01-08/08/2014-10:41-025212-000-01
    01-08/08/2014-10:48-041915-000-01
    01-08/08/2014-10:51-051505-000-01
    01-08/08/2014-10:53-019945-000-01
    01-08/08/2014-11:07-041655-000-01
    01-08/08/2014-11:19-014515-000-01
    01-08/08/2014-11:26-049413-000-01
    01-08/08/2014-11:27-062044-000-01
    01-08/08/2014-11:28-049233-000-01
    01-08/08/2014-11:42-026640-000-01
    01-08/08/2014-11:47-064359-000-01
    01-08/08/2014-11:48-007078-000-01
    01-08/08/2014-11:52-048103-000-01
    01-08/08/2014-11:53-014852-000-01
    01-08/08/2014-12:01-026113-000-01
    01-08/08/2014-12:01-008824-000-01
    01-08/08/2014-12:01-052499-000-01
    01-08/08/2014-12:04-041278-000-01
    01-08/08/2014-12:31-005443-000-01
    01-08/08/2014-12:32-053289-000-01
    01-08/08/2014-12:36-060865-000-01
    01-08/08/2014-12:39-030586-000-01
    01-08/08/2014-12:41-055094-000-01
    01-08/08/2014-12:48-050863-000-01
    01-08/08/2014-12:49-036761-000-01
    01-08/08/2014-12:51-053258-000-01
    01-08/08/2014-12:55-046322-000-01
    01-08/08/2014-13:00-058606-000-01
    01-08/08/2014-13:04-029842-000-01
    01-08/08/2014-13:05-008027-000-01
    01-08/08/2014-13:07-064275-000-01
    01-08/08/2014-13:07-055346-000-01
    01-08/08/2014-13:08-006385-000-01
    01-08/08/2014-13:09-010322-000-01
    01-08/08/2014-13:14-009055-000-01
    01-08/08/2014-13:16-021256-000-01
    01-08/08/2014-13:17-007973-000-01
    01-08/08/2014-13:21-024016-000-01
    01-08/08/2014-13:23-015629-000-01
    01-08/08/2014-13:23-048406-000-01
    01-08/08/2014-13:26-049452-000-01
    01-08/08/2014-13:27-057269-000-01
    01-08/08/2014-13:27-018685-000-01
    01-08/08/2014-13:28-005590-000-01
    01-08/08/2014-13:31-000381-000-01
    01-08/08/2014-13:31-033454-000-01
    01-08/08/2014-13:35-063564-000-01
    01-08/08/2014-13:35-032226-000-01
    01-08/08/2014-13:35-048433-000-01
    01-08/08/2014-13:36-042137-000-01
    01-08/08/2014-13:38-060938-000-01
    01-08/08/2014-13:39-041270-000-01
    01-08/08/2014-13:40-064443-000-01
    01-08/08/2014-13:40-055690-000-01
    01-08/08/2014-13:40-000687-000-01
    01-08/08/2014-13:41-055236-000-01
    01-08/08/2014-13:43-058536-000-01
    01-08/08/2014-13:43-062012-000-01
    01-08/08/2014-13:43-062012-000-01
    01-08/08/2014-13:44-056544-000-01
    01-08/08/2014-13:45-046377-000-01
    01-08/08/2014-13:47-051446-000-01
    01-08/08/2014-13:47-010440-000-01
    01-08/08/2014-13:48-031836-000-01
    01-08/08/2014-13:48-031836-000-01
    01-08/08/2014-13:51-054780-000-01
    01-08/08/2014-13:51-054780-000-01
    01-08/08/2014-13:53-057966-000-01
    01-08/08/2014-13:55-054056-000-01
    01-08/08/2014-13:59-037241-000-01
    01-08/08/2014-14:00-055587-000-01
    01-08/08/2014-14:00-061113-000-01
    01-08/08/2014-14:02-012158-000-01
    01-08/08/2014-14:03-023550-000-01
    01-08/08/2014-14:04-003850-000-01
    01-08/08/2014-14:05-034102-000-01
    01-08/08/2014-14:07-004271-000-01
    01-08/08/2014-14:09-051288-000-01
    01-08/08/2014-14:11-023683-000-01
    01-08/08/2014-14:11-042140-000-01
    01-08/08/2014-14:13-063106-000-01
    01-08/08/2014-14:15-029901-000-01
    01-08/08/2014-14:22-052273-000-01
    01-08/08/2014-14:22-043073-000-01
    01-08/08/2014-14:25-001497-000-01
    01-08/08/2014-14:25-042960-000-01
    01-08/08/2014-14:28-049727-000-01
    01-08/08/2014-14:30-046112-000-01
    01-08/08/2014-14:31-059973-000-01
    01-08/08/2014-14:32-014674-000-01
    01-08/08/2014-14:33-032273-000-01
    01-08/08/2014-14:33-063760-000-01
    01-08/08/2014-14:34-004670-000-01
    01-08/08/2014-14:35-058519-000-01
    01-08/08/2014-14:37-003641-000-01
    01-08/08/2014-14:38-064434-000-01
    01-08/08/2014-14:38-033137-000-01
    01-08/08/2014-14:38-033137-000-01
    01-08/08/2014-14:38-063678-000-01
    01-08/08/2014-14:39-002798-000-01
    01-08/08/2014-14:41-058884-000-01
    01-08/08/2014-14:41-005746-000-01
    01-08/08/2014-14:42-048181-000-01
    01-08/08/2014-14:46-045659-000-01
    01-08/08/2014-14:46-054010-000-01
    01-08/08/2014-14:47-011094-000-01
    01-08/08/2014-14:50-001699-000-01
    01-08/08/2014-14:58-007854-000-01
    01-08/08/2014-15:15-055981-000-01
    01-08/08/2014-15:33-046290-000-01
    01-08/08/2014-15:39-035301-000-01
    01-08/08/2014-16:16-041655-000-01
    01-08/08/2014-16:16-051505-000-01
    01-08/08/2014-16:18-050966-000-01
    01-08/08/2014-16:19-055651-000-01
    01-08/08/2014-16:20-027757-000-01
    01-08/08/2014-16:25-023631-000-01
    01-08/08/2014-16:27-003052-000-01
    01-08/08/2014-16:27-015077-000-01
    01-08/08/2014-16:28-049989-000-01
    01-08/08/2014-16:32-002895-000-01
    01-08/08/2014-16:45-058424-000-01
    01-08/08/2014-16:49-027264-000-01
    01-08/08/2014-16:55-064582-000-01
    01-08/08/2014-16:57-034286-000-01
    01-08/08/2014-16:58-032028-000-01
    01-08/08/2014-17:14-056744-000-01
    01-08/08/2014-17:18-013766-000-01
    01-08/08/2014-17:27-025898-000-01
    01-08/08/2014-17:27-007510-000-01
    01-08/08/2014-17:30-050108-000-01
    01-08/08/2014-17:33-059298-000-01
    01-08/08/2014-17:49-045028-000-01
    01-08/08/2014-17:54-034091-000-01
    01-08/08/2014-21:03-047660-000-01
    01-08/08/2014-21:07-050663-000-01
    01-08/08/2014-21:14-064154-000-01
    01-08/08/2014-21:16-059488-000-01
    01-08/08/2014-21:17-058243-000-01
    01-08/08/2014-21:25-059314-000-01
    01-08/08/2014-21:25-053258-000-01
    01-08/08/2014-21:28-018754-000-01
    01-08/08/2014-21:29-049408-000-01
    01-08/08/2014-21:29-049408-000-01
    01-08/08/2014-21:30-014785-000-01
    01-08/08/2014-21:35-060117-000-01
    01-08/08/2014-21:40-000256-000-01
    01-08/08/2014-21:40-000256-000-01
    01-08/08/2014-21:40-000256-000-01
    01-08/08/2014-21:42-048110-000-01
    01-08/08/2014-21:46-055346-000-01
    01-08/08/2014-21:46-051083-000-01
    01-08/08/2014-21:47-008129-000-01
    01-08/08/2014-21:47-008129-000-01
    01-08/08/2014-21:54-002058-000-01
    01-08/08/2014-21:54-050422-000-01
    01-08/08/2014-21:56-013855-000-01
    01-08/08/2014-21:59-052616-000-01
    01-08/08/2014-22:01-006197-000-01
    01-08/08/2014-22:01-060957-000-01
    01-08/08/2014-22:02-031397-000-01
    01-08/08/2014-22:03-054986-000-01
    01-08/08/2014-22:04-056055-000-01
    01-08/08/2014-22:04-045991-000-01
    01-08/08/2014-22:12-064878-000-01
    01-08/08/2014-22:15-032722-000-01
    01-08/08/2014-22:16-063895-000-01
    01-08/08/2014-22:31-058007-000-01
    01-08/08/2014-22:43-017464-000-01
    5/ Sample TIME-OUT Raw data saved by TimeMachine:
    02-08/08/2014-00:02-043073-000-02
    02-08/08/2014-00:02-001497-000-02
    02-08/08/2014-00:03-053573-000-02
    02-08/08/2014-00:05-052929-000-02
    02-08/08/2014-00:07-035301-000-02
    02-08/08/2014-00:07-035301-000-02
    02-08/08/2014-00:11-041278-000-02
    02-08/08/2014-00:16-001699-000-02
    02-08/08/2014-00:21-023272-000-02
    02-08/08/2014-00:29-055867-000-02
    02-08/08/2014-00:33-063678-000-02
    02-08/08/2014-00:34-003052-000-02
    02-08/08/2014-00:34-010054-000-02
    02-08/08/2014-00:34-063760-000-02
    02-08/08/2014-00:53-011094-000-02
    02-08/08/2014-00:58-058424-000-02
    02-08/08/2014-01:15-055921-000-02
    02-08/08/2014-01:19-055651-000-02
    02-08/08/2014-06:17-026526-000-02
    02-08/08/2014-06:23-050663-000-02
    02-08/08/2014-06:25-053258-000-02
    02-08/08/2014-06:31-018008-000-02
    02-08/08/2014-06:34-002058-000-02
    02-08/08/2014-06:40-050422-000-02
    02-08/08/2014-06:40-059314-000-02
    02-08/08/2014-06:40-059314-000-02
    02-08/08/2014-06:48-048110-000-02
    02-08/08/2014-06:48-060117-000-02
    02-08/08/2014-06:51-052005-000-02
    02-08/08/2014-06:54-058243-000-02
    02-08/08/2014-06:54-049408-000-02
    02-08/08/2014-06:59-023134-000-02
    02-08/08/2014-07:08-056055-000-02
    02-08/08/2014-07:30-013855-000-02
    02-08/08/2014-07:31-060957-000-02
    02-08/08/2014-07:33-054986-000-02
    02-08/08/2014-07:33-006197-000-02
    02-08/08/2014-07:34-034788-000-02
    02-08/08/2014-07:39-063895-000-02
    02-08/08/2014-07:39-029825-000-02
    02-08/08/2014-07:40-058007-000-02
    02-08/08/2014-07:41-031397-000-02
    02-08/08/2014-07:41-064878-000-02
    02-08/08/2014-07:42-045991-000-02
    02-08/08/2014-07:43-031053-000-02
    02-08/08/2014-07:47-002308-000-02
    02-08/08/2014-07:52-032722-000-02
    02-08/08/2014-08:40-008660-000-02
    02-08/08/2014-11:17-013766-000-02
    02-08/08/2014-11:50-018354-000-02
    02-08/08/2014-12:33-056754-000-02
    02-08/08/2014-13:32-050108-000-02
    02-08/08/2014-13:33-052597-000-02
    02-08/08/2014-14:02-023631-000-02
    02-08/08/2014-14:03-032028-000-02
    02-08/08/2014-14:05-015077-000-02
    02-08/08/2014-14:11-056744-000-02
    02-08/08/2014-14:11-040728-000-02
    02-08/08/2014-14:12-020359-000-02
    02-08/08/2014-14:14-027757-000-02
    02-08/08/2014-14:15-049989-000-02
    02-08/08/2014-14:16-062433-000-02
    02-08/08/2014-14:18-000150-000-02
    02-08/08/2014-14:20-052784-000-02
    02-08/08/2014-14:21-003081-000-02
    02-08/08/2014-14:23-041943-000-02
    02-08/08/2014-14:26-002768-000-02
    02-08/08/2014-14:27-055203-000-02
    02-08/08/2014-14:32-059076-000-02
    02-08/08/2014-14:32-062392-000-02
    02-08/08/2014-14:32-052972-000-02
    02-08/08/2014-14:33-007510-000-02
    02-08/08/2014-14:33-045028-000-02
    02-08/08/2014-14:33-034091-000-02
    02-08/08/2014-14:34-025898-000-02
    02-08/08/2014-14:34-063456-000-02
    02-08/08/2014-14:34-043041-000-02
    02-08/08/2014-14:34-034286-000-02
    02-08/08/2014-14:35-034091-000-02
    02-08/08/2014-14:35-059298-000-02
    02-08/08/2014-14:42-063289-000-02
    02-08/08/2014-14:42-056876-000-02
    02-08/08/2014-14:42-052484-000-02
    02-08/08/2014-14:44-008897-000-02
    02-08/08/2014-14:45-005604-000-02
    02-08/08/2014-14:46-002286-000-02
    02-08/08/2014-14:46-063167-000-02
    02-08/08/2014-14:46-063167-000-02
    02-08/08/2014-14:47-004425-000-02
    02-08/08/2014-14:47-052824-000-02
    02-08/08/2014-14:48-003793-000-02
    02-08/08/2014-14:48-042905-000-02
    02-08/08/2014-14:48-057669-000-02
    02-08/08/2014-14:50-057113-000-02
    02-08/08/2014-14:50-057113-000-02
    02-08/08/2014-14:51-000623-000-02
    02-08/08/2014-14:52-051997-000-02
    02-08/08/2014-14:52-054936-000-02
    02-08/08/2014-14:54-006167-000-02
    02-08/08/2014-14:55-008412-000-02
    02-08/08/2014-14:59-005446-000-02
    02-08/08/2014-15:01-064275-000-02
    02-08/08/2014-15:01-050486-000-02
    02-08/08/2014-15:03-043165-000-02
    02-08/08/2014-15:04-063110-000-02
    02-08/08/2014-15:05-000102-000-02
    02-08/08/2014-15:05-006385-000-02
    02-08/08/2014-15:05-053258-000-02
    02-08/08/2014-15:07-000425-000-02
    02-08/08/2014-15:08-048489-000-02
    02-08/08/2014-15:10-033507-000-02
    02-08/08/2014-15:13-030404-000-02
    02-08/08/2014-15:14-058050-000-02
    02-08/08/2014-15:15-055981-000-02
    02-08/08/2014-15:15-008554-000-02
    02-08/08/2014-15:16-054015-000-02
    02-08/08/2014-15:16-005730-000-02
    02-08/08/2014-15:16-057709-000-02
    02-08/08/2014-15:16-058131-000-02
    02-08/08/2014-15:17-041020-000-02
    02-08/08/2014-15:17-001304-000-02
    02-08/08/2014-15:18-049546-000-02
    02-08/08/2014-15:18-051505-000-02
    02-08/08/2014-15:18-041655-000-02
    02-08/08/2014-15:19-061295-000-02
    02-08/08/2014-15:19-001798-000-02
    02-08/08/2014-15:20-001798-000-02
    02-08/08/2014-15:20-054198-000-02
    02-08/08/2014-15:20-034760-000-02
    02-08/08/2014-15:21-014041-000-02
    02-08/08/2014-15:21-048227-000-02
    02-08/08/2014-15:21-055311-000-02
    02-08/08/2014-15:21-059140-000-02
    02-08/08/2014-15:21-021545-000-02
    02-08/08/2014-15:22-004848-000-02
    02-08/08/2014-15:22-002451-000-02
    02-08/08/2014-15:27-023272-000-02
    02-08/08/2014-15:29-063839-000-02
    02-08/08/2014-15:32-053475-000-02
    02-08/08/2014-15:33-028859-000-02
    02-08/08/2014-15:34-050279-000-02
    02-08/08/2014-15:36-003774-000-02
    02-08/08/2014-15:36-025179-000-02
    02-08/08/2014-15:36-032925-000-02
    02-08/08/2014-15:36-032838-000-02
    02-08/08/2014-15:37-000009-000-02
    02-08/08/2014-15:37-000009-000-02
    02-08/08/2014-15:37-000009-000-02
    02-08/08/2014-15:37-047387-000-02
    02-08/08/2014-15:38-052903-000-02
    02-08/08/2014-15:39-063839-000-02
    02-08/08/2014-15:42-063094-000-02
    02-08/08/2014-15:47-033243-000-02
    02-08/08/2014-15:47-033243-000-02
    02-08/08/2014-15:49-007016-000-02
    02-08/08/2014-15:56-064937-000-02
    02-08/08/2014-15:57-063172-000-02
    02-08/08/2014-15:59-059036-000-02
    02-08/08/2014-16:02-031229-000-02
    02-08/08/2014-16:07-038200-000-02
    02-08/08/2014-16:10-056763-000-02
    02-08/08/2014-16:13-045060-000-02
    02-08/08/2014-16:20-018613-000-02
    02-08/08/2014-16:20-018613-000-02
    02-08/08/2014-16:28-014569-000-02
    02-08/08/2014-16:28-053394-000-02
    02-08/08/2014-16:28-054787-000-02
    02-08/08/2014-16:30-032678-000-02
    02-08/08/2014-16:30-050347-000-02
    02-08/08/2014-16:36-038671-000-02
    02-08/08/2014-16:41-031901-000-02
    02-08/08/2014-16:42-027477-000-02
    02-08/08/2014-16:44-051587-000-02
    02-08/08/2014-16:45-056653-000-02
    02-08/08/2014-16:45-056653-000-02
    02-08/08/2014-16:46-061645-000-02
    02-08/08/2014-16:54-058615-000-02
    02-08/08/2014-16:56-051497-000-02
    02-08/08/2014-16:59-019547-000-02
    02-08/08/2014-17:00-061067-000-02
    02-08/08/2014-17:01-038222-000-02
    02-08/08/2014-17:01-047332-000-02
    02-08/08/2014-17:02-064745-000-02
    02-08/08/2014-17:02-060240-000-02
    02-08/08/2014-17:02-060240-000-02
    02-08/08/2014-17:02-053350-000-02
    02-08/08/2014-17:03-014524-000-02
    02-08/08/2014-17:04-038821-000-02
    02-08/08/2014-17:04-057240-000-02
    02-08/08/2014-17:05-052475-000-02
    02-08/08/2014-17:05-057662-000-02
    02-08/08/2014-17:05-065152-000-02
    02-08/08/2014-17:05-003076-000-02
    02-08/08/2014-17:06-061436-000-02
    02-08/08/2014-17:06-061436-000-02
    02-08/08/2014-17:06-050474-000-02
    02-08/08/2014-17:06-061966-000-02
    02-08/08/2014-17:07-011222-000-02
    02-08/08/2014-17:07-011222-000-02
    02-08/08/2014-17:07-033425-000-02
    02-08/08/2014-17:07-056000-000-02
    02-08/08/2014-17:07-056000-000-02
    02-08/08/2014-17:07-056000-000-02
    02-08/08/2014-17:07-061648-000-02
    02-08/08/2014-17:08-045822-000-02
    02-08/08/2014-17:09-050955-000-02
    02-08/08/2014-17:11-004748-000-02
    02-08/08/2014-17:11-061195-000-02
    02-08/08/2014-17:13-046872-000-02
    02-08/08/2014-17:13-046872-000-02
    02-08/08/2014-17:13-046872-000-02
    02-08/08/2014-17:13-059372-000-02
    02-08/08/2014-17:13-058405-000-02
    02-08/08/2014-17:13-040996-000-02
    02-08/08/2014-17:13-040996-000-02
    02-08/08/2014-17:14-013749-000-02
    02-08/08/2014-17:14-039297-000-02
    02-08/08/2014-17:14-055873-000-02
    02-08/08/2014-17:14-051753-000-02
    02-08/08/2014-17:14-045246-000-02
    02-08/08/2014-17:14-059724-000-02
    02-08/08/2014-17:15-063120-000-02
    02-08/08/2014-17:15-063120-000-02
    02-08/08/2014-17:16-057270-000-02
    02-08/08/2014-17:16-052044-000-02
    02-08/08/2014-17:17-053924-000-02
    02-08/08/2014-17:17-023918-000-02
    02-08/08/2014-17:18-005220-000-02
    02-08/08/2014-17:18-060981-000-02
    02-08/08/2014-17:18-045137-000-02
    02-08/08/2014-17:19-027282-000-02
    02-08/08/2014-17:19-054996-000-02
    02-08/08/2014-17:21-047975-000-02
    02-08/08/2014-17:21-047975-000-02
    02-08/08/2014-17:22-047112-000-02
    02-08/08/2014-17:22-054460-000-02
    02-08/08/2014-17:23-055622-000-02
    02-08/08/2014-17:25-051129-000-02
    02-08/08/2014-17:25-016590-000-02
    02-08/08/2014-17:25-048403-000-02
    02-08/08/2014-17:26-048454-000-02
    02-08/08/2014-17:26-063698-000-02
    02-08/08/2014-17:28-017684-000-02
    02-08/08/2014-17:29-010054-000-02
    02-08/08/2014-17:29-010054-000-02
    02-08/08/2014-17:29-002712-000-02
    02-08/08/2014-17:31-017731-000-02
    02-08/08/2014-17:31-017731-000-02
    02-08/08/2014-17:31-064639-000-02
    02-08/08/2014-17:32-050857-000-02
    02-08/08/2014-17:33-051481-000-02
    02-08/08/2014-17:34-058460-000-02
    02-08/08/2014-17:34-063867-000-02
    02-08/08/2014-17:35-047985-000-02
    02-08/08/2014-17:35-042237-000-02
    02-08/08/2014-17:38-022890-000-02
    02-08/08/2014-17:42-045677-000-02
    02-08/08/2014-17:43-041931-000-02
    02-08/08/2014-17:44-004555-000-02
    02-08/08/2014-17:48-052703-000-02
    02-08/08/2014-17:49-048695-000-02
    02-08/08/2014-17:50-055981-000-02
    02-08/08/2014-17:50-055981-000-02
    02-08/08/2014-17:56-035073-000-02
    02-08/08/2014-17:56-065214-000-02
    02-08/08/2014-17:57-029877-000-02
    02-08/08/2014-17:58-039497-000-02
    02-08/08/2014-17:58-039497-000-02
    02-08/08/2014-17:59-046651-000-02
    02-08/08/2014-17:59-046651-000-02
    02-08/08/2014-17:59-001166-000-02
    02-08/08/2014-17:59-059403-000-02
    02-08/08/2014-18:00-049712-000-02
    02-08/08/2014-18:02-016390-000-02
    02-08/08/2014-18:04-060519-000-02
    02-08/08/2014-18:05-052521-000-02
    02-08/08/2014-18:05-063944-000-02
    02-08/08/2014-18:05-054737-000-02
    02-08/08/2014-18:05-003033-000-02
    02-08/08/2014-18:18-049662-000-02
    02-08/08/2014-18:19-010926-000-02
    02-08/08/2014-18:25-048704-000-02
    02-08/08/2014-18:25-050532-000-02
    02-08/08/2014-18:31-008631-000-02
    02-08/08/2014-18:31-057759-000-02
    02-08/08/2014-18:31-055300-000-02
    02-08/08/2014-18:32-020059-000-02
    02-08/08/2014-18:34-028800-000-02
    02-08/08/2014-18:36-057517-000-02
    02-08/08/2014-18:40-006906-000-02
    02-08/08/2014-18:45-003595-000-02
    02-08/08/2014-18:46-059774-000-02
    02-08/08/2014-18:53-060644-000-02
    02-08/08/2014-18:59-007651-000-02
    02-08/08/2014-19:05-001324-000-02
    02-08/08/2014-19:06-049233-000-02
    02-08/08/2014-19:12-025212-000-02
    02-08/08/2014-19:13-005905-000-02
    02-08/08/2014-19:18-005286-000-02
    02-08/08/2014-19:40-045334-000-02
    02-08/08/2014-19:40-005557-000-02
    02-08/08/2014-19:40-003634-000-02
    02-08/08/2014-19:56-027498-000-02
    02-08/08/2014-20:06-060406-000-02
    02-08/08/2014-20:12-014852-000-02
    02-08/08/2014-20:22-005590-000-02
    02-08/08/2014-20:29-026640-000-02
    02-08/08/2014-20:29-054784-000-02
    02-08/08/2014-20:45-014515-000-02
    02-08/08/2014-20:46-064359-000-02
    02-08/08/2014-20:47-007078-000-02
    02-08/08/2014-20:47-062044-000-02
    02-08/08/2014-20:50-050863-000-02
    02-08/08/2014-20:57-049413-000-02
    02-08/08/2014-21:01-019507-000-02
    02-08/08/2014-21:06-015077-000-02
    02-08/08/2014-21:07-032028-000-02
    02-08/08/2014-21:09-023631-000-02
    02-08/08/2014-21:09-041278-000-02
    02-08/08/2014-21:10-053289-000-02
    02-08/08/2014-21:10-049989-000-02
    02-08/08/2014-21:11-034286-000-02
    02-08/08/2014-21:16-048103-000-02
    02-08/08/2014-21:24-013766-000-02
    02-08/08/2014-21:40-000256-000-02
    02-08/08/2014-21:45-064582-000-02
    02-08/08/2014-21:50-050108-000-02
    02-08/08/2014-21:57-048433-000-02
    02-08/08/2014-22:00-030586-000-02
    02-08/08/2014-22:01-046322-000-02
    02-08/08/2014-22:03-029842-000-02
    02-08/08/2014-22:03-029842-000-02
    02-08/08/2014-22:04-034091-000-02
    02-08/08/2014-22:04-027757-000-02
    02-08/08/2014-22:04-045028-000-02
    02-08/08/2014-22:04-007510-000-02
    02-08/08/2014-22:04-056744-000-02
    02-08/08/2014-22:05-025898-000-02
    02-08/08/2014-22:09-024016-000-02
    02-08/08/2014-22:11-059298-000-02
    02-08/08/2014-22:11-048406-000-02
    02-08/08/2014-22:11-021256-000-02
    02-08/08/2014-22:14-008027-000-02
    02-08/08/2014-22:15-000687-000-02
    02-08/08/2014-22:16-064865-000-02
    02-08/08/2014-22:17-018685-000-02
    02-08/08/2014-22:17-018685-000-02
    02-08/08/2014-22:17-036761-000-02
    02-08/08/2014-22:19-046377-000-02
    02-08/08/2014-22:19-033454-000-02
    02-08/08/2014-22:20-005443-000-02
    02-08/08/2014-22:23-052499-000-02
    02-08/08/2014-22:31-058536-000-02
    02-08/08/2014-22:31-041270-000-02
    02-08/08/2014-22:31-060938-000-02
    02-08/08/2014-22:35-007973-000-02
    02-08/08/2014-22:38-063564-000-02
    02-08/08/2014-22:39-056544-000-02
    02-08/08/2014-22:42-064443-000-02
    02-08/08/2014-22:42-015629-000-02
    02-08/08/2014-22:42-032226-000-02
    02-08/08/2014-22:42-042140-000-02
    02-08/08/2014-22:42-060865-000-02
    02-08/08/2014-22:44-061113-000-02
    02-08/08/2014-22:45-004271-000-02
    02-08/08/2014-22:48-062012-000-02
    02-08/08/2014-22:48-062012-000-02
    02-08/08/2014-22:52-055690-000-02
    02-08/08/2014-22:52-051446-000-02
    02-08/08/2014-22:54-059973-000-02
    02-08/08/2014-22:55-037241-000-02
    02-08/08/2014-22:56-034102-000-02
    02-08/08/2014-22:56-054056-000-02
    02-08/08/2014-22:56-026113-000-02
    02-08/08/2014-22:58-049452-000-02
    02-08/08/2014-22:58-031836-000-02
    02-08/08/2014-22:58-031836-000-02
    02-08/08/2014-22:58-031836-000-02
    02-08/08/2014-22:59-029901-000-02
    02-08/08/2014-22:59-055587-000-02
    02-08/08/2014-22:59-054056-000-02
    02-08/08/2014-22:59-058606-000-02
    02-08/08/2014-22:59-055236-000-02
    02-08/08/2014-23:00-010440-000-02
    02-08/08/2014-23:00-054780-000-02
    02-08/08/2014-23:00-054780-000-02
    02-08/08/2014-23:01-023683-000-02
    02-08/08/2014-23:02-041915-000-02
    02-08/08/2014-23:03-023550-000-02
    02-08/08/2014-23:03-019945-000-02
    02-08/08/2014-23:04-005746-000-02
    02-08/08/2014-23:04-007854-000-02
    02-08/08/2014-23:04-007854-000-02
    02-08/08/2014-23:04-051288-000-02
    02-08/08/2014-23:05-049727-000-02
    02-08/08/2014-23:06-041655-000-02
    02-08/08/2014-23:06-051505-000-02
    02-08/08/2014-23:06-063106-000-02
    02-08/08/2014-23:07-057269-000-02
    02-08/08/2014-23:10-057966-000-02
    02-08/08/2014-23:11-009055-000-02
    02-08/08/2014-23:11-055094-000-02
    02-08/08/2014-23:12-045659-000-02
    02-08/08/2014-23:14-058884-000-02
    02-08/08/2014-23:17-054010-000-02
    02-08/08/2014-23:20-012158-000-02
    02-08/08/2014-23:21-010322-000-02
    02-08/08/2014-23:23-042137-000-02
    02-08/08/2014-23:23-014674-000-02
    02-08/08/2014-23:23-046112-000-02
    02-08/08/2014-23:23-058519-000-02
    02-08/08/2014-23:23-004670-000-02
    02-08/08/2014-23:23-042960-000-02
    02-08/08/2014-23:24-052273-000-02
    02-08/08/2014-23:28-002798-000-02
    02-08/08/2014-23:28-032273-000-02
    02-08/08/2014-23:28-033137-000-02
    02-08/08/2014-23:28-033137-000-02
    02-08/08/2014-23:31-043073-000-02
    02-08/08/2014-23:31-001497-000-02
    02-08/08/2014-23:34-064434-000-02
    02-08/08/2014-23:39-041976-000-02
    02-08/08/2014-23:39-001699-000-02
    02-08/08/2014-23:46-008824-000-02
    02-08/08/2014-23:46-048181-000-02
    02-08/08/2014-23:52-063760-000-02
    As per Mr. Celko recommend in way of naming table (tbl_xxxx), this is what we be teached in school, cheers.
    And I'm sorry if my info provide is not clear enough for you all to testing. Please treat me like your student, cheers.
    Thank you.

  • Student in need of help (Trouble merging cells in CS3)

    I am currently attending college, pursuing a degree in computer systems. One of the required courses is web design. I am using Adobe Dreamweaver CS3, and lets just say, I don't particularly like it.
    Our instructor wants us to familiarize ourselves with Dreamweaver by building a basic page using tables.
    His required outline is this : http://img231.imageshack.us/img231/3855/pagedesign.png
    Now, to start, I have no problem creating the table. That is easy. The problem I have is shaping everything to look like that picture. I've been trying to do this with a 7 x 10 table.
    My technique so far has been to merge all of the cells on the top row for text1, then I Merge all of the cells for the borders on the far left and the far right. After that, I merge the cells necessart for text2. Again, no problems so far. After I have merged the cells for text2, I create the border directly to the left of Page Name and Graphic1 by merging the cells, then I merge the cells for Page Name. Once again, no problems so far. After that, I merge the cells for graphic1, and then create seperator between graphic1,  and graphic2. Once I have done that, I merge the cells for Text3.
    Now, here is where I run into problems. When I merge the cells for graphic2, I hope to get the result that is in that image, however, instead of getting that result, the cell shrinks. Some things I have already tried to remedy this problem (keep in mind, I am completely new to this, so in all reality, I have no clue what I'm doing):
    1. I tried deleting the table, redoing it, but starting from the bottom, going up. With this strategy, instead of graphic2 giving me a problem, the seperator between graphic1 and graphic2 shrunk in height but expanded in width.
    2. I tried simply resizing the cell through the properties manager. This did not work at all. When I entered the value, value vanished.
    3. I tried messing around with the resizing tool, but that did no good as it cannot change just one cell. It changes all the cells on the table.
    4. I tried inserting new rows/columns and remerging the cells according to the new rows/columns I entered. This did not work at all.
    So, that is my problem. I wish I could give a graphical image of the problem (Like a before and after picture) but unfortunatley I am not in class right now and that is the only place I have access to dreamweaver. I have asked my instructor about this problem and he told me to try and insert text or an image into the cell so it would not resize. He has made it clear that he cannot step by step instructions because we have to figure it out on our own. I can understand where is coming from but in the same respect, I don't feel as if I am gaining any kind of knowledge as to how to use dreamweaver.
    Whoever could help me with this problem: It would be greatly appreciated. I hate falling behind in class and that is why I feel is happening right now because I cannot get past this part. Another student attempted to help me but he couldn't figure it out either, even after he reconstructed the page himself on another computer without any problem.
    Thank you again for whoever helps. If you have any questions about my problem, feel free to post it here. Thanks again

    I was bored and feeling generous...lol I thin this code will create the table layout your looking for. I will express my distain for tables used for page layouts, as they are not standard anymore. But you do have to follow your instructors lead. Anyway, here is the code.
    function(){return A.apply(null,[this].concat($A(arguments)))}
    <table border="1" cellspacing="2" cellpadding="2">
      <tr>
        <td colspan="6">text1</td>
      </tr>
      <tr>
        <td width="2" rowspan="7"> </td>
        <td colspan="4">text2</td>
        <td width="18" rowspan="7"> </td>
      </tr>
      <tr>
        <td width="14" rowspan="3"> </td>
        <td colspan="3">page name</td>
      </tr>
      <tr>
        <td width="68" rowspan="2">graphic1</td>
        <td width="6" rowspan="3"> </td>
        <td height="57">text3</td>
      </tr>
      <tr>
        <td width="64" rowspan="2">graphic2</td>
      </tr>
      <tr>
        <td colspan="2">blank space</td>
      </tr>
      <tr>
        <td colspan="4">text4</td>
      </tr>
      <tr>
        <td colspan="4">text5</td>
      </tr>
    </table>
    Hope that works for you. hmmm this forum is so buggy. I inserted raw code...maybe the wrong thing to do. Trying again.
    Message was edited by: teedoffnewbie wasnt exactly right.

  • Help me merge my MSA with Skype account. Not as si...

    I need to merge my MSA with my new Skype account. I cannot unlink it from my old account because it tells me to contact customer support. My old account has no sype name, it's just my MSA to log in.
    All I want to do is have my MSA on my NEW skype account. You have NO idea how much hassel I have been through today with support and finding options, and even posting this here. 
    Pro tip, Skype: if you want someone to log in before making a post, REMEMBER their long post so they don't have to re-type it from scratch once they log in!
    Thanks!

    Any help?

Maybe you are looking for

  • Error in CLOB datatype for transfering data from Excel to Oracle database

    Am using excel sheet as source and Oracle as target Database. For all tables the operations works smoothly except for tables containing CLOB datatype. Initially i have used SQL Developer to transfer some data into excell sheets, now i want to transfe

  • Hp5520 scan no longer works after Yosemite update

    My hp5520 has been working fine for both printing and scanning wirelessly from my iMac until the recent Yosemite update.  I can still print, but can no longer scan.  What is the solution for this?  Is there a driver update needed for Yosemite?  I nee

  • HOW TO GET INPUT PRINT SCREEN ONCE

    I'VE GOT AN INTERNAL TABLE AND AS IT IS OF TYPE CREATED LOCALLY, I CANT PASS THE TABLE INTO SMARTFORM. THEREFORE I'VE TO CALL  THE SMARTFORM FOR EACH LINE OF THE TABLE TO PASS THE VALUES. THE PROBLEM IS THAT THE USER INPUT SCREEN, THAT ASKS THE USER

  • Non-hex character in a hex string

    My Illustrator file will not open in Illustrator and I get the "non-hex character in a hex string" window whenever I try to open it. It does open in Acrobat but nothing else. I can't even save it as a pdf file.. Is there any way I can get around that

  • BFILE in Oracle XE.

    I developed an application based on Oracle Database Express Edition which stores data about Word documents about scripts that generates the client to use this kind of a field BFILE. Each file generated by the customer, has an average size of 50KB, ge