Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OEM Table Editor discrepancies
"Paul Murphy" <pmurphy_at_scsinet.com> wrote in message
news:kTzY9.8635$ZA1.2005788_at_twister.nyroc.rr.com...
> Thanks for anyone who takes the time to respond, especially about the
> missing row issue.
I'd fire up one session using oem, then grab the sid and serial# of that session in a second session using sqlplus and trace it. perform your table editor stuff and then kill off the session. you should end up with all the oem sql in a trace file. IIRC an awful lot of it comes in the form
select /* OEM */ .... etc anyway.
You could also create a second table with x rows in it and see if table editor sees x or x-1 rows.
-- Niall Litchfield Oracle DBA Audit Commission UK ***************************************** Please include version and platform and SQL where applicable It makes life easier and increases the likelihood of a good answer ******************************************Received on Sun Jan 26 2003 - 15:36:19 CST
![]() |
![]() |