Oracle Schema

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chad

    Oracle Schema

    Is there an Oracle DB API similar to SQL Server's SQLDMO ?


  • Mark Townsend

    #2
    Re: Oracle Schema

    Chad wrote:
    Is there an Oracle DB API similar to SQL Server's SQLDMO ?
    >
    >
    Chad - this is a defunct newsgroup. You may want to post to
    comp.databases. oracle.server

    Oracle comes with a number of pre-installed packages, all starting with
    DBMS_xxxx that do many of the things that SQLDMO does. See


    You may need an OTN account to read this, but it's free

    Comment

    • Mark Townsend

      #3
      Re: Oracle Schema

      Chad wrote:
      Is there an Oracle DB API similar to SQL Server's SQLDMO ?
      >
      >
      Chad - this is a defunct newsgroup. You may want to post to
      comp.databases. oracle.server

      Oracle comes with a number of pre-installed packages, all starting with
      DBMS_xxxx that do many of the things that SQLDMO does, plus a lot more.
      See


      You may need an OTN account to read this, but it's free

      Comment

      Working...