Humble Trader

Friday, September 01, 2006

Get HTML - Table CTL.HTML_PARSE_PASSES Specification

  • Name: HTML_PARSE_PASSES
  • Description: Holds a record of when a web page was parsed.
  • Columns:
    • Name: PARSE_RUN_NO
      • Description: Part of Primary Key. Foreign key from MAPPING_HISTORIES.RUN_NO.
      • Datatype: NUMBER
      • Null: No
      • Unique: Yes
      • Part of PK: Yes
    • Name: RAW_RUN_NO
      • Description: Part of Primary Key. Foreign key from HTML_PAGE_ACCESS.RUN_NO.
      • Datatype: NUMBER
      • Null: No
      • Unique: Yes
      • Part of PK: Yes
    • Name: HTML_PAGE_NAME
      • Description: Foreign key from HTML_PAGES.NAME.
      • Datatype: VARCHAR2(30)
      • Null: No
      • Unique: No
      • Part of PK: No
    • Name: STATUS
      • Description: Status of the parse. One of PARSING, PARSED or FAILED.
      • Datatype: VARCHAR2(10)
      • Null: No
      • Unique: No
      • Part of PK: No
    • Name: START_TSP
      • Description: Timestamp of when the process that parsed the page was started.
      • Datatype: DATE
      • Null: No
      • Unique: No
      • Part of PK: No

0 Comments:

Post a Comment

<< Home