| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Create a table only if the table doesn't exists
Hello,
I want to write a sql script that creates a table only if the table doesn't already exists (but if the table creation fails for another reason than "table already exists" I want to know about it). Is it possible to do that in sql only or is pl/sql needed ? If needed, how do you do that in pl/sql ?
Thanks a lot for your help.
Fred. Received on Thu Jun 22 2006 - 11:35:42 CDT
|  |  |