Re: how could i know when table is created.
Posted by: Peter Brawley
Date: December 11, 2013 09:01PM

If you've written a program that invokes that library function to create tblname, just inspect the return value from the call.

Otherwise examine the result of the query 'show tables like 'tblname' whenever you need the info.

Options: ReplyQuote


Subject
Written By
Posted
Re: how could i know when table is created.
December 11, 2013 09:01PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.