Initializing text import with PLSQL code

CatManDoo

Member
Hello! I'm still in the newbie stage of PL/SQL, so I apologize if this question is simple or if I'm overlooking something obvious. I need to periodically import a CSV file into an Oracle table. Using the Text Importer tool, I can do that successfully. However, the CSV may change, in which case I would need to re-import. Is there a way of initializing/scheduling the import to run automatically, or at least called from within a script?

Thanks!
 
Back
Top