Oracle Loader usage
sqlldr username/password@host/schema control=loader.ctl
11384 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
sqlldr username/password@host/schema control=loader.ctl
select table_name, column_name from all_tab_columns where column_name like '%X%'