\n       "last_insert_id"\n             $rv = $dbh->last_insert_id($catalog, $schema, $table, $field);\n


Except I'm not sure what to put for catalog or schema.
I'm used to oracle where I would consider the schmea to user/owner.
I assume catalog would be the particular database (oracle instance).
But this does not work, returning null.
Blech.