dbi->tables() and oracle sequences

From: April (lekin2_at_llnl.gov)
Date: 11/19/04

  • Next message: Tommy Butler: "insert fails without error."
    Date: 19 Nov 2004 12:04:07 -0800
    
    

    I have a web page that gets all the table names for a particular
    schema.
    Looks like this:

    my @tables = $hDB->tables();

    When the data is returned it has Oracle sequence names? Are sequences
    stored in a table and that is why I am getting them?


  • Next message: Tommy Butler: "insert fails without error."