Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to check whether table exists in SQL in oracle

911237Sep 12 2013 — edited Sep 12 2013

I am trying something like this

 

I am trying below this

  • 1st table xyz
  • 2nd table abc

if (1st table exists) then select date from 1st table and call a (procedure) how to do this?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2013
Added on Sep 12 2013
3 comments
1,691 views