T.R | Title | User | Personal Name | Date | Lines |
---|
449.1 | Event Record | OOTOOL::CRAIG | | Mon Mar 10 1997 12:59 | 10 |
| Hi Renee,
It adds a new column to the Event Table when
you use this qualifier. They can then query the Event Table
directly to get the elapsed time.
Have them try it and do a query to verify.
Thanks,
Sheri
|
449.2 | Do you know the column name by any chance? | BROKE::BASTINE | | Mon Mar 10 1997 13:02 | 10 |
| > It adds a new column to the Event Table when
> you use this qualifier. They can then query the Event Table
> directly to get the elapsed time.
What is the new column name? Probably something really obvious, but thought
I would ask in case you knew off the top of your head!
:)
Renee
|
449.3 | | OMYGOD::LAVASH | Same as it ever was... | Mon Mar 10 1997 13:10 | 7 |
| I think it is elapsed_time?
SQL> show table x
will show you all the fields in a table.
George
|
449.4 | Not sure | OOTOOL::CRAIG | | Mon Mar 10 1997 13:17 | 28 |
| Hi Renee,
I was trying to test it for you so that I could give you
more complete information, but I'm having a problem with my
Trace environment. I reinstalled everything and had George
help me with it but I'm not having much luck. I've
been working on it for awhile, and I just gave up and entered the
note.
It should be something obvious when they get it. The documentation
shows these fields:
RECORD TYPE
FACILITY NUMBER
EVENT NUMBER
EVENT NAME
EVENT HEADER
EVENT TYPE
ITEM DESCRIPTOR LIST COUNT
ITEM DESCRIPTOR LIST
So it would be one added to this list.
Let me know if you want to give them specifics and I'll continue
to get my environment fixed.
Thanks,
Sheri
|
449.5 | Thank you! | BROKE::BASTINE | | Mon Mar 10 1997 13:40 | 6 |
| That's ok Sheri... if they ask, I'll let you know.
Thanks!!
Renee
Renee
|
449.6 | ELAPSED_TIME | OMYGOD::LAVASH | Same as it ever was... | Mon Mar 10 1997 13:42 | 13 |
|
$COLL FORMAT EPC$EXAMPLES:DEMO_DATA.DAT d /ELAPSE
$SQL
SQL>DECLARE SCHEMA FILE d;
SQL>SHOW TABLE EPC$1_221_TRANSACTION
Shows
ELAPSED_TIME INTEGER
added to the table...
George
|
449.7 | Thanks! | BROKE::BASTINE | | Mon Mar 10 1997 14:57 | 3 |
| Thanks George!! I thought it might be pretty obvious!
Renee
|