Please, I want to know how to create dynamic tables ,columns, and datatype for each column in oracle ?
Question
matheoExplorer
how to create dynamic tables ,columns, and datatype for each column in oracle ?
Share
@Hassan AbdElrahman Can you please explain problem in detail?
hello @Tiwari Sandeep what i meant is i want create table at run time like
actually we can do this by dynamic SQL but it’s unfortunately not recommended by oracle because this will open a loophole for hackers by (SQL INJECTION) if you have any idea to avoid this will be very appreciated
thank you for your reply.