From: John I. <io...@pc...> - 2004-09-14 19:27:18
|
Ed, SEQ_BROWSER_FEATS is a table in the PLASMODB_41 schema of our database. Here's a description: SQL> desc plasmodb_41.seq_browser_feats Name Null? Type ----------------------------------------- -------- ---------------------------- SEQ_TAXON_NAME NOT NULL VARCHAR2(30) SEQ_SOURCE_ID NOT NULL VARCHAR2(30) START_MIN NOT NULL NUMBER(12) END_MAX NOT NULL NUMBER(12) STRAND VARCHAR2(1) FEAT_TABLE_NAME NOT NULL VARCHAR2(30) FEAT_ROW_ID NOT NULL NUMBER(12) FEAT_SOURCE_ID VARCHAR2(50) FEAT_PREDICTION_ALGORITHM VARCHAR2(50) SPAN_ORDER_NUM NOT NULL NUMBER(12) I think your guess that it's a materialized view is likely correct. If so, it's likely overdue for refreshing. John On Tue, 2004-09-14 at 14:22, Ed Robinson wrote: > We are trying to get parts of the WDK classic up for a release this week, and I am tryning to get the view-contig tool working. Everything seems good, until you get all the way down into GUSGenomicSequenceTransducer. > > Suddenly, we are calling on a table named SEQ_BROWSER_FEATS, and try as we might, we just can't comment this sub out. > > Does anyone know what SEQ_BROWSE_FEATS is? Is it a temporary table I can make on the fly or is it storing a set of browser display colors? Any help would be much appreciated. > > -ed > > > Ed Robinson > 255 Deerfield Rd > Bogart, GA 30622 > (706)425-9181 > http://www.electedrobinson.com > > --Learn more about the face of your neighbor, and less about your own. > -Sargent Shriver > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: thawte's Crypto Challenge Vl > Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam > Camcorder. More prizes in the weekly Lunch Hour Challenge. > Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m > _______________________________________________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev |