Thank you, I've seen the one you suggested. DB_browser is good to view/update data, it is a good replacement to view your data via DataSheet view of M$ Access.

However, it is not what I am looking for.

I would like to run a program which will generate set of pages with just database schema info, tables/fieldnames, without any data. It can be done, it is a convenient way for a developer to look what columns are in what table. I just cannot believe it was not done before...

I know this is not a perl question. Why I am asking here? Because perl will be my first tool of chioce to implement such a thing, and if it is partially done by somebody, to tinker it little more to do exactly what I want to.

pmas
To make errors is human. But to make million errors per second, you need a computer.


In reply to Re: print ORACLE schema as set of HTML pages. by pmas
in thread Looking for a tool to print ORACLE schema as set of text or HTML pages. by pmas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.